#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 VirtActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 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 InterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // iTween/c__Iterator2 struct U3CStartU3Ec__Iterator2_t2390838266; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // UnityEngine.Coroutine struct Coroutine_t3829159415; // System.String struct String_t; // iTween struct iTween_t770867771; // System.NotSupportedException struct NotSupportedException_t1314879016; // iTween/c__Iterator0 struct U3CTweenDelayU3Ec__Iterator0_t2686771544; // UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251; // iTween/c__Iterator1 struct U3CTweenRestartU3Ec__Iterator1_t1737386981; // iTween/ApplyTween struct ApplyTween_t3327999347; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // iTween/CRSpline struct CRSpline_t2815350084; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // iTween/EasingFunction struct EasingFunction_t2767217938; // LabberBT struct LabberBT_t36101451; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.Transform struct Transform_t3600365921; // UnityEngine.GameObject struct GameObject_t1113636619; // CQualifyingManager struct CQualifyingManager_t954001806; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // LanguageSelection struct LanguageSelection_t1927862481; // UIPopupList struct UIPopupList_t4167399471; // Localization struct Localization_t2163216738; // UnityEngine.Object struct Object_t631007953; // System.Collections.Generic.List`1 struct List_1_t3319525431; // System.Collections.Generic.List`1 struct List_1_t257213610; // UnityEngine.TextAsset struct TextAsset_t3022178571; // LeftRoleModelData struct LeftRoleModelData_t1991244417; // RotateRole struct RotateRole_t1146201425; // DMCore.Logic.CChangeGameManager struct CChangeGameManager_t2081989347; // DMCore.Logic.ReviewInfo struct ReviewInfo_t914837392; // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // System.Collections.Generic.List`1 struct List_1_t2571181400; // DMCore.Logic.ThemeInfo struct ThemeInfo_t1099106658; // System.Collections.Generic.List`1 struct List_1_t128053199; // DMCore.ILogicBase struct ILogicBase_t2190831891; // UnityEngine.Camera struct Camera_t4157153871; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146; // DMCore.CDataProperty struct CDataProperty_t2806246268; // DMCore.Framework.Scene.CJuniorRoleModelItem struct CJuniorRoleModelItem_t636793867; // System.Func`3 struct Func_3_t1497391353; // LinkedEffect struct LinkedEffect_t3338585141; // System.Type struct Type_t; // LitJson.ExporterFunc struct ExporterFunc_t1851311465; // LitJson.JsonWriter struct JsonWriter_t3570089748; // LitJson.FsmContext struct FsmContext_t2331368794; // LitJson.ImporterFunc struct ImporterFunc_t3630937194; // LitJson.JsonData struct JsonData_t1524858407; // System.ArgumentException struct ArgumentException_t132251570; // System.Collections.ICollection struct ICollection_t3904884886; // System.Collections.Generic.ICollection`1 struct ICollection_1_t380635627; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.Generic.List`1 struct List_1_t2996933149; // System.Collections.IList struct IList_t2094931216; // System.InvalidCastException struct InvalidCastException_t3927145244; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.InvalidOperationException struct InvalidOperationException_t56020091; // LitJson.OrderedDictionaryEnumerator struct OrderedDictionaryEnumerator_t386339177; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t4140357341; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1310114706; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.Collections.Generic.List`1> struct List_1_t884894319; // System.Collections.Generic.List`1> struct List_1_t4002292061; // LitJson.IJsonWrapper struct IJsonWrapper_t1028825384; // System.IO.StringWriter struct StringWriter_t802263757; // System.IO.TextWriter struct TextWriter_t3478189236; // LitJson.JsonException struct JsonException_t3682484112; // System.ApplicationException struct ApplicationException_t2339761290; // System.Exception struct Exception_t; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3338636003; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2241695223; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t935204471; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1715664290; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t618723510; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3692140024; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t691233; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t2688515417; // LitJson.JsonMapper struct JsonMapper_t3815285241; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3512696772; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t779879461; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t1976548163; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t846150980; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Collections.Generic.List`1 struct List_1_t904547919; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t27006016; // System.Type[] struct TypeU5BU5D_t3940880105; // LitJson.JsonReader struct JsonReader_t836887441; // System.Reflection.MethodBase struct MethodBase_t; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Collections.ArrayList struct ArrayList_t2718874744; // LitJson.WrapperFactory struct WrapperFactory_t2158548929; // System.Collections.Generic.IDictionary`2> struct IDictionary_2_t1152366808; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1780316962; // System.IO.TextReader struct TextReader_t283511965; // LitJson.JsonMockWrapper struct JsonMockWrapper_t82875095; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.IO.StringReader struct StringReader_t3465604688; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.Collections.Generic.Stack`1 struct Stack_1_t3794335208; // LitJson.Lexer struct Lexer_t1514038666; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t921491721; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3568926999; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Text.StringBuilder struct StringBuilder_t; // System.Collections.Generic.Stack`1 struct Stack_1_t1854483454; // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619; // LitJson.WriterContext struct WriterContext_t1011093999; // System.Char[] struct CharU5BU5D_t3528271667; // LitJson.Lexer/StateHandler struct StateHandler_t105866779; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // ByteReader struct ByteReader_t1539670756; // LocalLinkedEffect struct LocalLinkedEffect_t997770122; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628; // LogicFriendItem struct LogicFriendItem_t441456859; // UITexture struct UITexture_t3471168817; // UILabel struct UILabel_t3248798549; // UISprite struct UISprite_t194114938; // DMListViewItem struct DMListViewItem_t3648257704; // System.Action`1 struct Action_1_t3123413348; // DMCore.Logic.CFriendManager struct CFriendManager_t3708308264; // DMCore.Logic.CKpFriend struct CKpFriend_t471591804; // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444; // UIWidget struct UIWidget_t3538521925; // DMCore.Logic.PersonaliseConfig struct PersonaliseConfig_t2812043406; // DMCore.CRoot struct CRoot_t1043641654; // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728; // logicLogin_main_page struct logicLogin_main_page_t116642790; // DMCore.Framework.Location.CLocationManager struct CLocationManager_t1346018200; // logicRegisterMainCamera struct logicRegisterMainCamera_t3930282089; // logicRegisterSounder struct logicRegisterSounder_t982091826; // DMCore.ISoundManager struct ISoundManager_t434164892; // UnityEngine.AudioSource struct AudioSource_t3935305588; // logicRegisterSounderMidi struct logicRegisterSounderMidi_t1683788676; // logicRegisterUICamera struct logicRegisterUICamera_t3724690457; // DMUIContainer struct DMUIContainer_t1502190882; // DMCore.CMsgBoxControl struct CMsgBoxControl_t806533544; // DMCore.CMsgManager struct CMsgManager_t455955613; // DMCore.Logic.CRenewMsgBoxControl struct CRenewMsgBoxControl_t3836031106; // DMCore.Logic.CTimerManager struct CTimerManager_t4186675208; // DMCore.Logic.CSpeaker struct CSpeaker_t978472097; // logicSearchItem struct logicSearchItem_t471231187; // DMCore.CDataArray struct CDataArray_t4068198041; // DMCore.Logic.CFriendInfo struct CFriendInfo_t2621259868; // DMCore.Logic.CVipManager struct CVipManager_t269477008; // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808; // logoState struct logoState_t455858167; // System.Action`3 struct Action_3_t844242923; // DMCore.Framework.Plugin.CSystemTool struct CSystemTool_t575361936; // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201; // DMCore.Logic.logicServerList struct logicServerList_t796012166; // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970; // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541; // DMCore.Logic.logicLoginBroadCast struct logicLoginBroadCast_t172751115; // LoveHisData struct LoveHisData_t2628501217; // LoveLogItem struct LoveLogItem_t1359654776; // MarqueeController struct MarqueeController_t843090145; // DMCore.Logic.CActivityManager struct CActivityManager_t1081296145; // DMCore.Logic.IActivityDetail struct IActivityDetail_t2848416189; // System.Action`1 struct Action_1_t1302699353; // System.Action`1 struct Action_1_t3252573759; // IEventDispatcher struct IEventDispatcher_t2294365884; // IEventBase struct IEventBase_t1130231758; // CDataModelBool struct CDataModelBool_t2269476966; // MarryListCell struct MarryListCell_t3128111242; // MarryListItemData struct MarryListItemData_t1515524605; // MarryListCellItem struct MarryListCellItem_t3507082519; // DMListViewSlideOptimize struct DMListViewSlideOptimize_t2157965775; // DMCore.Framework.Localization.CLocalizationManager struct CLocalizationManager_t2604768345; // DMCore.Logic.CWndController struct CWndController_t749709641; // DMCore.Logic.CBlessManager struct CBlessManager_t2858824243; // DMCore.Logic.CMarryListManager struct CMarryListManager_t2185299657; // MemberManager struct MemberManager_t2979457932; // System.Collections.Generic.List`1 struct List_1_t3149535657; // DMCore.Logic.CRechargeUnit struct CRechargeUnit_t1619097969; // DMCore.Logic.CRechargeManager struct CRechargeManager_t2919414649; // ActivityMenberRenewController struct ActivityMenberRenewController_t222386189; // DMCore.Logic.CAwardItem struct CAwardItem_t1677460915; // MeshMorpher struct MeshMorpher_t3454807663; // UnityEngine.Mesh struct Mesh_t3648964284; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t245602842; // UnityEngine.MeshFilter struct MeshFilter_t3523625662; // UnityEngine.Behaviour struct Behaviour_t1437897464; // MessageHandler struct MessageHandler_t3017544858; // System.Collections.Generic.List`1 struct List_1_t2822533831; // UserFriend struct UserFriend_t1350459089; // User struct User_t2909415622; // MessageHandler/ActionHandler struct ActionHandler_t1919085295; // System.Delegate struct Delegate_t1188392813; // MessageHandler/MotionHandler struct MotionHandler_t4071239806; // MessageHandler/StepHandler struct StepHandler_t3504542481; // MessageHandler/DeviceHandler struct DeviceHandler_t706368662; // MessageHandler/UserFriendsHandler struct UserFriendsHandler_t191220723; // MessageHandler/InviteFriendHandler struct InviteFriendHandler_t2781888241; // MessageReminder struct MessageReminder_t679729296; // DMCore.Logic.CChatManager struct CChatManager_t1988186574; // MirrorReflection struct MirrorReflection_t2846055273; // System.Collections.Hashtable struct Hashtable_t1853889766; // UnityEngine.Renderer struct Renderer_t2627027031; // UnityEngine.Material struct Material_t340375123; // UnityEngine.RenderTexture struct RenderTexture_t2108887433; // UnityEngine.Material[] struct MaterialU5BU5D_t561872642; // UnityEngine.Texture struct Texture_t3661962703; // UnityEngine.Skybox struct Skybox_t2662837510; // UnityEngine.FlareLayer struct FlareLayer_t1739223323; // monoIntroduction struct monoIntroduction_t1508182689; // System.Collections.Generic.List`1 struct List_1_t777473367; // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952; // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947; // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328; // DMCore.Framework.Movie.CAnimSequence struct CAnimSequence_t1119714129; // DMCore.Framework.Movie.CAnimNode struct CAnimNode_t3327376431; // DMCore.Framework.Scene.CSceneModelObj struct CSceneModelObj_t2681526009; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // UnityEngine.AudioClip struct AudioClip_t3680889665; // DMCore.CEventManager struct CEventManager_t474365641; // DMCore.OnEventCall struct OnEventCall_t3758354630; // DMCore.Framework.Resource.IResHelp struct IResHelp_t377823252; // System.Action struct Action_t1264377477; // DMCore.Logic.CPveManager struct CPveManager_t3058433014; // DMCore.Logic.CPveStage struct CPveStage_t850204332; // DMCore.DanceMode.CBeatKeyManager struct CBeatKeyManager_t1395295909; // DMCore.DanceMode.CBeatKeyCtrlNode struct CBeatKeyCtrlNode_t1019706062; // DMCore.DanceMode.BeatKeyResult struct BeatKeyResult_t1335677305; // DMCore.DanceMode.CBeatKeySimple struct CBeatKeySimple_t479423900; // DMCore.DanceMode.CBeatKeyCouple struct CBeatKeyCouple_t3767634746; // DMCore.DanceMode.CBeatKeyFollowDirect struct CBeatKeyFollowDirect_t2524907670; // DMCore.DanceMode.IBeatKeyFollow struct IBeatKeyFollow_t1042819926; // DMCore.DanceMode.CBeatKeyHold struct CBeatKeyHold_t782767741; // DMCore.DanceMode.CBeatKeySwingSimple struct CBeatKeySwingSimple_t4104270215; // DMCore.DanceMode.IBeatKeySwingBase struct IBeatKeySwingBase_t1515627798; // DMCore.DanceMode.CBeatKeySwingCouple struct CBeatKeySwingCouple_t1807003983; // DMCore.DanceMode.CBeatKeySwingHold struct CBeatKeySwingHold_t593251827; // DMCore.DanceMode.ClassicalKeyQueue struct ClassicalKeyQueue_t335011495; // DMCore.DanceMode.ClassicalKeyUnit struct ClassicalKeyUnit_t2831186819; // System.Collections.Generic.List`1 struct List_1_t8294265; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // LitJson.ImporterFunc[] struct ImporterFuncU5BU5D_t332556975; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t296309482; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t613051986; // DMCore.Framework.Misc.CEncrptHelp_Int struct CEncrptHelp_Int_t51280996; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2852677372; // LitJson.PropertyMetadata[] struct PropertyMetadataU5BU5D_t3282844708; // System.String[] struct StringU5BU5D_t1281789340; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2133256424; // DMCore.Framework.Movie.CAnimTrack struct CAnimTrack_t1608933299; // System.Collections.Generic.IDictionary`2[] struct IDictionary_2U5BU5D_t2726772819; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2331111663; // System.Collections.Generic.List`1 struct List_1_t504483877; // LitJson.Lexer/StateHandler[] struct StateHandlerU5BU5D_t1323790106; // System.Collections.Generic.List`1 struct List_1_t3326345499; // BetterList`1 struct BetterList_1_t1002471007; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Predicate`1 struct Predicate_1_t2672744813; // System.Collections.Generic.IDictionary`2[] struct IDictionary_2U5BU5D_t369565116; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t650060127; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t4096560004; // LitJson.JsonData[] struct JsonDataU5BU5D_t747084126; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3892463138; // LitJson.ExporterFunc[] struct ExporterFuncU5BU5D_t3613872852; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3894367863; // System.Collections.Generic.IList`1[] struct IList_1U5BU5D_t2778516417; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t3059011428; // LitJson.ObjectMetadata[] struct ObjectMetadataU5BU5D_t543634991; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t824130002; // System.Collections.Generic.IDictionary`2[] struct IDictionary_2U5BU5D_t2609190502; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2889685513; // LitJson.ArrayMetadata[] struct ArrayMetadataU5BU5D_t363333322; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t643828333; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t2759509920; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t1802487394; // System.Collections.Generic.IDictionary`2> struct IDictionary_2_t3694023158; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t179515681; // System.Collections.Generic.IDictionary`2> struct IDictionary_2_t2155991415; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // DMCore.DanceMode.ClassicalKeyUnit[] struct ClassicalKeyUnitU5BU5D_t482381586; // System.Int32[][] struct Int32U5BU5DU5BU5D_t3365920845; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2970259689; // System.Collections.Generic.Queue`1 struct Queue_1_t699068519; // DMCore.Logic.stSpeaker struct stSpeaker_t2572138757; // uiSpeakBox struct uiSpeakBox_t2345481508; // BetterList`1 struct BetterList_1_t2996838064; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t687096698; // CBetterSet`1> struct CBetterSet_1_t1416977057; // UIAtlas struct UIAtlas_t3195533529; // uiMarryList struct uiMarryList_t4006298226; // System.Collections.Generic.List`1 struct List_1_t2987599347; // System.Collections.Generic.List`1 struct List_1_t2824189888; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t132201056; // LitJson.WriterContext[] struct WriterContextU5BU5D_t1224381814; // DMCore.Logic.CAwardItem[] struct CAwardItemU5BU5D_t688006690; // UserFriend[] struct UserFriendU5BU5D_t1211457228; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // DMCore.Logic.CChangeGameManager/OnShopListChanged struct OnShopListChanged_t2987809885; // System.Collections.Generic.List`1 struct List_1_t3454575947; // System.Collections.Generic.List`1 struct List_1_t3768009848; // System.Collections.Generic.List`1 struct List_1_t3330140190; // System.Collections.Generic.List`1 struct List_1_t2959980932; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1848694263; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2125489543; // System.Collections.Generic.List`1 struct List_1_t2386912134; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4098518019; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t3580830742; // System.Collections.Generic.List`1 struct List_1_t4158936807; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1839659084; // System.Collections.Generic.List`1 struct List_1_t3369058668; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // CBetterSet`1> struct CBetterSet_1_t2134195988; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // System.Collections.Generic.List`1 struct List_1_t3662906633; // DMCore.Logic.ThemeInfo[] struct ThemeInfoU5BU5D_t3636267735; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t462506454; // CBetterSet`1> struct CBetterSet_1_t2914247844; // CQualifyingManager/CallBack struct CallBack_t4012644998; // System.Collections.Generic.List`1 struct List_1_t4281599118; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4066855417; // CurQualifyRankInfo struct CurQualifyRankInfo_t2391125760; // SelfQualifyPkResultInfo struct SelfQualifyPkResultInfo_t1561294256; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Collections.Generic.List`1 struct List_1_t4056803065; // CDataModelInt struct CDataModelInt_t3463393640; // BetterList`1 struct BetterList_1_t269126732; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup struct TextUnitGroup_t1441580864; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3546609324; // UnityEngine.BoxCollider struct BoxCollider_t1640800422; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3314469724; // System.Void struct Void_t1185182177; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Collections.Generic.List`1 struct List_1_t2330697225; // System.Collections.Generic.List`1 struct List_1_t589903178; // System.Collections.Generic.List`1 struct List_1_t1151801416; // DMCore.Logic.CPveManager/CheckEnergyStateCallback struct CheckEnergyStateCallback_t3528280671; // DMCore.Logic.CServerSimulator struct CServerSimulator_t2819548284; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1077746168; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4033884959; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3693168236; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3770330557; // System.Comparison`1 struct Comparison_1_t907937207; // System.Collections.Generic.List`1 struct List_1_t2491780804; // UnityEngine.Texture2D struct Texture2D_t3840446185; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3213771897; // BetterList`1 struct BetterList_1_t1515500177; // DMCore.DanceMode.CBeatKeySequenceInfo struct CBeatKeySequenceInfo_t1686169301; // DMCore.DanceMode.RevenueDetailData struct RevenueDetailData_t1092030774; // System.Single[] struct SingleU5BU5D_t1444911251; // System.Action`1 struct Action_1_t1192173657; // System.Reflection.MemberInfo struct MemberInfo_t; // System.DelegateData struct DelegateData_t1677132599; // DMCore.DanceMode.CBeatKeyCtrlNode/RoleSectionCalc struct RoleSectionCalc_t3975632210; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t739721426; // System.Collections.Generic.List`1 struct List_1_t2807752047; // System.Collections.Generic.List`1 struct List_1_t1237090056; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // DMCore.Logic.privateMsgArriva struct privateMsgArriva_t1101012311; // System.Collections.Generic.List`1 struct List_1_t1546864881; // DMCore.Logic.CChatGroup struct CChatGroup_t2712975719; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3775615503; // DMCore.Logic.CChannelInfo struct CChannelInfo_t1750800799; // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t2595950535; // System.Collections.Generic.IDictionary`2> struct IDictionary_2_t3680310408; // DMCore.Logic.ClothScoreData struct ClothScoreData_t1911004847; // DMCore.Logic.CPveStoryData struct CPveStoryData_t1324513091; // System.Collections.Generic.List`1 struct List_1_t3978349119; // System.Collections.Generic.List`1> struct List_1_t3588365150; // DMCore.DanceMode.CBeatKeySwingUI struct CBeatKeySwingUI_t1346072144; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t1677636661; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t1059417452; // System.Globalization.Calendar struct Calendar_t1661121569; // 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; // System.Collections.Generic.IList`1 struct IList_1_t3340178190; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t4068933393; // System.Collections.Generic.IList`1> struct IList_1_t1228139360; // System.Collections.Generic.List`1 struct List_1_t817360128; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // CAnimSite struct CAnimSite_t233742424; // CSkeletonSite struct CSkeletonSite_t1178137573; // uiMarryBless struct uiMarryBless_t1813636254; // DMCore.Logic.CWndController/UIWndStack struct UIWndStack_t3738908003; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3385622220; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3999618383; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t863209702; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t326174247; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // DMListView struct DMListView_t512231514; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3625702484; // System.Collections.Generic.List`1 struct List_1_t25523635; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3209204262; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Framework.CTimerCtrl struct CTimerCtrl_t297173612; // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587; // DMCore.CAccManager struct CAccManager_t1454736772; // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780; // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925; // DMCore.Framework.Scene.CRoleModel_Effect struct CRoleModel_Effect_t71978069; // DMCore.Framework.Scene.CRoleModelFace struct CRoleModelFace_t1285730091; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t497245277; // System.Collections.Generic.List`1 struct List_1_t1017553631; // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547; // DMCore.Logic.CLocalSimulateRole struct CLocalSimulateRole_t4101146137; // DMCore.DanceMode.CBeatKeySwingHoldLineUI struct CBeatKeySwingHoldLineUI_t5305857; // UnityEngine.AudioSourceExtension struct AudioSourceExtension_t3064908834; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // DMCore.Logic.CActivityFortuneCat struct CActivityFortuneCat_t237126772; // BetterList`1 struct BetterList_1_t1183072445; // BetterList`1 struct BetterList_1_t1277620157; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // UnityEngine.Color[0...,0...] struct ColorU5B0___U2C0___U5D_t941916414; // UnityEngine.Rect[] struct RectU5BU5D_t2936723554; // UIPanel struct UIPanel_t1716472341; // UIFont struct UIFont_t2766063701; // System.Action`1 struct Action_1_t2019918284; // System.Collections.Generic.List`1 struct List_1_t425905995; // UnityEngine.Mesh[] struct MeshU5BU5D_t3972987605; // UnityEngine.TextAsset[] struct TextAssetU5BU5D_t2780361322; // UIGeometry struct UIGeometry_t1059483952; // System.Collections.Generic.List`1 struct List_1_t2585711361; // UnityEngine.Shader struct Shader_t4151988712; // UIAtlas/Sprite struct Sprite_t2895597119; extern String_t* _stringLiteral1916368742; extern const uint32_t U3CStartU3Ec__Iterator2_MoveNext_m3683578645_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CStartU3Ec__Iterator2_Reset_m4119635922_RuntimeMethod_var; extern const uint32_t U3CStartU3Ec__Iterator2_Reset_m4119635922_MetadataUsageId; extern RuntimeClass* WaitForSeconds_t1699091251_il2cpp_TypeInfo_var; extern const uint32_t U3CTweenDelayU3Ec__Iterator0_MoveNext_m125432654_MetadataUsageId; extern const RuntimeMethod* U3CTweenDelayU3Ec__Iterator0_Reset_m3083922588_RuntimeMethod_var; extern const uint32_t U3CTweenDelayU3Ec__Iterator0_Reset_m3083922588_MetadataUsageId; extern const uint32_t U3CTweenRestartU3Ec__Iterator1_MoveNext_m2596759960_MetadataUsageId; extern const RuntimeMethod* U3CTweenRestartU3Ec__Iterator1_Reset_m2065853791_RuntimeMethod_var; extern const uint32_t U3CTweenRestartU3Ec__Iterator1_Reset_m2065853791_MetadataUsageId; extern RuntimeClass* Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var; extern const uint32_t CRSpline__ctor_m1806811515_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const uint32_t CRSpline_Interp_m4076304528_MetadataUsageId; extern RuntimeClass* Defaults_t3148213711_il2cpp_TypeInfo_var; extern const uint32_t Defaults__cctor_m739961033_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t EasingFunction_BeginInvoke_m2403716944_MetadataUsageId; extern String_t* _stringLiteral493089310; extern String_t* _stringLiteral2655166412; extern const uint32_t LabberBT__ctor_m2822231282_MetadataUsageId; extern String_t* _stringLiteral1232841122; extern const uint32_t LabberBT_Init_m2567333165_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUIPopupList_t4167399471_m4093269748_RuntimeMethod_var; extern String_t* _stringLiteral2162858827; extern const uint32_t LanguageSelection_Start_m3633699300_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m2548850424_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const uint32_t LanguageSelection_UpdateList_m3636753628_MetadataUsageId; extern const uint32_t LanguageSelection_OnLanguageSelection_m3306129979_MetadataUsageId; extern RuntimeClass* CMiscHelp_t3597884754_il2cpp_TypeInfo_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisRotateRole_t1146201425_m251828452_RuntimeMethod_var; extern String_t* _stringLiteral1628940300; extern const uint32_t LeftRoleModelData_OnPageInit_m3337217636_MetadataUsageId; extern RuntimeClass* CChangeGameManager_t2081989347_il2cpp_TypeInfo_var; extern const uint32_t LeftRoleModelData_SetInfo_m1906064002_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2977262506_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m186164705_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m888956288_RuntimeMethod_var; extern const uint32_t LeftRoleModelData_CurSuit_m1465808719_MetadataUsageId; extern const uint32_t LeftRoleModelData_TakeOffSuit_m3312133326_MetadataUsageId; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern RuntimeClass* GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2833084525; extern String_t* _stringLiteral3548628297; extern const uint32_t LeftRoleModelData_InitRole_m3341472477_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2992781582; extern String_t* _stringLiteral1763011648; extern const uint32_t LeftRoleModelData_GetRoleParent_m1786729448_MetadataUsageId; extern RuntimeClass* ISceneRole_t2394225724_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3926317133; extern String_t* _stringLiteral4072509751; extern String_t* _stringLiteral836452629; extern const uint32_t LeftRoleModelData_CreatRole_m1815353763_MetadataUsageId; extern RuntimeClass* Func_3_t1497391353_il2cpp_TypeInfo_var; extern const RuntimeMethod* CJuniorRoleModelItem_GetDefaultModelItem_m3195588872_RuntimeMethod_var; extern const RuntimeMethod* Func_3__ctor_m2676186645_RuntimeMethod_var; extern const RuntimeMethod* Func_3_Invoke_m1444580883_RuntimeMethod_var; extern String_t* _stringLiteral4166355951; extern String_t* _stringLiteral4145493834; extern String_t* _stringLiteral3385978947; extern String_t* _stringLiteral1859365861; extern String_t* _stringLiteral712354789; extern const uint32_t LeftRoleModelData_DefautRole_m1126237588_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1616650057; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral2768880969; extern const uint32_t LinkedEffect_Start_m3337807997_MetadataUsageId; extern RuntimeClass* Matrix4x4_t1817901843_il2cpp_TypeInfo_var; extern const uint32_t LinkedEffect_OnAfterAnim_m4034090402_MetadataUsageId; extern const RuntimeType* JsonData_t1524858407_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t ArrayMetadata_get_ElementType_m1928955287_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonData__ctor_m181517051_RuntimeMethod_var; extern String_t* _stringLiteral2958118195; extern const uint32_t JsonData__ctor_m181517051_MetadataUsageId; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern const uint32_t JsonData_get_Count_m487704605_MetadataUsageId; extern RuntimeClass* IDictionary_2_t4068933393_il2cpp_TypeInfo_var; extern const uint32_t JsonData_get_Keys_m2760508788_MetadataUsageId; extern const uint32_t JsonData_System_Collections_ICollection_get_IsSynchronized_m85214724_MetadataUsageId; extern const uint32_t JsonData_System_Collections_ICollection_get_SyncRoot_m3899853743_MetadataUsageId; extern RuntimeClass* IDictionary_t1363984059_il2cpp_TypeInfo_var; extern const uint32_t JsonData_System_Collections_IDictionary_get_IsFixedSize_m3010638053_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IDictionary_get_IsReadOnly_m1647873087_MetadataUsageId; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_1_t2687639762_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t4140357341_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t380635627_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m960528961_RuntimeMethod_var; extern const uint32_t JsonData_System_Collections_IDictionary_get_Keys_m2566273112_MetadataUsageId; extern RuntimeClass* List_1_t2996933149_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t58043345_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2914731008_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m702912653_RuntimeMethod_var; extern const uint32_t JsonData_System_Collections_IDictionary_get_Values_m2045243560_MetadataUsageId; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern const uint32_t JsonData_System_Collections_IList_get_IsFixedSize_m2080664777_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IList_get_IsReadOnly_m3365642336_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IDictionary_get_Item_m477366307_MetadataUsageId; extern const RuntimeMethod* JsonData_System_Collections_IDictionary_set_Item_m955126813_RuntimeMethod_var; extern String_t* _stringLiteral349688317; extern const uint32_t JsonData_System_Collections_IDictionary_set_Item_m955126813_MetadataUsageId; extern RuntimeClass* IList_1_t1228139360_il2cpp_TypeInfo_var; extern const uint32_t JsonData_System_Collections_Specialized_IOrderedDictionary_get_Item_m4223118505_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2__ctor_m450545329_RuntimeMethod_var; extern const uint32_t JsonData_System_Collections_Specialized_IOrderedDictionary_set_Item_m884781669_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IList_get_Item_m2090719095_MetadataUsageId; extern const uint32_t JsonData_get_Item_m147413252_MetadataUsageId; extern RuntimeClass* ICollection_1_t2240971811_il2cpp_TypeInfo_var; extern const uint32_t JsonData_set_Item_m3790047234_MetadataUsageId; extern RuntimeClass* IList_1_t3340178190_il2cpp_TypeInfo_var; extern const uint32_t JsonData_get_Item_m594638490_MetadataUsageId; extern const uint32_t JsonData_set_Item_m2520714287_MetadataUsageId; extern RuntimeClass* JsonData_t1524858407_il2cpp_TypeInfo_var; extern const uint32_t JsonData_op_Implicit_m1824263642_MetadataUsageId; extern const uint32_t JsonData_op_Implicit_m840601638_MetadataUsageId; extern const uint32_t JsonData_op_Implicit_m3913182454_MetadataUsageId; extern const uint32_t JsonData_op_Implicit_m3106941080_MetadataUsageId; extern const uint32_t JsonData_op_Implicit_m1133586328_MetadataUsageId; extern RuntimeClass* InvalidCastException_t3927145244_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonData_op_Explicit_m1081408216_RuntimeMethod_var; extern String_t* _stringLiteral572590453; extern const uint32_t JsonData_op_Explicit_m1081408216_MetadataUsageId; extern const RuntimeMethod* JsonData_op_Explicit_m3501170776_RuntimeMethod_var; extern const uint32_t JsonData_op_Explicit_m3501170776_MetadataUsageId; extern const RuntimeMethod* JsonData_op_Explicit_m2499283840_RuntimeMethod_var; extern String_t* _stringLiteral2625070694; extern const uint32_t JsonData_op_Explicit_m2499283840_MetadataUsageId; extern const RuntimeMethod* JsonData_op_Explicit_m2723023062_RuntimeMethod_var; extern const uint32_t JsonData_op_Explicit_m2723023062_MetadataUsageId; extern const RuntimeMethod* JsonData_op_Explicit_m3156283470_RuntimeMethod_var; extern String_t* _stringLiteral2508607235; extern const uint32_t JsonData_op_Explicit_m3156283470_MetadataUsageId; extern const uint32_t JsonData_System_Collections_ICollection_CopyTo_m2798881357_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IDictionary_Add_m2365602516_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IDictionary_Clear_m2212462216_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IDictionary_Contains_m4182895889_MetadataUsageId; extern RuntimeClass* IOrderedDictionary_t2745322917_il2cpp_TypeInfo_var; extern const uint32_t JsonData_System_Collections_IDictionary_GetEnumerator_m3286111850_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IDictionary_Remove_m3968005052_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const uint32_t JsonData_System_Collections_IEnumerable_GetEnumerator_m851839037_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonData_LitJson_IJsonWrapper_GetBoolean_m1570915811_RuntimeMethod_var; extern String_t* _stringLiteral2576403075; extern const uint32_t JsonData_LitJson_IJsonWrapper_GetBoolean_m1570915811_MetadataUsageId; extern const RuntimeMethod* JsonData_LitJson_IJsonWrapper_GetDouble_m744054841_RuntimeMethod_var; extern String_t* _stringLiteral4072536089; extern const uint32_t JsonData_LitJson_IJsonWrapper_GetDouble_m744054841_MetadataUsageId; extern const RuntimeMethod* JsonData_LitJson_IJsonWrapper_GetInt_m922501396_RuntimeMethod_var; extern String_t* _stringLiteral2920577160; extern const uint32_t JsonData_LitJson_IJsonWrapper_GetInt_m922501396_MetadataUsageId; extern const RuntimeMethod* JsonData_LitJson_IJsonWrapper_GetLong_m1063549152_RuntimeMethod_var; extern String_t* _stringLiteral3856905571; extern const uint32_t JsonData_LitJson_IJsonWrapper_GetLong_m1063549152_MetadataUsageId; extern const RuntimeMethod* JsonData_LitJson_IJsonWrapper_GetString_m1572412245_RuntimeMethod_var; extern String_t* _stringLiteral1443227995; extern const uint32_t JsonData_LitJson_IJsonWrapper_GetString_m1572412245_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IList_Clear_m967425828_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IList_Contains_m720412194_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IList_IndexOf_m2644720048_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IList_Insert_m4127439598_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IList_Remove_m1993209341_MetadataUsageId; extern const uint32_t JsonData_System_Collections_IList_RemoveAt_m3874091430_MetadataUsageId; extern RuntimeClass* OrderedDictionaryEnumerator_t386339177_il2cpp_TypeInfo_var; extern const uint32_t JsonData_System_Collections_Specialized_IOrderedDictionary_GetEnumerator_m4059192558_MetadataUsageId; extern const uint32_t JsonData_System_Collections_Specialized_IOrderedDictionary_Insert_m2346614422_MetadataUsageId; extern const uint32_t JsonData_System_Collections_Specialized_IOrderedDictionary_RemoveAt_m479781465_MetadataUsageId; extern const RuntimeMethod* JsonData_EnsureCollection_m4219281389_RuntimeMethod_var; extern String_t* _stringLiteral2524214959; extern const uint32_t JsonData_EnsureCollection_m4219281389_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1310114706_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t884894319_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonData_EnsureDictionary_m1447982444_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2185328526_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m4287165311_RuntimeMethod_var; extern String_t* _stringLiteral2604237559; extern const uint32_t JsonData_EnsureDictionary_m1447982444_MetadataUsageId; extern const RuntimeMethod* JsonData_EnsureList_m965356566_RuntimeMethod_var; extern String_t* _stringLiteral4137426702; extern const uint32_t JsonData_EnsureList_m965356566_MetadataUsageId; extern const uint32_t JsonData_ToJsonData_m71560816_MetadataUsageId; extern RuntimeClass* IJsonWrapper_t1028825384_il2cpp_TypeInfo_var; extern RuntimeClass* DictionaryEntry_t3123975638_il2cpp_TypeInfo_var; extern const uint32_t JsonData_WriteJson_m2275232696_MetadataUsageId; extern const uint32_t JsonData_Add_m3218740604_MetadataUsageId; extern const uint32_t JsonData_Clear_m2138286346_MetadataUsageId; extern const uint32_t JsonData_SetJsonType_m3542462393_MetadataUsageId; extern RuntimeClass* StringWriter_t802263757_il2cpp_TypeInfo_var; extern RuntimeClass* JsonWriter_t3570089748_il2cpp_TypeInfo_var; extern const uint32_t JsonData_ToJson_m692076605_MetadataUsageId; extern String_t* _stringLiteral4244825595; extern String_t* _stringLiteral3670642506; extern String_t* _stringLiteral2138300441; extern const uint32_t JsonData_ToString_m3646897867_MetadataUsageId; extern RuntimeClass* ParserToken_t2380208742_il2cpp_TypeInfo_var; extern String_t* _stringLiteral917256838; extern const uint32_t JsonException__ctor_m1098159212_MetadataUsageId; extern const uint32_t JsonException__ctor_m3061014959_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4006081049; extern const uint32_t JsonException__ctor_m1455369572_MetadataUsageId; extern const uint32_t JsonException__ctor_m299375985_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* JsonMapper_t3815285241_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3338636003_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t935204471_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1715664290_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3692140024_il2cpp_TypeInfo_var; extern RuntimeClass* DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t691233_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2688515417_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2158423195_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2416213419_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1076599954_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1757933334_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1391760323_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1505559904_RuntimeMethod_var; extern const uint32_t JsonMapper__cctor_m2301354983_MetadataUsageId; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern RuntimeClass* IDictionary_2_t1802487394_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2211611910; extern String_t* _stringLiteral1949155704; extern const uint32_t JsonMapper_AddArrayMetadata_m3022750432_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* IDictionary_2_t179515681_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3512696772_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionary_2_t1976548163_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3750040357_RuntimeMethod_var; extern String_t* _stringLiteral1480664753; extern const uint32_t JsonMapper_AddObjectMetadata_m1915824869_MetadataUsageId; extern RuntimeClass* IDictionary_2_t2155991415_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t904547919_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t2260625411_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m988032232_RuntimeMethod_var; extern const uint32_t JsonMapper_AddTypeProperties_m711607369_MetadataUsageId; extern RuntimeClass* IDictionary_2_t3694023158_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t27006016_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionary_2_t2785824703_il2cpp_TypeInfo_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4056601757_RuntimeMethod_var; extern String_t* _stringLiteral3306367446; extern const uint32_t JsonMapper_GetConvOp_m1331155593_MetadataUsageId; extern RuntimeClass* JsonException_t3682484112_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionary_2_t1152366808_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionary_2_t244168353_il2cpp_TypeInfo_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; extern RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; extern RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonMapper_ReadValue_m573299964_RuntimeMethod_var; extern String_t* _stringLiteral2156791391; extern String_t* _stringLiteral57478429; extern String_t* _stringLiteral3271142035; extern String_t* _stringLiteral888960820; extern const uint32_t JsonMapper_ReadValue_m573299964_MetadataUsageId; extern const uint32_t JsonMapper_ReadValue_m1366735571_MetadataUsageId; extern RuntimeClass* WrapperFactory_t2158548929_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonMapper_U3CReadSkipU3Em__0_m1895629662_RuntimeMethod_var; extern const uint32_t JsonMapper_ReadSkip_m487320729_MetadataUsageId; extern const RuntimeType* Byte_t1134296376_0_0_0_var; extern const RuntimeType* Char_t3634460470_0_0_0_var; extern const RuntimeType* DateTime_t3738529785_0_0_0_var; extern const RuntimeType* Decimal_t2948259380_0_0_0_var; extern const RuntimeType* SByte_t1669577662_0_0_0_var; extern const RuntimeType* Int16_t2552820387_0_0_0_var; extern const RuntimeType* UInt16_t2177724958_0_0_0_var; extern const RuntimeType* UInt32_t2560061978_0_0_0_var; extern const RuntimeType* UInt64_t4134040092_0_0_0_var; extern RuntimeClass* ExporterFunc_t1851311465_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionary_2_t2759509920_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseExportersU3Em__1_m3785983073_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseExportersU3Em__2_m1600907169_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseExportersU3Em__3_m1293593899_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseExportersU3Em__4_m1594130945_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseExportersU3Em__5_m2442603803_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseExportersU3Em__6_m1638073050_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseExportersU3Em__7_m2286051894_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseExportersU3Em__8_m655013061_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseExportersU3Em__9_m1299414995_RuntimeMethod_var; extern const uint32_t JsonMapper_RegisterBaseExporters_m2374613009_MetadataUsageId; extern const RuntimeType* Single_t1397266774_0_0_0_var; extern const RuntimeType* Double_t594665363_0_0_0_var; extern const RuntimeType* Int64_t3736567304_0_0_0_var; extern RuntimeClass* ImporterFunc_t3630937194_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseImportersU3Em__A_m2863114751_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseImportersU3Em__B_m2859163628_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseImportersU3Em__C_m2859258689_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseImportersU3Em__D_m2862733718_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseImportersU3Em__E_m2862709131_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseImportersU3Em__F_m2863083368_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseImportersU3Em__10_m3089407590_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseImportersU3Em__11_m3498817555_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseImportersU3Em__12_m1634908261_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseImportersU3Em__13_m2180102875_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseImportersU3Em__14_m4180189853_RuntimeMethod_var; extern const RuntimeMethod* JsonMapper_U3CRegisterBaseImportersU3Em__15_m2440011328_RuntimeMethod_var; extern const uint32_t JsonMapper_RegisterBaseImporters_m962513141_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1780316962_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m789271418_RuntimeMethod_var; extern const uint32_t JsonMapper_RegisterImporter_m2431859135_MetadataUsageId; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_1_t2707293362_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t4160010941_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonMapper_WriteValue_m3407234217_RuntimeMethod_var; extern String_t* _stringLiteral2854558491; extern const uint32_t JsonMapper_WriteValue_m3407234217_MetadataUsageId; extern const uint32_t JsonMapper_ToJson_m3580473269_MetadataUsageId; extern const uint32_t JsonMapper_ToJson_m2893819535_MetadataUsageId; extern const RuntimeMethod* JsonMapper_U3CToObjectU3Em__16_m2100538837_RuntimeMethod_var; extern const uint32_t JsonMapper_ToObject_m412660133_MetadataUsageId; extern RuntimeClass* JsonReader_t836887441_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonMapper_U3CToObjectU3Em__17_m4056853973_RuntimeMethod_var; extern const uint32_t JsonMapper_ToObject_m177868645_MetadataUsageId; extern const RuntimeMethod* JsonMapper_U3CToObjectU3Em__18_m188853717_RuntimeMethod_var; extern const uint32_t JsonMapper_ToObject_m537038487_MetadataUsageId; extern const uint32_t JsonMapper_ToWrapper_m1155297701_MetadataUsageId; extern const uint32_t JsonMapper_ToWrapper_m2519087008_MetadataUsageId; extern RuntimeClass* ICollection_1_t931548338_il2cpp_TypeInfo_var; extern const uint32_t JsonMapper_UnregisterExporters_m1463623485_MetadataUsageId; extern RuntimeClass* ICollection_1_t3619372522_il2cpp_TypeInfo_var; extern const uint32_t JsonMapper_UnregisterImporters_m3018091985_MetadataUsageId; extern RuntimeClass* JsonMockWrapper_t82875095_il2cpp_TypeInfo_var; extern const uint32_t JsonMapper_U3CReadSkipU3Em__0_m1895629662_MetadataUsageId; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const uint32_t JsonMapper_U3CRegisterBaseExportersU3Em__1_m3785983073_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseExportersU3Em__2_m1600907169_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern const uint32_t JsonMapper_U3CRegisterBaseExportersU3Em__3_m1293593899_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t JsonMapper_U3CRegisterBaseExportersU3Em__4_m1594130945_MetadataUsageId; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern const uint32_t JsonMapper_U3CRegisterBaseExportersU3Em__5_m2442603803_MetadataUsageId; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern const uint32_t JsonMapper_U3CRegisterBaseExportersU3Em__6_m1638073050_MetadataUsageId; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern const uint32_t JsonMapper_U3CRegisterBaseExportersU3Em__7_m2286051894_MetadataUsageId; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern const uint32_t JsonMapper_U3CRegisterBaseExportersU3Em__8_m655013061_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseExportersU3Em__9_m1299414995_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseImportersU3Em__A_m2863114751_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseImportersU3Em__B_m2859163628_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseImportersU3Em__C_m2859258689_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseImportersU3Em__D_m2862733718_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseImportersU3Em__E_m2862709131_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseImportersU3Em__F_m2863083368_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseImportersU3Em__10_m3089407590_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseImportersU3Em__11_m3498817555_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseImportersU3Em__12_m1634908261_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseImportersU3Em__13_m2180102875_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseImportersU3Em__14_m4180189853_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseImportersU3Em__15_m2440011328_MetadataUsageId; extern const uint32_t JsonMapper_U3CToObjectU3Em__16_m2100538837_MetadataUsageId; extern const uint32_t JsonMapper_U3CToObjectU3Em__17_m4056853973_MetadataUsageId; extern const uint32_t JsonMapper_U3CToObjectU3Em__18_m188853717_MetadataUsageId; extern const uint32_t JsonMockWrapper_GetString_m1455639520_MetadataUsageId; extern const uint32_t JsonMockWrapper_ToJson_m1882177526_MetadataUsageId; extern RuntimeClass* StringReader_t3465604688_il2cpp_TypeInfo_var; extern const uint32_t JsonReader__ctor_m1297809221_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* Stack_1_t3794335208_il2cpp_TypeInfo_var; extern RuntimeClass* Lexer_t1514038666_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonReader__ctor_m141007973_RuntimeMethod_var; extern const RuntimeMethod* Stack_1__ctor_m113769803_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Push_m2177882517_RuntimeMethod_var; extern String_t* _stringLiteral3529812268; extern const uint32_t JsonReader__ctor_m141007973_MetadataUsageId; extern RuntimeClass* Dictionary_2_t921491721_il2cpp_TypeInfo_var; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1227275383_RuntimeMethod_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28_FieldInfo_var; extern const uint32_t JsonReader_PopulateParseTable_m3523639334_MetadataUsageId; extern RuntimeClass* IDictionary_2_t3680310408_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionary_2_t2032778390_il2cpp_TypeInfo_var; extern const uint32_t JsonReader_TableAddCol_m2820841847_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3568926999_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m893838985_RuntimeMethod_var; extern const uint32_t JsonReader_TableAddRow_m3468167234_MetadataUsageId; extern const uint32_t JsonReader_ProcessNumber_m1763128378_MetadataUsageId; extern const uint32_t JsonReader_ProcessSymbol_m1079061290_MetadataUsageId; extern RuntimeClass* KeyNotFoundException_t2292407383_il2cpp_TypeInfo_var; extern const RuntimeMethod* Stack_1_Clear_m3857829451_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Peek_m4184154580_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Pop_m2599871233_RuntimeMethod_var; extern const RuntimeMethod* JsonReader_Read_m2661163174_RuntimeMethod_var; extern String_t* _stringLiteral320911726; extern const uint32_t JsonReader_Read_m2661163174_MetadataUsageId; extern RuntimeClass* NumberFormatInfo_t435877138_il2cpp_TypeInfo_var; extern const uint32_t JsonWriter__cctor_m4079708480_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const uint32_t JsonWriter__ctor_m1780975115_MetadataUsageId; extern const uint32_t JsonWriter__ctor_m253699815_MetadataUsageId; extern const RuntimeMethod* JsonWriter__ctor_m2781877538_RuntimeMethod_var; extern String_t* _stringLiteral1980498921; extern const uint32_t JsonWriter__ctor_m2781877538_MetadataUsageId; extern const RuntimeMethod* JsonWriter_DoValidation_m3720573283_RuntimeMethod_var; extern String_t* _stringLiteral3717129058; extern String_t* _stringLiteral4103647921; extern String_t* _stringLiteral1740842079; extern String_t* _stringLiteral2856579791; extern String_t* _stringLiteral393113856; extern String_t* _stringLiteral4135352181; extern const uint32_t JsonWriter_DoValidation_m3720573283_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* Stack_1_t1854483454_il2cpp_TypeInfo_var; extern RuntimeClass* WriterContext_t1011093999_il2cpp_TypeInfo_var; extern const RuntimeMethod* Stack_1__ctor_m2155362428_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Push_m1652061791_RuntimeMethod_var; extern const uint32_t JsonWriter_Init_m2021803741_MetadataUsageId; extern String_t* _stringLiteral3454842868; extern String_t* _stringLiteral3455629300; extern String_t* _stringLiteral3455498228; extern String_t* _stringLiteral3454318580; extern String_t* _stringLiteral3454580724; extern String_t* _stringLiteral3455432692; extern const uint32_t JsonWriter_PutString_m1134683299_MetadataUsageId; extern const uint32_t JsonWriter_ToString_m1597768463_MetadataUsageId; extern const RuntimeMethod* Stack_1_Clear_m1125338639_RuntimeMethod_var; extern const uint32_t JsonWriter_Reset_m1337472812_MetadataUsageId; extern String_t* _stringLiteral4002445229; extern String_t* _stringLiteral3875954633; extern const uint32_t JsonWriter_Write_m2445807389_MetadataUsageId; extern const uint32_t JsonWriter_Write_m3898175898_MetadataUsageId; extern String_t* _stringLiteral3451565954; extern const uint32_t JsonWriter_Write_m1157331754_MetadataUsageId; extern const uint32_t JsonWriter_Write_m3372360412_MetadataUsageId; extern const uint32_t JsonWriter_Write_m3372753631_MetadataUsageId; extern String_t* _stringLiteral1202628576; extern const uint32_t JsonWriter_Write_m470866366_MetadataUsageId; extern const uint32_t JsonWriter_Write_m1937799895_MetadataUsageId; extern const RuntimeMethod* Stack_1_Pop_m376171544_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_get_Count_m2197686965_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Peek_m634478750_RuntimeMethod_var; extern String_t* _stringLiteral3452614643; extern const uint32_t JsonWriter_WriteArrayEnd_m4212030344_MetadataUsageId; extern String_t* _stringLiteral3452614645; extern const uint32_t JsonWriter_WriteArrayStart_m2860784547_MetadataUsageId; extern String_t* _stringLiteral3452614611; extern const uint32_t JsonWriter_WriteObjectEnd_m3752603488_MetadataUsageId; extern String_t* _stringLiteral3452614613; extern const uint32_t JsonWriter_WriteObjectStart_m1149206805_MetadataUsageId; extern String_t* _stringLiteral3450517398; extern const uint32_t JsonWriter_WritePropertyName_m2049458875_MetadataUsageId; extern RuntimeClass* FsmContext_t2331368794_il2cpp_TypeInfo_var; extern const uint32_t Lexer__ctor_m2391221585_MetadataUsageId; extern RuntimeClass* StateHandlerU5BU5D_t1323790106_il2cpp_TypeInfo_var; extern RuntimeClass* StateHandler_t105866779_il2cpp_TypeInfo_var; extern const RuntimeMethod* Lexer_State1_m630944111_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State2_m2046757324_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State3_m3838405303_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State4_m161341214_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State5_m1300265169_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State6_m852077224_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State7_m47209804_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State8_m4236629208_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State9_m3063268735_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State10_m757572457_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State11_m915935908_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State12_m532381763_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State13_m145470406_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State14_m601587845_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State15_m512027856_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State16_m406117359_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State17_m581225490_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State18_m475323441_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State19_m356044460_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State20_m2792040308_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State21_m2950403759_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State22_m2566849614_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State23_m2179938257_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State24_m2636055696_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State25_m2546495707_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State26_m2440585210_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State27_m2615693341_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State28_m2509791292_RuntimeMethod_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29_FieldInfo_var; extern const uint32_t Lexer_PopulateFsmTables_m504913204_MetadataUsageId; extern const uint32_t Lexer_ProcessEscChar_m3583053019_MetadataUsageId; extern const uint32_t Lexer_State21_m2950403759_MetadataUsageId; extern const uint32_t Lexer_State22_m2566849614_MetadataUsageId; extern const RuntimeMethod* Lexer_NextToken_m915562469_RuntimeMethod_var; extern const uint32_t Lexer_NextToken_m915562469_MetadataUsageId; extern const uint32_t ObjectMetadata_get_ElementType_m3745587648_MetadataUsageId; extern const uint32_t OrderedDictionaryEnumerator_get_Current_m1996378305_MetadataUsageId; extern const uint32_t OrderedDictionaryEnumerator_get_Entry_m2398410097_MetadataUsageId; extern const uint32_t OrderedDictionaryEnumerator_get_Key_m1675498256_MetadataUsageId; extern const uint32_t OrderedDictionaryEnumerator_get_Value_m3246958518_MetadataUsageId; extern const uint32_t OrderedDictionaryEnumerator_MoveNext_m235317833_MetadataUsageId; extern const uint32_t OrderedDictionaryEnumerator_Reset_m1884280464_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1632706988_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3302800229_RuntimeMethod_var; extern String_t* _stringLiteral3500168455; extern const uint32_t Localization__ctor_m4062821121_MetadataUsageId; extern const RuntimeType* Localization_t2163216738_0_0_0_var; extern RuntimeClass* Localization_t2163216738_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_AddComponent_TisLocalization_t2163216738_m2522522608_RuntimeMethod_var; extern String_t* _stringLiteral3841968697; extern const uint32_t Localization_get_instance_m2799012913_MetadataUsageId; extern const RuntimeType* TextAsset_t3022178571_0_0_0_var; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m1279106658_RuntimeMethod_var; extern String_t* _stringLiteral2143291852; extern const uint32_t Localization_set_currentLanguage_m514639924_MetadataUsageId; extern const uint32_t Localization_Awake_m2347684422_MetadataUsageId; extern const uint32_t Localization_OnEnable_m2139644959_MetadataUsageId; extern const uint32_t Localization_OnDestroy_m3320663963_MetadataUsageId; extern RuntimeClass* ByteReader_t1539670756_il2cpp_TypeInfo_var; extern RuntimeClass* UIRoot_t4022971450_il2cpp_TypeInfo_var; extern String_t* _stringLiteral182954449; extern const uint32_t Localization_Load_m1136408433_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var; extern String_t* _stringLiteral1153305499; extern const uint32_t Localization_Get_m1840184008_MetadataUsageId; extern const uint32_t Localization_Localize_m2276536743_MetadataUsageId; extern const uint32_t LocalLinkedEffect_OnAfterAnim_m2209397981_MetadataUsageId; extern const uint32_t LocalLinkedEffect_LateUpdate_m3375799896_MetadataUsageId; extern const RuntimeMethod* Component_GetComponentsInChildren_TisTransform_t3600365921_m1145943054_RuntimeMethod_var; extern String_t* _stringLiteral287567133; extern String_t* _stringLiteral1603095960; extern const uint32_t LocalLinkedEffect_CheckBindBone_m2972097738_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var; extern String_t* _stringLiteral2366487369; extern String_t* _stringLiteral1171094641; extern String_t* _stringLiteral350069932; extern String_t* _stringLiteral3333783829; extern String_t* _stringLiteral136885536; extern String_t* _stringLiteral184177537; extern String_t* _stringLiteral175923043; extern String_t* _stringLiteral402562387; extern String_t* _stringLiteral2742051047; extern String_t* _stringLiteral3280690193; extern String_t* _stringLiteral1491471081; extern const uint32_t LogicFriendItem_OnPageInit_m2959569694_MetadataUsageId; extern RuntimeClass* Action_1_t3123413348_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var; extern const RuntimeMethod* LogicFriendItem_IndexChanged_m839729973_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m4058363731_RuntimeMethod_var; extern const uint32_t LogicFriendItem_Awake_m254256563_MetadataUsageId; extern RuntimeClass* CFriendManager_t3708308264_il2cpp_TypeInfo_var; extern RuntimeClass* CKDDeviceService_t1823984140_il2cpp_TypeInfo_var; extern const uint32_t LogicFriendItem_IndexChanged_m839729973_MetadataUsageId; extern RuntimeClass* Transform_t3600365921_il2cpp_TypeInfo_var; extern const uint32_t LogicFriendItem_Update_m2146019434_MetadataUsageId; extern RuntimeClass* PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3896870539; extern String_t* _stringLiteral2820249592; extern const uint32_t LogicFriendItem_SetFriendInfo_m2472554475_MetadataUsageId; extern RuntimeClass* CRoot_t1043641654_il2cpp_TypeInfo_var; extern String_t* _stringLiteral767461401; extern const uint32_t LogicFriendItem_OnClkChatPrivate_m3066243138_MetadataUsageId; extern String_t* _stringLiteral3069917219; extern String_t* _stringLiteral2249229000; extern const uint32_t LogicFriendItem_OnClkShowBusinessCard_m530277570_MetadataUsageId; extern String_t* _stringLiteral1351509834; extern String_t* _stringLiteral1351811703; extern String_t* _stringLiteral487468867; extern const uint32_t logicLogin_main_page_ChangePage_m401271940_MetadataUsageId; extern const uint32_t logicLogin_main_page_ActivePage_m2682504109_MetadataUsageId; extern RuntimeClass* CAppOSHelp_t338788720_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisCamera_t4157153871_m2650170333_RuntimeMethod_var; extern const uint32_t logicRegisterMainCamera_Awake_m591367081_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var; extern const uint32_t logicRegisterSounder_Awake_m297887101_MetadataUsageId; extern const uint32_t logicRegisterSounder_Start_m872767258_MetadataUsageId; extern const uint32_t logicRegisterSounderMidi_Awake_m4261941821_MetadataUsageId; extern const uint32_t logicRegisterSounderMidi_Start_m3008016132_MetadataUsageId; extern const uint32_t logicRegisterUICamera_Awake_m1331463029_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisDMUIContainer_t1502190882_m3794229971_RuntimeMethod_var; extern const uint32_t logicRegisterUICamera_Start_m3783729199_MetadataUsageId; extern RuntimeClass* CVersionWWW_t2686195492_il2cpp_TypeInfo_var; extern RuntimeClass* CRenewMsgBoxControl_t3836031106_il2cpp_TypeInfo_var; extern RuntimeClass* CTimerManager_t4186675208_il2cpp_TypeInfo_var; extern RuntimeClass* CInputStatistics_t4182964798_il2cpp_TypeInfo_var; extern RuntimeClass* CSpeaker_t978472097_il2cpp_TypeInfo_var; extern const uint32_t logicRegisterUICamera_Update_m1446991006_MetadataUsageId; extern String_t* _stringLiteral1288318951; extern String_t* _stringLiteral3791138514; extern const uint32_t logicSearchItem_OnPageInit_m2195577183_MetadataUsageId; extern const uint32_t logicSearchItem_Update_m2619722997_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern const uint32_t logicSearchItem_OnClkFocus_m45292086_MetadataUsageId; extern const uint32_t logicSearchItem_OnClkViewCard_m2721920346_MetadataUsageId; extern RuntimeClass* CVipManager_t269477008_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1205988835; extern String_t* _stringLiteral1405964633; extern String_t* _stringLiteral3457005541; extern const uint32_t logicSearchItem_SetRoleInfo_m788565792_MetadataUsageId; extern RuntimeClass* logoState_t455858167_il2cpp_TypeInfo_var; extern const uint32_t logoState_Awake_m20806188_MetadataUsageId; extern RuntimeClass* BuglyAgent_t2834163709_il2cpp_TypeInfo_var; extern const uint32_t logoState_InitBuglySDK_m1402480981_MetadataUsageId; extern RuntimeClass* CSystemTool_t575361936_il2cpp_TypeInfo_var; extern const uint32_t logoState_CheckEnd_m195592228_MetadataUsageId; extern String_t* _stringLiteral2686215183; extern const uint32_t logoState_OnMsgBoxComfirmBroadCast_m579112755_MetadataUsageId; extern RuntimeClass* logicServerList_t796012166_il2cpp_TypeInfo_var; extern RuntimeClass* CNetServerConfig_t202072970_il2cpp_TypeInfo_var; extern RuntimeClass* OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var; extern const RuntimeMethod* logoState_OnQuitConfirmCallBack_m4129448548_RuntimeMethod_var; extern String_t* _stringLiteral3244639834; extern String_t* _stringLiteral3452614551; extern String_t* _stringLiteral3452614543; extern String_t* _stringLiteral1935526852; extern String_t* _stringLiteral3553160193; extern String_t* _stringLiteral2744830916; extern String_t* _stringLiteral3451565967; extern const uint32_t logoState_Update_m1521773882_MetadataUsageId; extern const uint32_t logoState_OnQuitConfirmCallBack_m4129448548_MetadataUsageId; extern RuntimeClass* CActivityManager_t1081296145_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityFortuneCat_t237126772_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t1302699353_il2cpp_TypeInfo_var; extern const RuntimeMethod* MarqueeController_PlayAnimation_m2000999854_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m504862446_RuntimeMethod_var; extern const uint32_t MarqueeController_Start_m781736987_MetadataUsageId; extern const uint32_t MarqueeController_Destory_m3081712054_MetadataUsageId; extern String_t* _stringLiteral1565311043; extern String_t* _stringLiteral1565311042; extern String_t* _stringLiteral1565311041; extern const uint32_t MarryListCell_OnPageInit_m2568878461_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var; extern const uint32_t MarryListCell_Init_m1163950811_MetadataUsageId; extern const uint32_t MarryListCell_SetClicked_m2110193852_MetadataUsageId; extern const uint32_t MarryListCell_HideAll_m2380189536_MetadataUsageId; extern RuntimeClass* CLocalizationManager_t2604768345_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisDMListViewSlideOptimize_t2157965775_m3566849225_RuntimeMethod_var; extern String_t* _stringLiteral1647951367; extern String_t* _stringLiteral3604266503; extern String_t* _stringLiteral2030288391; extern String_t* _stringLiteral3986603527; extern String_t* _stringLiteral3757723058; extern String_t* _stringLiteral2862852750; extern String_t* _stringLiteral1107962308; extern String_t* _stringLiteral1985719566; extern String_t* _stringLiteral688664197; extern String_t* _stringLiteral2516374433; extern String_t* _stringLiteral996346913; extern String_t* _stringLiteral3732291140; extern String_t* _stringLiteral4141258949; extern String_t* _stringLiteral496613806; extern String_t* _stringLiteral803565266; extern String_t* _stringLiteral862916022; extern String_t* _stringLiteral1895662203; extern String_t* _stringLiteral2932377879; extern String_t* _stringLiteral228405412; extern String_t* _stringLiteral3420991652; extern String_t* _stringLiteral2354037375; extern String_t* _stringLiteral2962490473; extern const uint32_t MarryListCellItem_OnPageInit_m4028880740_MetadataUsageId; extern RuntimeClass* ColorMap_t353729970_il2cpp_TypeInfo_var; extern RuntimeClass* NGUITools_t1206951095_il2cpp_TypeInfo_var; extern String_t* _stringLiteral864251910; extern String_t* _stringLiteral1628809185; extern String_t* _stringLiteral3926316141; extern String_t* _stringLiteral1916227079; extern const uint32_t MarryListCellItem_Init_m4091278676_MetadataUsageId; extern String_t* _stringLiteral4123543224; extern const uint32_t MarryListCellItem_ShowTimer_m3402383943_MetadataUsageId; extern String_t* _stringLiteral2755003837; extern const uint32_t MarryListCellItem_NumToString_m1878712649_MetadataUsageId; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern RuntimeClass* CWndController_t749709641_il2cpp_TypeInfo_var; extern RuntimeClass* CBlessManager_t2858824243_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2959845284; extern const uint32_t MarryListCellItem_OnClickBless_m1455504242_MetadataUsageId; extern const uint32_t MarryListCellItem_Update_m687894379_MetadataUsageId; extern RuntimeClass* List_1_t3149535657_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4254788256_RuntimeMethod_var; extern String_t* _stringLiteral1334657964; extern const uint32_t MemberManager__ctor_m1490622489_MetadataUsageId; extern RuntimeClass* MemberManager_t2979457932_il2cpp_TypeInfo_var; extern const uint32_t MemberManager_GetInstance_m1562229700_MetadataUsageId; extern const uint32_t MemberManager_RequestMemberInfo_m42992302_MetadataUsageId; extern const uint32_t MemberManager_GetMemberEffectName_m885960294_MetadataUsageId; extern RuntimeClass* CRechargeConfig_t910639634_il2cpp_TypeInfo_var; extern const uint32_t MemberManager_GetMemberRechargeID_m1002045769_MetadataUsageId; extern String_t* _stringLiteral4041997353; extern const uint32_t MemberManager_IsMatch_m4178472578_MetadataUsageId; extern const uint32_t MemberManager_get_LeftDay_m233236492_MetadataUsageId; extern const uint32_t MemberManager_get_LeftHour_m556036691_MetadataUsageId; extern RuntimeClass* CRechargeManager_t2919414649_il2cpp_TypeInfo_var; extern const RuntimeMethod* MemberManager_OnMsgBoxClkCallBack_m1334087226_RuntimeMethod_var; extern String_t* _stringLiteral3886817964; extern String_t* _stringLiteral1667460612; extern String_t* _stringLiteral262979910; extern String_t* _stringLiteral4147580396; extern String_t* _stringLiteral262979907; extern String_t* _stringLiteral4147777004; extern String_t* _stringLiteral262979908; extern String_t* _stringLiteral4147711468; extern String_t* _stringLiteral2156745390; extern String_t* _stringLiteral2156548782; extern String_t* _stringLiteral2156614318; extern String_t* _stringLiteral396458042; extern String_t* _stringLiteral2735110202; extern const uint32_t MemberManager_Buy_m936576913_MetadataUsageId; extern String_t* _stringLiteral1574120569; extern const uint32_t MemberManager_OnMsgBoxClkCallBack_m1334087226_MetadataUsageId; extern const uint32_t MemberManager_RequestMemberReturn_m623681010_MetadataUsageId; extern RuntimeClass* CAwardItem_t1677460915_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m1914676108_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1312316922_RuntimeMethod_var; extern const uint32_t MemberManager_GetMemberReturn_m3368053927_MetadataUsageId; extern const uint32_t MemberManager__cctor_m121911484_MetadataUsageId; extern const RuntimeType* SkinnedMeshRenderer_t245602842_0_0_0_var; extern const RuntimeType* MeshFilter_t3523625662_0_0_0_var; extern RuntimeClass* SkinnedMeshRenderer_t245602842_il2cpp_TypeInfo_var; extern RuntimeClass* MeshFilter_t3523625662_il2cpp_TypeInfo_var; extern const uint32_t MeshMorpher_SetComplexMorph_m2809736551_MetadataUsageId; extern const uint32_t MeshMorpher_SetMorph_m473320021_MetadataUsageId; extern const RuntimeMethod* Object_Instantiate_TisMesh_t3648964284_m1392175164_RuntimeMethod_var; extern String_t* _stringLiteral2340335616; extern String_t* _stringLiteral2608402826; extern String_t* _stringLiteral152421839; extern String_t* _stringLiteral1973832612; extern String_t* _stringLiteral4217323460; extern const uint32_t MeshMorpher_Awake_m250770112_MetadataUsageId; extern const uint32_t MeshMorpher_LateUpdate_m1966506356_MetadataUsageId; extern RuntimeClass* MessageHandler_t3017544858_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_AddComponent_TisMessageHandler_t3017544858_m1549143245_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisMessageHandler_t3017544858_m772012332_RuntimeMethod_var; extern String_t* _stringLiteral2012720464; extern const uint32_t MessageHandler_GetInstance_m511688706_MetadataUsageId; extern const uint32_t MessageHandler_OnDestroy_m1412686985_MetadataUsageId; extern const uint32_t MessageHandler_MotionInner_m3126250861_MetadataUsageId; extern String_t* _stringLiteral441508625; extern const uint32_t MessageHandler_DeviceInner_m2945538751_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3184696643; extern const uint32_t MessageHandler_ParseJsonInt_m2663139697_MetadataUsageId; extern String_t* _stringLiteral1349046704; extern const uint32_t MessageHandler_ParseJsonString_m2703389344_MetadataUsageId; extern RuntimeClass* List_1_t2822533831_il2cpp_TypeInfo_var; extern RuntimeClass* UserFriend_t1350459089_il2cpp_TypeInfo_var; extern RuntimeClass* User_t2909415622_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1390507701_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1661989335_RuntimeMethod_var; extern String_t* _stringLiteral3450583028; extern String_t* _stringLiteral1904591196; extern String_t* _stringLiteral2323818845; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral1142895620; extern String_t* _stringLiteral2328078139; extern String_t* _stringLiteral3933096224; extern String_t* _stringLiteral2135168349; extern const uint32_t MessageHandler_ParseFriendsJson_m3694608391_MetadataUsageId; extern String_t* _stringLiteral3723848443; extern String_t* _stringLiteral88567268; extern const uint32_t MessageHandler_UserFriendsInner_m613430048_MetadataUsageId; extern String_t* _stringLiteral3788748006; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral2370124946; extern const uint32_t MessageHandler_InviteFriendInner_m3996847314_MetadataUsageId; extern const uint32_t MessageHandler_motionHandler_m3388679817_MetadataUsageId; extern const uint32_t MessageHandler_actionHandler_m385857625_MetadataUsageId; extern const uint32_t MessageHandler_stepHandler_m2956251515_MetadataUsageId; extern const uint32_t MessageHandler_deviceHandler_m2664690459_MetadataUsageId; extern const uint32_t MessageHandler_userFriendsHandler_m1531076387_MetadataUsageId; extern const uint32_t MessageHandler_inviteFriendHandler_m2454710401_MetadataUsageId; extern RuntimeClass* ActionHandler_t1919085295_il2cpp_TypeInfo_var; extern RuntimeClass* Marshal_t1757017490_il2cpp_TypeInfo_var; extern RuntimeClass* MotionHandler_t4071239806_il2cpp_TypeInfo_var; extern RuntimeClass* StepHandler_t3504542481_il2cpp_TypeInfo_var; extern RuntimeClass* DeviceHandler_t706368662_il2cpp_TypeInfo_var; extern RuntimeClass* UserFriendsHandler_t191220723_il2cpp_TypeInfo_var; extern RuntimeClass* InviteFriendHandler_t2781888241_il2cpp_TypeInfo_var; extern const RuntimeMethod* MessageHandler_actionHandler_m385857625_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_motionHandler_m3388679817_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_stepHandler_m2956251515_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_deviceHandler_m2664690459_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_userFriendsHandler_m1531076387_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_inviteFriendHandler_m2454710401_RuntimeMethod_var; extern const uint32_t MessageHandler_Start_m880489104_MetadataUsageId; extern const RuntimeMethod* JsonUtility_FromJson_TisUser_t2909415622_m456058016_RuntimeMethod_var; extern const uint32_t MessageHandler_CallGetUserInfo_m1319728164_MetadataUsageId; extern const uint32_t MessageHandler_CallGetUserFriends_m2883608999_MetadataUsageId; extern const uint32_t MessageHandler_CallGameStart_m3880114517_MetadataUsageId; extern const uint32_t MessageHandler_CallGameEnd_m1135107466_MetadataUsageId; extern const uint32_t MessageHandler_CallConnectDevice_m4013019409_MetadataUsageId; extern const uint32_t MessageHandler_CallConnectDevice_m2932182502_MetadataUsageId; extern const uint32_t MessageHandler_CallDisConnectDevice_m393588469_MetadataUsageId; extern const uint32_t MessageHandler_CallSearchDevice_m3226631126_MetadataUsageId; extern const uint32_t MessageHandler_CallInviteFriend_m3337569308_MetadataUsageId; extern const uint32_t MessageHandler_CallGetInviteInfo_m771425721_MetadataUsageId; extern const uint32_t MessageHandler_CallVibrate_m920298073_MetadataUsageId; extern const uint32_t ActionHandler_BeginInvoke_m3086216637_MetadataUsageId; extern const uint32_t DeviceHandler_BeginInvoke_m3882373086_MetadataUsageId; extern const uint32_t InviteFriendHandler_BeginInvoke_m3711164033_MetadataUsageId; extern const uint32_t MotionHandler_BeginInvoke_m1197685111_MetadataUsageId; extern const uint32_t StepHandler_BeginInvoke_m1708587966_MetadataUsageId; extern const uint32_t UserFriendsHandler_BeginInvoke_m3280995379_MetadataUsageId; extern String_t* _stringLiteral1209540271; extern String_t* _stringLiteral3140237887; extern const uint32_t MessageReminder_Start_m739436117_MetadataUsageId; extern RuntimeClass* CChatManager_t1988186574_il2cpp_TypeInfo_var; extern RuntimeClass* CMessageSignMgr_t1474886036_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2570825119; extern const uint32_t MessageReminder_Update_m1893396862_MetadataUsageId; extern const uint32_t MessageReminder__InitRemiderHost_m3884307660_MetadataUsageId; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern const uint32_t MirrorReflection__ctor_m3655163218_MetadataUsageId; extern RuntimeClass* MirrorReflection_t2846055273_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisRenderer_t2627027031_m2651633905_RuntimeMethod_var; extern String_t* _stringLiteral253045501; extern String_t* _stringLiteral3005297131; extern const uint32_t MirrorReflection_OnWillRenderObject_m3758894786_MetadataUsageId; extern RuntimeClass* Camera_t4157153871_il2cpp_TypeInfo_var; extern const uint32_t MirrorReflection_OnDisable_m3636461988_MetadataUsageId; extern const RuntimeType* Skybox_t2662837510_0_0_0_var; extern RuntimeClass* Skybox_t2662837510_il2cpp_TypeInfo_var; extern const uint32_t MirrorReflection_UpdateCameraModes_m2010203467_MetadataUsageId; extern const RuntimeType* Camera_t4157153871_0_0_0_var; extern RuntimeClass* RenderTexture_t2108887433_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisCamera_t4157153871_m3956151066_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisFlareLayer_t1739223323_m1608860411_RuntimeMethod_var; extern String_t* _stringLiteral529172124; extern String_t* _stringLiteral3968149581; extern String_t* _stringLiteral1505539685; extern const uint32_t MirrorReflection_CreateMirrorObjects_m904266706_MetadataUsageId; extern const uint32_t MirrorReflection_CameraSpacePlane_m2548812945_MetadataUsageId; extern RuntimeClass* Vector4_t3319028937_il2cpp_TypeInfo_var; extern const uint32_t MirrorReflection_CalculateObliqueMatrix_m687834819_MetadataUsageId; extern RuntimeClass* List_1_t777473367_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2885667311_RuntimeMethod_var; extern const uint32_t monoIntroduction__ctor_m1447755505_MetadataUsageId; extern RuntimeClass* CMiscConfig_t1694835947_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m4073477735_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisAudioSource_t3935305588_m1977431131_RuntimeMethod_var; extern String_t* _stringLiteral3538665776; extern String_t* _stringLiteral106883168; extern String_t* _stringLiteral400541039; extern String_t* _stringLiteral135161947; extern String_t* _stringLiteral804342665; extern String_t* _stringLiteral3593256307; extern String_t* _stringLiteral2558195835; extern String_t* _stringLiteral4132173947; extern String_t* _stringLiteral2175858811; extern String_t* _stringLiteral3015088050; extern String_t* _stringLiteral4278684340; extern String_t* _stringLiteral2682458434; extern String_t* _stringLiteral2554136352; extern String_t* _stringLiteral3354974208; extern String_t* _stringLiteral1719305668; extern String_t* _stringLiteral1225903039; extern String_t* _stringLiteral452004259; extern const uint32_t monoIntroduction_OnPageInit_m4207361191_MetadataUsageId; extern RuntimeClass* CDanceModeManager_t745595461_il2cpp_TypeInfo_var; extern RuntimeClass* CAnimSystem_t3541144328_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2748149650; extern String_t* _stringLiteral1077017624; extern String_t* _stringLiteral3898450985; extern String_t* _stringLiteral3231470291; extern const uint32_t monoIntroduction_Start_m2137071221_MetadataUsageId; extern RuntimeClass* IResourceManager_t3165642952_il2cpp_TypeInfo_var; extern RuntimeClass* CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var; extern RuntimeClass* AudioClip_t3680889665_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3018459634; extern const uint32_t monoIntroduction_OnSelectedModel_m3599267529_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3022113929_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3787308655_RuntimeMethod_var; extern String_t* _stringLiteral662271891; extern const uint32_t monoIntroduction_CallUIPageEnd_m2419180879_MetadataUsageId; extern const uint32_t monoIntroduction_OnBeatKeyBtn_m1417633134_MetadataUsageId; extern const uint32_t monoIntroduction_OnSwingKeyBtn_m2889912109_MetadataUsageId; extern const uint32_t monoIntroduction_OnClassicalKeyBtn_m4236231893_MetadataUsageId; extern RuntimeClass* OnEventCall_t3758354630_il2cpp_TypeInfo_var; extern const RuntimeMethod* monoIntroduction_OnWillShowEndPage_m2039323955_RuntimeMethod_var; extern String_t* _stringLiteral3381445986; extern const uint32_t monoIntroduction_OnScenePageEndImpl_m1500825158_MetadataUsageId; extern RuntimeClass* monoIntroduction_t1508182689_il2cpp_TypeInfo_var; extern RuntimeClass* Action_t1264377477_il2cpp_TypeInfo_var; extern const RuntimeMethod* CLoadingWatch_OnLevelLoadedDefault_m2523115143_RuntimeMethod_var; extern String_t* _stringLiteral3811860389; extern String_t* _stringLiteral1305446639; extern const uint32_t monoIntroduction_OnClkRestart_m228766808_MetadataUsageId; extern RuntimeClass* CPveManager_t3058433014_il2cpp_TypeInfo_var; extern const RuntimeMethod* CLoadingWatch_OnLevelLoadedWithScene_m1373809381_RuntimeMethod_var; extern String_t* _stringLiteral3500937908; extern const uint32_t monoIntroduction_OnClkEnd_m558893634_MetadataUsageId; extern const uint32_t monoIntroduction_OnFinishStudy_m237888411_MetadataUsageId; extern const uint32_t monoIntroduction_OnClkContinue_m1020260636_MetadataUsageId; extern const uint32_t monoIntroduction_OnClkPause_m3330947500_MetadataUsageId; extern const uint32_t monoIntroduction_LateUpdate_m3174713289_MetadataUsageId; extern const uint32_t monoIntroduction_Update_m821281251_MetadataUsageId; extern const uint32_t monoIntroduction_OnWillShowEndPage_m2039323955_MetadataUsageId; extern const uint32_t monoIntroduction_OnBeatKeySwingGroupEnd_m3264514426_MetadataUsageId; extern const uint32_t monoIntroduction_OnBeatKeyClassicalGroupEnd_m240334454_MetadataUsageId; extern const uint32_t monoIntroduction_GetNextBeatTime_m3374983228_MetadataUsageId; extern RuntimeClass* CBeatKeySimple_t479423900_il2cpp_TypeInfo_var; extern RuntimeClass* CBeatKeyCouple_t3767634746_il2cpp_TypeInfo_var; extern RuntimeClass* CBeatKeyFollowDirect_t2524907670_il2cpp_TypeInfo_var; extern RuntimeClass* CBeatKeyHold_t782767741_il2cpp_TypeInfo_var; extern const RuntimeMethod* monoIntroduction_OnBeatKeyGroupEnd_m3371531316_RuntimeMethod_var; extern String_t* _stringLiteral3360591113; extern String_t* _stringLiteral348234254; extern const uint32_t monoIntroduction_StartNetBeatKeyGroup_m4000293604_MetadataUsageId; extern RuntimeClass* CBeatKeySwingSimple_t4104270215_il2cpp_TypeInfo_var; extern RuntimeClass* CBeatKeySwingCouple_t1807003983_il2cpp_TypeInfo_var; extern RuntimeClass* CBeatKeySwingHold_t593251827_il2cpp_TypeInfo_var; extern const RuntimeMethod* monoIntroduction_OnBeatKeySwingGroupEnd_m3264514426_RuntimeMethod_var; extern String_t* _stringLiteral1791344007; extern const uint32_t monoIntroduction_StartNetSwingKeyGroup_m1039600271_MetadataUsageId; extern RuntimeClass* ClassicalKeyQueue_t335011495_il2cpp_TypeInfo_var; extern RuntimeClass* ClassicalKeyUnit_t2831186819_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m4247163161_RuntimeMethod_var; extern const RuntimeMethod* monoIntroduction_OnBeatKeyClassicalGroupEnd_m240334454_RuntimeMethod_var; extern String_t* _stringLiteral1486599259; extern const uint32_t monoIntroduction_StartNetClassicalKeyGroup_m2974877743_MetadataUsageId; struct Vector3U5BU5D_t1718750761; struct TextAssetU5BU5D_t2780361322; struct GameObjectU5BU5D_t3328599146; struct PropertyInfoU5BU5D_t1461822886; struct ParameterInfoU5BU5D_t390618515; struct FieldInfoU5BU5D_t846150980; struct TypeU5BU5D_t3940880105; struct ObjectU5BU5D_t2843939325; struct Int32U5BU5D_t385246372; struct CharU5BU5D_t3528271667; struct StateHandlerU5BU5D_t1323790106; struct TransformU5BU5D_t807237628; struct MeshU5BU5D_t3972987605; struct MaterialU5BU5D_t561872642; #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 DICTIONARY_2_T1780316962_H #define DICTIONARY_2_T1780316962_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_t1780316962 : 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 TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ImporterFuncU5BU5D_t332556975* ___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_t1780316962, ___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_t1780316962, ___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_t1780316962, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1780316962, ___valueSlots_7)); } inline ImporterFuncU5BU5D_t332556975* get_valueSlots_7() const { return ___valueSlots_7; } inline ImporterFuncU5BU5D_t332556975** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ImporterFuncU5BU5D_t332556975* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1780316962, ___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_t1780316962, ___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_t1780316962, ___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_t1780316962, ___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_t1780316962, ___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_t1780316962, ___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_t1780316962, ___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_t1780316962_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t613051986 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1780316962_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t613051986 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t613051986 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t613051986 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1780316962_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____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; } inline static int32_t get_offset_of__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____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 ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef BEATKEYRESULT_T1335677305_H #define BEATKEYRESULT_T1335677305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.BeatKeyResult struct BeatKeyResult_t1335677305 : public RuntimeObject { public: // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.BeatKeyResult::_GreatCnt CEncrptHelp_Int_t51280996 * ____GreatCnt_0; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.BeatKeyResult::_CoolCnt CEncrptHelp_Int_t51280996 * ____CoolCnt_1; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.BeatKeyResult::_MissCnt CEncrptHelp_Int_t51280996 * ____MissCnt_2; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.BeatKeyResult::_Score CEncrptHelp_Int_t51280996 * ____Score_3; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.BeatKeyResult::_PerfectCnt CEncrptHelp_Int_t51280996 * ____PerfectCnt_4; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.BeatKeyResult::_MaxCombo CEncrptHelp_Int_t51280996 * ____MaxCombo_5; public: inline static int32_t get_offset_of__GreatCnt_0() { return static_cast(offsetof(BeatKeyResult_t1335677305, ____GreatCnt_0)); } inline CEncrptHelp_Int_t51280996 * get__GreatCnt_0() const { return ____GreatCnt_0; } inline CEncrptHelp_Int_t51280996 ** get_address_of__GreatCnt_0() { return &____GreatCnt_0; } inline void set__GreatCnt_0(CEncrptHelp_Int_t51280996 * value) { ____GreatCnt_0 = value; Il2CppCodeGenWriteBarrier((&____GreatCnt_0), value); } inline static int32_t get_offset_of__CoolCnt_1() { return static_cast(offsetof(BeatKeyResult_t1335677305, ____CoolCnt_1)); } inline CEncrptHelp_Int_t51280996 * get__CoolCnt_1() const { return ____CoolCnt_1; } inline CEncrptHelp_Int_t51280996 ** get_address_of__CoolCnt_1() { return &____CoolCnt_1; } inline void set__CoolCnt_1(CEncrptHelp_Int_t51280996 * value) { ____CoolCnt_1 = value; Il2CppCodeGenWriteBarrier((&____CoolCnt_1), value); } inline static int32_t get_offset_of__MissCnt_2() { return static_cast(offsetof(BeatKeyResult_t1335677305, ____MissCnt_2)); } inline CEncrptHelp_Int_t51280996 * get__MissCnt_2() const { return ____MissCnt_2; } inline CEncrptHelp_Int_t51280996 ** get_address_of__MissCnt_2() { return &____MissCnt_2; } inline void set__MissCnt_2(CEncrptHelp_Int_t51280996 * value) { ____MissCnt_2 = value; Il2CppCodeGenWriteBarrier((&____MissCnt_2), value); } inline static int32_t get_offset_of__Score_3() { return static_cast(offsetof(BeatKeyResult_t1335677305, ____Score_3)); } inline CEncrptHelp_Int_t51280996 * get__Score_3() const { return ____Score_3; } inline CEncrptHelp_Int_t51280996 ** get_address_of__Score_3() { return &____Score_3; } inline void set__Score_3(CEncrptHelp_Int_t51280996 * value) { ____Score_3 = value; Il2CppCodeGenWriteBarrier((&____Score_3), value); } inline static int32_t get_offset_of__PerfectCnt_4() { return static_cast(offsetof(BeatKeyResult_t1335677305, ____PerfectCnt_4)); } inline CEncrptHelp_Int_t51280996 * get__PerfectCnt_4() const { return ____PerfectCnt_4; } inline CEncrptHelp_Int_t51280996 ** get_address_of__PerfectCnt_4() { return &____PerfectCnt_4; } inline void set__PerfectCnt_4(CEncrptHelp_Int_t51280996 * value) { ____PerfectCnt_4 = value; Il2CppCodeGenWriteBarrier((&____PerfectCnt_4), value); } inline static int32_t get_offset_of__MaxCombo_5() { return static_cast(offsetof(BeatKeyResult_t1335677305, ____MaxCombo_5)); } inline CEncrptHelp_Int_t51280996 * get__MaxCombo_5() const { return ____MaxCombo_5; } inline CEncrptHelp_Int_t51280996 ** get_address_of__MaxCombo_5() { return &____MaxCombo_5; } inline void set__MaxCombo_5(CEncrptHelp_Int_t51280996 * value) { ____MaxCombo_5 = value; Il2CppCodeGenWriteBarrier((&____MaxCombo_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEATKEYRESULT_T1335677305_H #ifndef DICTIONARY_2_T27006016_H #define DICTIONARY_2_T27006016_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_t27006016 : 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 TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots MethodInfoU5BU5D_t2572182361* ___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_t27006016, ___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_t27006016, ___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_t27006016, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t27006016, ___valueSlots_7)); } inline MethodInfoU5BU5D_t2572182361* get_valueSlots_7() const { return ___valueSlots_7; } inline MethodInfoU5BU5D_t2572182361** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(MethodInfoU5BU5D_t2572182361* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t27006016, ___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_t27006016, ___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_t27006016, ___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_t27006016, ___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_t27006016, ___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_t27006016, ___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_t27006016, ___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_t27006016_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2852677372 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t27006016_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2852677372 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2852677372 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2852677372 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T27006016_H #ifndef LIST_1_T904547919_H #define LIST_1_T904547919_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_t904547919 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PropertyMetadataU5BU5D_t3282844708* ____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_t904547919, ____items_1)); } inline PropertyMetadataU5BU5D_t3282844708* get__items_1() const { return ____items_1; } inline PropertyMetadataU5BU5D_t3282844708** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PropertyMetadataU5BU5D_t3282844708* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t904547919, ____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_t904547919, ____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_t904547919_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PropertyMetadataU5BU5D_t3282844708* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t904547919_StaticFields, ___EmptyArray_4)); } inline PropertyMetadataU5BU5D_t3282844708* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PropertyMetadataU5BU5D_t3282844708** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PropertyMetadataU5BU5D_t3282844708* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T904547919_H #ifndef DICTIONARY_2_T3512696772_H #define DICTIONARY_2_T3512696772_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_t3512696772 : 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 PropertyMetadataU5BU5D_t3282844708* ___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_t3512696772, ___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_t3512696772, ___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_t3512696772, ___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_t3512696772, ___valueSlots_7)); } inline PropertyMetadataU5BU5D_t3282844708* get_valueSlots_7() const { return ___valueSlots_7; } inline PropertyMetadataU5BU5D_t3282844708** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(PropertyMetadataU5BU5D_t3282844708* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3512696772, ___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_t3512696772, ___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_t3512696772, ___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_t3512696772, ___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_t3512696772, ___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_t3512696772, ___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_t3512696772, ___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_t3512696772_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2133256424 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3512696772_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2133256424 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2133256424 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2133256424 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3512696772_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 JSONMOCKWRAPPER_T82875095_H #define JSONMOCKWRAPPER_T82875095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonMockWrapper struct JsonMockWrapper_t82875095 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONMOCKWRAPPER_T82875095_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 DICTIONARY_2_T921491721_H #define DICTIONARY_2_T921491721_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_t921491721 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots IDictionary_2U5BU5D_t2726772819* ___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_t921491721, ___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_t921491721, ___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_t921491721, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t921491721, ___valueSlots_7)); } inline IDictionary_2U5BU5D_t2726772819* get_valueSlots_7() const { return ___valueSlots_7; } inline IDictionary_2U5BU5D_t2726772819** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(IDictionary_2U5BU5D_t2726772819* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t921491721, ___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_t921491721, ___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_t921491721, ___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_t921491721, ___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_t921491721, ___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_t921491721, ___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_t921491721, ___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_t921491721_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2331111663 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t921491721_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2331111663 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2331111663 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2331111663 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T921491721_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 LEXER_T1514038666_H #define LEXER_T1514038666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.Lexer struct Lexer_t1514038666 : public RuntimeObject { public: // System.Boolean LitJson.Lexer::allow_comments bool ___allow_comments_2; // System.Boolean LitJson.Lexer::allow_single_quoted_strings bool ___allow_single_quoted_strings_3; // System.Boolean LitJson.Lexer::end_of_input bool ___end_of_input_4; // LitJson.FsmContext LitJson.Lexer::fsm_context FsmContext_t2331368794 * ___fsm_context_5; // System.Int32 LitJson.Lexer::input_buffer int32_t ___input_buffer_6; // System.Int32 LitJson.Lexer::input_char int32_t ___input_char_7; // System.IO.TextReader LitJson.Lexer::reader TextReader_t283511965 * ___reader_8; // System.Int32 LitJson.Lexer::state int32_t ___state_9; // System.Text.StringBuilder LitJson.Lexer::string_buffer StringBuilder_t * ___string_buffer_10; // System.String LitJson.Lexer::string_value String_t* ___string_value_11; // System.Int32 LitJson.Lexer::token int32_t ___token_12; // System.Int32 LitJson.Lexer::unichar int32_t ___unichar_13; public: inline static int32_t get_offset_of_allow_comments_2() { return static_cast(offsetof(Lexer_t1514038666, ___allow_comments_2)); } inline bool get_allow_comments_2() const { return ___allow_comments_2; } inline bool* get_address_of_allow_comments_2() { return &___allow_comments_2; } inline void set_allow_comments_2(bool value) { ___allow_comments_2 = value; } inline static int32_t get_offset_of_allow_single_quoted_strings_3() { return static_cast(offsetof(Lexer_t1514038666, ___allow_single_quoted_strings_3)); } inline bool get_allow_single_quoted_strings_3() const { return ___allow_single_quoted_strings_3; } inline bool* get_address_of_allow_single_quoted_strings_3() { return &___allow_single_quoted_strings_3; } inline void set_allow_single_quoted_strings_3(bool value) { ___allow_single_quoted_strings_3 = value; } inline static int32_t get_offset_of_end_of_input_4() { return static_cast(offsetof(Lexer_t1514038666, ___end_of_input_4)); } inline bool get_end_of_input_4() const { return ___end_of_input_4; } inline bool* get_address_of_end_of_input_4() { return &___end_of_input_4; } inline void set_end_of_input_4(bool value) { ___end_of_input_4 = value; } inline static int32_t get_offset_of_fsm_context_5() { return static_cast(offsetof(Lexer_t1514038666, ___fsm_context_5)); } inline FsmContext_t2331368794 * get_fsm_context_5() const { return ___fsm_context_5; } inline FsmContext_t2331368794 ** get_address_of_fsm_context_5() { return &___fsm_context_5; } inline void set_fsm_context_5(FsmContext_t2331368794 * value) { ___fsm_context_5 = value; Il2CppCodeGenWriteBarrier((&___fsm_context_5), value); } inline static int32_t get_offset_of_input_buffer_6() { return static_cast(offsetof(Lexer_t1514038666, ___input_buffer_6)); } inline int32_t get_input_buffer_6() const { return ___input_buffer_6; } inline int32_t* get_address_of_input_buffer_6() { return &___input_buffer_6; } inline void set_input_buffer_6(int32_t value) { ___input_buffer_6 = value; } inline static int32_t get_offset_of_input_char_7() { return static_cast(offsetof(Lexer_t1514038666, ___input_char_7)); } inline int32_t get_input_char_7() const { return ___input_char_7; } inline int32_t* get_address_of_input_char_7() { return &___input_char_7; } inline void set_input_char_7(int32_t value) { ___input_char_7 = value; } inline static int32_t get_offset_of_reader_8() { return static_cast(offsetof(Lexer_t1514038666, ___reader_8)); } inline TextReader_t283511965 * get_reader_8() const { return ___reader_8; } inline TextReader_t283511965 ** get_address_of_reader_8() { return &___reader_8; } inline void set_reader_8(TextReader_t283511965 * value) { ___reader_8 = value; Il2CppCodeGenWriteBarrier((&___reader_8), value); } inline static int32_t get_offset_of_state_9() { return static_cast(offsetof(Lexer_t1514038666, ___state_9)); } inline int32_t get_state_9() const { return ___state_9; } inline int32_t* get_address_of_state_9() { return &___state_9; } inline void set_state_9(int32_t value) { ___state_9 = value; } inline static int32_t get_offset_of_string_buffer_10() { return static_cast(offsetof(Lexer_t1514038666, ___string_buffer_10)); } inline StringBuilder_t * get_string_buffer_10() const { return ___string_buffer_10; } inline StringBuilder_t ** get_address_of_string_buffer_10() { return &___string_buffer_10; } inline void set_string_buffer_10(StringBuilder_t * value) { ___string_buffer_10 = value; Il2CppCodeGenWriteBarrier((&___string_buffer_10), value); } inline static int32_t get_offset_of_string_value_11() { return static_cast(offsetof(Lexer_t1514038666, ___string_value_11)); } inline String_t* get_string_value_11() const { return ___string_value_11; } inline String_t** get_address_of_string_value_11() { return &___string_value_11; } inline void set_string_value_11(String_t* value) { ___string_value_11 = value; Il2CppCodeGenWriteBarrier((&___string_value_11), value); } inline static int32_t get_offset_of_token_12() { return static_cast(offsetof(Lexer_t1514038666, ___token_12)); } inline int32_t get_token_12() const { return ___token_12; } inline int32_t* get_address_of_token_12() { return &___token_12; } inline void set_token_12(int32_t value) { ___token_12 = value; } inline static int32_t get_offset_of_unichar_13() { return static_cast(offsetof(Lexer_t1514038666, ___unichar_13)); } inline int32_t get_unichar_13() const { return ___unichar_13; } inline int32_t* get_address_of_unichar_13() { return &___unichar_13; } inline void set_unichar_13(int32_t value) { ___unichar_13 = value; } }; struct Lexer_t1514038666_StaticFields { public: // System.Int32[] LitJson.Lexer::fsm_return_table Int32U5BU5D_t385246372* ___fsm_return_table_0; // LitJson.Lexer/StateHandler[] LitJson.Lexer::fsm_handler_table StateHandlerU5BU5D_t1323790106* ___fsm_handler_table_1; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache0 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache0_14; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache1 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache1_15; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache2 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache2_16; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache3 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache3_17; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache4 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache4_18; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache5 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache5_19; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache6 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache6_20; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache7 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache7_21; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache8 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache8_22; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache9 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache9_23; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cacheA StateHandler_t105866779 * ___U3CU3Ef__mgU24cacheA_24; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cacheB StateHandler_t105866779 * ___U3CU3Ef__mgU24cacheB_25; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cacheC StateHandler_t105866779 * ___U3CU3Ef__mgU24cacheC_26; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cacheD StateHandler_t105866779 * ___U3CU3Ef__mgU24cacheD_27; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cacheE StateHandler_t105866779 * ___U3CU3Ef__mgU24cacheE_28; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cacheF StateHandler_t105866779 * ___U3CU3Ef__mgU24cacheF_29; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache10 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache10_30; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache11 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache11_31; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache12 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache12_32; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache13 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache13_33; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache14 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache14_34; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache15 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache15_35; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache16 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache16_36; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache17 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache17_37; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache18 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache18_38; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache19 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache19_39; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache1A StateHandler_t105866779 * ___U3CU3Ef__mgU24cache1A_40; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache1B StateHandler_t105866779 * ___U3CU3Ef__mgU24cache1B_41; public: inline static int32_t get_offset_of_fsm_return_table_0() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___fsm_return_table_0)); } inline Int32U5BU5D_t385246372* get_fsm_return_table_0() const { return ___fsm_return_table_0; } inline Int32U5BU5D_t385246372** get_address_of_fsm_return_table_0() { return &___fsm_return_table_0; } inline void set_fsm_return_table_0(Int32U5BU5D_t385246372* value) { ___fsm_return_table_0 = value; Il2CppCodeGenWriteBarrier((&___fsm_return_table_0), value); } inline static int32_t get_offset_of_fsm_handler_table_1() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___fsm_handler_table_1)); } inline StateHandlerU5BU5D_t1323790106* get_fsm_handler_table_1() const { return ___fsm_handler_table_1; } inline StateHandlerU5BU5D_t1323790106** get_address_of_fsm_handler_table_1() { return &___fsm_handler_table_1; } inline void set_fsm_handler_table_1(StateHandlerU5BU5D_t1323790106* value) { ___fsm_handler_table_1 = value; Il2CppCodeGenWriteBarrier((&___fsm_handler_table_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_14() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache0_14)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache0_14() const { return ___U3CU3Ef__mgU24cache0_14; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache0_14() { return &___U3CU3Ef__mgU24cache0_14; } inline void set_U3CU3Ef__mgU24cache0_14(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache0_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_14), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_15() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache1_15)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache1_15() const { return ___U3CU3Ef__mgU24cache1_15; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache1_15() { return &___U3CU3Ef__mgU24cache1_15; } inline void set_U3CU3Ef__mgU24cache1_15(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache1_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_15), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_16() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache2_16)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache2_16() const { return ___U3CU3Ef__mgU24cache2_16; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache2_16() { return &___U3CU3Ef__mgU24cache2_16; } inline void set_U3CU3Ef__mgU24cache2_16(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache2_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_16), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_17() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache3_17)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache3_17() const { return ___U3CU3Ef__mgU24cache3_17; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache3_17() { return &___U3CU3Ef__mgU24cache3_17; } inline void set_U3CU3Ef__mgU24cache3_17(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache3_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_17), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_18() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache4_18)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache4_18() const { return ___U3CU3Ef__mgU24cache4_18; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache4_18() { return &___U3CU3Ef__mgU24cache4_18; } inline void set_U3CU3Ef__mgU24cache4_18(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache4_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_19() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache5_19)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache5_19() const { return ___U3CU3Ef__mgU24cache5_19; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache5_19() { return &___U3CU3Ef__mgU24cache5_19; } inline void set_U3CU3Ef__mgU24cache5_19(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache5_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_20() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache6_20)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache6_20() const { return ___U3CU3Ef__mgU24cache6_20; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache6_20() { return &___U3CU3Ef__mgU24cache6_20; } inline void set_U3CU3Ef__mgU24cache6_20(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache6_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_20), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_21() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache7_21)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache7_21() const { return ___U3CU3Ef__mgU24cache7_21; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache7_21() { return &___U3CU3Ef__mgU24cache7_21; } inline void set_U3CU3Ef__mgU24cache7_21(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache7_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_21), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_22() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache8_22)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache8_22() const { return ___U3CU3Ef__mgU24cache8_22; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache8_22() { return &___U3CU3Ef__mgU24cache8_22; } inline void set_U3CU3Ef__mgU24cache8_22(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache8_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_22), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_23() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache9_23)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache9_23() const { return ___U3CU3Ef__mgU24cache9_23; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache9_23() { return &___U3CU3Ef__mgU24cache9_23; } inline void set_U3CU3Ef__mgU24cache9_23(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache9_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_23), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA_24() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cacheA_24)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cacheA_24() const { return ___U3CU3Ef__mgU24cacheA_24; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cacheA_24() { return &___U3CU3Ef__mgU24cacheA_24; } inline void set_U3CU3Ef__mgU24cacheA_24(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cacheA_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA_24), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB_25() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cacheB_25)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cacheB_25() const { return ___U3CU3Ef__mgU24cacheB_25; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cacheB_25() { return &___U3CU3Ef__mgU24cacheB_25; } inline void set_U3CU3Ef__mgU24cacheB_25(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cacheB_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB_25), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC_26() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cacheC_26)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cacheC_26() const { return ___U3CU3Ef__mgU24cacheC_26; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cacheC_26() { return &___U3CU3Ef__mgU24cacheC_26; } inline void set_U3CU3Ef__mgU24cacheC_26(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cacheC_26 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC_26), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD_27() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cacheD_27)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cacheD_27() const { return ___U3CU3Ef__mgU24cacheD_27; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cacheD_27() { return &___U3CU3Ef__mgU24cacheD_27; } inline void set_U3CU3Ef__mgU24cacheD_27(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cacheD_27 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD_27), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE_28() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cacheE_28)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cacheE_28() const { return ___U3CU3Ef__mgU24cacheE_28; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cacheE_28() { return &___U3CU3Ef__mgU24cacheE_28; } inline void set_U3CU3Ef__mgU24cacheE_28(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cacheE_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE_28), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF_29() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cacheF_29)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cacheF_29() const { return ___U3CU3Ef__mgU24cacheF_29; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cacheF_29() { return &___U3CU3Ef__mgU24cacheF_29; } inline void set_U3CU3Ef__mgU24cacheF_29(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cacheF_29 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF_29), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache10_30() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache10_30)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache10_30() const { return ___U3CU3Ef__mgU24cache10_30; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache10_30() { return &___U3CU3Ef__mgU24cache10_30; } inline void set_U3CU3Ef__mgU24cache10_30(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache10_30 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache10_30), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache11_31() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache11_31)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache11_31() const { return ___U3CU3Ef__mgU24cache11_31; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache11_31() { return &___U3CU3Ef__mgU24cache11_31; } inline void set_U3CU3Ef__mgU24cache11_31(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache11_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache11_31), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache12_32() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache12_32)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache12_32() const { return ___U3CU3Ef__mgU24cache12_32; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache12_32() { return &___U3CU3Ef__mgU24cache12_32; } inline void set_U3CU3Ef__mgU24cache12_32(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache12_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache12_32), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache13_33() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache13_33)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache13_33() const { return ___U3CU3Ef__mgU24cache13_33; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache13_33() { return &___U3CU3Ef__mgU24cache13_33; } inline void set_U3CU3Ef__mgU24cache13_33(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache13_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache13_33), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache14_34() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache14_34)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache14_34() const { return ___U3CU3Ef__mgU24cache14_34; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache14_34() { return &___U3CU3Ef__mgU24cache14_34; } inline void set_U3CU3Ef__mgU24cache14_34(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache14_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache14_34), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache15_35() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache15_35)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache15_35() const { return ___U3CU3Ef__mgU24cache15_35; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache15_35() { return &___U3CU3Ef__mgU24cache15_35; } inline void set_U3CU3Ef__mgU24cache15_35(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache15_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache15_35), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache16_36() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache16_36)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache16_36() const { return ___U3CU3Ef__mgU24cache16_36; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache16_36() { return &___U3CU3Ef__mgU24cache16_36; } inline void set_U3CU3Ef__mgU24cache16_36(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache16_36 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache16_36), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache17_37() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache17_37)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache17_37() const { return ___U3CU3Ef__mgU24cache17_37; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache17_37() { return &___U3CU3Ef__mgU24cache17_37; } inline void set_U3CU3Ef__mgU24cache17_37(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache17_37 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache17_37), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache18_38() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache18_38)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache18_38() const { return ___U3CU3Ef__mgU24cache18_38; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache18_38() { return &___U3CU3Ef__mgU24cache18_38; } inline void set_U3CU3Ef__mgU24cache18_38(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache18_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache18_38), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache19_39() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache19_39)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache19_39() const { return ___U3CU3Ef__mgU24cache19_39; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache19_39() { return &___U3CU3Ef__mgU24cache19_39; } inline void set_U3CU3Ef__mgU24cache19_39(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache19_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache19_39), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1A_40() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache1A_40)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache1A_40() const { return ___U3CU3Ef__mgU24cache1A_40; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache1A_40() { return &___U3CU3Ef__mgU24cache1A_40; } inline void set_U3CU3Ef__mgU24cache1A_40(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache1A_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1A_40), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1B_41() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache1B_41)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache1B_41() const { return ___U3CU3Ef__mgU24cache1B_41; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache1B_41() { return &___U3CU3Ef__mgU24cache1B_41; } inline void set_U3CU3Ef__mgU24cache1B_41(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache1B_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1B_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEXER_T1514038666_H #ifndef STACK_1_T3794335208_H #define STACK_1_T3794335208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Stack`1 struct Stack_1_t3794335208 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array Int32U5BU5D_t385246372* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t3794335208, ____array_0)); } inline Int32U5BU5D_t385246372* get__array_0() const { return ____array_0; } inline Int32U5BU5D_t385246372** get_address_of__array_0() { return &____array_0; } inline void set__array_0(Int32U5BU5D_t385246372* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((&____array_0), value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t3794335208, ____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; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_t3794335208, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T3794335208_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 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 DICTIONARY_2_T2688515417_H #define DICTIONARY_2_T2688515417_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_t2688515417 : 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 TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots IDictionary_2U5BU5D_t369565116* ___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_t2688515417, ___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_t2688515417, ___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_t2688515417, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2688515417, ___valueSlots_7)); } inline IDictionary_2U5BU5D_t369565116* get_valueSlots_7() const { return ___valueSlots_7; } inline IDictionary_2U5BU5D_t369565116** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(IDictionary_2U5BU5D_t369565116* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2688515417, ___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_t2688515417, ___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_t2688515417, ___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_t2688515417, ___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_t2688515417, ___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_t2688515417, ___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_t2688515417, ___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_t2688515417_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t650060127 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2688515417_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t650060127 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t650060127 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t650060127 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2688515417_H #ifndef LIST_1_T884894319_H #define LIST_1_T884894319_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_t884894319 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items KeyValuePair_2U5BU5D_t4096560004* ____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_t884894319, ____items_1)); } inline KeyValuePair_2U5BU5D_t4096560004* get__items_1() const { return ____items_1; } inline KeyValuePair_2U5BU5D_t4096560004** get_address_of__items_1() { return &____items_1; } inline void set__items_1(KeyValuePair_2U5BU5D_t4096560004* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t884894319, ____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_t884894319, ____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_t884894319_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray KeyValuePair_2U5BU5D_t4096560004* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t884894319_StaticFields, ___EmptyArray_4)); } inline KeyValuePair_2U5BU5D_t4096560004* get_EmptyArray_4() const { return ___EmptyArray_4; } inline KeyValuePair_2U5BU5D_t4096560004** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(KeyValuePair_2U5BU5D_t4096560004* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T884894319_H #ifndef DICTIONARY_2_T1310114706_H #define DICTIONARY_2_T1310114706_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_t1310114706 : 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 JsonDataU5BU5D_t747084126* ___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_t1310114706, ___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_t1310114706, ___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_t1310114706, ___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_t1310114706, ___valueSlots_7)); } inline JsonDataU5BU5D_t747084126* get_valueSlots_7() const { return ___valueSlots_7; } inline JsonDataU5BU5D_t747084126** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(JsonDataU5BU5D_t747084126* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1310114706, ___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_t1310114706, ___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_t1310114706, ___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_t1310114706, ___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_t1310114706, ___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_t1310114706, ___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_t1310114706, ___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_t1310114706_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3892463138 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1310114706_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3892463138 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3892463138 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3892463138 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1310114706_H #ifndef ORDEREDDICTIONARYENUMERATOR_T386339177_H #define ORDEREDDICTIONARYENUMERATOR_T386339177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.OrderedDictionaryEnumerator struct OrderedDictionaryEnumerator_t386339177 : public RuntimeObject { public: // System.Collections.Generic.IEnumerator`1> LitJson.OrderedDictionaryEnumerator::list_enumerator RuntimeObject* ___list_enumerator_0; public: inline static int32_t get_offset_of_list_enumerator_0() { return static_cast(offsetof(OrderedDictionaryEnumerator_t386339177, ___list_enumerator_0)); } inline RuntimeObject* get_list_enumerator_0() const { return ___list_enumerator_0; } inline RuntimeObject** get_address_of_list_enumerator_0() { return &___list_enumerator_0; } inline void set_list_enumerator_0(RuntimeObject* value) { ___list_enumerator_0 = value; Il2CppCodeGenWriteBarrier((&___list_enumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDEREDDICTIONARYENUMERATOR_T386339177_H #ifndef YIELDINSTRUCTION_T403091072_H #define YIELDINSTRUCTION_T403091072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.YieldInstruction struct YieldInstruction_t403091072 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_com { }; #endif // YIELDINSTRUCTION_T403091072_H #ifndef LIST_1_T2996933149_H #define LIST_1_T2996933149_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_t2996933149 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JsonDataU5BU5D_t747084126* ____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_t2996933149, ____items_1)); } inline JsonDataU5BU5D_t747084126* get__items_1() const { return ____items_1; } inline JsonDataU5BU5D_t747084126** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JsonDataU5BU5D_t747084126* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2996933149, ____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_t2996933149, ____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_t2996933149_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray JsonDataU5BU5D_t747084126* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2996933149_StaticFields, ___EmptyArray_4)); } inline JsonDataU5BU5D_t747084126* get_EmptyArray_4() const { return ___EmptyArray_4; } inline JsonDataU5BU5D_t747084126** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(JsonDataU5BU5D_t747084126* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2996933149_H #ifndef FSMCONTEXT_T2331368794_H #define FSMCONTEXT_T2331368794_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.FsmContext struct FsmContext_t2331368794 : public RuntimeObject { public: // System.Boolean LitJson.FsmContext::Return bool ___Return_0; // System.Int32 LitJson.FsmContext::NextState int32_t ___NextState_1; // LitJson.Lexer LitJson.FsmContext::L Lexer_t1514038666 * ___L_2; // System.Int32 LitJson.FsmContext::StateStack int32_t ___StateStack_3; public: inline static int32_t get_offset_of_Return_0() { return static_cast(offsetof(FsmContext_t2331368794, ___Return_0)); } inline bool get_Return_0() const { return ___Return_0; } inline bool* get_address_of_Return_0() { return &___Return_0; } inline void set_Return_0(bool value) { ___Return_0 = value; } inline static int32_t get_offset_of_NextState_1() { return static_cast(offsetof(FsmContext_t2331368794, ___NextState_1)); } inline int32_t get_NextState_1() const { return ___NextState_1; } inline int32_t* get_address_of_NextState_1() { return &___NextState_1; } inline void set_NextState_1(int32_t value) { ___NextState_1 = value; } inline static int32_t get_offset_of_L_2() { return static_cast(offsetof(FsmContext_t2331368794, ___L_2)); } inline Lexer_t1514038666 * get_L_2() const { return ___L_2; } inline Lexer_t1514038666 ** get_address_of_L_2() { return &___L_2; } inline void set_L_2(Lexer_t1514038666 * value) { ___L_2 = value; Il2CppCodeGenWriteBarrier((&___L_2), value); } inline static int32_t get_offset_of_StateStack_3() { return static_cast(offsetof(FsmContext_t2331368794, ___StateStack_3)); } inline int32_t get_StateStack_3() const { return ___StateStack_3; } inline int32_t* get_address_of_StateStack_3() { return &___StateStack_3; } inline void set_StateStack_3(int32_t value) { ___StateStack_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FSMCONTEXT_T2331368794_H #ifndef JSONWRITER_T3570089748_H #define JSONWRITER_T3570089748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonWriter struct JsonWriter_t3570089748 : public RuntimeObject { public: // LitJson.WriterContext LitJson.JsonWriter::context WriterContext_t1011093999 * ___context_1; // System.Collections.Generic.Stack`1 LitJson.JsonWriter::ctx_stack Stack_1_t1854483454 * ___ctx_stack_2; // System.Boolean LitJson.JsonWriter::has_reached_end bool ___has_reached_end_3; // System.Char[] LitJson.JsonWriter::hex_seq CharU5BU5D_t3528271667* ___hex_seq_4; // System.Int32 LitJson.JsonWriter::indentation int32_t ___indentation_5; // System.Int32 LitJson.JsonWriter::indent_value int32_t ___indent_value_6; // System.Text.StringBuilder LitJson.JsonWriter::inst_string_builder StringBuilder_t * ___inst_string_builder_7; // System.Boolean LitJson.JsonWriter::pretty_print bool ___pretty_print_8; // System.Boolean LitJson.JsonWriter::validate bool ___validate_9; // System.IO.TextWriter LitJson.JsonWriter::writer TextWriter_t3478189236 * ___writer_10; public: inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(JsonWriter_t3570089748, ___context_1)); } inline WriterContext_t1011093999 * get_context_1() const { return ___context_1; } inline WriterContext_t1011093999 ** get_address_of_context_1() { return &___context_1; } inline void set_context_1(WriterContext_t1011093999 * value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((&___context_1), value); } inline static int32_t get_offset_of_ctx_stack_2() { return static_cast(offsetof(JsonWriter_t3570089748, ___ctx_stack_2)); } inline Stack_1_t1854483454 * get_ctx_stack_2() const { return ___ctx_stack_2; } inline Stack_1_t1854483454 ** get_address_of_ctx_stack_2() { return &___ctx_stack_2; } inline void set_ctx_stack_2(Stack_1_t1854483454 * value) { ___ctx_stack_2 = value; Il2CppCodeGenWriteBarrier((&___ctx_stack_2), value); } inline static int32_t get_offset_of_has_reached_end_3() { return static_cast(offsetof(JsonWriter_t3570089748, ___has_reached_end_3)); } inline bool get_has_reached_end_3() const { return ___has_reached_end_3; } inline bool* get_address_of_has_reached_end_3() { return &___has_reached_end_3; } inline void set_has_reached_end_3(bool value) { ___has_reached_end_3 = value; } inline static int32_t get_offset_of_hex_seq_4() { return static_cast(offsetof(JsonWriter_t3570089748, ___hex_seq_4)); } inline CharU5BU5D_t3528271667* get_hex_seq_4() const { return ___hex_seq_4; } inline CharU5BU5D_t3528271667** get_address_of_hex_seq_4() { return &___hex_seq_4; } inline void set_hex_seq_4(CharU5BU5D_t3528271667* value) { ___hex_seq_4 = value; Il2CppCodeGenWriteBarrier((&___hex_seq_4), value); } inline static int32_t get_offset_of_indentation_5() { return static_cast(offsetof(JsonWriter_t3570089748, ___indentation_5)); } inline int32_t get_indentation_5() const { return ___indentation_5; } inline int32_t* get_address_of_indentation_5() { return &___indentation_5; } inline void set_indentation_5(int32_t value) { ___indentation_5 = value; } inline static int32_t get_offset_of_indent_value_6() { return static_cast(offsetof(JsonWriter_t3570089748, ___indent_value_6)); } inline int32_t get_indent_value_6() const { return ___indent_value_6; } inline int32_t* get_address_of_indent_value_6() { return &___indent_value_6; } inline void set_indent_value_6(int32_t value) { ___indent_value_6 = value; } inline static int32_t get_offset_of_inst_string_builder_7() { return static_cast(offsetof(JsonWriter_t3570089748, ___inst_string_builder_7)); } inline StringBuilder_t * get_inst_string_builder_7() const { return ___inst_string_builder_7; } inline StringBuilder_t ** get_address_of_inst_string_builder_7() { return &___inst_string_builder_7; } inline void set_inst_string_builder_7(StringBuilder_t * value) { ___inst_string_builder_7 = value; Il2CppCodeGenWriteBarrier((&___inst_string_builder_7), value); } inline static int32_t get_offset_of_pretty_print_8() { return static_cast(offsetof(JsonWriter_t3570089748, ___pretty_print_8)); } inline bool get_pretty_print_8() const { return ___pretty_print_8; } inline bool* get_address_of_pretty_print_8() { return &___pretty_print_8; } inline void set_pretty_print_8(bool value) { ___pretty_print_8 = value; } inline static int32_t get_offset_of_validate_9() { return static_cast(offsetof(JsonWriter_t3570089748, ___validate_9)); } inline bool get_validate_9() const { return ___validate_9; } inline bool* get_address_of_validate_9() { return &___validate_9; } inline void set_validate_9(bool value) { ___validate_9 = value; } inline static int32_t get_offset_of_writer_10() { return static_cast(offsetof(JsonWriter_t3570089748, ___writer_10)); } inline TextWriter_t3478189236 * get_writer_10() const { return ___writer_10; } inline TextWriter_t3478189236 ** get_address_of_writer_10() { return &___writer_10; } inline void set_writer_10(TextWriter_t3478189236 * value) { ___writer_10 = value; Il2CppCodeGenWriteBarrier((&___writer_10), value); } }; struct JsonWriter_t3570089748_StaticFields { public: // System.Globalization.NumberFormatInfo LitJson.JsonWriter::number_format NumberFormatInfo_t435877138 * ___number_format_0; public: inline static int32_t get_offset_of_number_format_0() { return static_cast(offsetof(JsonWriter_t3570089748_StaticFields, ___number_format_0)); } inline NumberFormatInfo_t435877138 * get_number_format_0() const { return ___number_format_0; } inline NumberFormatInfo_t435877138 ** get_address_of_number_format_0() { return &___number_format_0; } inline void set_number_format_0(NumberFormatInfo_t435877138 * value) { ___number_format_0 = value; Il2CppCodeGenWriteBarrier((&___number_format_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONWRITER_T3570089748_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 DICTIONARY_2_T691233_H #define DICTIONARY_2_T691233_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_t691233 : 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 TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ExporterFuncU5BU5D_t3613872852* ___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_t691233, ___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_t691233, ___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_t691233, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t691233, ___valueSlots_7)); } inline ExporterFuncU5BU5D_t3613872852* get_valueSlots_7() const { return ___valueSlots_7; } inline ExporterFuncU5BU5D_t3613872852** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ExporterFuncU5BU5D_t3613872852* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t691233, ___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_t691233, ___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_t691233, ___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_t691233, ___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_t691233, ___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_t691233, ___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_t691233, ___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_t691233_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3894367863 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t691233_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3894367863 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3894367863 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3894367863 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T691233_H #ifndef DICTIONARY_2_T3692140024_H #define DICTIONARY_2_T3692140024_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_t3692140024 : 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 TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots IList_1U5BU5D_t2778516417* ___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_t3692140024, ___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_t3692140024, ___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_t3692140024, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3692140024, ___valueSlots_7)); } inline IList_1U5BU5D_t2778516417* get_valueSlots_7() const { return ___valueSlots_7; } inline IList_1U5BU5D_t2778516417** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(IList_1U5BU5D_t2778516417* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3692140024, ___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_t3692140024, ___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_t3692140024, ___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_t3692140024, ___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_t3692140024, ___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_t3692140024, ___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_t3692140024, ___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_t3692140024_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3059011428 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3692140024_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3059011428 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3059011428 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3059011428 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3692140024_H #ifndef DICTIONARY_2_T1715664290_H #define DICTIONARY_2_T1715664290_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_t1715664290 : 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 TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ObjectMetadataU5BU5D_t543634991* ___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_t1715664290, ___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_t1715664290, ___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_t1715664290, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1715664290, ___valueSlots_7)); } inline ObjectMetadataU5BU5D_t543634991* get_valueSlots_7() const { return ___valueSlots_7; } inline ObjectMetadataU5BU5D_t543634991** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ObjectMetadataU5BU5D_t543634991* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1715664290, ___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_t1715664290, ___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_t1715664290, ___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_t1715664290, ___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_t1715664290, ___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_t1715664290, ___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_t1715664290, ___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_t1715664290_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t824130002 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1715664290_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t824130002 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t824130002 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t824130002 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1715664290_H #ifndef DICTIONARY_2_T935204471_H #define DICTIONARY_2_T935204471_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_t935204471 : 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 TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots IDictionary_2U5BU5D_t2609190502* ___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_t935204471, ___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_t935204471, ___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_t935204471, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t935204471, ___valueSlots_7)); } inline IDictionary_2U5BU5D_t2609190502* get_valueSlots_7() const { return ___valueSlots_7; } inline IDictionary_2U5BU5D_t2609190502** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(IDictionary_2U5BU5D_t2609190502* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t935204471, ___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_t935204471, ___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_t935204471, ___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_t935204471, ___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_t935204471, ___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_t935204471, ___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_t935204471, ___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_t935204471_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2889685513 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t935204471_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2889685513 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2889685513 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2889685513 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T935204471_H #ifndef DICTIONARY_2_T3338636003_H #define DICTIONARY_2_T3338636003_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_t3338636003 : 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 TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ArrayMetadataU5BU5D_t363333322* ___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_t3338636003, ___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_t3338636003, ___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_t3338636003, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3338636003, ___valueSlots_7)); } inline ArrayMetadataU5BU5D_t363333322* get_valueSlots_7() const { return ___valueSlots_7; } inline ArrayMetadataU5BU5D_t363333322** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ArrayMetadataU5BU5D_t363333322* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3338636003, ___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_t3338636003, ___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_t3338636003, ___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_t3338636003, ___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_t3338636003, ___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_t3338636003, ___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_t3338636003, ___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_t3338636003_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t643828333 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3338636003_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t643828333 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t643828333 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t643828333 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3338636003_H #ifndef JSONMAPPER_T3815285241_H #define JSONMAPPER_T3815285241_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonMapper struct JsonMapper_t3815285241 : public RuntimeObject { public: public: }; struct JsonMapper_t3815285241_StaticFields { public: // System.Int32 LitJson.JsonMapper::max_nesting_depth int32_t ___max_nesting_depth_0; // System.IFormatProvider LitJson.JsonMapper::datetime_format RuntimeObject* ___datetime_format_1; // System.Collections.Generic.IDictionary`2 LitJson.JsonMapper::base_exporters_table RuntimeObject* ___base_exporters_table_2; // System.Collections.Generic.IDictionary`2 LitJson.JsonMapper::custom_exporters_table RuntimeObject* ___custom_exporters_table_3; // System.Collections.Generic.IDictionary`2> LitJson.JsonMapper::base_importers_table RuntimeObject* ___base_importers_table_4; // System.Collections.Generic.IDictionary`2> LitJson.JsonMapper::custom_importers_table RuntimeObject* ___custom_importers_table_5; // System.Collections.Generic.IDictionary`2 LitJson.JsonMapper::array_metadata RuntimeObject* ___array_metadata_6; // System.Object LitJson.JsonMapper::array_metadata_lock RuntimeObject * ___array_metadata_lock_7; // System.Collections.Generic.IDictionary`2> LitJson.JsonMapper::conv_ops RuntimeObject* ___conv_ops_8; // System.Object LitJson.JsonMapper::conv_ops_lock RuntimeObject * ___conv_ops_lock_9; // System.Collections.Generic.IDictionary`2 LitJson.JsonMapper::object_metadata RuntimeObject* ___object_metadata_10; // System.Object LitJson.JsonMapper::object_metadata_lock RuntimeObject * ___object_metadata_lock_11; // System.Collections.Generic.IDictionary`2> LitJson.JsonMapper::type_properties RuntimeObject* ___type_properties_12; // System.Object LitJson.JsonMapper::type_properties_lock RuntimeObject * ___type_properties_lock_13; // LitJson.JsonWriter LitJson.JsonMapper::static_writer JsonWriter_t3570089748 * ___static_writer_14; // System.Object LitJson.JsonMapper::static_writer_lock RuntimeObject * ___static_writer_lock_15; // LitJson.WrapperFactory LitJson.JsonMapper::<>f__am$cache0 WrapperFactory_t2158548929 * ___U3CU3Ef__amU24cache0_16; // LitJson.ExporterFunc LitJson.JsonMapper::<>f__am$cache1 ExporterFunc_t1851311465 * ___U3CU3Ef__amU24cache1_17; // LitJson.ExporterFunc LitJson.JsonMapper::<>f__am$cache2 ExporterFunc_t1851311465 * ___U3CU3Ef__amU24cache2_18; // LitJson.ExporterFunc LitJson.JsonMapper::<>f__am$cache3 ExporterFunc_t1851311465 * ___U3CU3Ef__amU24cache3_19; // LitJson.ExporterFunc LitJson.JsonMapper::<>f__am$cache4 ExporterFunc_t1851311465 * ___U3CU3Ef__amU24cache4_20; // LitJson.ExporterFunc LitJson.JsonMapper::<>f__am$cache5 ExporterFunc_t1851311465 * ___U3CU3Ef__amU24cache5_21; // LitJson.ExporterFunc LitJson.JsonMapper::<>f__am$cache6 ExporterFunc_t1851311465 * ___U3CU3Ef__amU24cache6_22; // LitJson.ExporterFunc LitJson.JsonMapper::<>f__am$cache7 ExporterFunc_t1851311465 * ___U3CU3Ef__amU24cache7_23; // LitJson.ExporterFunc LitJson.JsonMapper::<>f__am$cache8 ExporterFunc_t1851311465 * ___U3CU3Ef__amU24cache8_24; // LitJson.ExporterFunc LitJson.JsonMapper::<>f__am$cache9 ExporterFunc_t1851311465 * ___U3CU3Ef__amU24cache9_25; // LitJson.ImporterFunc LitJson.JsonMapper::<>f__am$cacheA ImporterFunc_t3630937194 * ___U3CU3Ef__amU24cacheA_26; // LitJson.ImporterFunc LitJson.JsonMapper::<>f__am$cacheB ImporterFunc_t3630937194 * ___U3CU3Ef__amU24cacheB_27; // LitJson.ImporterFunc LitJson.JsonMapper::<>f__am$cacheC ImporterFunc_t3630937194 * ___U3CU3Ef__amU24cacheC_28; // LitJson.ImporterFunc LitJson.JsonMapper::<>f__am$cacheD ImporterFunc_t3630937194 * ___U3CU3Ef__amU24cacheD_29; // LitJson.ImporterFunc LitJson.JsonMapper::<>f__am$cacheE ImporterFunc_t3630937194 * ___U3CU3Ef__amU24cacheE_30; // LitJson.ImporterFunc LitJson.JsonMapper::<>f__am$cacheF ImporterFunc_t3630937194 * ___U3CU3Ef__amU24cacheF_31; // LitJson.ImporterFunc LitJson.JsonMapper::<>f__am$cache10 ImporterFunc_t3630937194 * ___U3CU3Ef__amU24cache10_32; // LitJson.ImporterFunc LitJson.JsonMapper::<>f__am$cache11 ImporterFunc_t3630937194 * ___U3CU3Ef__amU24cache11_33; // LitJson.ImporterFunc LitJson.JsonMapper::<>f__am$cache12 ImporterFunc_t3630937194 * ___U3CU3Ef__amU24cache12_34; // LitJson.ImporterFunc LitJson.JsonMapper::<>f__am$cache13 ImporterFunc_t3630937194 * ___U3CU3Ef__amU24cache13_35; // LitJson.ImporterFunc LitJson.JsonMapper::<>f__am$cache14 ImporterFunc_t3630937194 * ___U3CU3Ef__amU24cache14_36; // LitJson.ImporterFunc LitJson.JsonMapper::<>f__am$cache15 ImporterFunc_t3630937194 * ___U3CU3Ef__amU24cache15_37; // LitJson.WrapperFactory LitJson.JsonMapper::<>f__am$cache16 WrapperFactory_t2158548929 * ___U3CU3Ef__amU24cache16_38; // LitJson.WrapperFactory LitJson.JsonMapper::<>f__am$cache17 WrapperFactory_t2158548929 * ___U3CU3Ef__amU24cache17_39; // LitJson.WrapperFactory LitJson.JsonMapper::<>f__am$cache18 WrapperFactory_t2158548929 * ___U3CU3Ef__amU24cache18_40; public: inline static int32_t get_offset_of_max_nesting_depth_0() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___max_nesting_depth_0)); } inline int32_t get_max_nesting_depth_0() const { return ___max_nesting_depth_0; } inline int32_t* get_address_of_max_nesting_depth_0() { return &___max_nesting_depth_0; } inline void set_max_nesting_depth_0(int32_t value) { ___max_nesting_depth_0 = value; } inline static int32_t get_offset_of_datetime_format_1() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___datetime_format_1)); } inline RuntimeObject* get_datetime_format_1() const { return ___datetime_format_1; } inline RuntimeObject** get_address_of_datetime_format_1() { return &___datetime_format_1; } inline void set_datetime_format_1(RuntimeObject* value) { ___datetime_format_1 = value; Il2CppCodeGenWriteBarrier((&___datetime_format_1), value); } inline static int32_t get_offset_of_base_exporters_table_2() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___base_exporters_table_2)); } inline RuntimeObject* get_base_exporters_table_2() const { return ___base_exporters_table_2; } inline RuntimeObject** get_address_of_base_exporters_table_2() { return &___base_exporters_table_2; } inline void set_base_exporters_table_2(RuntimeObject* value) { ___base_exporters_table_2 = value; Il2CppCodeGenWriteBarrier((&___base_exporters_table_2), value); } inline static int32_t get_offset_of_custom_exporters_table_3() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___custom_exporters_table_3)); } inline RuntimeObject* get_custom_exporters_table_3() const { return ___custom_exporters_table_3; } inline RuntimeObject** get_address_of_custom_exporters_table_3() { return &___custom_exporters_table_3; } inline void set_custom_exporters_table_3(RuntimeObject* value) { ___custom_exporters_table_3 = value; Il2CppCodeGenWriteBarrier((&___custom_exporters_table_3), value); } inline static int32_t get_offset_of_base_importers_table_4() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___base_importers_table_4)); } inline RuntimeObject* get_base_importers_table_4() const { return ___base_importers_table_4; } inline RuntimeObject** get_address_of_base_importers_table_4() { return &___base_importers_table_4; } inline void set_base_importers_table_4(RuntimeObject* value) { ___base_importers_table_4 = value; Il2CppCodeGenWriteBarrier((&___base_importers_table_4), value); } inline static int32_t get_offset_of_custom_importers_table_5() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___custom_importers_table_5)); } inline RuntimeObject* get_custom_importers_table_5() const { return ___custom_importers_table_5; } inline RuntimeObject** get_address_of_custom_importers_table_5() { return &___custom_importers_table_5; } inline void set_custom_importers_table_5(RuntimeObject* value) { ___custom_importers_table_5 = value; Il2CppCodeGenWriteBarrier((&___custom_importers_table_5), value); } inline static int32_t get_offset_of_array_metadata_6() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___array_metadata_6)); } inline RuntimeObject* get_array_metadata_6() const { return ___array_metadata_6; } inline RuntimeObject** get_address_of_array_metadata_6() { return &___array_metadata_6; } inline void set_array_metadata_6(RuntimeObject* value) { ___array_metadata_6 = value; Il2CppCodeGenWriteBarrier((&___array_metadata_6), value); } inline static int32_t get_offset_of_array_metadata_lock_7() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___array_metadata_lock_7)); } inline RuntimeObject * get_array_metadata_lock_7() const { return ___array_metadata_lock_7; } inline RuntimeObject ** get_address_of_array_metadata_lock_7() { return &___array_metadata_lock_7; } inline void set_array_metadata_lock_7(RuntimeObject * value) { ___array_metadata_lock_7 = value; Il2CppCodeGenWriteBarrier((&___array_metadata_lock_7), value); } inline static int32_t get_offset_of_conv_ops_8() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___conv_ops_8)); } inline RuntimeObject* get_conv_ops_8() const { return ___conv_ops_8; } inline RuntimeObject** get_address_of_conv_ops_8() { return &___conv_ops_8; } inline void set_conv_ops_8(RuntimeObject* value) { ___conv_ops_8 = value; Il2CppCodeGenWriteBarrier((&___conv_ops_8), value); } inline static int32_t get_offset_of_conv_ops_lock_9() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___conv_ops_lock_9)); } inline RuntimeObject * get_conv_ops_lock_9() const { return ___conv_ops_lock_9; } inline RuntimeObject ** get_address_of_conv_ops_lock_9() { return &___conv_ops_lock_9; } inline void set_conv_ops_lock_9(RuntimeObject * value) { ___conv_ops_lock_9 = value; Il2CppCodeGenWriteBarrier((&___conv_ops_lock_9), value); } inline static int32_t get_offset_of_object_metadata_10() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___object_metadata_10)); } inline RuntimeObject* get_object_metadata_10() const { return ___object_metadata_10; } inline RuntimeObject** get_address_of_object_metadata_10() { return &___object_metadata_10; } inline void set_object_metadata_10(RuntimeObject* value) { ___object_metadata_10 = value; Il2CppCodeGenWriteBarrier((&___object_metadata_10), value); } inline static int32_t get_offset_of_object_metadata_lock_11() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___object_metadata_lock_11)); } inline RuntimeObject * get_object_metadata_lock_11() const { return ___object_metadata_lock_11; } inline RuntimeObject ** get_address_of_object_metadata_lock_11() { return &___object_metadata_lock_11; } inline void set_object_metadata_lock_11(RuntimeObject * value) { ___object_metadata_lock_11 = value; Il2CppCodeGenWriteBarrier((&___object_metadata_lock_11), value); } inline static int32_t get_offset_of_type_properties_12() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___type_properties_12)); } inline RuntimeObject* get_type_properties_12() const { return ___type_properties_12; } inline RuntimeObject** get_address_of_type_properties_12() { return &___type_properties_12; } inline void set_type_properties_12(RuntimeObject* value) { ___type_properties_12 = value; Il2CppCodeGenWriteBarrier((&___type_properties_12), value); } inline static int32_t get_offset_of_type_properties_lock_13() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___type_properties_lock_13)); } inline RuntimeObject * get_type_properties_lock_13() const { return ___type_properties_lock_13; } inline RuntimeObject ** get_address_of_type_properties_lock_13() { return &___type_properties_lock_13; } inline void set_type_properties_lock_13(RuntimeObject * value) { ___type_properties_lock_13 = value; Il2CppCodeGenWriteBarrier((&___type_properties_lock_13), value); } inline static int32_t get_offset_of_static_writer_14() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___static_writer_14)); } inline JsonWriter_t3570089748 * get_static_writer_14() const { return ___static_writer_14; } inline JsonWriter_t3570089748 ** get_address_of_static_writer_14() { return &___static_writer_14; } inline void set_static_writer_14(JsonWriter_t3570089748 * value) { ___static_writer_14 = value; Il2CppCodeGenWriteBarrier((&___static_writer_14), value); } inline static int32_t get_offset_of_static_writer_lock_15() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___static_writer_lock_15)); } inline RuntimeObject * get_static_writer_lock_15() const { return ___static_writer_lock_15; } inline RuntimeObject ** get_address_of_static_writer_lock_15() { return &___static_writer_lock_15; } inline void set_static_writer_lock_15(RuntimeObject * value) { ___static_writer_lock_15 = value; Il2CppCodeGenWriteBarrier((&___static_writer_lock_15), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_16() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache0_16)); } inline WrapperFactory_t2158548929 * get_U3CU3Ef__amU24cache0_16() const { return ___U3CU3Ef__amU24cache0_16; } inline WrapperFactory_t2158548929 ** get_address_of_U3CU3Ef__amU24cache0_16() { return &___U3CU3Ef__amU24cache0_16; } inline void set_U3CU3Ef__amU24cache0_16(WrapperFactory_t2158548929 * value) { ___U3CU3Ef__amU24cache0_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_16), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_17() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache1_17)); } inline ExporterFunc_t1851311465 * get_U3CU3Ef__amU24cache1_17() const { return ___U3CU3Ef__amU24cache1_17; } inline ExporterFunc_t1851311465 ** get_address_of_U3CU3Ef__amU24cache1_17() { return &___U3CU3Ef__amU24cache1_17; } inline void set_U3CU3Ef__amU24cache1_17(ExporterFunc_t1851311465 * value) { ___U3CU3Ef__amU24cache1_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_17), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache2_18() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache2_18)); } inline ExporterFunc_t1851311465 * get_U3CU3Ef__amU24cache2_18() const { return ___U3CU3Ef__amU24cache2_18; } inline ExporterFunc_t1851311465 ** get_address_of_U3CU3Ef__amU24cache2_18() { return &___U3CU3Ef__amU24cache2_18; } inline void set_U3CU3Ef__amU24cache2_18(ExporterFunc_t1851311465 * value) { ___U3CU3Ef__amU24cache2_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache2_18), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache3_19() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache3_19)); } inline ExporterFunc_t1851311465 * get_U3CU3Ef__amU24cache3_19() const { return ___U3CU3Ef__amU24cache3_19; } inline ExporterFunc_t1851311465 ** get_address_of_U3CU3Ef__amU24cache3_19() { return &___U3CU3Ef__amU24cache3_19; } inline void set_U3CU3Ef__amU24cache3_19(ExporterFunc_t1851311465 * value) { ___U3CU3Ef__amU24cache3_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache3_19), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache4_20() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache4_20)); } inline ExporterFunc_t1851311465 * get_U3CU3Ef__amU24cache4_20() const { return ___U3CU3Ef__amU24cache4_20; } inline ExporterFunc_t1851311465 ** get_address_of_U3CU3Ef__amU24cache4_20() { return &___U3CU3Ef__amU24cache4_20; } inline void set_U3CU3Ef__amU24cache4_20(ExporterFunc_t1851311465 * value) { ___U3CU3Ef__amU24cache4_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache4_20), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache5_21() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache5_21)); } inline ExporterFunc_t1851311465 * get_U3CU3Ef__amU24cache5_21() const { return ___U3CU3Ef__amU24cache5_21; } inline ExporterFunc_t1851311465 ** get_address_of_U3CU3Ef__amU24cache5_21() { return &___U3CU3Ef__amU24cache5_21; } inline void set_U3CU3Ef__amU24cache5_21(ExporterFunc_t1851311465 * value) { ___U3CU3Ef__amU24cache5_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache5_21), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache6_22() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache6_22)); } inline ExporterFunc_t1851311465 * get_U3CU3Ef__amU24cache6_22() const { return ___U3CU3Ef__amU24cache6_22; } inline ExporterFunc_t1851311465 ** get_address_of_U3CU3Ef__amU24cache6_22() { return &___U3CU3Ef__amU24cache6_22; } inline void set_U3CU3Ef__amU24cache6_22(ExporterFunc_t1851311465 * value) { ___U3CU3Ef__amU24cache6_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache6_22), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache7_23() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache7_23)); } inline ExporterFunc_t1851311465 * get_U3CU3Ef__amU24cache7_23() const { return ___U3CU3Ef__amU24cache7_23; } inline ExporterFunc_t1851311465 ** get_address_of_U3CU3Ef__amU24cache7_23() { return &___U3CU3Ef__amU24cache7_23; } inline void set_U3CU3Ef__amU24cache7_23(ExporterFunc_t1851311465 * value) { ___U3CU3Ef__amU24cache7_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache7_23), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache8_24() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache8_24)); } inline ExporterFunc_t1851311465 * get_U3CU3Ef__amU24cache8_24() const { return ___U3CU3Ef__amU24cache8_24; } inline ExporterFunc_t1851311465 ** get_address_of_U3CU3Ef__amU24cache8_24() { return &___U3CU3Ef__amU24cache8_24; } inline void set_U3CU3Ef__amU24cache8_24(ExporterFunc_t1851311465 * value) { ___U3CU3Ef__amU24cache8_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache8_24), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache9_25() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache9_25)); } inline ExporterFunc_t1851311465 * get_U3CU3Ef__amU24cache9_25() const { return ___U3CU3Ef__amU24cache9_25; } inline ExporterFunc_t1851311465 ** get_address_of_U3CU3Ef__amU24cache9_25() { return &___U3CU3Ef__amU24cache9_25; } inline void set_U3CU3Ef__amU24cache9_25(ExporterFunc_t1851311465 * value) { ___U3CU3Ef__amU24cache9_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache9_25), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheA_26() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cacheA_26)); } inline ImporterFunc_t3630937194 * get_U3CU3Ef__amU24cacheA_26() const { return ___U3CU3Ef__amU24cacheA_26; } inline ImporterFunc_t3630937194 ** get_address_of_U3CU3Ef__amU24cacheA_26() { return &___U3CU3Ef__amU24cacheA_26; } inline void set_U3CU3Ef__amU24cacheA_26(ImporterFunc_t3630937194 * value) { ___U3CU3Ef__amU24cacheA_26 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheA_26), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_27() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cacheB_27)); } inline ImporterFunc_t3630937194 * get_U3CU3Ef__amU24cacheB_27() const { return ___U3CU3Ef__amU24cacheB_27; } inline ImporterFunc_t3630937194 ** get_address_of_U3CU3Ef__amU24cacheB_27() { return &___U3CU3Ef__amU24cacheB_27; } inline void set_U3CU3Ef__amU24cacheB_27(ImporterFunc_t3630937194 * value) { ___U3CU3Ef__amU24cacheB_27 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_27), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheC_28() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cacheC_28)); } inline ImporterFunc_t3630937194 * get_U3CU3Ef__amU24cacheC_28() const { return ___U3CU3Ef__amU24cacheC_28; } inline ImporterFunc_t3630937194 ** get_address_of_U3CU3Ef__amU24cacheC_28() { return &___U3CU3Ef__amU24cacheC_28; } inline void set_U3CU3Ef__amU24cacheC_28(ImporterFunc_t3630937194 * value) { ___U3CU3Ef__amU24cacheC_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheC_28), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheD_29() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cacheD_29)); } inline ImporterFunc_t3630937194 * get_U3CU3Ef__amU24cacheD_29() const { return ___U3CU3Ef__amU24cacheD_29; } inline ImporterFunc_t3630937194 ** get_address_of_U3CU3Ef__amU24cacheD_29() { return &___U3CU3Ef__amU24cacheD_29; } inline void set_U3CU3Ef__amU24cacheD_29(ImporterFunc_t3630937194 * value) { ___U3CU3Ef__amU24cacheD_29 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheD_29), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheE_30() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cacheE_30)); } inline ImporterFunc_t3630937194 * get_U3CU3Ef__amU24cacheE_30() const { return ___U3CU3Ef__amU24cacheE_30; } inline ImporterFunc_t3630937194 ** get_address_of_U3CU3Ef__amU24cacheE_30() { return &___U3CU3Ef__amU24cacheE_30; } inline void set_U3CU3Ef__amU24cacheE_30(ImporterFunc_t3630937194 * value) { ___U3CU3Ef__amU24cacheE_30 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheE_30), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheF_31() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cacheF_31)); } inline ImporterFunc_t3630937194 * get_U3CU3Ef__amU24cacheF_31() const { return ___U3CU3Ef__amU24cacheF_31; } inline ImporterFunc_t3630937194 ** get_address_of_U3CU3Ef__amU24cacheF_31() { return &___U3CU3Ef__amU24cacheF_31; } inline void set_U3CU3Ef__amU24cacheF_31(ImporterFunc_t3630937194 * value) { ___U3CU3Ef__amU24cacheF_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheF_31), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache10_32() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache10_32)); } inline ImporterFunc_t3630937194 * get_U3CU3Ef__amU24cache10_32() const { return ___U3CU3Ef__amU24cache10_32; } inline ImporterFunc_t3630937194 ** get_address_of_U3CU3Ef__amU24cache10_32() { return &___U3CU3Ef__amU24cache10_32; } inline void set_U3CU3Ef__amU24cache10_32(ImporterFunc_t3630937194 * value) { ___U3CU3Ef__amU24cache10_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache10_32), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache11_33() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache11_33)); } inline ImporterFunc_t3630937194 * get_U3CU3Ef__amU24cache11_33() const { return ___U3CU3Ef__amU24cache11_33; } inline ImporterFunc_t3630937194 ** get_address_of_U3CU3Ef__amU24cache11_33() { return &___U3CU3Ef__amU24cache11_33; } inline void set_U3CU3Ef__amU24cache11_33(ImporterFunc_t3630937194 * value) { ___U3CU3Ef__amU24cache11_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache11_33), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache12_34() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache12_34)); } inline ImporterFunc_t3630937194 * get_U3CU3Ef__amU24cache12_34() const { return ___U3CU3Ef__amU24cache12_34; } inline ImporterFunc_t3630937194 ** get_address_of_U3CU3Ef__amU24cache12_34() { return &___U3CU3Ef__amU24cache12_34; } inline void set_U3CU3Ef__amU24cache12_34(ImporterFunc_t3630937194 * value) { ___U3CU3Ef__amU24cache12_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache12_34), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache13_35() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache13_35)); } inline ImporterFunc_t3630937194 * get_U3CU3Ef__amU24cache13_35() const { return ___U3CU3Ef__amU24cache13_35; } inline ImporterFunc_t3630937194 ** get_address_of_U3CU3Ef__amU24cache13_35() { return &___U3CU3Ef__amU24cache13_35; } inline void set_U3CU3Ef__amU24cache13_35(ImporterFunc_t3630937194 * value) { ___U3CU3Ef__amU24cache13_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache13_35), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache14_36() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache14_36)); } inline ImporterFunc_t3630937194 * get_U3CU3Ef__amU24cache14_36() const { return ___U3CU3Ef__amU24cache14_36; } inline ImporterFunc_t3630937194 ** get_address_of_U3CU3Ef__amU24cache14_36() { return &___U3CU3Ef__amU24cache14_36; } inline void set_U3CU3Ef__amU24cache14_36(ImporterFunc_t3630937194 * value) { ___U3CU3Ef__amU24cache14_36 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache14_36), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache15_37() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache15_37)); } inline ImporterFunc_t3630937194 * get_U3CU3Ef__amU24cache15_37() const { return ___U3CU3Ef__amU24cache15_37; } inline ImporterFunc_t3630937194 ** get_address_of_U3CU3Ef__amU24cache15_37() { return &___U3CU3Ef__amU24cache15_37; } inline void set_U3CU3Ef__amU24cache15_37(ImporterFunc_t3630937194 * value) { ___U3CU3Ef__amU24cache15_37 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache15_37), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache16_38() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache16_38)); } inline WrapperFactory_t2158548929 * get_U3CU3Ef__amU24cache16_38() const { return ___U3CU3Ef__amU24cache16_38; } inline WrapperFactory_t2158548929 ** get_address_of_U3CU3Ef__amU24cache16_38() { return &___U3CU3Ef__amU24cache16_38; } inline void set_U3CU3Ef__amU24cache16_38(WrapperFactory_t2158548929 * value) { ___U3CU3Ef__amU24cache16_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache16_38), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache17_39() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache17_39)); } inline WrapperFactory_t2158548929 * get_U3CU3Ef__amU24cache17_39() const { return ___U3CU3Ef__amU24cache17_39; } inline WrapperFactory_t2158548929 ** get_address_of_U3CU3Ef__amU24cache17_39() { return &___U3CU3Ef__amU24cache17_39; } inline void set_U3CU3Ef__amU24cache17_39(WrapperFactory_t2158548929 * value) { ___U3CU3Ef__amU24cache17_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache17_39), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache18_40() { return static_cast(offsetof(JsonMapper_t3815285241_StaticFields, ___U3CU3Ef__amU24cache18_40)); } inline WrapperFactory_t2158548929 * get_U3CU3Ef__amU24cache18_40() const { return ___U3CU3Ef__amU24cache18_40; } inline WrapperFactory_t2158548929 ** get_address_of_U3CU3Ef__amU24cache18_40() { return &___U3CU3Ef__amU24cache18_40; } inline void set_U3CU3Ef__amU24cache18_40(WrapperFactory_t2158548929 * value) { ___U3CU3Ef__amU24cache18_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache18_40), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONMAPPER_T3815285241_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 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 DICTIONARY_2_T3568926999_H #define DICTIONARY_2_T3568926999_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_t3568926999 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5DU5BU5D_t3365920845* ___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_t3568926999, ___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_t3568926999, ___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_t3568926999, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3568926999, ___valueSlots_7)); } inline Int32U5BU5DU5BU5D_t3365920845* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5DU5BU5D_t3365920845** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5DU5BU5D_t3365920845* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3568926999, ___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_t3568926999, ___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_t3568926999, ___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_t3568926999, ___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_t3568926999, ___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_t3568926999, ___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_t3568926999, ___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_t3568926999_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2970259689 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3568926999_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2970259689 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2970259689 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2970259689 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3568926999_H #ifndef CSPEAKER_T978472097_H #define CSPEAKER_T978472097_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSpeaker struct CSpeaker_t978472097 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CSpeaker::k__BackingField bool ___U3CIsSpeakerShowEndU3Ek__BackingField_0; // System.Single DMCore.Logic.CSpeaker::e_time float ___e_time_1; // System.Single DMCore.Logic.CSpeaker::interval float ___interval_2; // System.Single DMCore.Logic.CSpeaker::max_speaker_life_time float ___max_speaker_life_time_3; // System.Collections.Generic.Queue`1 DMCore.Logic.CSpeaker::speakMessageQueue Queue_1_t699068519 * ___speakMessageQueue_4; // System.Boolean DMCore.Logic.CSpeaker::m_IsOpenChat bool ___m_IsOpenChat_5; // System.Boolean DMCore.Logic.CSpeaker::m_IsEnable bool ___m_IsEnable_6; // DMCore.Logic.stSpeaker DMCore.Logic.CSpeaker::m_SpeakQueue stSpeaker_t2572138757 * ___m_SpeakQueue_7; // uiSpeakBox DMCore.Logic.CSpeaker::m_speakBox uiSpeakBox_t2345481508 * ___m_speakBox_9; // System.Int32 DMCore.Logic.CSpeaker::m_timer int32_t ___m_timer_10; // System.Int32 DMCore.Logic.CSpeaker::nCount int32_t ___nCount_11; public: inline static int32_t get_offset_of_U3CIsSpeakerShowEndU3Ek__BackingField_0() { return static_cast(offsetof(CSpeaker_t978472097, ___U3CIsSpeakerShowEndU3Ek__BackingField_0)); } inline bool get_U3CIsSpeakerShowEndU3Ek__BackingField_0() const { return ___U3CIsSpeakerShowEndU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsSpeakerShowEndU3Ek__BackingField_0() { return &___U3CIsSpeakerShowEndU3Ek__BackingField_0; } inline void set_U3CIsSpeakerShowEndU3Ek__BackingField_0(bool value) { ___U3CIsSpeakerShowEndU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_e_time_1() { return static_cast(offsetof(CSpeaker_t978472097, ___e_time_1)); } inline float get_e_time_1() const { return ___e_time_1; } inline float* get_address_of_e_time_1() { return &___e_time_1; } inline void set_e_time_1(float value) { ___e_time_1 = value; } inline static int32_t get_offset_of_interval_2() { return static_cast(offsetof(CSpeaker_t978472097, ___interval_2)); } inline float get_interval_2() const { return ___interval_2; } inline float* get_address_of_interval_2() { return &___interval_2; } inline void set_interval_2(float value) { ___interval_2 = value; } inline static int32_t get_offset_of_max_speaker_life_time_3() { return static_cast(offsetof(CSpeaker_t978472097, ___max_speaker_life_time_3)); } inline float get_max_speaker_life_time_3() const { return ___max_speaker_life_time_3; } inline float* get_address_of_max_speaker_life_time_3() { return &___max_speaker_life_time_3; } inline void set_max_speaker_life_time_3(float value) { ___max_speaker_life_time_3 = value; } inline static int32_t get_offset_of_speakMessageQueue_4() { return static_cast(offsetof(CSpeaker_t978472097, ___speakMessageQueue_4)); } inline Queue_1_t699068519 * get_speakMessageQueue_4() const { return ___speakMessageQueue_4; } inline Queue_1_t699068519 ** get_address_of_speakMessageQueue_4() { return &___speakMessageQueue_4; } inline void set_speakMessageQueue_4(Queue_1_t699068519 * value) { ___speakMessageQueue_4 = value; Il2CppCodeGenWriteBarrier((&___speakMessageQueue_4), value); } inline static int32_t get_offset_of_m_IsOpenChat_5() { return static_cast(offsetof(CSpeaker_t978472097, ___m_IsOpenChat_5)); } inline bool get_m_IsOpenChat_5() const { return ___m_IsOpenChat_5; } inline bool* get_address_of_m_IsOpenChat_5() { return &___m_IsOpenChat_5; } inline void set_m_IsOpenChat_5(bool value) { ___m_IsOpenChat_5 = value; } inline static int32_t get_offset_of_m_IsEnable_6() { return static_cast(offsetof(CSpeaker_t978472097, ___m_IsEnable_6)); } inline bool get_m_IsEnable_6() const { return ___m_IsEnable_6; } inline bool* get_address_of_m_IsEnable_6() { return &___m_IsEnable_6; } inline void set_m_IsEnable_6(bool value) { ___m_IsEnable_6 = value; } inline static int32_t get_offset_of_m_SpeakQueue_7() { return static_cast(offsetof(CSpeaker_t978472097, ___m_SpeakQueue_7)); } inline stSpeaker_t2572138757 * get_m_SpeakQueue_7() const { return ___m_SpeakQueue_7; } inline stSpeaker_t2572138757 ** get_address_of_m_SpeakQueue_7() { return &___m_SpeakQueue_7; } inline void set_m_SpeakQueue_7(stSpeaker_t2572138757 * value) { ___m_SpeakQueue_7 = value; Il2CppCodeGenWriteBarrier((&___m_SpeakQueue_7), value); } inline static int32_t get_offset_of_m_speakBox_9() { return static_cast(offsetof(CSpeaker_t978472097, ___m_speakBox_9)); } inline uiSpeakBox_t2345481508 * get_m_speakBox_9() const { return ___m_speakBox_9; } inline uiSpeakBox_t2345481508 ** get_address_of_m_speakBox_9() { return &___m_speakBox_9; } inline void set_m_speakBox_9(uiSpeakBox_t2345481508 * value) { ___m_speakBox_9 = value; Il2CppCodeGenWriteBarrier((&___m_speakBox_9), value); } inline static int32_t get_offset_of_m_timer_10() { return static_cast(offsetof(CSpeaker_t978472097, ___m_timer_10)); } inline int32_t get_m_timer_10() const { return ___m_timer_10; } inline int32_t* get_address_of_m_timer_10() { return &___m_timer_10; } inline void set_m_timer_10(int32_t value) { ___m_timer_10 = value; } inline static int32_t get_offset_of_nCount_11() { return static_cast(offsetof(CSpeaker_t978472097, ___nCount_11)); } inline int32_t get_nCount_11() const { return ___nCount_11; } inline int32_t* get_address_of_nCount_11() { return &___nCount_11; } inline void set_nCount_11(int32_t value) { ___nCount_11 = value; } }; struct CSpeaker_t978472097_StaticFields { public: // DMCore.Logic.CSpeaker DMCore.Logic.CSpeaker::s_instance CSpeaker_t978472097 * ___s_instance_8; public: inline static int32_t get_offset_of_s_instance_8() { return static_cast(offsetof(CSpeaker_t978472097_StaticFields, ___s_instance_8)); } inline CSpeaker_t978472097 * get_s_instance_8() const { return ___s_instance_8; } inline CSpeaker_t978472097 ** get_address_of_s_instance_8() { return &___s_instance_8; } inline void set_s_instance_8(CSpeaker_t978472097 * value) { ___s_instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_instance_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSPEAKER_T978472097_H #ifndef CTIMERMANAGER_T4186675208_H #define CTIMERMANAGER_T4186675208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTimerManager struct CTimerManager_t4186675208 : public RuntimeObject { public: // BetterList`1 DMCore.Logic.CTimerManager::m_TimerSet BetterList_1_t2996838064 * ___m_TimerSet_0; public: inline static int32_t get_offset_of_m_TimerSet_0() { return static_cast(offsetof(CTimerManager_t4186675208, ___m_TimerSet_0)); } inline BetterList_1_t2996838064 * get_m_TimerSet_0() const { return ___m_TimerSet_0; } inline BetterList_1_t2996838064 ** get_address_of_m_TimerSet_0() { return &___m_TimerSet_0; } inline void set_m_TimerSet_0(BetterList_1_t2996838064 * value) { ___m_TimerSet_0 = value; Il2CppCodeGenWriteBarrier((&___m_TimerSet_0), value); } }; struct CTimerManager_t4186675208_StaticFields { public: // System.Int32 DMCore.Logic.CTimerManager::s_LastTimerID int32_t ___s_LastTimerID_1; // DMCore.Logic.CTimerManager DMCore.Logic.CTimerManager::s_Instance CTimerManager_t4186675208 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_LastTimerID_1() { return static_cast(offsetof(CTimerManager_t4186675208_StaticFields, ___s_LastTimerID_1)); } inline int32_t get_s_LastTimerID_1() const { return ___s_LastTimerID_1; } inline int32_t* get_address_of_s_LastTimerID_1() { return &___s_LastTimerID_1; } inline void set_s_LastTimerID_1(int32_t value) { ___s_LastTimerID_1 = value; } inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CTimerManager_t4186675208_StaticFields, ___s_Instance_2)); } inline CTimerManager_t4186675208 * get_s_Instance_2() const { return ___s_Instance_2; } inline CTimerManager_t4186675208 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CTimerManager_t4186675208 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTIMERMANAGER_T4186675208_H #ifndef CRENEWMSGBOXCONTROL_T3836031106_H #define CRENEWMSGBOXCONTROL_T3836031106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRenewMsgBoxControl struct CRenewMsgBoxControl_t3836031106 : public RuntimeObject { public: // UnityEngine.GameObject DMCore.Logic.CRenewMsgBoxControl::m_renewBoxObj GameObject_t1113636619 * ___m_renewBoxObj_3; // DMCore.CDataArray DMCore.Logic.CRenewMsgBoxControl::m_renewItems CDataArray_t4068198041 * ___m_renewItems_4; public: inline static int32_t get_offset_of_m_renewBoxObj_3() { return static_cast(offsetof(CRenewMsgBoxControl_t3836031106, ___m_renewBoxObj_3)); } inline GameObject_t1113636619 * get_m_renewBoxObj_3() const { return ___m_renewBoxObj_3; } inline GameObject_t1113636619 ** get_address_of_m_renewBoxObj_3() { return &___m_renewBoxObj_3; } inline void set_m_renewBoxObj_3(GameObject_t1113636619 * value) { ___m_renewBoxObj_3 = value; Il2CppCodeGenWriteBarrier((&___m_renewBoxObj_3), value); } inline static int32_t get_offset_of_m_renewItems_4() { return static_cast(offsetof(CRenewMsgBoxControl_t3836031106, ___m_renewItems_4)); } inline CDataArray_t4068198041 * get_m_renewItems_4() const { return ___m_renewItems_4; } inline CDataArray_t4068198041 ** get_address_of_m_renewItems_4() { return &___m_renewItems_4; } inline void set_m_renewItems_4(CDataArray_t4068198041 * value) { ___m_renewItems_4 = value; Il2CppCodeGenWriteBarrier((&___m_renewItems_4), value); } }; struct CRenewMsgBoxControl_t3836031106_StaticFields { public: // DMCore.Logic.CRenewMsgBoxControl DMCore.Logic.CRenewMsgBoxControl::s_intance CRenewMsgBoxControl_t3836031106 * ___s_intance_2; public: inline static int32_t get_offset_of_s_intance_2() { return static_cast(offsetof(CRenewMsgBoxControl_t3836031106_StaticFields, ___s_intance_2)); } inline CRenewMsgBoxControl_t3836031106 * get_s_intance_2() const { return ___s_intance_2; } inline CRenewMsgBoxControl_t3836031106 ** get_address_of_s_intance_2() { return &___s_intance_2; } inline void set_s_intance_2(CRenewMsgBoxControl_t3836031106 * value) { ___s_intance_2 = value; Il2CppCodeGenWriteBarrier((&___s_intance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRENEWMSGBOXCONTROL_T3836031106_H #ifndef CMSGMANAGER_T455955613_H #define CMSGMANAGER_T455955613_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CMsgManager struct CMsgManager_t455955613 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 DMCore.CMsgManager::m_listHintMsgs LinkedList_1_t687096698 * ___m_listHintMsgs_0; // System.Boolean DMCore.CMsgManager::m_bShow bool ___m_bShow_1; public: inline static int32_t get_offset_of_m_listHintMsgs_0() { return static_cast(offsetof(CMsgManager_t455955613, ___m_listHintMsgs_0)); } inline LinkedList_1_t687096698 * get_m_listHintMsgs_0() const { return ___m_listHintMsgs_0; } inline LinkedList_1_t687096698 ** get_address_of_m_listHintMsgs_0() { return &___m_listHintMsgs_0; } inline void set_m_listHintMsgs_0(LinkedList_1_t687096698 * value) { ___m_listHintMsgs_0 = value; Il2CppCodeGenWriteBarrier((&___m_listHintMsgs_0), value); } inline static int32_t get_offset_of_m_bShow_1() { return static_cast(offsetof(CMsgManager_t455955613, ___m_bShow_1)); } inline bool get_m_bShow_1() const { return ___m_bShow_1; } inline bool* get_address_of_m_bShow_1() { return &___m_bShow_1; } inline void set_m_bShow_1(bool value) { ___m_bShow_1 = value; } }; struct CMsgManager_t455955613_StaticFields { public: // DMCore.CMsgManager DMCore.CMsgManager::s_Instance CMsgManager_t455955613 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CMsgManager_t455955613_StaticFields, ___s_Instance_2)); } inline CMsgManager_t455955613 * get_s_Instance_2() const { return ___s_Instance_2; } inline CMsgManager_t455955613 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CMsgManager_t455955613 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGMANAGER_T455955613_H #ifndef IEVENTDISPATCHER_T2294365884_H #define IEVENTDISPATCHER_T2294365884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IEventDispatcher struct IEventDispatcher_t2294365884 : public RuntimeObject { public: // CBetterSet`1> IEventDispatcher::m_listSite CBetterSet_1_t1416977057 * ___m_listSite_0; public: inline static int32_t get_offset_of_m_listSite_0() { return static_cast(offsetof(IEventDispatcher_t2294365884, ___m_listSite_0)); } inline CBetterSet_1_t1416977057 * get_m_listSite_0() const { return ___m_listSite_0; } inline CBetterSet_1_t1416977057 ** get_address_of_m_listSite_0() { return &___m_listSite_0; } inline void set_m_listSite_0(CBetterSet_1_t1416977057 * value) { ___m_listSite_0 = value; Il2CppCodeGenWriteBarrier((&___m_listSite_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IEVENTDISPATCHER_T2294365884_H #ifndef MARRYLISTITEMDATA_T1515524605_H #define MARRYLISTITEMDATA_T1515524605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MarryListItemData struct MarryListItemData_t1515524605 : public RuntimeObject { public: // System.Int32 MarryListItemData::roomId int32_t ___roomId_0; // System.Int32 MarryListItemData::roomNo int32_t ___roomNo_1; // System.Int32 MarryListItemData::roomState int32_t ___roomState_2; // System.Int32 MarryListItemData::createTime int32_t ___createTime_3; // System.Int32 MarryListItemData::time int32_t ___time_4; // System.Int64 MarryListItemData::userId1 int64_t ___userId1_5; // System.Int64 MarryListItemData::userId2 int64_t ___userId2_6; // System.String MarryListItemData::userName1 String_t* ___userName1_7; // System.String MarryListItemData::userName2 String_t* ___userName2_8; // System.Int64 MarryListItemData::userPhoto1 int64_t ___userPhoto1_9; // System.Int64 MarryListItemData::userPhoto2 int64_t ___userPhoto2_10; // System.Int32 MarryListItemData::sex1 int32_t ___sex1_11; // System.Int32 MarryListItemData::sex2 int32_t ___sex2_12; // System.Int32 MarryListItemData::headBox1 int32_t ___headBox1_13; // System.Int32 MarryListItemData::headBox2 int32_t ___headBox2_14; // System.Int32 MarryListItemData::userVip1 int32_t ___userVip1_15; // System.Int32 MarryListItemData::userVip2 int32_t ___userVip2_16; // System.Int32 MarryListItemData::lookNumMax int32_t ___lookNumMax_17; // System.Int32 MarryListItemData::lookNumCur int32_t ___lookNumCur_18; public: inline static int32_t get_offset_of_roomId_0() { return static_cast(offsetof(MarryListItemData_t1515524605, ___roomId_0)); } inline int32_t get_roomId_0() const { return ___roomId_0; } inline int32_t* get_address_of_roomId_0() { return &___roomId_0; } inline void set_roomId_0(int32_t value) { ___roomId_0 = value; } inline static int32_t get_offset_of_roomNo_1() { return static_cast(offsetof(MarryListItemData_t1515524605, ___roomNo_1)); } inline int32_t get_roomNo_1() const { return ___roomNo_1; } inline int32_t* get_address_of_roomNo_1() { return &___roomNo_1; } inline void set_roomNo_1(int32_t value) { ___roomNo_1 = value; } inline static int32_t get_offset_of_roomState_2() { return static_cast(offsetof(MarryListItemData_t1515524605, ___roomState_2)); } inline int32_t get_roomState_2() const { return ___roomState_2; } inline int32_t* get_address_of_roomState_2() { return &___roomState_2; } inline void set_roomState_2(int32_t value) { ___roomState_2 = value; } inline static int32_t get_offset_of_createTime_3() { return static_cast(offsetof(MarryListItemData_t1515524605, ___createTime_3)); } inline int32_t get_createTime_3() const { return ___createTime_3; } inline int32_t* get_address_of_createTime_3() { return &___createTime_3; } inline void set_createTime_3(int32_t value) { ___createTime_3 = value; } inline static int32_t get_offset_of_time_4() { return static_cast(offsetof(MarryListItemData_t1515524605, ___time_4)); } inline int32_t get_time_4() const { return ___time_4; } inline int32_t* get_address_of_time_4() { return &___time_4; } inline void set_time_4(int32_t value) { ___time_4 = value; } inline static int32_t get_offset_of_userId1_5() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userId1_5)); } inline int64_t get_userId1_5() const { return ___userId1_5; } inline int64_t* get_address_of_userId1_5() { return &___userId1_5; } inline void set_userId1_5(int64_t value) { ___userId1_5 = value; } inline static int32_t get_offset_of_userId2_6() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userId2_6)); } inline int64_t get_userId2_6() const { return ___userId2_6; } inline int64_t* get_address_of_userId2_6() { return &___userId2_6; } inline void set_userId2_6(int64_t value) { ___userId2_6 = value; } inline static int32_t get_offset_of_userName1_7() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userName1_7)); } inline String_t* get_userName1_7() const { return ___userName1_7; } inline String_t** get_address_of_userName1_7() { return &___userName1_7; } inline void set_userName1_7(String_t* value) { ___userName1_7 = value; Il2CppCodeGenWriteBarrier((&___userName1_7), value); } inline static int32_t get_offset_of_userName2_8() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userName2_8)); } inline String_t* get_userName2_8() const { return ___userName2_8; } inline String_t** get_address_of_userName2_8() { return &___userName2_8; } inline void set_userName2_8(String_t* value) { ___userName2_8 = value; Il2CppCodeGenWriteBarrier((&___userName2_8), value); } inline static int32_t get_offset_of_userPhoto1_9() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userPhoto1_9)); } inline int64_t get_userPhoto1_9() const { return ___userPhoto1_9; } inline int64_t* get_address_of_userPhoto1_9() { return &___userPhoto1_9; } inline void set_userPhoto1_9(int64_t value) { ___userPhoto1_9 = value; } inline static int32_t get_offset_of_userPhoto2_10() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userPhoto2_10)); } inline int64_t get_userPhoto2_10() const { return ___userPhoto2_10; } inline int64_t* get_address_of_userPhoto2_10() { return &___userPhoto2_10; } inline void set_userPhoto2_10(int64_t value) { ___userPhoto2_10 = value; } inline static int32_t get_offset_of_sex1_11() { return static_cast(offsetof(MarryListItemData_t1515524605, ___sex1_11)); } inline int32_t get_sex1_11() const { return ___sex1_11; } inline int32_t* get_address_of_sex1_11() { return &___sex1_11; } inline void set_sex1_11(int32_t value) { ___sex1_11 = value; } inline static int32_t get_offset_of_sex2_12() { return static_cast(offsetof(MarryListItemData_t1515524605, ___sex2_12)); } inline int32_t get_sex2_12() const { return ___sex2_12; } inline int32_t* get_address_of_sex2_12() { return &___sex2_12; } inline void set_sex2_12(int32_t value) { ___sex2_12 = value; } inline static int32_t get_offset_of_headBox1_13() { return static_cast(offsetof(MarryListItemData_t1515524605, ___headBox1_13)); } inline int32_t get_headBox1_13() const { return ___headBox1_13; } inline int32_t* get_address_of_headBox1_13() { return &___headBox1_13; } inline void set_headBox1_13(int32_t value) { ___headBox1_13 = value; } inline static int32_t get_offset_of_headBox2_14() { return static_cast(offsetof(MarryListItemData_t1515524605, ___headBox2_14)); } inline int32_t get_headBox2_14() const { return ___headBox2_14; } inline int32_t* get_address_of_headBox2_14() { return &___headBox2_14; } inline void set_headBox2_14(int32_t value) { ___headBox2_14 = value; } inline static int32_t get_offset_of_userVip1_15() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userVip1_15)); } inline int32_t get_userVip1_15() const { return ___userVip1_15; } inline int32_t* get_address_of_userVip1_15() { return &___userVip1_15; } inline void set_userVip1_15(int32_t value) { ___userVip1_15 = value; } inline static int32_t get_offset_of_userVip2_16() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userVip2_16)); } inline int32_t get_userVip2_16() const { return ___userVip2_16; } inline int32_t* get_address_of_userVip2_16() { return &___userVip2_16; } inline void set_userVip2_16(int32_t value) { ___userVip2_16 = value; } inline static int32_t get_offset_of_lookNumMax_17() { return static_cast(offsetof(MarryListItemData_t1515524605, ___lookNumMax_17)); } inline int32_t get_lookNumMax_17() const { return ___lookNumMax_17; } inline int32_t* get_address_of_lookNumMax_17() { return &___lookNumMax_17; } inline void set_lookNumMax_17(int32_t value) { ___lookNumMax_17 = value; } inline static int32_t get_offset_of_lookNumCur_18() { return static_cast(offsetof(MarryListItemData_t1515524605, ___lookNumCur_18)); } inline int32_t get_lookNumCur_18() const { return ___lookNumCur_18; } inline int32_t* get_address_of_lookNumCur_18() { return &___lookNumCur_18; } inline void set_lookNumCur_18(int32_t value) { ___lookNumCur_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARRYLISTITEMDATA_T1515524605_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 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 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 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 CSYSTEMTOOL_T575361936_H #define CSYSTEMTOOL_T575361936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CSystemTool struct CSystemTool_t575361936 : public RuntimeObject { public: public: }; struct CSystemTool_t575361936_StaticFields { public: // DMCore.Framework.Plugin.CSystemTool DMCore.Framework.Plugin.CSystemTool::s_instance CSystemTool_t575361936 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CSystemTool_t575361936_StaticFields, ___s_instance_0)); } inline CSystemTool_t575361936 * get_s_instance_0() const { return ___s_instance_0; } inline CSystemTool_t575361936 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CSystemTool_t575361936 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSYSTEMTOOL_T575361936_H #ifndef LOGICLOGINBROADCAST_T172751115_H #define LOGICLOGINBROADCAST_T172751115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicLoginBroadCast struct logicLoginBroadCast_t172751115 : public RuntimeObject { public: // System.String DMCore.Logic.logicLoginBroadCast::m_lastBroadCast String_t* ___m_lastBroadCast_0; // System.Int32 DMCore.Logic.logicLoginBroadCast::m_checkState int32_t ___m_checkState_1; public: inline static int32_t get_offset_of_m_lastBroadCast_0() { return static_cast(offsetof(logicLoginBroadCast_t172751115, ___m_lastBroadCast_0)); } inline String_t* get_m_lastBroadCast_0() const { return ___m_lastBroadCast_0; } inline String_t** get_address_of_m_lastBroadCast_0() { return &___m_lastBroadCast_0; } inline void set_m_lastBroadCast_0(String_t* value) { ___m_lastBroadCast_0 = value; Il2CppCodeGenWriteBarrier((&___m_lastBroadCast_0), value); } inline static int32_t get_offset_of_m_checkState_1() { return static_cast(offsetof(logicLoginBroadCast_t172751115, ___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; } }; struct logicLoginBroadCast_t172751115_StaticFields { public: // DMCore.Logic.logicLoginBroadCast DMCore.Logic.logicLoginBroadCast::s_Instance logicLoginBroadCast_t172751115 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(logicLoginBroadCast_t172751115_StaticFields, ___s_Instance_2)); } inline logicLoginBroadCast_t172751115 * get_s_Instance_2() const { return ___s_Instance_2; } inline logicLoginBroadCast_t172751115 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(logicLoginBroadCast_t172751115 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICLOGINBROADCAST_T172751115_H #ifndef LOVEHISDATA_T2628501217_H #define LOVEHISDATA_T2628501217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LoveHisData struct LoveHisData_t2628501217 : public RuntimeObject { public: // System.Int32 LoveHisData::type int32_t ___type_0; // System.String LoveHisData::time String_t* ___time_1; // System.String LoveHisData::p1 String_t* ___p1_2; // System.String LoveHisData::p2 String_t* ___p2_3; // System.String LoveHisData::p3 String_t* ___p3_4; // System.Int64 LoveHisData::timestamp int64_t ___timestamp_5; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(LoveHisData_t2628501217, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_time_1() { return static_cast(offsetof(LoveHisData_t2628501217, ___time_1)); } inline String_t* get_time_1() const { return ___time_1; } inline String_t** get_address_of_time_1() { return &___time_1; } inline void set_time_1(String_t* value) { ___time_1 = value; Il2CppCodeGenWriteBarrier((&___time_1), value); } inline static int32_t get_offset_of_p1_2() { return static_cast(offsetof(LoveHisData_t2628501217, ___p1_2)); } inline String_t* get_p1_2() const { return ___p1_2; } inline String_t** get_address_of_p1_2() { return &___p1_2; } inline void set_p1_2(String_t* value) { ___p1_2 = value; Il2CppCodeGenWriteBarrier((&___p1_2), value); } inline static int32_t get_offset_of_p2_3() { return static_cast(offsetof(LoveHisData_t2628501217, ___p2_3)); } inline String_t* get_p2_3() const { return ___p2_3; } inline String_t** get_address_of_p2_3() { return &___p2_3; } inline void set_p2_3(String_t* value) { ___p2_3 = value; Il2CppCodeGenWriteBarrier((&___p2_3), value); } inline static int32_t get_offset_of_p3_4() { return static_cast(offsetof(LoveHisData_t2628501217, ___p3_4)); } inline String_t* get_p3_4() const { return ___p3_4; } inline String_t** get_address_of_p3_4() { return &___p3_4; } inline void set_p3_4(String_t* value) { ___p3_4 = value; Il2CppCodeGenWriteBarrier((&___p3_4), value); } inline static int32_t get_offset_of_timestamp_5() { return static_cast(offsetof(LoveHisData_t2628501217, ___timestamp_5)); } inline int64_t get_timestamp_5() const { return ___timestamp_5; } inline int64_t* get_address_of_timestamp_5() { return &___timestamp_5; } inline void set_timestamp_5(int64_t value) { ___timestamp_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOVEHISDATA_T2628501217_H #ifndef IACTIVITYDETAIL_T2848416189_H #define IACTIVITYDETAIL_T2848416189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IActivityDetail struct IActivityDetail_t2848416189 : public RuntimeObject { public: // System.Int32 DMCore.Logic.IActivityDetail::m_activityID int32_t ___m_activityID_0; // System.Int32 DMCore.Logic.IActivityDetail::m_activityNewlID int32_t ___m_activityNewlID_1; // System.Boolean DMCore.Logic.IActivityDetail::m_isNewUpdate bool ___m_isNewUpdate_2; // System.Boolean DMCore.Logic.IActivityDetail::m_isDataReady bool ___m_isDataReady_3; // System.String DMCore.Logic.IActivityDetail::m_activityName String_t* ___m_activityName_4; // System.String DMCore.Logic.IActivityDetail::m_activityTitle String_t* ___m_activityTitle_5; // System.String DMCore.Logic.IActivityDetail::m_activityDesc String_t* ___m_activityDesc_6; // System.Collections.Generic.List`1 DMCore.Logic.IActivityDetail::m_startTime List_1_t128053199 * ___m_startTime_7; // System.Collections.Generic.List`1 DMCore.Logic.IActivityDetail::m_endTime List_1_t128053199 * ___m_endTime_8; // System.Boolean DMCore.Logic.IActivityDetail::m_needSort bool ___m_needSort_9; // System.Int32 DMCore.Logic.IActivityDetail::m_nActivityType int32_t ___m_nActivityType_10; public: inline static int32_t get_offset_of_m_activityID_0() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_activityID_0)); } inline int32_t get_m_activityID_0() const { return ___m_activityID_0; } inline int32_t* get_address_of_m_activityID_0() { return &___m_activityID_0; } inline void set_m_activityID_0(int32_t value) { ___m_activityID_0 = value; } inline static int32_t get_offset_of_m_activityNewlID_1() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_activityNewlID_1)); } inline int32_t get_m_activityNewlID_1() const { return ___m_activityNewlID_1; } inline int32_t* get_address_of_m_activityNewlID_1() { return &___m_activityNewlID_1; } inline void set_m_activityNewlID_1(int32_t value) { ___m_activityNewlID_1 = value; } inline static int32_t get_offset_of_m_isNewUpdate_2() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_isNewUpdate_2)); } inline bool get_m_isNewUpdate_2() const { return ___m_isNewUpdate_2; } inline bool* get_address_of_m_isNewUpdate_2() { return &___m_isNewUpdate_2; } inline void set_m_isNewUpdate_2(bool value) { ___m_isNewUpdate_2 = value; } inline static int32_t get_offset_of_m_isDataReady_3() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_isDataReady_3)); } inline bool get_m_isDataReady_3() const { return ___m_isDataReady_3; } inline bool* get_address_of_m_isDataReady_3() { return &___m_isDataReady_3; } inline void set_m_isDataReady_3(bool value) { ___m_isDataReady_3 = value; } inline static int32_t get_offset_of_m_activityName_4() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_activityName_4)); } inline String_t* get_m_activityName_4() const { return ___m_activityName_4; } inline String_t** get_address_of_m_activityName_4() { return &___m_activityName_4; } inline void set_m_activityName_4(String_t* value) { ___m_activityName_4 = value; Il2CppCodeGenWriteBarrier((&___m_activityName_4), value); } inline static int32_t get_offset_of_m_activityTitle_5() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_activityTitle_5)); } inline String_t* get_m_activityTitle_5() const { return ___m_activityTitle_5; } inline String_t** get_address_of_m_activityTitle_5() { return &___m_activityTitle_5; } inline void set_m_activityTitle_5(String_t* value) { ___m_activityTitle_5 = value; Il2CppCodeGenWriteBarrier((&___m_activityTitle_5), value); } inline static int32_t get_offset_of_m_activityDesc_6() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_activityDesc_6)); } inline String_t* get_m_activityDesc_6() const { return ___m_activityDesc_6; } inline String_t** get_address_of_m_activityDesc_6() { return &___m_activityDesc_6; } inline void set_m_activityDesc_6(String_t* value) { ___m_activityDesc_6 = value; Il2CppCodeGenWriteBarrier((&___m_activityDesc_6), value); } inline static int32_t get_offset_of_m_startTime_7() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_startTime_7)); } inline List_1_t128053199 * get_m_startTime_7() const { return ___m_startTime_7; } inline List_1_t128053199 ** get_address_of_m_startTime_7() { return &___m_startTime_7; } inline void set_m_startTime_7(List_1_t128053199 * value) { ___m_startTime_7 = value; Il2CppCodeGenWriteBarrier((&___m_startTime_7), value); } inline static int32_t get_offset_of_m_endTime_8() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_endTime_8)); } inline List_1_t128053199 * get_m_endTime_8() const { return ___m_endTime_8; } inline List_1_t128053199 ** get_address_of_m_endTime_8() { return &___m_endTime_8; } inline void set_m_endTime_8(List_1_t128053199 * value) { ___m_endTime_8 = value; Il2CppCodeGenWriteBarrier((&___m_endTime_8), value); } inline static int32_t get_offset_of_m_needSort_9() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_needSort_9)); } inline bool get_m_needSort_9() const { return ___m_needSort_9; } inline bool* get_address_of_m_needSort_9() { return &___m_needSort_9; } inline void set_m_needSort_9(bool value) { ___m_needSort_9 = value; } inline static int32_t get_offset_of_m_nActivityType_10() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_nActivityType_10)); } inline int32_t get_m_nActivityType_10() const { return ___m_nActivityType_10; } inline int32_t* get_address_of_m_nActivityType_10() { return &___m_nActivityType_10; } inline void set_m_nActivityType_10(int32_t value) { ___m_nActivityType_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IACTIVITYDETAIL_T2848416189_H #ifndef CVIPMANAGER_T269477008_H #define CVIPMANAGER_T269477008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CVipManager struct CVipManager_t269477008 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CVipManager::m_IsNeedRefreshMainPage bool ___m_IsNeedRefreshMainPage_0; // System.Boolean DMCore.Logic.CVipManager::m_IsNeedRefreshGiftPage bool ___m_IsNeedRefreshGiftPage_1; public: inline static int32_t get_offset_of_m_IsNeedRefreshMainPage_0() { return static_cast(offsetof(CVipManager_t269477008, ___m_IsNeedRefreshMainPage_0)); } inline bool get_m_IsNeedRefreshMainPage_0() const { return ___m_IsNeedRefreshMainPage_0; } inline bool* get_address_of_m_IsNeedRefreshMainPage_0() { return &___m_IsNeedRefreshMainPage_0; } inline void set_m_IsNeedRefreshMainPage_0(bool value) { ___m_IsNeedRefreshMainPage_0 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshGiftPage_1() { return static_cast(offsetof(CVipManager_t269477008, ___m_IsNeedRefreshGiftPage_1)); } inline bool get_m_IsNeedRefreshGiftPage_1() const { return ___m_IsNeedRefreshGiftPage_1; } inline bool* get_address_of_m_IsNeedRefreshGiftPage_1() { return &___m_IsNeedRefreshGiftPage_1; } inline void set_m_IsNeedRefreshGiftPage_1(bool value) { ___m_IsNeedRefreshGiftPage_1 = value; } }; struct CVipManager_t269477008_StaticFields { public: // DMCore.Logic.CVipManager DMCore.Logic.CVipManager::s_Instance CVipManager_t269477008 * ___s_Instance_2; // System.String DMCore.Logic.CVipManager::s_Default_State_Value String_t* ___s_Default_State_Value_3; // UIAtlas DMCore.Logic.CVipManager::s_VipAtlasRes UIAtlas_t3195533529 * ___s_VipAtlasRes_4; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CVipManager_t269477008_StaticFields, ___s_Instance_2)); } inline CVipManager_t269477008 * get_s_Instance_2() const { return ___s_Instance_2; } inline CVipManager_t269477008 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CVipManager_t269477008 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } inline static int32_t get_offset_of_s_Default_State_Value_3() { return static_cast(offsetof(CVipManager_t269477008_StaticFields, ___s_Default_State_Value_3)); } inline String_t* get_s_Default_State_Value_3() const { return ___s_Default_State_Value_3; } inline String_t** get_address_of_s_Default_State_Value_3() { return &___s_Default_State_Value_3; } inline void set_s_Default_State_Value_3(String_t* value) { ___s_Default_State_Value_3 = value; Il2CppCodeGenWriteBarrier((&___s_Default_State_Value_3), value); } inline static int32_t get_offset_of_s_VipAtlasRes_4() { return static_cast(offsetof(CVipManager_t269477008_StaticFields, ___s_VipAtlasRes_4)); } inline UIAtlas_t3195533529 * get_s_VipAtlasRes_4() const { return ___s_VipAtlasRes_4; } inline UIAtlas_t3195533529 ** get_address_of_s_VipAtlasRes_4() { return &___s_VipAtlasRes_4; } inline void set_s_VipAtlasRes_4(UIAtlas_t3195533529 * value) { ___s_VipAtlasRes_4 = value; Il2CppCodeGenWriteBarrier((&___s_VipAtlasRes_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CVIPMANAGER_T269477008_H #ifndef CMARRYLISTMANAGER_T2185299657_H #define CMARRYLISTMANAGER_T2185299657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMarryListManager struct CMarryListManager_t2185299657 : public RuntimeObject { public: // uiMarryList DMCore.Logic.CMarryListManager::mUIMarryList uiMarryList_t4006298226 * ___mUIMarryList_1; // MarryListItemData DMCore.Logic.CMarryListManager::myData MarryListItemData_t1515524605 * ___myData_2; // System.Collections.Generic.List`1 DMCore.Logic.CMarryListManager::otherList List_1_t2987599347 * ___otherList_3; // System.Int32 DMCore.Logic.CMarryListManager::MaxPage int32_t ___MaxPage_4; // System.Int32 DMCore.Logic.CMarryListManager::CurPage int32_t ___CurPage_5; // System.Boolean DMCore.Logic.CMarryListManager::MarryChanged bool ___MarryChanged_6; // System.Boolean DMCore.Logic.CMarryListManager::BlessChanged bool ___BlessChanged_7; // System.Boolean DMCore.Logic.CMarryListManager::m_MarryRoomList bool ___m_MarryRoomList_8; // System.Double DMCore.Logic.CMarryListManager::m_lastRequstTimePos double ___m_lastRequstTimePos_9; // System.Boolean DMCore.Logic.CMarryListManager::MarryStart bool ___MarryStart_10; // System.Boolean DMCore.Logic.CMarryListManager::MarryEnd bool ___MarryEnd_11; // System.Collections.Generic.List`1 DMCore.Logic.CMarryListManager::allData List_1_t2987599347 * ___allData_12; // System.Collections.Generic.List`1 DMCore.Logic.CMarryListManager::blessData List_1_t2824189888 * ___blessData_13; public: inline static int32_t get_offset_of_mUIMarryList_1() { return static_cast(offsetof(CMarryListManager_t2185299657, ___mUIMarryList_1)); } inline uiMarryList_t4006298226 * get_mUIMarryList_1() const { return ___mUIMarryList_1; } inline uiMarryList_t4006298226 ** get_address_of_mUIMarryList_1() { return &___mUIMarryList_1; } inline void set_mUIMarryList_1(uiMarryList_t4006298226 * value) { ___mUIMarryList_1 = value; Il2CppCodeGenWriteBarrier((&___mUIMarryList_1), value); } inline static int32_t get_offset_of_myData_2() { return static_cast(offsetof(CMarryListManager_t2185299657, ___myData_2)); } inline MarryListItemData_t1515524605 * get_myData_2() const { return ___myData_2; } inline MarryListItemData_t1515524605 ** get_address_of_myData_2() { return &___myData_2; } inline void set_myData_2(MarryListItemData_t1515524605 * value) { ___myData_2 = value; Il2CppCodeGenWriteBarrier((&___myData_2), value); } inline static int32_t get_offset_of_otherList_3() { return static_cast(offsetof(CMarryListManager_t2185299657, ___otherList_3)); } inline List_1_t2987599347 * get_otherList_3() const { return ___otherList_3; } inline List_1_t2987599347 ** get_address_of_otherList_3() { return &___otherList_3; } inline void set_otherList_3(List_1_t2987599347 * value) { ___otherList_3 = value; Il2CppCodeGenWriteBarrier((&___otherList_3), value); } inline static int32_t get_offset_of_MaxPage_4() { return static_cast(offsetof(CMarryListManager_t2185299657, ___MaxPage_4)); } inline int32_t get_MaxPage_4() const { return ___MaxPage_4; } inline int32_t* get_address_of_MaxPage_4() { return &___MaxPage_4; } inline void set_MaxPage_4(int32_t value) { ___MaxPage_4 = value; } inline static int32_t get_offset_of_CurPage_5() { return static_cast(offsetof(CMarryListManager_t2185299657, ___CurPage_5)); } inline int32_t get_CurPage_5() const { return ___CurPage_5; } inline int32_t* get_address_of_CurPage_5() { return &___CurPage_5; } inline void set_CurPage_5(int32_t value) { ___CurPage_5 = value; } inline static int32_t get_offset_of_MarryChanged_6() { return static_cast(offsetof(CMarryListManager_t2185299657, ___MarryChanged_6)); } inline bool get_MarryChanged_6() const { return ___MarryChanged_6; } inline bool* get_address_of_MarryChanged_6() { return &___MarryChanged_6; } inline void set_MarryChanged_6(bool value) { ___MarryChanged_6 = value; } inline static int32_t get_offset_of_BlessChanged_7() { return static_cast(offsetof(CMarryListManager_t2185299657, ___BlessChanged_7)); } inline bool get_BlessChanged_7() const { return ___BlessChanged_7; } inline bool* get_address_of_BlessChanged_7() { return &___BlessChanged_7; } inline void set_BlessChanged_7(bool value) { ___BlessChanged_7 = value; } inline static int32_t get_offset_of_m_MarryRoomList_8() { return static_cast(offsetof(CMarryListManager_t2185299657, ___m_MarryRoomList_8)); } inline bool get_m_MarryRoomList_8() const { return ___m_MarryRoomList_8; } inline bool* get_address_of_m_MarryRoomList_8() { return &___m_MarryRoomList_8; } inline void set_m_MarryRoomList_8(bool value) { ___m_MarryRoomList_8 = value; } inline static int32_t get_offset_of_m_lastRequstTimePos_9() { return static_cast(offsetof(CMarryListManager_t2185299657, ___m_lastRequstTimePos_9)); } inline double get_m_lastRequstTimePos_9() const { return ___m_lastRequstTimePos_9; } inline double* get_address_of_m_lastRequstTimePos_9() { return &___m_lastRequstTimePos_9; } inline void set_m_lastRequstTimePos_9(double value) { ___m_lastRequstTimePos_9 = value; } inline static int32_t get_offset_of_MarryStart_10() { return static_cast(offsetof(CMarryListManager_t2185299657, ___MarryStart_10)); } inline bool get_MarryStart_10() const { return ___MarryStart_10; } inline bool* get_address_of_MarryStart_10() { return &___MarryStart_10; } inline void set_MarryStart_10(bool value) { ___MarryStart_10 = value; } inline static int32_t get_offset_of_MarryEnd_11() { return static_cast(offsetof(CMarryListManager_t2185299657, ___MarryEnd_11)); } inline bool get_MarryEnd_11() const { return ___MarryEnd_11; } inline bool* get_address_of_MarryEnd_11() { return &___MarryEnd_11; } inline void set_MarryEnd_11(bool value) { ___MarryEnd_11 = value; } inline static int32_t get_offset_of_allData_12() { return static_cast(offsetof(CMarryListManager_t2185299657, ___allData_12)); } inline List_1_t2987599347 * get_allData_12() const { return ___allData_12; } inline List_1_t2987599347 ** get_address_of_allData_12() { return &___allData_12; } inline void set_allData_12(List_1_t2987599347 * value) { ___allData_12 = value; Il2CppCodeGenWriteBarrier((&___allData_12), value); } inline static int32_t get_offset_of_blessData_13() { return static_cast(offsetof(CMarryListManager_t2185299657, ___blessData_13)); } inline List_1_t2824189888 * get_blessData_13() const { return ___blessData_13; } inline List_1_t2824189888 ** get_address_of_blessData_13() { return &___blessData_13; } inline void set_blessData_13(List_1_t2824189888 * value) { ___blessData_13 = value; Il2CppCodeGenWriteBarrier((&___blessData_13), value); } }; struct CMarryListManager_t2185299657_StaticFields { public: // DMCore.Logic.CMarryListManager DMCore.Logic.CMarryListManager::s_Instance CMarryListManager_t2185299657 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CMarryListManager_t2185299657_StaticFields, ___s_Instance_0)); } inline CMarryListManager_t2185299657 * get_s_Instance_0() const { return ___s_Instance_0; } inline CMarryListManager_t2185299657 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CMarryListManager_t2185299657 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMARRYLISTMANAGER_T2185299657_H #ifndef BYTEREADER_T1539670756_H #define BYTEREADER_T1539670756_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ByteReader struct ByteReader_t1539670756 : public RuntimeObject { public: // System.Byte[] ByteReader::mBuffer ByteU5BU5D_t4116647657* ___mBuffer_0; // System.Int32 ByteReader::mOffset int32_t ___mOffset_1; public: inline static int32_t get_offset_of_mBuffer_0() { return static_cast(offsetof(ByteReader_t1539670756, ___mBuffer_0)); } inline ByteU5BU5D_t4116647657* get_mBuffer_0() const { return ___mBuffer_0; } inline ByteU5BU5D_t4116647657** get_address_of_mBuffer_0() { return &___mBuffer_0; } inline void set_mBuffer_0(ByteU5BU5D_t4116647657* value) { ___mBuffer_0 = value; Il2CppCodeGenWriteBarrier((&___mBuffer_0), value); } inline static int32_t get_offset_of_mOffset_1() { return static_cast(offsetof(ByteReader_t1539670756, ___mOffset_1)); } inline int32_t get_mOffset_1() const { return ___mOffset_1; } inline int32_t* get_address_of_mOffset_1() { return &___mOffset_1; } inline void set_mOffset_1(int32_t value) { ___mOffset_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTEREADER_T1539670756_H #ifndef DICTIONARY_2_T1632706988_H #define DICTIONARY_2_T1632706988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots StringU5BU5D_t1281789340* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1632706988, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1632706988, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1632706988, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1632706988, ___valueSlots_7)); } inline StringU5BU5D_t1281789340* get_valueSlots_7() const { return ___valueSlots_7; } inline StringU5BU5D_t1281789340** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(StringU5BU5D_t1281789340* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1632706988, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1632706988, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1632706988, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1632706988, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1632706988, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1632706988, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1632706988, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1632706988_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t132201056 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1632706988_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t132201056 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t132201056 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t132201056 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1632706988_H #ifndef 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 STACK_1_T1854483454_H #define STACK_1_T1854483454_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Stack`1 struct Stack_1_t1854483454 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array WriterContextU5BU5D_t1224381814* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t1854483454, ____array_0)); } inline WriterContextU5BU5D_t1224381814* get__array_0() const { return ____array_0; } inline WriterContextU5BU5D_t1224381814** get_address_of__array_0() { return &____array_0; } inline void set__array_0(WriterContextU5BU5D_t1224381814* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((&____array_0), value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t1854483454, ____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; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_t1854483454, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T1854483454_H #ifndef WRITERCONTEXT_T1011093999_H #define WRITERCONTEXT_T1011093999_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.WriterContext struct WriterContext_t1011093999 : public RuntimeObject { public: // System.Int32 LitJson.WriterContext::Count int32_t ___Count_0; // System.Boolean LitJson.WriterContext::InArray bool ___InArray_1; // System.Boolean LitJson.WriterContext::InObject bool ___InObject_2; // System.Boolean LitJson.WriterContext::ExpectingValue bool ___ExpectingValue_3; // System.Int32 LitJson.WriterContext::Padding int32_t ___Padding_4; public: inline static int32_t get_offset_of_Count_0() { return static_cast(offsetof(WriterContext_t1011093999, ___Count_0)); } inline int32_t get_Count_0() const { return ___Count_0; } inline int32_t* get_address_of_Count_0() { return &___Count_0; } inline void set_Count_0(int32_t value) { ___Count_0 = value; } inline static int32_t get_offset_of_InArray_1() { return static_cast(offsetof(WriterContext_t1011093999, ___InArray_1)); } inline bool get_InArray_1() const { return ___InArray_1; } inline bool* get_address_of_InArray_1() { return &___InArray_1; } inline void set_InArray_1(bool value) { ___InArray_1 = value; } inline static int32_t get_offset_of_InObject_2() { return static_cast(offsetof(WriterContext_t1011093999, ___InObject_2)); } inline bool get_InObject_2() const { return ___InObject_2; } inline bool* get_address_of_InObject_2() { return &___InObject_2; } inline void set_InObject_2(bool value) { ___InObject_2 = value; } inline static int32_t get_offset_of_ExpectingValue_3() { return static_cast(offsetof(WriterContext_t1011093999, ___ExpectingValue_3)); } inline bool get_ExpectingValue_3() const { return ___ExpectingValue_3; } inline bool* get_address_of_ExpectingValue_3() { return &___ExpectingValue_3; } inline void set_ExpectingValue_3(bool value) { ___ExpectingValue_3 = value; } inline static int32_t get_offset_of_Padding_4() { return static_cast(offsetof(WriterContext_t1011093999, ___Padding_4)); } inline int32_t get_Padding_4() const { return ___Padding_4; } inline int32_t* get_address_of_Padding_4() { return &___Padding_4; } inline void set_Padding_4(int32_t value) { ___Padding_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRITERCONTEXT_T1011093999_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 NUMBERFORMATINFO_T435877138_H #define NUMBERFORMATINFO_T435877138_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138 : public RuntimeObject { public: // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_0; // System.String System.Globalization.NumberFormatInfo::decimalFormats String_t* ___decimalFormats_1; // System.String System.Globalization.NumberFormatInfo::currencyFormats String_t* ___currencyFormats_2; // System.String System.Globalization.NumberFormatInfo::percentFormats String_t* ___percentFormats_3; // System.String System.Globalization.NumberFormatInfo::digitPattern String_t* ___digitPattern_4; // System.String System.Globalization.NumberFormatInfo::zeroPattern String_t* ___zeroPattern_5; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_6; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t385246372* ___currencyGroupSizes_9; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_10; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_11; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_12; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_15; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_16; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_17; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_18; // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t385246372* ___numberGroupSizes_19; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_20; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_21; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_22; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_23; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t385246372* ___percentGroupSizes_24; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_27; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_28; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_29; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_30; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_31; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_32; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_34; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_35; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t1281789340* ___nativeDigits_36; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_37; public: inline static int32_t get_offset_of_isReadOnly_0() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___isReadOnly_0)); } inline bool get_isReadOnly_0() const { return ___isReadOnly_0; } inline bool* get_address_of_isReadOnly_0() { return &___isReadOnly_0; } inline void set_isReadOnly_0(bool value) { ___isReadOnly_0 = value; } inline static int32_t get_offset_of_decimalFormats_1() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___decimalFormats_1)); } inline String_t* get_decimalFormats_1() const { return ___decimalFormats_1; } inline String_t** get_address_of_decimalFormats_1() { return &___decimalFormats_1; } inline void set_decimalFormats_1(String_t* value) { ___decimalFormats_1 = value; Il2CppCodeGenWriteBarrier((&___decimalFormats_1), value); } inline static int32_t get_offset_of_currencyFormats_2() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyFormats_2)); } inline String_t* get_currencyFormats_2() const { return ___currencyFormats_2; } inline String_t** get_address_of_currencyFormats_2() { return &___currencyFormats_2; } inline void set_currencyFormats_2(String_t* value) { ___currencyFormats_2 = value; Il2CppCodeGenWriteBarrier((&___currencyFormats_2), value); } inline static int32_t get_offset_of_percentFormats_3() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentFormats_3)); } inline String_t* get_percentFormats_3() const { return ___percentFormats_3; } inline String_t** get_address_of_percentFormats_3() { return &___percentFormats_3; } inline void set_percentFormats_3(String_t* value) { ___percentFormats_3 = value; Il2CppCodeGenWriteBarrier((&___percentFormats_3), value); } inline static int32_t get_offset_of_digitPattern_4() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitPattern_4)); } inline String_t* get_digitPattern_4() const { return ___digitPattern_4; } inline String_t** get_address_of_digitPattern_4() { return &___digitPattern_4; } inline void set_digitPattern_4(String_t* value) { ___digitPattern_4 = value; Il2CppCodeGenWriteBarrier((&___digitPattern_4), value); } inline static int32_t get_offset_of_zeroPattern_5() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___zeroPattern_5)); } inline String_t* get_zeroPattern_5() const { return ___zeroPattern_5; } inline String_t** get_address_of_zeroPattern_5() { return &___zeroPattern_5; } inline void set_zeroPattern_5(String_t* value) { ___zeroPattern_5 = value; Il2CppCodeGenWriteBarrier((&___zeroPattern_5), value); } inline static int32_t get_offset_of_currencyDecimalDigits_6() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalDigits_6)); } inline int32_t get_currencyDecimalDigits_6() const { return ___currencyDecimalDigits_6; } inline int32_t* get_address_of_currencyDecimalDigits_6() { return &___currencyDecimalDigits_6; } inline void set_currencyDecimalDigits_6(int32_t value) { ___currencyDecimalDigits_6 = value; } inline static int32_t get_offset_of_currencyDecimalSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalSeparator_7)); } inline String_t* get_currencyDecimalSeparator_7() const { return ___currencyDecimalSeparator_7; } inline String_t** get_address_of_currencyDecimalSeparator_7() { return &___currencyDecimalSeparator_7; } inline void set_currencyDecimalSeparator_7(String_t* value) { ___currencyDecimalSeparator_7 = value; Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_7), value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value); } inline static int32_t get_offset_of_currencyGroupSizes_9() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSizes_9)); } inline Int32U5BU5D_t385246372* get_currencyGroupSizes_9() const { return ___currencyGroupSizes_9; } inline Int32U5BU5D_t385246372** get_address_of_currencyGroupSizes_9() { return &___currencyGroupSizes_9; } inline void set_currencyGroupSizes_9(Int32U5BU5D_t385246372* value) { ___currencyGroupSizes_9 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_9), value); } inline static int32_t get_offset_of_currencyNegativePattern_10() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyNegativePattern_10)); } inline int32_t get_currencyNegativePattern_10() const { return ___currencyNegativePattern_10; } inline int32_t* get_address_of_currencyNegativePattern_10() { return &___currencyNegativePattern_10; } inline void set_currencyNegativePattern_10(int32_t value) { ___currencyNegativePattern_10 = value; } inline static int32_t get_offset_of_currencyPositivePattern_11() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyPositivePattern_11)); } inline int32_t get_currencyPositivePattern_11() const { return ___currencyPositivePattern_11; } inline int32_t* get_address_of_currencyPositivePattern_11() { return &___currencyPositivePattern_11; } inline void set_currencyPositivePattern_11(int32_t value) { ___currencyPositivePattern_11 = value; } inline static int32_t get_offset_of_currencySymbol_12() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencySymbol_12)); } inline String_t* get_currencySymbol_12() const { return ___currencySymbol_12; } inline String_t** get_address_of_currencySymbol_12() { return &___currencySymbol_12; } inline void set_currencySymbol_12(String_t* value) { ___currencySymbol_12 = value; Il2CppCodeGenWriteBarrier((&___currencySymbol_12), value); } inline static int32_t get_offset_of_nanSymbol_13() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nanSymbol_13)); } inline String_t* get_nanSymbol_13() const { return ___nanSymbol_13; } inline String_t** get_address_of_nanSymbol_13() { return &___nanSymbol_13; } inline void set_nanSymbol_13(String_t* value) { ___nanSymbol_13 = value; Il2CppCodeGenWriteBarrier((&___nanSymbol_13), value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value); } inline static int32_t get_offset_of_negativeSign_15() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeSign_15)); } inline String_t* get_negativeSign_15() const { return ___negativeSign_15; } inline String_t** get_address_of_negativeSign_15() { return &___negativeSign_15; } inline void set_negativeSign_15(String_t* value) { ___negativeSign_15 = value; Il2CppCodeGenWriteBarrier((&___negativeSign_15), value); } inline static int32_t get_offset_of_numberDecimalDigits_16() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalDigits_16)); } inline int32_t get_numberDecimalDigits_16() const { return ___numberDecimalDigits_16; } inline int32_t* get_address_of_numberDecimalDigits_16() { return &___numberDecimalDigits_16; } inline void set_numberDecimalDigits_16(int32_t value) { ___numberDecimalDigits_16 = value; } inline static int32_t get_offset_of_numberDecimalSeparator_17() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalSeparator_17)); } inline String_t* get_numberDecimalSeparator_17() const { return ___numberDecimalSeparator_17; } inline String_t** get_address_of_numberDecimalSeparator_17() { return &___numberDecimalSeparator_17; } inline void set_numberDecimalSeparator_17(String_t* value) { ___numberDecimalSeparator_17 = value; Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_17), value); } inline static int32_t get_offset_of_numberGroupSeparator_18() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSeparator_18)); } inline String_t* get_numberGroupSeparator_18() const { return ___numberGroupSeparator_18; } inline String_t** get_address_of_numberGroupSeparator_18() { return &___numberGroupSeparator_18; } inline void set_numberGroupSeparator_18(String_t* value) { ___numberGroupSeparator_18 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_18), value); } inline static int32_t get_offset_of_numberGroupSizes_19() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSizes_19)); } inline Int32U5BU5D_t385246372* get_numberGroupSizes_19() const { return ___numberGroupSizes_19; } inline Int32U5BU5D_t385246372** get_address_of_numberGroupSizes_19() { return &___numberGroupSizes_19; } inline void set_numberGroupSizes_19(Int32U5BU5D_t385246372* value) { ___numberGroupSizes_19 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSizes_19), value); } inline static int32_t get_offset_of_numberNegativePattern_20() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberNegativePattern_20)); } inline int32_t get_numberNegativePattern_20() const { return ___numberNegativePattern_20; } inline int32_t* get_address_of_numberNegativePattern_20() { return &___numberNegativePattern_20; } inline void set_numberNegativePattern_20(int32_t value) { ___numberNegativePattern_20 = value; } inline static int32_t get_offset_of_percentDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalDigits_21)); } inline int32_t get_percentDecimalDigits_21() const { return ___percentDecimalDigits_21; } inline int32_t* get_address_of_percentDecimalDigits_21() { return &___percentDecimalDigits_21; } inline void set_percentDecimalDigits_21(int32_t value) { ___percentDecimalDigits_21 = value; } inline static int32_t get_offset_of_percentDecimalSeparator_22() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalSeparator_22)); } inline String_t* get_percentDecimalSeparator_22() const { return ___percentDecimalSeparator_22; } inline String_t** get_address_of_percentDecimalSeparator_22() { return &___percentDecimalSeparator_22; } inline void set_percentDecimalSeparator_22(String_t* value) { ___percentDecimalSeparator_22 = value; Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_22), value); } inline static int32_t get_offset_of_percentGroupSeparator_23() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSeparator_23)); } inline String_t* get_percentGroupSeparator_23() const { return ___percentGroupSeparator_23; } inline String_t** get_address_of_percentGroupSeparator_23() { return &___percentGroupSeparator_23; } inline void set_percentGroupSeparator_23(String_t* value) { ___percentGroupSeparator_23 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_23), value); } inline static int32_t get_offset_of_percentGroupSizes_24() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSizes_24)); } inline Int32U5BU5D_t385246372* get_percentGroupSizes_24() const { return ___percentGroupSizes_24; } inline Int32U5BU5D_t385246372** get_address_of_percentGroupSizes_24() { return &___percentGroupSizes_24; } inline void set_percentGroupSizes_24(Int32U5BU5D_t385246372* value) { ___percentGroupSizes_24 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSizes_24), value); } inline static int32_t get_offset_of_percentNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentNegativePattern_25)); } inline int32_t get_percentNegativePattern_25() const { return ___percentNegativePattern_25; } inline int32_t* get_address_of_percentNegativePattern_25() { return &___percentNegativePattern_25; } inline void set_percentNegativePattern_25(int32_t value) { ___percentNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentSymbol_27() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentSymbol_27)); } inline String_t* get_percentSymbol_27() const { return ___percentSymbol_27; } inline String_t** get_address_of_percentSymbol_27() { return &___percentSymbol_27; } inline void set_percentSymbol_27(String_t* value) { ___percentSymbol_27 = value; Il2CppCodeGenWriteBarrier((&___percentSymbol_27), value); } inline static int32_t get_offset_of_perMilleSymbol_28() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___perMilleSymbol_28)); } inline String_t* get_perMilleSymbol_28() const { return ___perMilleSymbol_28; } inline String_t** get_address_of_perMilleSymbol_28() { return &___perMilleSymbol_28; } inline void set_perMilleSymbol_28(String_t* value) { ___perMilleSymbol_28 = value; Il2CppCodeGenWriteBarrier((&___perMilleSymbol_28), value); } inline static int32_t get_offset_of_positiveInfinitySymbol_29() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveInfinitySymbol_29)); } inline String_t* get_positiveInfinitySymbol_29() const { return ___positiveInfinitySymbol_29; } inline String_t** get_address_of_positiveInfinitySymbol_29() { return &___positiveInfinitySymbol_29; } inline void set_positiveInfinitySymbol_29(String_t* value) { ___positiveInfinitySymbol_29 = value; Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_29), value); } inline static int32_t get_offset_of_positiveSign_30() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveSign_30)); } inline String_t* get_positiveSign_30() const { return ___positiveSign_30; } inline String_t** get_address_of_positiveSign_30() { return &___positiveSign_30; } inline void set_positiveSign_30(String_t* value) { ___positiveSign_30 = value; Il2CppCodeGenWriteBarrier((&___positiveSign_30), value); } inline static int32_t get_offset_of_ansiCurrencySymbol_31() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___ansiCurrencySymbol_31)); } inline String_t* get_ansiCurrencySymbol_31() const { return ___ansiCurrencySymbol_31; } inline String_t** get_address_of_ansiCurrencySymbol_31() { return &___ansiCurrencySymbol_31; } inline void set_ansiCurrencySymbol_31(String_t* value) { ___ansiCurrencySymbol_31 = value; Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_31), value); } inline static int32_t get_offset_of_m_dataItem_32() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_dataItem_32)); } inline int32_t get_m_dataItem_32() const { return ___m_dataItem_32; } inline int32_t* get_address_of_m_dataItem_32() { return &___m_dataItem_32; } inline void set_m_dataItem_32(int32_t value) { ___m_dataItem_32 = value; } inline static int32_t get_offset_of_m_useUserOverride_33() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_useUserOverride_33)); } inline bool get_m_useUserOverride_33() const { return ___m_useUserOverride_33; } inline bool* get_address_of_m_useUserOverride_33() { return &___m_useUserOverride_33; } inline void set_m_useUserOverride_33(bool value) { ___m_useUserOverride_33 = value; } inline static int32_t get_offset_of_validForParseAsNumber_34() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsNumber_34)); } inline bool get_validForParseAsNumber_34() const { return ___validForParseAsNumber_34; } inline bool* get_address_of_validForParseAsNumber_34() { return &___validForParseAsNumber_34; } inline void set_validForParseAsNumber_34(bool value) { ___validForParseAsNumber_34 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_35() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsCurrency_35)); } inline bool get_validForParseAsCurrency_35() const { return ___validForParseAsCurrency_35; } inline bool* get_address_of_validForParseAsCurrency_35() { return &___validForParseAsCurrency_35; } inline void set_validForParseAsCurrency_35(bool value) { ___validForParseAsCurrency_35 = value; } inline static int32_t get_offset_of_nativeDigits_36() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nativeDigits_36)); } inline StringU5BU5D_t1281789340* get_nativeDigits_36() const { return ___nativeDigits_36; } inline StringU5BU5D_t1281789340** get_address_of_nativeDigits_36() { return &___nativeDigits_36; } inline void set_nativeDigits_36(StringU5BU5D_t1281789340* value) { ___nativeDigits_36 = value; Il2CppCodeGenWriteBarrier((&___nativeDigits_36), value); } inline static int32_t get_offset_of_digitSubstitution_37() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitSubstitution_37)); } inline int32_t get_digitSubstitution_37() const { return ___digitSubstitution_37; } inline int32_t* get_address_of_digitSubstitution_37() { return &___digitSubstitution_37; } inline void set_digitSubstitution_37(int32_t value) { ___digitSubstitution_37 = value; } }; struct NumberFormatInfo_t435877138_StaticFields { public: // System.String[] System.Globalization.NumberFormatInfo::invariantNativeDigits StringU5BU5D_t1281789340* ___invariantNativeDigits_38; public: inline static int32_t get_offset_of_invariantNativeDigits_38() { return static_cast(offsetof(NumberFormatInfo_t435877138_StaticFields, ___invariantNativeDigits_38)); } inline StringU5BU5D_t1281789340* get_invariantNativeDigits_38() const { return ___invariantNativeDigits_38; } inline StringU5BU5D_t1281789340** get_address_of_invariantNativeDigits_38() { return &___invariantNativeDigits_38; } inline void set_invariantNativeDigits_38(StringU5BU5D_t1281789340* value) { ___invariantNativeDigits_38 = value; Il2CppCodeGenWriteBarrier((&___invariantNativeDigits_38), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERFORMATINFO_T435877138_H #ifndef LIST_1_T777473367_H #define LIST_1_T777473367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t777473367 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TransformU5BU5D_t807237628* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t777473367, ____items_1)); } inline TransformU5BU5D_t807237628* get__items_1() const { return ____items_1; } inline TransformU5BU5D_t807237628** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TransformU5BU5D_t807237628* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t777473367, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t777473367, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t777473367_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TransformU5BU5D_t807237628* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t777473367_StaticFields, ___EmptyArray_4)); } inline TransformU5BU5D_t807237628* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TransformU5BU5D_t807237628** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TransformU5BU5D_t807237628* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T777473367_H #ifndef 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_T3149535657_H #define LIST_1_T3149535657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3149535657 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CAwardItemU5BU5D_t688006690* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3149535657, ____items_1)); } inline CAwardItemU5BU5D_t688006690* get__items_1() const { return ____items_1; } inline CAwardItemU5BU5D_t688006690** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CAwardItemU5BU5D_t688006690* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3149535657, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3149535657, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t3149535657_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CAwardItemU5BU5D_t688006690* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3149535657_StaticFields, ___EmptyArray_4)); } inline CAwardItemU5BU5D_t688006690* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CAwardItemU5BU5D_t688006690** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CAwardItemU5BU5D_t688006690* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3149535657_H #ifndef CAWARDITEM_T1677460915_H #define CAWARDITEM_T1677460915_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAwardItem struct CAwardItem_t1677460915 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CAwardItem::m_configId int32_t ___m_configId_0; // System.Int32 DMCore.Logic.CAwardItem::m_amount int32_t ___m_amount_1; // System.Int32 DMCore.Logic.CAwardItem::m_valid int32_t ___m_valid_2; // System.Int32 DMCore.Logic.CAwardItem::m_sex int32_t ___m_sex_3; public: inline static int32_t get_offset_of_m_configId_0() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_configId_0)); } inline int32_t get_m_configId_0() const { return ___m_configId_0; } inline int32_t* get_address_of_m_configId_0() { return &___m_configId_0; } inline void set_m_configId_0(int32_t value) { ___m_configId_0 = value; } inline static int32_t get_offset_of_m_amount_1() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_amount_1)); } inline int32_t get_m_amount_1() const { return ___m_amount_1; } inline int32_t* get_address_of_m_amount_1() { return &___m_amount_1; } inline void set_m_amount_1(int32_t value) { ___m_amount_1 = value; } inline static int32_t get_offset_of_m_valid_2() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_valid_2)); } inline int32_t get_m_valid_2() const { return ___m_valid_2; } inline int32_t* get_address_of_m_valid_2() { return &___m_valid_2; } inline void set_m_valid_2(int32_t value) { ___m_valid_2 = value; } inline static int32_t get_offset_of_m_sex_3() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_sex_3)); } inline int32_t get_m_sex_3() const { return ___m_sex_3; } inline int32_t* get_address_of_m_sex_3() { return &___m_sex_3; } inline void set_m_sex_3(int32_t value) { ___m_sex_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAWARDITEM_T1677460915_H #ifndef LIST_1_T2822533831_H #define LIST_1_T2822533831_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_t2822533831 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UserFriendU5BU5D_t1211457228* ____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_t2822533831, ____items_1)); } inline UserFriendU5BU5D_t1211457228* get__items_1() const { return ____items_1; } inline UserFriendU5BU5D_t1211457228** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UserFriendU5BU5D_t1211457228* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2822533831, ____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_t2822533831, ____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_t2822533831_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray UserFriendU5BU5D_t1211457228* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2822533831_StaticFields, ___EmptyArray_4)); } inline UserFriendU5BU5D_t1211457228* get_EmptyArray_4() const { return ___EmptyArray_4; } inline UserFriendU5BU5D_t1211457228** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(UserFriendU5BU5D_t1211457228* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2822533831_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 USERFRIEND_T1350459089_H #define USERFRIEND_T1350459089_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UserFriend struct UserFriend_t1350459089 : public RuntimeObject { public: // User UserFriend::user User_t2909415622 * ___user_0; // System.String UserFriend::status String_t* ___status_1; public: inline static int32_t get_offset_of_user_0() { return static_cast(offsetof(UserFriend_t1350459089, ___user_0)); } inline User_t2909415622 * get_user_0() const { return ___user_0; } inline User_t2909415622 ** get_address_of_user_0() { return &___user_0; } inline void set_user_0(User_t2909415622 * value) { ___user_0 = value; Il2CppCodeGenWriteBarrier((&___user_0), value); } inline static int32_t get_offset_of_status_1() { return static_cast(offsetof(UserFriend_t1350459089, ___status_1)); } inline String_t* get_status_1() const { return ___status_1; } inline String_t** get_address_of_status_1() { return &___status_1; } inline void set_status_1(String_t* value) { ___status_1 = value; Il2CppCodeGenWriteBarrier((&___status_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USERFRIEND_T1350459089_H #ifndef USER_T2909415622_H #define USER_T2909415622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // User struct User_t2909415622 : public RuntimeObject { public: // System.Int32 User::id int32_t ___id_0; // System.String User::nickname String_t* ___nickname_1; // System.String User::avatar String_t* ___avatar_2; // System.Int32 User::gender int32_t ___gender_3; // System.String User::address String_t* ___address_4; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(User_t2909415622, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_nickname_1() { return static_cast(offsetof(User_t2909415622, ___nickname_1)); } inline String_t* get_nickname_1() const { return ___nickname_1; } inline String_t** get_address_of_nickname_1() { return &___nickname_1; } inline void set_nickname_1(String_t* value) { ___nickname_1 = value; Il2CppCodeGenWriteBarrier((&___nickname_1), value); } inline static int32_t get_offset_of_avatar_2() { return static_cast(offsetof(User_t2909415622, ___avatar_2)); } inline String_t* get_avatar_2() const { return ___avatar_2; } inline String_t** get_address_of_avatar_2() { return &___avatar_2; } inline void set_avatar_2(String_t* value) { ___avatar_2 = value; Il2CppCodeGenWriteBarrier((&___avatar_2), value); } inline static int32_t get_offset_of_gender_3() { return static_cast(offsetof(User_t2909415622, ___gender_3)); } inline int32_t get_gender_3() const { return ___gender_3; } inline int32_t* get_address_of_gender_3() { return &___gender_3; } inline void set_gender_3(int32_t value) { ___gender_3 = value; } inline static int32_t get_offset_of_address_4() { return static_cast(offsetof(User_t2909415622, ___address_4)); } inline String_t* get_address_4() const { return ___address_4; } inline String_t** get_address_of_address_4() { return &___address_4; } inline void set_address_4(String_t* value) { ___address_4 = value; Il2CppCodeGenWriteBarrier((&___address_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USER_T2909415622_H #ifndef HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef CCHANGEGAMEMANAGER_T2081989347_H #define CCHANGEGAMEMANAGER_T2081989347_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChangeGameManager struct CChangeGameManager_t2081989347 : public RuntimeObject { public: // DMCore.Logic.CChangeGameManager/OnShopListChanged DMCore.Logic.CChangeGameManager::ShopListChanged OnShopListChanged_t2987809885 * ___ShopListChanged_0; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_PartRewardList List_1_t3454575947 * ___m_PartRewardList_2; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_finalist List_1_t3454575947 * ___m_finalist_3; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_List List_1_t3768009848 * ___m_List_4; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_rankListInfo List_1_t3330140190 * ___m_rankListInfo_5; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_gamePageInfo List_1_t2959980932 * ___m_gamePageInfo_6; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CChangeGameManager::m_ThemeData Dictionary_2_t1848694263 * ___m_ThemeData_7; // CDataModelBool DMCore.Logic.CChangeGameManager::ThemeGetMsg CDataModelBool_t2269476966 * ___ThemeGetMsg_8; // System.Int32 DMCore.Logic.CChangeGameManager::stage int32_t ___stage_9; // System.Boolean DMCore.Logic.CChangeGameManager::b_isClkRank bool ___b_isClkRank_10; // System.Boolean DMCore.Logic.CChangeGameManager::b_isSign bool ___b_isSign_11; // System.Int32 DMCore.Logic.CChangeGameManager::m_bagMaxCount int32_t ___m_bagMaxCount_12; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_travelBagId List_1_t128053199 * ___m_travelBagId_13; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_propsList List_1_t128053199 * ___m_propsList_14; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_suitcaseList List_1_t128053199 * ___m_suitcaseList_15; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChangeGameManager::m_assembleListInfo Dictionary_2_t2125489543 * ___m_assembleListInfo_16; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_dressListId List_1_t128053199 * ___m_dressListId_17; // System.Int32 DMCore.Logic.CChangeGameManager::m_selectedTheme int32_t ___m_selectedTheme_18; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_reviewListInfo List_1_t2386912134 * ___m_reviewListInfo_19; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChangeGameManager::m_themeDressId Dictionary_2_t4098518019 * ___m_themeDressId_20; // System.Collections.Generic.List`1[] DMCore.Logic.CChangeGameManager::GroupAll List_1U5BU5D_t3580830742* ___GroupAll_21; // System.Int32 DMCore.Logic.CChangeGameManager::m_diffTime int32_t ___m_diffTime_22; // System.String DMCore.Logic.CChangeGameManager::m_EndTime String_t* ___m_EndTime_23; // System.Boolean DMCore.Logic.CChangeGameManager::b_isChange bool ___b_isChange_24; // CDataModelBool DMCore.Logic.CChangeGameManager::m_SuitcaseGetMsg CDataModelBool_t2269476966 * ___m_SuitcaseGetMsg_25; // CDataModelBool DMCore.Logic.CChangeGameManager::CStartVoteMsg CDataModelBool_t2269476966 * ___CStartVoteMsg_26; // CDataModelBool DMCore.Logic.CChangeGameManager::CRankState CDataModelBool_t2269476966 * ___CRankState_27; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_awardList List_1_t4158936807 * ___m_awardList_28; // DMCore.Logic.ThemeInfo DMCore.Logic.CChangeGameManager::m_themeInfo ThemeInfo_t1099106658 * ___m_themeInfo_29; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChangeGameManager::m_submitVoteDic Dictionary_2_t1839659084 * ___m_submitVoteDic_30; // System.Boolean DMCore.Logic.CChangeGameManager::IsDraw bool ___IsDraw_31; // System.Boolean DMCore.Logic.CChangeGameManager::m_IsOpen bool ___m_IsOpen_32; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_shopList List_1_t3369058668 * ___m_shopList_33; public: inline static int32_t get_offset_of_ShopListChanged_0() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___ShopListChanged_0)); } inline OnShopListChanged_t2987809885 * get_ShopListChanged_0() const { return ___ShopListChanged_0; } inline OnShopListChanged_t2987809885 ** get_address_of_ShopListChanged_0() { return &___ShopListChanged_0; } inline void set_ShopListChanged_0(OnShopListChanged_t2987809885 * value) { ___ShopListChanged_0 = value; Il2CppCodeGenWriteBarrier((&___ShopListChanged_0), value); } inline static int32_t get_offset_of_m_PartRewardList_2() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_PartRewardList_2)); } inline List_1_t3454575947 * get_m_PartRewardList_2() const { return ___m_PartRewardList_2; } inline List_1_t3454575947 ** get_address_of_m_PartRewardList_2() { return &___m_PartRewardList_2; } inline void set_m_PartRewardList_2(List_1_t3454575947 * value) { ___m_PartRewardList_2 = value; Il2CppCodeGenWriteBarrier((&___m_PartRewardList_2), value); } inline static int32_t get_offset_of_m_finalist_3() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_finalist_3)); } inline List_1_t3454575947 * get_m_finalist_3() const { return ___m_finalist_3; } inline List_1_t3454575947 ** get_address_of_m_finalist_3() { return &___m_finalist_3; } inline void set_m_finalist_3(List_1_t3454575947 * value) { ___m_finalist_3 = value; Il2CppCodeGenWriteBarrier((&___m_finalist_3), value); } inline static int32_t get_offset_of_m_List_4() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_List_4)); } inline List_1_t3768009848 * get_m_List_4() const { return ___m_List_4; } inline List_1_t3768009848 ** get_address_of_m_List_4() { return &___m_List_4; } inline void set_m_List_4(List_1_t3768009848 * value) { ___m_List_4 = value; Il2CppCodeGenWriteBarrier((&___m_List_4), value); } inline static int32_t get_offset_of_m_rankListInfo_5() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_rankListInfo_5)); } inline List_1_t3330140190 * get_m_rankListInfo_5() const { return ___m_rankListInfo_5; } inline List_1_t3330140190 ** get_address_of_m_rankListInfo_5() { return &___m_rankListInfo_5; } inline void set_m_rankListInfo_5(List_1_t3330140190 * value) { ___m_rankListInfo_5 = value; Il2CppCodeGenWriteBarrier((&___m_rankListInfo_5), value); } inline static int32_t get_offset_of_m_gamePageInfo_6() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_gamePageInfo_6)); } inline List_1_t2959980932 * get_m_gamePageInfo_6() const { return ___m_gamePageInfo_6; } inline List_1_t2959980932 ** get_address_of_m_gamePageInfo_6() { return &___m_gamePageInfo_6; } inline void set_m_gamePageInfo_6(List_1_t2959980932 * value) { ___m_gamePageInfo_6 = value; Il2CppCodeGenWriteBarrier((&___m_gamePageInfo_6), value); } inline static int32_t get_offset_of_m_ThemeData_7() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_ThemeData_7)); } inline Dictionary_2_t1848694263 * get_m_ThemeData_7() const { return ___m_ThemeData_7; } inline Dictionary_2_t1848694263 ** get_address_of_m_ThemeData_7() { return &___m_ThemeData_7; } inline void set_m_ThemeData_7(Dictionary_2_t1848694263 * value) { ___m_ThemeData_7 = value; Il2CppCodeGenWriteBarrier((&___m_ThemeData_7), value); } inline static int32_t get_offset_of_ThemeGetMsg_8() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___ThemeGetMsg_8)); } inline CDataModelBool_t2269476966 * get_ThemeGetMsg_8() const { return ___ThemeGetMsg_8; } inline CDataModelBool_t2269476966 ** get_address_of_ThemeGetMsg_8() { return &___ThemeGetMsg_8; } inline void set_ThemeGetMsg_8(CDataModelBool_t2269476966 * value) { ___ThemeGetMsg_8 = value; Il2CppCodeGenWriteBarrier((&___ThemeGetMsg_8), value); } inline static int32_t get_offset_of_stage_9() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___stage_9)); } inline int32_t get_stage_9() const { return ___stage_9; } inline int32_t* get_address_of_stage_9() { return &___stage_9; } inline void set_stage_9(int32_t value) { ___stage_9 = value; } inline static int32_t get_offset_of_b_isClkRank_10() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___b_isClkRank_10)); } inline bool get_b_isClkRank_10() const { return ___b_isClkRank_10; } inline bool* get_address_of_b_isClkRank_10() { return &___b_isClkRank_10; } inline void set_b_isClkRank_10(bool value) { ___b_isClkRank_10 = value; } inline static int32_t get_offset_of_b_isSign_11() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___b_isSign_11)); } inline bool get_b_isSign_11() const { return ___b_isSign_11; } inline bool* get_address_of_b_isSign_11() { return &___b_isSign_11; } inline void set_b_isSign_11(bool value) { ___b_isSign_11 = value; } inline static int32_t get_offset_of_m_bagMaxCount_12() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_bagMaxCount_12)); } inline int32_t get_m_bagMaxCount_12() const { return ___m_bagMaxCount_12; } inline int32_t* get_address_of_m_bagMaxCount_12() { return &___m_bagMaxCount_12; } inline void set_m_bagMaxCount_12(int32_t value) { ___m_bagMaxCount_12 = value; } inline static int32_t get_offset_of_m_travelBagId_13() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_travelBagId_13)); } inline List_1_t128053199 * get_m_travelBagId_13() const { return ___m_travelBagId_13; } inline List_1_t128053199 ** get_address_of_m_travelBagId_13() { return &___m_travelBagId_13; } inline void set_m_travelBagId_13(List_1_t128053199 * value) { ___m_travelBagId_13 = value; Il2CppCodeGenWriteBarrier((&___m_travelBagId_13), value); } inline static int32_t get_offset_of_m_propsList_14() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_propsList_14)); } inline List_1_t128053199 * get_m_propsList_14() const { return ___m_propsList_14; } inline List_1_t128053199 ** get_address_of_m_propsList_14() { return &___m_propsList_14; } inline void set_m_propsList_14(List_1_t128053199 * value) { ___m_propsList_14 = value; Il2CppCodeGenWriteBarrier((&___m_propsList_14), value); } inline static int32_t get_offset_of_m_suitcaseList_15() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_suitcaseList_15)); } inline List_1_t128053199 * get_m_suitcaseList_15() const { return ___m_suitcaseList_15; } inline List_1_t128053199 ** get_address_of_m_suitcaseList_15() { return &___m_suitcaseList_15; } inline void set_m_suitcaseList_15(List_1_t128053199 * value) { ___m_suitcaseList_15 = value; Il2CppCodeGenWriteBarrier((&___m_suitcaseList_15), value); } inline static int32_t get_offset_of_m_assembleListInfo_16() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_assembleListInfo_16)); } inline Dictionary_2_t2125489543 * get_m_assembleListInfo_16() const { return ___m_assembleListInfo_16; } inline Dictionary_2_t2125489543 ** get_address_of_m_assembleListInfo_16() { return &___m_assembleListInfo_16; } inline void set_m_assembleListInfo_16(Dictionary_2_t2125489543 * value) { ___m_assembleListInfo_16 = value; Il2CppCodeGenWriteBarrier((&___m_assembleListInfo_16), value); } inline static int32_t get_offset_of_m_dressListId_17() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_dressListId_17)); } inline List_1_t128053199 * get_m_dressListId_17() const { return ___m_dressListId_17; } inline List_1_t128053199 ** get_address_of_m_dressListId_17() { return &___m_dressListId_17; } inline void set_m_dressListId_17(List_1_t128053199 * value) { ___m_dressListId_17 = value; Il2CppCodeGenWriteBarrier((&___m_dressListId_17), value); } inline static int32_t get_offset_of_m_selectedTheme_18() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_selectedTheme_18)); } inline int32_t get_m_selectedTheme_18() const { return ___m_selectedTheme_18; } inline int32_t* get_address_of_m_selectedTheme_18() { return &___m_selectedTheme_18; } inline void set_m_selectedTheme_18(int32_t value) { ___m_selectedTheme_18 = value; } inline static int32_t get_offset_of_m_reviewListInfo_19() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_reviewListInfo_19)); } inline List_1_t2386912134 * get_m_reviewListInfo_19() const { return ___m_reviewListInfo_19; } inline List_1_t2386912134 ** get_address_of_m_reviewListInfo_19() { return &___m_reviewListInfo_19; } inline void set_m_reviewListInfo_19(List_1_t2386912134 * value) { ___m_reviewListInfo_19 = value; Il2CppCodeGenWriteBarrier((&___m_reviewListInfo_19), value); } inline static int32_t get_offset_of_m_themeDressId_20() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_themeDressId_20)); } inline Dictionary_2_t4098518019 * get_m_themeDressId_20() const { return ___m_themeDressId_20; } inline Dictionary_2_t4098518019 ** get_address_of_m_themeDressId_20() { return &___m_themeDressId_20; } inline void set_m_themeDressId_20(Dictionary_2_t4098518019 * value) { ___m_themeDressId_20 = value; Il2CppCodeGenWriteBarrier((&___m_themeDressId_20), value); } inline static int32_t get_offset_of_GroupAll_21() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___GroupAll_21)); } inline List_1U5BU5D_t3580830742* get_GroupAll_21() const { return ___GroupAll_21; } inline List_1U5BU5D_t3580830742** get_address_of_GroupAll_21() { return &___GroupAll_21; } inline void set_GroupAll_21(List_1U5BU5D_t3580830742* value) { ___GroupAll_21 = value; Il2CppCodeGenWriteBarrier((&___GroupAll_21), value); } inline static int32_t get_offset_of_m_diffTime_22() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_diffTime_22)); } inline int32_t get_m_diffTime_22() const { return ___m_diffTime_22; } inline int32_t* get_address_of_m_diffTime_22() { return &___m_diffTime_22; } inline void set_m_diffTime_22(int32_t value) { ___m_diffTime_22 = value; } inline static int32_t get_offset_of_m_EndTime_23() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_EndTime_23)); } inline String_t* get_m_EndTime_23() const { return ___m_EndTime_23; } inline String_t** get_address_of_m_EndTime_23() { return &___m_EndTime_23; } inline void set_m_EndTime_23(String_t* value) { ___m_EndTime_23 = value; Il2CppCodeGenWriteBarrier((&___m_EndTime_23), value); } inline static int32_t get_offset_of_b_isChange_24() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___b_isChange_24)); } inline bool get_b_isChange_24() const { return ___b_isChange_24; } inline bool* get_address_of_b_isChange_24() { return &___b_isChange_24; } inline void set_b_isChange_24(bool value) { ___b_isChange_24 = value; } inline static int32_t get_offset_of_m_SuitcaseGetMsg_25() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_SuitcaseGetMsg_25)); } inline CDataModelBool_t2269476966 * get_m_SuitcaseGetMsg_25() const { return ___m_SuitcaseGetMsg_25; } inline CDataModelBool_t2269476966 ** get_address_of_m_SuitcaseGetMsg_25() { return &___m_SuitcaseGetMsg_25; } inline void set_m_SuitcaseGetMsg_25(CDataModelBool_t2269476966 * value) { ___m_SuitcaseGetMsg_25 = value; Il2CppCodeGenWriteBarrier((&___m_SuitcaseGetMsg_25), value); } inline static int32_t get_offset_of_CStartVoteMsg_26() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___CStartVoteMsg_26)); } inline CDataModelBool_t2269476966 * get_CStartVoteMsg_26() const { return ___CStartVoteMsg_26; } inline CDataModelBool_t2269476966 ** get_address_of_CStartVoteMsg_26() { return &___CStartVoteMsg_26; } inline void set_CStartVoteMsg_26(CDataModelBool_t2269476966 * value) { ___CStartVoteMsg_26 = value; Il2CppCodeGenWriteBarrier((&___CStartVoteMsg_26), value); } inline static int32_t get_offset_of_CRankState_27() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___CRankState_27)); } inline CDataModelBool_t2269476966 * get_CRankState_27() const { return ___CRankState_27; } inline CDataModelBool_t2269476966 ** get_address_of_CRankState_27() { return &___CRankState_27; } inline void set_CRankState_27(CDataModelBool_t2269476966 * value) { ___CRankState_27 = value; Il2CppCodeGenWriteBarrier((&___CRankState_27), value); } inline static int32_t get_offset_of_m_awardList_28() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_awardList_28)); } inline List_1_t4158936807 * get_m_awardList_28() const { return ___m_awardList_28; } inline List_1_t4158936807 ** get_address_of_m_awardList_28() { return &___m_awardList_28; } inline void set_m_awardList_28(List_1_t4158936807 * value) { ___m_awardList_28 = value; Il2CppCodeGenWriteBarrier((&___m_awardList_28), value); } inline static int32_t get_offset_of_m_themeInfo_29() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_themeInfo_29)); } inline ThemeInfo_t1099106658 * get_m_themeInfo_29() const { return ___m_themeInfo_29; } inline ThemeInfo_t1099106658 ** get_address_of_m_themeInfo_29() { return &___m_themeInfo_29; } inline void set_m_themeInfo_29(ThemeInfo_t1099106658 * value) { ___m_themeInfo_29 = value; Il2CppCodeGenWriteBarrier((&___m_themeInfo_29), value); } inline static int32_t get_offset_of_m_submitVoteDic_30() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_submitVoteDic_30)); } inline Dictionary_2_t1839659084 * get_m_submitVoteDic_30() const { return ___m_submitVoteDic_30; } inline Dictionary_2_t1839659084 ** get_address_of_m_submitVoteDic_30() { return &___m_submitVoteDic_30; } inline void set_m_submitVoteDic_30(Dictionary_2_t1839659084 * value) { ___m_submitVoteDic_30 = value; Il2CppCodeGenWriteBarrier((&___m_submitVoteDic_30), value); } inline static int32_t get_offset_of_IsDraw_31() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___IsDraw_31)); } inline bool get_IsDraw_31() const { return ___IsDraw_31; } inline bool* get_address_of_IsDraw_31() { return &___IsDraw_31; } inline void set_IsDraw_31(bool value) { ___IsDraw_31 = value; } inline static int32_t get_offset_of_m_IsOpen_32() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_IsOpen_32)); } inline bool get_m_IsOpen_32() const { return ___m_IsOpen_32; } inline bool* get_address_of_m_IsOpen_32() { return &___m_IsOpen_32; } inline void set_m_IsOpen_32(bool value) { ___m_IsOpen_32 = value; } inline static int32_t get_offset_of_m_shopList_33() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_shopList_33)); } inline List_1_t3369058668 * get_m_shopList_33() const { return ___m_shopList_33; } inline List_1_t3369058668 ** get_address_of_m_shopList_33() { return &___m_shopList_33; } inline void set_m_shopList_33(List_1_t3369058668 * value) { ___m_shopList_33 = value; Il2CppCodeGenWriteBarrier((&___m_shopList_33), value); } }; struct CChangeGameManager_t2081989347_StaticFields { public: // DMCore.Logic.CChangeGameManager DMCore.Logic.CChangeGameManager::s_Instance CChangeGameManager_t2081989347 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CChangeGameManager_t2081989347_StaticFields, ___s_Instance_1)); } inline CChangeGameManager_t2081989347 * get_s_Instance_1() const { return ___s_Instance_1; } inline CChangeGameManager_t2081989347 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CChangeGameManager_t2081989347 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHANGEGAMEMANAGER_T2081989347_H #ifndef U3CTWEENRESTARTU3EC__ITERATOR1_T1737386981_H #define U3CTWEENRESTARTU3EC__ITERATOR1_T1737386981_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // iTween/c__Iterator1 struct U3CTweenRestartU3Ec__Iterator1_t1737386981 : public RuntimeObject { public: // iTween iTween/c__Iterator1::$this iTween_t770867771 * ___U24this_0; // System.Object iTween/c__Iterator1::$current RuntimeObject * ___U24current_1; // System.Boolean iTween/c__Iterator1::$disposing bool ___U24disposing_2; // System.Int32 iTween/c__Iterator1::$PC int32_t ___U24PC_3; public: inline static int32_t get_offset_of_U24this_0() { return static_cast(offsetof(U3CTweenRestartU3Ec__Iterator1_t1737386981, ___U24this_0)); } inline iTween_t770867771 * get_U24this_0() const { return ___U24this_0; } inline iTween_t770867771 ** get_address_of_U24this_0() { return &___U24this_0; } inline void set_U24this_0(iTween_t770867771 * value) { ___U24this_0 = value; Il2CppCodeGenWriteBarrier((&___U24this_0), value); } inline static int32_t get_offset_of_U24current_1() { return static_cast(offsetof(U3CTweenRestartU3Ec__Iterator1_t1737386981, ___U24current_1)); } inline RuntimeObject * get_U24current_1() const { return ___U24current_1; } inline RuntimeObject ** get_address_of_U24current_1() { return &___U24current_1; } inline void set_U24current_1(RuntimeObject * value) { ___U24current_1 = value; Il2CppCodeGenWriteBarrier((&___U24current_1), value); } inline static int32_t get_offset_of_U24disposing_2() { return static_cast(offsetof(U3CTweenRestartU3Ec__Iterator1_t1737386981, ___U24disposing_2)); } inline bool get_U24disposing_2() const { return ___U24disposing_2; } inline bool* get_address_of_U24disposing_2() { return &___U24disposing_2; } inline void set_U24disposing_2(bool value) { ___U24disposing_2 = value; } inline static int32_t get_offset_of_U24PC_3() { return static_cast(offsetof(U3CTweenRestartU3Ec__Iterator1_t1737386981, ___U24PC_3)); } inline int32_t get_U24PC_3() const { return ___U24PC_3; } inline int32_t* get_address_of_U24PC_3() { return &___U24PC_3; } inline void set_U24PC_3(int32_t value) { ___U24PC_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CTWEENRESTARTU3EC__ITERATOR1_T1737386981_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 REVIEWINFO_T914837392_H #define REVIEWINFO_T914837392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ReviewInfo struct ReviewInfo_t914837392 : public RuntimeObject { public: // System.Int32 DMCore.Logic.ReviewInfo::m_playerSign int32_t ___m_playerSign_0; // System.Int32 DMCore.Logic.ReviewInfo::sex int32_t ___sex_1; // System.Collections.Generic.List`1 DMCore.Logic.ReviewInfo::m_themeInfo List_1_t2571181400 * ___m_themeInfo_2; public: inline static int32_t get_offset_of_m_playerSign_0() { return static_cast(offsetof(ReviewInfo_t914837392, ___m_playerSign_0)); } inline int32_t get_m_playerSign_0() const { return ___m_playerSign_0; } inline int32_t* get_address_of_m_playerSign_0() { return &___m_playerSign_0; } inline void set_m_playerSign_0(int32_t value) { ___m_playerSign_0 = value; } inline static int32_t get_offset_of_sex_1() { return static_cast(offsetof(ReviewInfo_t914837392, ___sex_1)); } inline int32_t get_sex_1() const { return ___sex_1; } inline int32_t* get_address_of_sex_1() { return &___sex_1; } inline void set_sex_1(int32_t value) { ___sex_1 = value; } inline static int32_t get_offset_of_m_themeInfo_2() { return static_cast(offsetof(ReviewInfo_t914837392, ___m_themeInfo_2)); } inline List_1_t2571181400 * get_m_themeInfo_2() const { return ___m_themeInfo_2; } inline List_1_t2571181400 ** get_address_of_m_themeInfo_2() { return &___m_themeInfo_2; } inline void set_m_themeInfo_2(List_1_t2571181400 * value) { ___m_themeInfo_2 = value; Il2CppCodeGenWriteBarrier((&___m_themeInfo_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REVIEWINFO_T914837392_H #ifndef CJUNIORROLEMODELITEM_T636793867_H #define CJUNIORROLEMODELITEM_T636793867_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CJuniorRoleModelItem struct CJuniorRoleModelItem_t636793867 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_male Dictionary_2_t1839659084 * ___m_male_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_female Dictionary_2_t1839659084 * ___m_female_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_maleNewRole Dictionary_2_t1839659084 * ___m_maleNewRole_2; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_femaleNewRole Dictionary_2_t1839659084 * ___m_femaleNewRole_3; public: inline static int32_t get_offset_of_m_male_0() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_male_0)); } inline Dictionary_2_t1839659084 * get_m_male_0() const { return ___m_male_0; } inline Dictionary_2_t1839659084 ** get_address_of_m_male_0() { return &___m_male_0; } inline void set_m_male_0(Dictionary_2_t1839659084 * value) { ___m_male_0 = value; Il2CppCodeGenWriteBarrier((&___m_male_0), value); } inline static int32_t get_offset_of_m_female_1() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_female_1)); } inline Dictionary_2_t1839659084 * get_m_female_1() const { return ___m_female_1; } inline Dictionary_2_t1839659084 ** get_address_of_m_female_1() { return &___m_female_1; } inline void set_m_female_1(Dictionary_2_t1839659084 * value) { ___m_female_1 = value; Il2CppCodeGenWriteBarrier((&___m_female_1), value); } inline static int32_t get_offset_of_m_maleNewRole_2() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_maleNewRole_2)); } inline Dictionary_2_t1839659084 * get_m_maleNewRole_2() const { return ___m_maleNewRole_2; } inline Dictionary_2_t1839659084 ** get_address_of_m_maleNewRole_2() { return &___m_maleNewRole_2; } inline void set_m_maleNewRole_2(Dictionary_2_t1839659084 * value) { ___m_maleNewRole_2 = value; Il2CppCodeGenWriteBarrier((&___m_maleNewRole_2), value); } inline static int32_t get_offset_of_m_femaleNewRole_3() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_femaleNewRole_3)); } inline Dictionary_2_t1839659084 * get_m_femaleNewRole_3() const { return ___m_femaleNewRole_3; } inline Dictionary_2_t1839659084 ** get_address_of_m_femaleNewRole_3() { return &___m_femaleNewRole_3; } inline void set_m_femaleNewRole_3(Dictionary_2_t1839659084 * value) { ___m_femaleNewRole_3 = value; Il2CppCodeGenWriteBarrier((&___m_femaleNewRole_3), value); } }; struct CJuniorRoleModelItem_t636793867_StaticFields { public: // DMCore.Framework.Scene.CJuniorRoleModelItem DMCore.Framework.Scene.CJuniorRoleModelItem::s_Instance CJuniorRoleModelItem_t636793867 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867_StaticFields, ___s_Instance_4)); } inline CJuniorRoleModelItem_t636793867 * get_s_Instance_4() const { return ___s_Instance_4; } inline CJuniorRoleModelItem_t636793867 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CJuniorRoleModelItem_t636793867 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CJUNIORROLEMODELITEM_T636793867_H #ifndef CRSPLINE_T2815350084_H #define CRSPLINE_T2815350084_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // iTween/CRSpline struct CRSpline_t2815350084 : public RuntimeObject { public: // UnityEngine.Vector3[] iTween/CRSpline::pts Vector3U5BU5D_t1718750761* ___pts_0; public: inline static int32_t get_offset_of_pts_0() { return static_cast(offsetof(CRSpline_t2815350084, ___pts_0)); } inline Vector3U5BU5D_t1718750761* get_pts_0() const { return ___pts_0; } inline Vector3U5BU5D_t1718750761** get_address_of_pts_0() { return &___pts_0; } inline void set_pts_0(Vector3U5BU5D_t1718750761* value) { ___pts_0 = value; Il2CppCodeGenWriteBarrier((&___pts_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRSPLINE_T2815350084_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 THEMEINFO_T1099106658_H #define THEMEINFO_T1099106658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ThemeInfo struct ThemeInfo_t1099106658 : public RuntimeObject { public: // System.Int32 DMCore.Logic.ThemeInfo::m_themeId int32_t ___m_themeId_0; // System.String DMCore.Logic.ThemeInfo::m_themeDec String_t* ___m_themeDec_1; // System.Int32 DMCore.Logic.ThemeInfo::m_themeVote int32_t ___m_themeVote_2; // System.Collections.Generic.List`1 DMCore.Logic.ThemeInfo::m_dressId List_1_t128053199 * ___m_dressId_3; public: inline static int32_t get_offset_of_m_themeId_0() { return static_cast(offsetof(ThemeInfo_t1099106658, ___m_themeId_0)); } inline int32_t get_m_themeId_0() const { return ___m_themeId_0; } inline int32_t* get_address_of_m_themeId_0() { return &___m_themeId_0; } inline void set_m_themeId_0(int32_t value) { ___m_themeId_0 = value; } inline static int32_t get_offset_of_m_themeDec_1() { return static_cast(offsetof(ThemeInfo_t1099106658, ___m_themeDec_1)); } inline String_t* get_m_themeDec_1() const { return ___m_themeDec_1; } inline String_t** get_address_of_m_themeDec_1() { return &___m_themeDec_1; } inline void set_m_themeDec_1(String_t* value) { ___m_themeDec_1 = value; Il2CppCodeGenWriteBarrier((&___m_themeDec_1), value); } inline static int32_t get_offset_of_m_themeVote_2() { return static_cast(offsetof(ThemeInfo_t1099106658, ___m_themeVote_2)); } inline int32_t get_m_themeVote_2() const { return ___m_themeVote_2; } inline int32_t* get_address_of_m_themeVote_2() { return &___m_themeVote_2; } inline void set_m_themeVote_2(int32_t value) { ___m_themeVote_2 = value; } inline static int32_t get_offset_of_m_dressId_3() { return static_cast(offsetof(ThemeInfo_t1099106658, ___m_dressId_3)); } inline List_1_t128053199 * get_m_dressId_3() const { return ___m_dressId_3; } inline List_1_t128053199 ** get_address_of_m_dressId_3() { return &___m_dressId_3; } inline void set_m_dressId_3(List_1_t128053199 * value) { ___m_dressId_3 = value; Il2CppCodeGenWriteBarrier((&___m_dressId_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THEMEINFO_T1099106658_H #ifndef 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 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 LIST_1_T2571181400_H #define LIST_1_T2571181400_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2571181400 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ThemeInfoU5BU5D_t3636267735* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2571181400, ____items_1)); } inline ThemeInfoU5BU5D_t3636267735* get__items_1() const { return ____items_1; } inline ThemeInfoU5BU5D_t3636267735** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ThemeInfoU5BU5D_t3636267735* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2571181400, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2571181400, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t2571181400_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ThemeInfoU5BU5D_t3636267735* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2571181400_StaticFields, ___EmptyArray_4)); } inline ThemeInfoU5BU5D_t3636267735* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ThemeInfoU5BU5D_t3636267735** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ThemeInfoU5BU5D_t3636267735* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2571181400_H #ifndef 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 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 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 U3CTWEENDELAYU3EC__ITERATOR0_T2686771544_H #define U3CTWEENDELAYU3EC__ITERATOR0_T2686771544_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // iTween/c__Iterator0 struct U3CTweenDelayU3Ec__Iterator0_t2686771544 : public RuntimeObject { public: // iTween iTween/c__Iterator0::$this iTween_t770867771 * ___U24this_0; // System.Object iTween/c__Iterator0::$current RuntimeObject * ___U24current_1; // System.Boolean iTween/c__Iterator0::$disposing bool ___U24disposing_2; // System.Int32 iTween/c__Iterator0::$PC int32_t ___U24PC_3; public: inline static int32_t get_offset_of_U24this_0() { return static_cast(offsetof(U3CTweenDelayU3Ec__Iterator0_t2686771544, ___U24this_0)); } inline iTween_t770867771 * get_U24this_0() const { return ___U24this_0; } inline iTween_t770867771 ** get_address_of_U24this_0() { return &___U24this_0; } inline void set_U24this_0(iTween_t770867771 * value) { ___U24this_0 = value; Il2CppCodeGenWriteBarrier((&___U24this_0), value); } inline static int32_t get_offset_of_U24current_1() { return static_cast(offsetof(U3CTweenDelayU3Ec__Iterator0_t2686771544, ___U24current_1)); } inline RuntimeObject * get_U24current_1() const { return ___U24current_1; } inline RuntimeObject ** get_address_of_U24current_1() { return &___U24current_1; } inline void set_U24current_1(RuntimeObject * value) { ___U24current_1 = value; Il2CppCodeGenWriteBarrier((&___U24current_1), value); } inline static int32_t get_offset_of_U24disposing_2() { return static_cast(offsetof(U3CTweenDelayU3Ec__Iterator0_t2686771544, ___U24disposing_2)); } inline bool get_U24disposing_2() const { return ___U24disposing_2; } inline bool* get_address_of_U24disposing_2() { return &___U24disposing_2; } inline void set_U24disposing_2(bool value) { ___U24disposing_2 = value; } inline static int32_t get_offset_of_U24PC_3() { return static_cast(offsetof(U3CTweenDelayU3Ec__Iterator0_t2686771544, ___U24PC_3)); } inline int32_t get_U24PC_3() const { return ___U24PC_3; } inline int32_t* get_address_of_U24PC_3() { return &___U24PC_3; } inline void set_U24PC_3(int32_t value) { ___U24PC_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CTWEENDELAYU3EC__ITERATOR0_T2686771544_H #ifndef U3CSTARTU3EC__ITERATOR2_T2390838266_H #define U3CSTARTU3EC__ITERATOR2_T2390838266_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // iTween/c__Iterator2 struct U3CStartU3Ec__Iterator2_t2390838266 : public RuntimeObject { public: // iTween iTween/c__Iterator2::$this iTween_t770867771 * ___U24this_0; // System.Object iTween/c__Iterator2::$current RuntimeObject * ___U24current_1; // System.Boolean iTween/c__Iterator2::$disposing bool ___U24disposing_2; // System.Int32 iTween/c__Iterator2::$PC int32_t ___U24PC_3; public: inline static int32_t get_offset_of_U24this_0() { return static_cast(offsetof(U3CStartU3Ec__Iterator2_t2390838266, ___U24this_0)); } inline iTween_t770867771 * get_U24this_0() const { return ___U24this_0; } inline iTween_t770867771 ** get_address_of_U24this_0() { return &___U24this_0; } inline void set_U24this_0(iTween_t770867771 * value) { ___U24this_0 = value; Il2CppCodeGenWriteBarrier((&___U24this_0), value); } inline static int32_t get_offset_of_U24current_1() { return static_cast(offsetof(U3CStartU3Ec__Iterator2_t2390838266, ___U24current_1)); } inline RuntimeObject * get_U24current_1() const { return ___U24current_1; } inline RuntimeObject ** get_address_of_U24current_1() { return &___U24current_1; } inline void set_U24current_1(RuntimeObject * value) { ___U24current_1 = value; Il2CppCodeGenWriteBarrier((&___U24current_1), value); } inline static int32_t get_offset_of_U24disposing_2() { return static_cast(offsetof(U3CStartU3Ec__Iterator2_t2390838266, ___U24disposing_2)); } inline bool get_U24disposing_2() const { return ___U24disposing_2; } inline bool* get_address_of_U24disposing_2() { return &___U24disposing_2; } inline void set_U24disposing_2(bool value) { ___U24disposing_2 = value; } inline static int32_t get_offset_of_U24PC_3() { return static_cast(offsetof(U3CStartU3Ec__Iterator2_t2390838266, ___U24PC_3)); } inline int32_t get_U24PC_3() const { return ___U24PC_3; } inline int32_t* get_address_of_U24PC_3() { return &___U24PC_3; } inline void set_U24PC_3(int32_t value) { ___U24PC_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CSTARTU3EC__ITERATOR2_T2390838266_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 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 SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_5; // System.UInt32 System.Decimal::hi uint32_t ___hi_6; // System.UInt32 System.Decimal::lo uint32_t ___lo_7; // System.UInt32 System.Decimal::mid uint32_t ___mid_8; public: inline static int32_t get_offset_of_flags_5() { return static_cast(offsetof(Decimal_t2948259380, ___flags_5)); } inline uint32_t get_flags_5() const { return ___flags_5; } inline uint32_t* get_address_of_flags_5() { return &___flags_5; } inline void set_flags_5(uint32_t value) { ___flags_5 = value; } inline static int32_t get_offset_of_hi_6() { return static_cast(offsetof(Decimal_t2948259380, ___hi_6)); } inline uint32_t get_hi_6() const { return ___hi_6; } inline uint32_t* get_address_of_hi_6() { return &___hi_6; } inline void set_hi_6(uint32_t value) { ___hi_6 = value; } inline static int32_t get_offset_of_lo_7() { return static_cast(offsetof(Decimal_t2948259380, ___lo_7)); } inline uint32_t get_lo_7() const { return ___lo_7; } inline uint32_t* get_address_of_lo_7() { return &___lo_7; } inline void set_lo_7(uint32_t value) { ___lo_7 = value; } inline static int32_t get_offset_of_mid_8() { return static_cast(offsetof(Decimal_t2948259380, ___mid_8)); } inline uint32_t get_mid_8() const { return ___mid_8; } inline uint32_t* get_address_of_mid_8() { return &___mid_8; } inline void set_mid_8(uint32_t value) { ___mid_8 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_4; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_MaxValueDiv10_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_4)); } inline Decimal_t2948259380 get_MaxValueDiv10_4() const { return ___MaxValueDiv10_4; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_4() { return &___MaxValueDiv10_4; } inline void set_MaxValueDiv10_4(Decimal_t2948259380 value) { ___MaxValueDiv10_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_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 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 CMISCCONFIG_T1694835947_H #define CMISCCONFIG_T1694835947_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMiscConfig::m_MiscDir Dictionary_2_t1632706988 * ___m_MiscDir_2; public: inline static int32_t get_offset_of_m_MiscDir_2() { return static_cast(offsetof(CMiscConfig_t1694835947, ___m_MiscDir_2)); } inline Dictionary_2_t1632706988 * get_m_MiscDir_2() const { return ___m_MiscDir_2; } inline Dictionary_2_t1632706988 ** get_address_of_m_MiscDir_2() { return &___m_MiscDir_2; } inline void set_m_MiscDir_2(Dictionary_2_t1632706988 * value) { ___m_MiscDir_2 = value; Il2CppCodeGenWriteBarrier((&___m_MiscDir_2), value); } }; struct CMiscConfig_t1694835947_StaticFields { public: // DMCore.Logic.CMiscConfig DMCore.Logic.CMiscConfig::m_Instance CMiscConfig_t1694835947 * ___m_Instance_1; public: inline static int32_t get_offset_of_m_Instance_1() { return static_cast(offsetof(CMiscConfig_t1694835947_StaticFields, ___m_Instance_1)); } inline CMiscConfig_t1694835947 * get_m_Instance_1() const { return ___m_Instance_1; } inline CMiscConfig_t1694835947 ** get_address_of_m_Instance_1() { return &___m_Instance_1; } inline void set_m_Instance_1(CMiscConfig_t1694835947 * value) { ___m_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMISCCONFIG_T1694835947_H #ifndef 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 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 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 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 UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_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 INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef 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 WAITFORSECONDS_T1699091251_H #define WAITFORSECONDS_T1699091251_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251 : public YieldInstruction_t403091072 { public: // System.Single UnityEngine.WaitForSeconds::m_Seconds float ___m_Seconds_0; public: inline static int32_t get_offset_of_m_Seconds_0() { return static_cast(offsetof(WaitForSeconds_t1699091251, ___m_Seconds_0)); } inline float get_m_Seconds_0() const { return ___m_Seconds_0; } inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; } inline void set_m_Seconds_0(float value) { ___m_Seconds_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251_marshaled_pinvoke : public YieldInstruction_t403091072_marshaled_pinvoke { float ___m_Seconds_0; }; // Native definition for COM marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251_marshaled_com : public YieldInstruction_t403091072_marshaled_com { float ___m_Seconds_0; }; #endif // WAITFORSECONDS_T1699091251_H #ifndef CACTIVITYFORTUNECAT_T237126772_H #define CACTIVITYFORTUNECAT_T237126772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityFortuneCat struct CActivityFortuneCat_t237126772 : public IActivityDetail_t2848416189 { public: // CDataModelBool DMCore.Logic.CActivityFortuneCat::animationPlaying CDataModelBool_t2269476966 * ___animationPlaying_11; // CDataModelInt DMCore.Logic.CActivityFortuneCat::m_awardCount CDataModelInt_t3463393640 * ___m_awardCount_12; // CDataModelBool DMCore.Logic.CActivityFortuneCat::m_isUpdate CDataModelBool_t2269476966 * ___m_isUpdate_13; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_isPlayed int32_t ___m_isPlayed_14; // System.String DMCore.Logic.CActivityFortuneCat::m_ActivityTime String_t* ___m_ActivityTime_15; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_playedCount int32_t ___m_playedCount_16; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_allCount int32_t ___m_allCount_17; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_expendDia int32_t ___m_expendDia_18; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_bestAward int32_t ___m_bestAward_19; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_needVip int32_t ___m_needVip_20; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_winCount int32_t ___m_winCount_21; // BetterList`1 DMCore.Logic.CActivityFortuneCat::m_listPlayer BetterList_1_t269126732 * ___m_listPlayer_22; public: inline static int32_t get_offset_of_animationPlaying_11() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___animationPlaying_11)); } inline CDataModelBool_t2269476966 * get_animationPlaying_11() const { return ___animationPlaying_11; } inline CDataModelBool_t2269476966 ** get_address_of_animationPlaying_11() { return &___animationPlaying_11; } inline void set_animationPlaying_11(CDataModelBool_t2269476966 * value) { ___animationPlaying_11 = value; Il2CppCodeGenWriteBarrier((&___animationPlaying_11), value); } inline static int32_t get_offset_of_m_awardCount_12() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_awardCount_12)); } inline CDataModelInt_t3463393640 * get_m_awardCount_12() const { return ___m_awardCount_12; } inline CDataModelInt_t3463393640 ** get_address_of_m_awardCount_12() { return &___m_awardCount_12; } inline void set_m_awardCount_12(CDataModelInt_t3463393640 * value) { ___m_awardCount_12 = value; Il2CppCodeGenWriteBarrier((&___m_awardCount_12), value); } inline static int32_t get_offset_of_m_isUpdate_13() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_isUpdate_13)); } inline CDataModelBool_t2269476966 * get_m_isUpdate_13() const { return ___m_isUpdate_13; } inline CDataModelBool_t2269476966 ** get_address_of_m_isUpdate_13() { return &___m_isUpdate_13; } inline void set_m_isUpdate_13(CDataModelBool_t2269476966 * value) { ___m_isUpdate_13 = value; Il2CppCodeGenWriteBarrier((&___m_isUpdate_13), value); } inline static int32_t get_offset_of_m_isPlayed_14() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_isPlayed_14)); } inline int32_t get_m_isPlayed_14() const { return ___m_isPlayed_14; } inline int32_t* get_address_of_m_isPlayed_14() { return &___m_isPlayed_14; } inline void set_m_isPlayed_14(int32_t value) { ___m_isPlayed_14 = value; } inline static int32_t get_offset_of_m_ActivityTime_15() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_ActivityTime_15)); } inline String_t* get_m_ActivityTime_15() const { return ___m_ActivityTime_15; } inline String_t** get_address_of_m_ActivityTime_15() { return &___m_ActivityTime_15; } inline void set_m_ActivityTime_15(String_t* value) { ___m_ActivityTime_15 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityTime_15), value); } inline static int32_t get_offset_of_m_playedCount_16() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_playedCount_16)); } inline int32_t get_m_playedCount_16() const { return ___m_playedCount_16; } inline int32_t* get_address_of_m_playedCount_16() { return &___m_playedCount_16; } inline void set_m_playedCount_16(int32_t value) { ___m_playedCount_16 = value; } inline static int32_t get_offset_of_m_allCount_17() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_allCount_17)); } inline int32_t get_m_allCount_17() const { return ___m_allCount_17; } inline int32_t* get_address_of_m_allCount_17() { return &___m_allCount_17; } inline void set_m_allCount_17(int32_t value) { ___m_allCount_17 = value; } inline static int32_t get_offset_of_m_expendDia_18() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_expendDia_18)); } inline int32_t get_m_expendDia_18() const { return ___m_expendDia_18; } inline int32_t* get_address_of_m_expendDia_18() { return &___m_expendDia_18; } inline void set_m_expendDia_18(int32_t value) { ___m_expendDia_18 = value; } inline static int32_t get_offset_of_m_bestAward_19() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_bestAward_19)); } inline int32_t get_m_bestAward_19() const { return ___m_bestAward_19; } inline int32_t* get_address_of_m_bestAward_19() { return &___m_bestAward_19; } inline void set_m_bestAward_19(int32_t value) { ___m_bestAward_19 = value; } inline static int32_t get_offset_of_m_needVip_20() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_needVip_20)); } inline int32_t get_m_needVip_20() const { return ___m_needVip_20; } inline int32_t* get_address_of_m_needVip_20() { return &___m_needVip_20; } inline void set_m_needVip_20(int32_t value) { ___m_needVip_20 = value; } inline static int32_t get_offset_of_m_winCount_21() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_winCount_21)); } inline int32_t get_m_winCount_21() const { return ___m_winCount_21; } inline int32_t* get_address_of_m_winCount_21() { return &___m_winCount_21; } inline void set_m_winCount_21(int32_t value) { ___m_winCount_21 = value; } inline static int32_t get_offset_of_m_listPlayer_22() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_listPlayer_22)); } inline BetterList_1_t269126732 * get_m_listPlayer_22() const { return ___m_listPlayer_22; } inline BetterList_1_t269126732 ** get_address_of_m_listPlayer_22() { return &___m_listPlayer_22; } inline void set_m_listPlayer_22(BetterList_1_t269126732 * value) { ___m_listPlayer_22 = value; Il2CppCodeGenWriteBarrier((&___m_listPlayer_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYFORTUNECAT_T237126772_H #ifndef 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 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 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 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 UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef 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 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 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 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 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 LAYERMASK_T3493934918_H #define LAYERMASK_T3493934918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LayerMask struct LayerMask_t3493934918 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_t3493934918, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LAYERMASK_T3493934918_H #ifndef IDATAMODEL_T653005279_H #define IDATAMODEL_T653005279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IDataModel struct IDataModel_t653005279 : public IEventDispatcher_t2294365884 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDATAMODEL_T653005279_H #ifndef 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 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 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 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 IMONOCTRLLOR_T1427182583_H #define IMONOCTRLLOR_T1427182583_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IMonoCtrllor struct IMonoCtrllor_t1427182583 : public IEventDispatcher_t2294365884 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IMONOCTRLLOR_T1427182583_H #ifndef 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 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 APPLICATIONEXCEPTION_T2339761290_H #define APPLICATIONEXCEPTION_T2339761290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ApplicationException struct ApplicationException_t2339761290 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPLICATIONEXCEPTION_T2339761290_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 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 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 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 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 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 PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef TEXTWRITER_T3478189236_H #define TEXTWRITER_T3478189236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextWriter struct TextWriter_t3478189236 : public MarshalByRefObject_t2760389100 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_1; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_2; public: inline static int32_t get_offset_of_CoreNewLine_1() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_1)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_1() const { return ___CoreNewLine_1; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_1() { return &___CoreNewLine_1; } inline void set_CoreNewLine_1(CharU5BU5D_t3528271667* value) { ___CoreNewLine_1 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_1), value); } inline static int32_t get_offset_of_internalFormatProvider_2() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_2)); } inline RuntimeObject* get_internalFormatProvider_2() const { return ___internalFormatProvider_2; } inline RuntimeObject** get_address_of_internalFormatProvider_2() { return &___internalFormatProvider_2; } inline void set_internalFormatProvider_2(RuntimeObject* value) { ___internalFormatProvider_2 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_2), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_3; public: inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_3)); } inline TextWriter_t3478189236 * get_Null_3() const { return ___Null_3; } inline TextWriter_t3478189236 ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextWriter_t3478189236 * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((&___Null_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef KEYVALUEPAIR_2_T3707786873_H #define KEYVALUEPAIR_2_T3707786873_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_t3707786873 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value JsonData_t1524858407 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3707786873, ___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_t3707786873, ___value_1)); } inline JsonData_t1524858407 * get_value_1() const { return ___value_1; } inline JsonData_t1524858407 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(JsonData_t1524858407 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3707786873_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 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 ARRAYMETADATA_T894288939_H #define ARRAYMETADATA_T894288939_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ArrayMetadata struct ArrayMetadata_t894288939 { public: // System.Type LitJson.ArrayMetadata::element_type Type_t * ___element_type_0; // System.Boolean LitJson.ArrayMetadata::is_array bool ___is_array_1; // System.Boolean LitJson.ArrayMetadata::is_list bool ___is_list_2; public: inline static int32_t get_offset_of_element_type_0() { return static_cast(offsetof(ArrayMetadata_t894288939, ___element_type_0)); } inline Type_t * get_element_type_0() const { return ___element_type_0; } inline Type_t ** get_address_of_element_type_0() { return &___element_type_0; } inline void set_element_type_0(Type_t * value) { ___element_type_0 = value; Il2CppCodeGenWriteBarrier((&___element_type_0), value); } inline static int32_t get_offset_of_is_array_1() { return static_cast(offsetof(ArrayMetadata_t894288939, ___is_array_1)); } inline bool get_is_array_1() const { return ___is_array_1; } inline bool* get_address_of_is_array_1() { return &___is_array_1; } inline void set_is_array_1(bool value) { ___is_array_1 = value; } inline static int32_t get_offset_of_is_list_2() { return static_cast(offsetof(ArrayMetadata_t894288939, ___is_list_2)); } inline bool get_is_list_2() const { return ___is_list_2; } inline bool* get_address_of_is_list_2() { return &___is_list_2; } inline void set_is_list_2(bool value) { ___is_list_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LitJson.ArrayMetadata struct ArrayMetadata_t894288939_marshaled_pinvoke { Type_t * ___element_type_0; int32_t ___is_array_1; int32_t ___is_list_2; }; // Native definition for COM marshalling of LitJson.ArrayMetadata struct ArrayMetadata_t894288939_marshaled_com { Type_t * ___element_type_0; int32_t ___is_array_1; int32_t ___is_list_2; }; #endif // ARRAYMETADATA_T894288939_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 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 DICTIONARYENTRY_T3123975638_H #define DICTIONARYENTRY_T3123975638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____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(DictionaryEntry_t3123975638, ____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 // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; #endif // DICTIONARYENTRY_T3123975638_H #ifndef OBJECTMETADATA_T3566284522_H #define OBJECTMETADATA_T3566284522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ObjectMetadata struct ObjectMetadata_t3566284522 { public: // System.Type LitJson.ObjectMetadata::element_type Type_t * ___element_type_0; // System.Boolean LitJson.ObjectMetadata::is_dictionary bool ___is_dictionary_1; // System.Collections.Generic.IDictionary`2 LitJson.ObjectMetadata::properties RuntimeObject* ___properties_2; public: inline static int32_t get_offset_of_element_type_0() { return static_cast(offsetof(ObjectMetadata_t3566284522, ___element_type_0)); } inline Type_t * get_element_type_0() const { return ___element_type_0; } inline Type_t ** get_address_of_element_type_0() { return &___element_type_0; } inline void set_element_type_0(Type_t * value) { ___element_type_0 = value; Il2CppCodeGenWriteBarrier((&___element_type_0), value); } inline static int32_t get_offset_of_is_dictionary_1() { return static_cast(offsetof(ObjectMetadata_t3566284522, ___is_dictionary_1)); } inline bool get_is_dictionary_1() const { return ___is_dictionary_1; } inline bool* get_address_of_is_dictionary_1() { return &___is_dictionary_1; } inline void set_is_dictionary_1(bool value) { ___is_dictionary_1 = value; } inline static int32_t get_offset_of_properties_2() { return static_cast(offsetof(ObjectMetadata_t3566284522, ___properties_2)); } inline RuntimeObject* get_properties_2() const { return ___properties_2; } inline RuntimeObject** get_address_of_properties_2() { return &___properties_2; } inline void set_properties_2(RuntimeObject* value) { ___properties_2 = value; Il2CppCodeGenWriteBarrier((&___properties_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LitJson.ObjectMetadata struct ObjectMetadata_t3566284522_marshaled_pinvoke { Type_t * ___element_type_0; int32_t ___is_dictionary_1; RuntimeObject* ___properties_2; }; // Native definition for COM marshalling of LitJson.ObjectMetadata struct ObjectMetadata_t3566284522_marshaled_com { Type_t * ___element_type_0; int32_t ___is_dictionary_1; RuntimeObject* ___properties_2; }; #endif // OBJECTMETADATA_T3566284522_H #ifndef FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef 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 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 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 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 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 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 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 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 PROPERTYMETADATA_T3727440473_H #define PROPERTYMETADATA_T3727440473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.PropertyMetadata struct PropertyMetadata_t3727440473 { public: // System.Reflection.MemberInfo LitJson.PropertyMetadata::Info MemberInfo_t * ___Info_0; // System.Boolean LitJson.PropertyMetadata::IsField bool ___IsField_1; // System.Type LitJson.PropertyMetadata::Type Type_t * ___Type_2; public: inline static int32_t get_offset_of_Info_0() { return static_cast(offsetof(PropertyMetadata_t3727440473, ___Info_0)); } inline MemberInfo_t * get_Info_0() const { return ___Info_0; } inline MemberInfo_t ** get_address_of_Info_0() { return &___Info_0; } inline void set_Info_0(MemberInfo_t * value) { ___Info_0 = value; Il2CppCodeGenWriteBarrier((&___Info_0), value); } inline static int32_t get_offset_of_IsField_1() { return static_cast(offsetof(PropertyMetadata_t3727440473, ___IsField_1)); } inline bool get_IsField_1() const { return ___IsField_1; } inline bool* get_address_of_IsField_1() { return &___IsField_1; } inline void set_IsField_1(bool value) { ___IsField_1 = value; } inline static int32_t get_offset_of_Type_2() { return static_cast(offsetof(PropertyMetadata_t3727440473, ___Type_2)); } inline Type_t * get_Type_2() const { return ___Type_2; } inline Type_t ** get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(Type_t * value) { ___Type_2 = value; Il2CppCodeGenWriteBarrier((&___Type_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t3727440473_marshaled_pinvoke { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; // Native definition for COM marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t3727440473_marshaled_com { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; #endif // PROPERTYMETADATA_T3727440473_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 UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_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 SLIDEDIRECTION_T4105223717_H #define SLIDEDIRECTION_T4105223717_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListViewSlideOptimize/SlideDirection struct SlideDirection_t4105223717 { public: // System.Int32 DMListViewSlideOptimize/SlideDirection::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SlideDirection_t4105223717, ___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 // SLIDEDIRECTION_T4105223717_H #ifndef ENUMCHATCHANNEL_T162432249_H #define ENUMCHATCHANNEL_T162432249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChatChannel struct enumChatChannel_t162432249 { public: // System.Int32 DMCore.Logic.enumChatChannel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChatChannel_t162432249, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHATCHANNEL_T162432249_H #ifndef 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 POSITION_T1583461796_H #define POSITION_T1583461796_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIPopupList/Position struct Position_t1583461796 { public: // System.Int32 UIPopupList/Position::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Position_t1583461796, ___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 // POSITION_T1583461796_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 PARAMETERATTRIBUTES_T1826424051_H #define PARAMETERATTRIBUTES_T1826424051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterAttributes struct ParameterAttributes_t1826424051 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParameterAttributes_t1826424051, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERATTRIBUTES_T1826424051_H #ifndef DATETIMEFORMATFLAGS_T1884407083_H #define DATETIMEFORMATFLAGS_T1884407083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeFormatFlags struct DateTimeFormatFlags_t1884407083 { public: // System.Int32 System.Globalization.DateTimeFormatFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeFormatFlags_t1884407083, ___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 // DATETIMEFORMATFLAGS_T1884407083_H #ifndef CDATAMODELBOOL_T2269476966_H #define CDATAMODELBOOL_T2269476966_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelBool struct CDataModelBool_t2269476966 : public IDataModel_t653005279 { public: // System.Boolean CDataModelBool::m_Val bool ___m_Val_1; public: inline static int32_t get_offset_of_m_Val_1() { return static_cast(offsetof(CDataModelBool_t2269476966, ___m_Val_1)); } inline bool get_m_Val_1() const { return ___m_Val_1; } inline bool* get_address_of_m_Val_1() { return &___m_Val_1; } inline void set_m_Val_1(bool value) { ___m_Val_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELBOOL_T2269476966_H #ifndef 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 ENUM_STAGE_TYPE_T835176688_H #define ENUM_STAGE_TYPE_T835176688_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ENUM_STAGE_TYPE struct ENUM_STAGE_TYPE_t835176688 { public: // System.Int32 DMCore.Logic.ENUM_STAGE_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ENUM_STAGE_TYPE_t835176688, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUM_STAGE_TYPE_T835176688_H #ifndef ENUMCHATCONTACTLABEL_T3805769299_H #define ENUMCHATCONTACTLABEL_T3805769299_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChatContactLabel struct enumChatContactLabel_t3805769299 { public: // System.Int32 DMCore.Logic.enumChatContactLabel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChatContactLabel_t3805769299, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHATCONTACTLABEL_T3805769299_H #ifndef SERVERSCENEOBJTYPE_T578249339_H #define SERVERSCENEOBJTYPE_T578249339_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ServerSceneObjType struct ServerSceneObjType_t578249339 { public: // System.Int16 DMCore.Framework.Scene.ServerSceneObjType::value__ int16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ServerSceneObjType_t578249339, ___value___1)); } inline int16_t get_value___1() const { return ___value___1; } inline int16_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int16_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVERSCENEOBJTYPE_T578249339_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef 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 ENUMACTIVITYTYPE_T2524249953_H #define ENUMACTIVITYTYPE_T2524249953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumActivityType struct enumActivityType_t2524249953 { public: // System.Int32 DMCore.Logic.enumActivityType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumActivityType_t2524249953, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMACTIVITYTYPE_T2524249953_H #ifndef CAMERACLEARFLAGS_T2362496923_H #define CAMERACLEARFLAGS_T2362496923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CameraClearFlags struct CameraClearFlags_t2362496923 { public: // System.Int32 UnityEngine.CameraClearFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CameraClearFlags_t2362496923, ___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 // CAMERACLEARFLAGS_T2362496923_H #ifndef HIDEFLAGS_T4250555765_H #define HIDEFLAGS_T4250555765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.HideFlags struct HideFlags_t4250555765 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HideFlags_t4250555765, ___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 // HIDEFLAGS_T4250555765_H #ifndef ENUMCHECKSTATE_T333749984_H #define ENUMCHECKSTATE_T333749984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumCheckState struct enumCheckState_t333749984 { public: // System.Int32 DMCore.Logic.enumCheckState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCheckState_t333749984, ___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_T333749984_H #ifndef LOGTYPE_T73765434_H #define LOGTYPE_T73765434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LogType struct LogType_t73765434 { public: // System.Int32 UnityEngine.LogType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogType_t73765434, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGTYPE_T73765434_H #ifndef 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 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 ENUMFRIENDPAGE_T2158881769_H #define ENUMFRIENDPAGE_T2158881769_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumFriendPage struct enumFriendPage_t2158881769 { public: // System.Int32 DMCore.Logic.enumFriendPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumFriendPage_t2158881769, ___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 // ENUMFRIENDPAGE_T2158881769_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 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 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 ENUMMEMBERLEVEL_T3960553378_H #define ENUMMEMBERLEVEL_T3960553378_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // enumMemberLevel struct enumMemberLevel_t3960553378 { public: // System.Int32 enumMemberLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMemberLevel_t3960553378, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMEMBERLEVEL_T3960553378_H #ifndef ENUMREQUESTFROM_T3677637358_H #define ENUMREQUESTFROM_T3677637358_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRechargeManager/enumRequestFrom struct enumRequestFrom_t3677637358 { public: // System.Int32 DMCore.Logic.CRechargeManager/enumRequestFrom::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumRequestFrom_t3677637358, ___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 // ENUMREQUESTFROM_T3677637358_H #ifndef SIT_T2379332389_H #define SIT_T2379332389_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SIT struct SIT_t2379332389 { public: // System.Int32 DMCore.Logic.SIT::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SIT_t2379332389, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIT_T2379332389_H #ifndef ACTIVITYMENBERRENEWCONTROLLER_T222386189_H #define ACTIVITYMENBERRENEWCONTROLLER_T222386189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ActivityMenberRenewController struct ActivityMenberRenewController_t222386189 : public IMonoCtrllor_t1427182583 { public: // System.Int32 ActivityMenberRenewController::m_CurrentMemberGrade int32_t ___m_CurrentMemberGrade_2; // System.Int32 ActivityMenberRenewController::m_SurplusDay int32_t ___m_SurplusDay_3; // System.Int32 ActivityMenberRenewController::m_DrawSuiplusDay int32_t ___m_DrawSuiplusDay_4; // System.Int32 ActivityMenberRenewController::m_MemberType int32_t ___m_MemberType_5; public: inline static int32_t get_offset_of_m_CurrentMemberGrade_2() { return static_cast(offsetof(ActivityMenberRenewController_t222386189, ___m_CurrentMemberGrade_2)); } inline int32_t get_m_CurrentMemberGrade_2() const { return ___m_CurrentMemberGrade_2; } inline int32_t* get_address_of_m_CurrentMemberGrade_2() { return &___m_CurrentMemberGrade_2; } inline void set_m_CurrentMemberGrade_2(int32_t value) { ___m_CurrentMemberGrade_2 = value; } inline static int32_t get_offset_of_m_SurplusDay_3() { return static_cast(offsetof(ActivityMenberRenewController_t222386189, ___m_SurplusDay_3)); } inline int32_t get_m_SurplusDay_3() const { return ___m_SurplusDay_3; } inline int32_t* get_address_of_m_SurplusDay_3() { return &___m_SurplusDay_3; } inline void set_m_SurplusDay_3(int32_t value) { ___m_SurplusDay_3 = value; } inline static int32_t get_offset_of_m_DrawSuiplusDay_4() { return static_cast(offsetof(ActivityMenberRenewController_t222386189, ___m_DrawSuiplusDay_4)); } inline int32_t get_m_DrawSuiplusDay_4() const { return ___m_DrawSuiplusDay_4; } inline int32_t* get_address_of_m_DrawSuiplusDay_4() { return &___m_DrawSuiplusDay_4; } inline void set_m_DrawSuiplusDay_4(int32_t value) { ___m_DrawSuiplusDay_4 = value; } inline static int32_t get_offset_of_m_MemberType_5() { return static_cast(offsetof(ActivityMenberRenewController_t222386189, ___m_MemberType_5)); } inline int32_t get_m_MemberType_5() const { return ___m_MemberType_5; } inline int32_t* get_address_of_m_MemberType_5() { return &___m_MemberType_5; } inline void set_m_MemberType_5(int32_t value) { ___m_MemberType_5 = value; } }; struct ActivityMenberRenewController_t222386189_StaticFields { public: // ActivityMenberRenewController ActivityMenberRenewController::s_instance ActivityMenberRenewController_t222386189 * ___s_instance_1; public: inline static int32_t get_offset_of_s_instance_1() { return static_cast(offsetof(ActivityMenberRenewController_t222386189_StaticFields, ___s_instance_1)); } inline ActivityMenberRenewController_t222386189 * get_s_instance_1() const { return ___s_instance_1; } inline ActivityMenberRenewController_t222386189 ** get_address_of_s_instance_1() { return &___s_instance_1; } inline void set_s_instance_1(ActivityMenberRenewController_t222386189 * value) { ___s_instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIVITYMENBERRENEWCONTROLLER_T222386189_H #ifndef 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 WRAPMODE_T730450702_H #define WRAPMODE_T730450702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WrapMode struct WrapMode_t730450702 { public: // System.Int32 UnityEngine.WrapMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(WrapMode_t730450702, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRAPMODE_T730450702_H #ifndef 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 CARDTYPE_T1620491519_H #define CARDTYPE_T1620491519_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CardType struct CardType_t1620491519 { public: // System.Int32 CardType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CardType_t1620491519, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CARDTYPE_T1620491519_H #ifndef 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 ENUMBLESS_T2086059254_H #define ENUMBLESS_T2086059254_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumBless struct enumBless_t2086059254 { public: // System.Int32 DMCore.Logic.enumBless::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumBless_t2086059254, ___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 // ENUMBLESS_T2086059254_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 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 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 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 SENDMESSAGEOPTIONS_T3580193095_H #define SENDMESSAGEOPTIONS_T3580193095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SendMessageOptions struct SendMessageOptions_t3580193095 { public: // System.Int32 UnityEngine.SendMessageOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SendMessageOptions_t3580193095, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SENDMESSAGEOPTIONS_T3580193095_H #ifndef STRINGWRITER_T802263757_H #define STRINGWRITER_T802263757_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringWriter struct StringWriter_t802263757 : public TextWriter_t3478189236 { public: // System.Text.StringBuilder System.IO.StringWriter::internalString StringBuilder_t * ___internalString_4; // System.Boolean System.IO.StringWriter::disposed bool ___disposed_5; public: inline static int32_t get_offset_of_internalString_4() { return static_cast(offsetof(StringWriter_t802263757, ___internalString_4)); } inline StringBuilder_t * get_internalString_4() const { return ___internalString_4; } inline StringBuilder_t ** get_address_of_internalString_4() { return &___internalString_4; } inline void set_internalString_4(StringBuilder_t * value) { ___internalString_4 = value; Il2CppCodeGenWriteBarrier((&___internalString_4), value); } inline static int32_t get_offset_of_disposed_5() { return static_cast(offsetof(StringWriter_t802263757, ___disposed_5)); } inline bool get_disposed_5() const { return ___disposed_5; } inline bool* get_address_of_disposed_5() { return &___disposed_5; } inline void set_disposed_5(bool value) { ___disposed_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGWRITER_T802263757_H #ifndef JSONEXCEPTION_T3682484112_H #define JSONEXCEPTION_T3682484112_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonException struct JsonException_t3682484112 : public ApplicationException_t2339761290 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONEXCEPTION_T3682484112_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 PARSERTOKEN_T2380208742_H #define PARSERTOKEN_T2380208742_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ParserToken struct ParserToken_t2380208742 { public: // System.Int32 LitJson.ParserToken::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParserToken_t2380208742, ___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 // PARSERTOKEN_T2380208742_H #ifndef EMPAGE_T3202344075_H #define EMPAGE_T3202344075_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // logicLogin_main_page/emPage struct emPage_t3202344075 { public: // System.Int32 logicLogin_main_page/emPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(emPage_t3202344075, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EMPAGE_T3202344075_H #ifndef 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 INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef ENUMFRIENDTYPE_T1622600705_H #define ENUMFRIENDTYPE_T1622600705_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumFriendType struct enumFriendType_t1622600705 { public: // System.Int32 DMCore.Logic.enumFriendType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumFriendType_t1622600705, ___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 // ENUMFRIENDTYPE_T1622600705_H #ifndef CONDITION_T3240125930_H #define CONDITION_T3240125930_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.Condition struct Condition_t3240125930 { public: // System.Int32 LitJson.Condition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Condition_t3240125930, ___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 // CONDITION_T3240125930_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 JSONTYPE_T2731125707_H #define JSONTYPE_T2731125707_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonType struct JsonType_t2731125707 { public: // System.Int32 LitJson.JsonType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonType_t2731125707, ___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 // JSONTYPE_T2731125707_H #ifndef LINKEDEFFECTTYPE_T3019426322_H #define LINKEDEFFECTTYPE_T3019426322_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LinkedEffect/LinkedEffectType struct LinkedEffectType_t3019426322 { public: // System.Int32 LinkedEffect/LinkedEffectType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LinkedEffectType_t3019426322, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDEFFECTTYPE_T3019426322_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef ENUMONLINESTATE_T4149430772_H #define ENUMONLINESTATE_T4149430772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumOnlineState struct enumOnlineState_t4149430772 { public: // System.Int32 DMCore.Logic.enumOnlineState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumOnlineState_t4149430772, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMONLINESTATE_T4149430772_H #ifndef INVALIDCASTEXCEPTION_T3927145244_H #define INVALIDCASTEXCEPTION_T3927145244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidCastException struct InvalidCastException_t3927145244 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDCASTEXCEPTION_T3927145244_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 ENUMSCENEOBJTYPE_T2879723971_H #define ENUMSCENEOBJTYPE_T2879723971_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumSceneObjType struct enumSceneObjType_t2879723971 { public: // System.Int32 DMCore.Framework.Scene.enumSceneObjType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSceneObjType_t2879723971, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSCENEOBJTYPE_T2879723971_H #ifndef EASETYPE_T2573404410_H #define EASETYPE_T2573404410_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // iTween/EaseType struct EaseType_t2573404410 { public: // System.Int32 iTween/EaseType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EaseType_t2573404410, ___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 // EASETYPE_T2573404410_H #ifndef LOGSEVERITY_T3776021818_H #define LOGSEVERITY_T3776021818_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LogSeverity struct LogSeverity_t3776021818 { public: // System.Int32 LogSeverity::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogSeverity_t3776021818, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGSEVERITY_T3776021818_H #ifndef 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 NAMEDVALUECOLOR_T1091574706_H #define NAMEDVALUECOLOR_T1091574706_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // iTween/NamedValueColor struct NamedValueColor_t1091574706 { public: // System.Int32 iTween/NamedValueColor::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NamedValueColor_t1091574706, ___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 // NAMEDVALUECOLOR_T1091574706_H #ifndef LOOPTYPE_T369612249_H #define LOOPTYPE_T369612249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // iTween/LoopType struct LoopType_t369612249 { public: // System.Int32 iTween/LoopType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoopType_t369612249, ___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 // LOOPTYPE_T369612249_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef SPACE_T654135784_H #define SPACE_T654135784_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Space struct Space_t654135784 { public: // System.Int32 UnityEngine.Space::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Space_t654135784, ___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 // SPACE_T654135784_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 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 COROUTINE_T3829159415_H #define COROUTINE_T3829159415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Coroutine struct Coroutine_t3829159415 : public YieldInstruction_t403091072 { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t3829159415, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t3829159415_marshaled_pinvoke : public YieldInstruction_t403091072_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t3829159415_marshaled_com : public YieldInstruction_t403091072_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // COROUTINE_T3829159415_H #ifndef KEYNOTFOUNDEXCEPTION_T2292407383_H #define KEYNOTFOUNDEXCEPTION_T2292407383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyNotFoundException struct KeyNotFoundException_t2292407383 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYNOTFOUNDEXCEPTION_T2292407383_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 JSONTOKEN_T3605538862_H #define JSONTOKEN_T3605538862_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonToken struct JsonToken_t3605538862 { public: // System.Int32 LitJson.JsonToken::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonToken_t3605538862, ___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 // JSONTOKEN_T3605538862_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 PARAMETERINFO_T1861056598_H #define PARAMETERINFO_T1861056598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Reflection.Emit.UnmanagedMarshal System.Reflection.ParameterInfo::marshalAs UnmanagedMarshal_t984015687 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t1861056598, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((&___ClassImpl_0), value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t1861056598, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultValueImpl_1), value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t1861056598, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((&___MemberImpl_2), value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t1861056598, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((&___NameImpl_3), value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t1861056598, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t1861056598, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t1861056598, ___marshalAs_6)); } inline UnmanagedMarshal_t984015687 * get_marshalAs_6() const { return ___marshalAs_6; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(UnmanagedMarshal_t984015687 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((&___marshalAs_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERINFO_T1861056598_H #ifndef CCHATMANAGER_T1988186574_H #define CCHATMANAGER_T1988186574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChatManager struct CChatManager_t1988186574 : public RuntimeObject { public: // DMCore.Logic.privateMsgArriva DMCore.Logic.CChatManager::m_privateMsgArriva privateMsgArriva_t1101012311 * ___m_privateMsgArriva_0; // System.Boolean DMCore.Logic.CChatManager::k__BackingField bool ___U3CIsBigPublicU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CChatManager::k__BackingField bool ___U3CIsStopServerU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CChatManager::k__BackingField bool ___U3CIsPrivateU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CChatManager::m_is_open_chat_btn_visible bool ___m_is_open_chat_btn_visible_4; // DMCore.Logic.enumChatChannel DMCore.Logic.CChatManager::m_activeChannel int32_t ___m_activeChannel_5; // DMCore.Logic.enumChatContactLabel DMCore.Logic.CChatManager::m_activeContactLabel int32_t ___m_activeContactLabel_6; // System.Int64 DMCore.Logic.CChatManager::m_privateTargetID int64_t ___m_privateTargetID_7; // System.Int32 DMCore.Logic.CChatManager::m_activeVoiceIndex int32_t ___m_activeVoiceIndex_8; // System.Int32 DMCore.Logic.CChatManager::m_lastActiveVoiceIndex int32_t ___m_lastActiveVoiceIndex_9; // System.String DMCore.Logic.CChatManager::m_ChatVoiceIdentifier String_t* ___m_ChatVoiceIdentifier_10; // System.String DMCore.Logic.CChatManager::m_ChatImageIdentifier String_t* ___m_ChatImageIdentifier_11; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedPlayVoiceAni bool ___m_IsNeedPlayVoiceAni_12; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedStopVoiceAni bool ___m_IsNeedStopVoiceAni_13; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedShowImage bool ___m_IsNeedShowImage_14; // System.Boolean DMCore.Logic.CChatManager::m_IsPrivateTargetChanged bool ___m_IsPrivateTargetChanged_15; // System.Boolean DMCore.Logic.CChatManager::m_IsVoiceIndexChanged bool ___m_IsVoiceIndexChanged_16; // DMCore.Logic.enumPersonPage DMCore.Logic.CChatManager::m_CallerPage int32_t ___m_CallerPage_17; // System.Collections.Generic.List`1 DMCore.Logic.CChatManager::m_ChatUserList List_1_t1546864881 * ___m_ChatUserList_18; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedRefreshContactList bool ___m_IsNeedRefreshContactList_19; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_SumChatList CChatGroup_t2712975719 * ___m_SumChatList_20; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_PublicChatList CChatGroup_t2712975719 * ___m_PublicChatList_21; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_SceneChatList CChatGroup_t2712975719 * ___m_SceneChatList_22; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_GuildChatList CChatGroup_t2712975719 * ___m_GuildChatList_23; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_WorldChatList CChatGroup_t2712975719 * ___m_WorldChatList_24; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_RedBagList CChatGroup_t2712975719 * ___m_RedBagList_25; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChatManager::m_PrivateChatList Dictionary_2_t3775615503 * ___m_PrivateChatList_26; // DMCore.Logic.CChannelInfo DMCore.Logic.CChatManager::m_ChannelInfo CChannelInfo_t1750800799 * ___m_ChannelInfo_27; // System.Boolean DMCore.Logic.CChatManager::m_IsChannelDataChanged bool ___m_IsChannelDataChanged_28; // System.Int32 DMCore.Logic.CChatManager::m_lastShortcutIndexOfWC int32_t ___m_lastShortcutIndexOfWC_29; // System.Int32 DMCore.Logic.CChatManager::m_lastShortcutIndexOfPrivate int32_t ___m_lastShortcutIndexOfPrivate_30; // System.String DMCore.Logic.CChatManager::m_worldChannel String_t* ___m_worldChannel_31; // DMCore.Framework.Task.ITaskBase`1 DMCore.Logic.CChatManager::m_TaskController ITaskBase_1_t2595950535 * ___m_TaskController_32; // System.Boolean DMCore.Logic.CChatManager::m_bUpLoadAudio bool ___m_bUpLoadAudio_33; // System.Boolean DMCore.Logic.CChatManager::m_bIsJoinChannel bool ___m_bIsJoinChannel_34; // System.Int32 DMCore.Logic.CChatManager::m_curChannelNum int32_t ___m_curChannelNum_35; // System.String DMCore.Logic.CChatManager::m_publicChatText String_t* ___m_publicChatText_38; // System.Int32 DMCore.Logic.CChatManager::m_lefttime int32_t ___m_lefttime_39; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedRepainMenu bool ___m_IsNeedRepainMenu_40; public: inline static int32_t get_offset_of_m_privateMsgArriva_0() { return static_cast(offsetof(CChatManager_t1988186574, ___m_privateMsgArriva_0)); } inline privateMsgArriva_t1101012311 * get_m_privateMsgArriva_0() const { return ___m_privateMsgArriva_0; } inline privateMsgArriva_t1101012311 ** get_address_of_m_privateMsgArriva_0() { return &___m_privateMsgArriva_0; } inline void set_m_privateMsgArriva_0(privateMsgArriva_t1101012311 * value) { ___m_privateMsgArriva_0 = value; Il2CppCodeGenWriteBarrier((&___m_privateMsgArriva_0), value); } inline static int32_t get_offset_of_U3CIsBigPublicU3Ek__BackingField_1() { return static_cast(offsetof(CChatManager_t1988186574, ___U3CIsBigPublicU3Ek__BackingField_1)); } inline bool get_U3CIsBigPublicU3Ek__BackingField_1() const { return ___U3CIsBigPublicU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsBigPublicU3Ek__BackingField_1() { return &___U3CIsBigPublicU3Ek__BackingField_1; } inline void set_U3CIsBigPublicU3Ek__BackingField_1(bool value) { ___U3CIsBigPublicU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsStopServerU3Ek__BackingField_2() { return static_cast(offsetof(CChatManager_t1988186574, ___U3CIsStopServerU3Ek__BackingField_2)); } inline bool get_U3CIsStopServerU3Ek__BackingField_2() const { return ___U3CIsStopServerU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsStopServerU3Ek__BackingField_2() { return &___U3CIsStopServerU3Ek__BackingField_2; } inline void set_U3CIsStopServerU3Ek__BackingField_2(bool value) { ___U3CIsStopServerU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsPrivateU3Ek__BackingField_3() { return static_cast(offsetof(CChatManager_t1988186574, ___U3CIsPrivateU3Ek__BackingField_3)); } inline bool get_U3CIsPrivateU3Ek__BackingField_3() const { return ___U3CIsPrivateU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsPrivateU3Ek__BackingField_3() { return &___U3CIsPrivateU3Ek__BackingField_3; } inline void set_U3CIsPrivateU3Ek__BackingField_3(bool value) { ___U3CIsPrivateU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_is_open_chat_btn_visible_4() { return static_cast(offsetof(CChatManager_t1988186574, ___m_is_open_chat_btn_visible_4)); } inline bool get_m_is_open_chat_btn_visible_4() const { return ___m_is_open_chat_btn_visible_4; } inline bool* get_address_of_m_is_open_chat_btn_visible_4() { return &___m_is_open_chat_btn_visible_4; } inline void set_m_is_open_chat_btn_visible_4(bool value) { ___m_is_open_chat_btn_visible_4 = value; } inline static int32_t get_offset_of_m_activeChannel_5() { return static_cast(offsetof(CChatManager_t1988186574, ___m_activeChannel_5)); } inline int32_t get_m_activeChannel_5() const { return ___m_activeChannel_5; } inline int32_t* get_address_of_m_activeChannel_5() { return &___m_activeChannel_5; } inline void set_m_activeChannel_5(int32_t value) { ___m_activeChannel_5 = value; } inline static int32_t get_offset_of_m_activeContactLabel_6() { return static_cast(offsetof(CChatManager_t1988186574, ___m_activeContactLabel_6)); } inline int32_t get_m_activeContactLabel_6() const { return ___m_activeContactLabel_6; } inline int32_t* get_address_of_m_activeContactLabel_6() { return &___m_activeContactLabel_6; } inline void set_m_activeContactLabel_6(int32_t value) { ___m_activeContactLabel_6 = value; } inline static int32_t get_offset_of_m_privateTargetID_7() { return static_cast(offsetof(CChatManager_t1988186574, ___m_privateTargetID_7)); } inline int64_t get_m_privateTargetID_7() const { return ___m_privateTargetID_7; } inline int64_t* get_address_of_m_privateTargetID_7() { return &___m_privateTargetID_7; } inline void set_m_privateTargetID_7(int64_t value) { ___m_privateTargetID_7 = value; } inline static int32_t get_offset_of_m_activeVoiceIndex_8() { return static_cast(offsetof(CChatManager_t1988186574, ___m_activeVoiceIndex_8)); } inline int32_t get_m_activeVoiceIndex_8() const { return ___m_activeVoiceIndex_8; } inline int32_t* get_address_of_m_activeVoiceIndex_8() { return &___m_activeVoiceIndex_8; } inline void set_m_activeVoiceIndex_8(int32_t value) { ___m_activeVoiceIndex_8 = value; } inline static int32_t get_offset_of_m_lastActiveVoiceIndex_9() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lastActiveVoiceIndex_9)); } inline int32_t get_m_lastActiveVoiceIndex_9() const { return ___m_lastActiveVoiceIndex_9; } inline int32_t* get_address_of_m_lastActiveVoiceIndex_9() { return &___m_lastActiveVoiceIndex_9; } inline void set_m_lastActiveVoiceIndex_9(int32_t value) { ___m_lastActiveVoiceIndex_9 = value; } inline static int32_t get_offset_of_m_ChatVoiceIdentifier_10() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChatVoiceIdentifier_10)); } inline String_t* get_m_ChatVoiceIdentifier_10() const { return ___m_ChatVoiceIdentifier_10; } inline String_t** get_address_of_m_ChatVoiceIdentifier_10() { return &___m_ChatVoiceIdentifier_10; } inline void set_m_ChatVoiceIdentifier_10(String_t* value) { ___m_ChatVoiceIdentifier_10 = value; Il2CppCodeGenWriteBarrier((&___m_ChatVoiceIdentifier_10), value); } inline static int32_t get_offset_of_m_ChatImageIdentifier_11() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChatImageIdentifier_11)); } inline String_t* get_m_ChatImageIdentifier_11() const { return ___m_ChatImageIdentifier_11; } inline String_t** get_address_of_m_ChatImageIdentifier_11() { return &___m_ChatImageIdentifier_11; } inline void set_m_ChatImageIdentifier_11(String_t* value) { ___m_ChatImageIdentifier_11 = value; Il2CppCodeGenWriteBarrier((&___m_ChatImageIdentifier_11), value); } inline static int32_t get_offset_of_m_IsNeedPlayVoiceAni_12() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedPlayVoiceAni_12)); } inline bool get_m_IsNeedPlayVoiceAni_12() const { return ___m_IsNeedPlayVoiceAni_12; } inline bool* get_address_of_m_IsNeedPlayVoiceAni_12() { return &___m_IsNeedPlayVoiceAni_12; } inline void set_m_IsNeedPlayVoiceAni_12(bool value) { ___m_IsNeedPlayVoiceAni_12 = value; } inline static int32_t get_offset_of_m_IsNeedStopVoiceAni_13() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedStopVoiceAni_13)); } inline bool get_m_IsNeedStopVoiceAni_13() const { return ___m_IsNeedStopVoiceAni_13; } inline bool* get_address_of_m_IsNeedStopVoiceAni_13() { return &___m_IsNeedStopVoiceAni_13; } inline void set_m_IsNeedStopVoiceAni_13(bool value) { ___m_IsNeedStopVoiceAni_13 = value; } inline static int32_t get_offset_of_m_IsNeedShowImage_14() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedShowImage_14)); } inline bool get_m_IsNeedShowImage_14() const { return ___m_IsNeedShowImage_14; } inline bool* get_address_of_m_IsNeedShowImage_14() { return &___m_IsNeedShowImage_14; } inline void set_m_IsNeedShowImage_14(bool value) { ___m_IsNeedShowImage_14 = value; } inline static int32_t get_offset_of_m_IsPrivateTargetChanged_15() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsPrivateTargetChanged_15)); } inline bool get_m_IsPrivateTargetChanged_15() const { return ___m_IsPrivateTargetChanged_15; } inline bool* get_address_of_m_IsPrivateTargetChanged_15() { return &___m_IsPrivateTargetChanged_15; } inline void set_m_IsPrivateTargetChanged_15(bool value) { ___m_IsPrivateTargetChanged_15 = value; } inline static int32_t get_offset_of_m_IsVoiceIndexChanged_16() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsVoiceIndexChanged_16)); } inline bool get_m_IsVoiceIndexChanged_16() const { return ___m_IsVoiceIndexChanged_16; } inline bool* get_address_of_m_IsVoiceIndexChanged_16() { return &___m_IsVoiceIndexChanged_16; } inline void set_m_IsVoiceIndexChanged_16(bool value) { ___m_IsVoiceIndexChanged_16 = value; } inline static int32_t get_offset_of_m_CallerPage_17() { return static_cast(offsetof(CChatManager_t1988186574, ___m_CallerPage_17)); } inline int32_t get_m_CallerPage_17() const { return ___m_CallerPage_17; } inline int32_t* get_address_of_m_CallerPage_17() { return &___m_CallerPage_17; } inline void set_m_CallerPage_17(int32_t value) { ___m_CallerPage_17 = value; } inline static int32_t get_offset_of_m_ChatUserList_18() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChatUserList_18)); } inline List_1_t1546864881 * get_m_ChatUserList_18() const { return ___m_ChatUserList_18; } inline List_1_t1546864881 ** get_address_of_m_ChatUserList_18() { return &___m_ChatUserList_18; } inline void set_m_ChatUserList_18(List_1_t1546864881 * value) { ___m_ChatUserList_18 = value; Il2CppCodeGenWriteBarrier((&___m_ChatUserList_18), value); } inline static int32_t get_offset_of_m_IsNeedRefreshContactList_19() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedRefreshContactList_19)); } inline bool get_m_IsNeedRefreshContactList_19() const { return ___m_IsNeedRefreshContactList_19; } inline bool* get_address_of_m_IsNeedRefreshContactList_19() { return &___m_IsNeedRefreshContactList_19; } inline void set_m_IsNeedRefreshContactList_19(bool value) { ___m_IsNeedRefreshContactList_19 = value; } inline static int32_t get_offset_of_m_SumChatList_20() { return static_cast(offsetof(CChatManager_t1988186574, ___m_SumChatList_20)); } inline CChatGroup_t2712975719 * get_m_SumChatList_20() const { return ___m_SumChatList_20; } inline CChatGroup_t2712975719 ** get_address_of_m_SumChatList_20() { return &___m_SumChatList_20; } inline void set_m_SumChatList_20(CChatGroup_t2712975719 * value) { ___m_SumChatList_20 = value; Il2CppCodeGenWriteBarrier((&___m_SumChatList_20), value); } inline static int32_t get_offset_of_m_PublicChatList_21() { return static_cast(offsetof(CChatManager_t1988186574, ___m_PublicChatList_21)); } inline CChatGroup_t2712975719 * get_m_PublicChatList_21() const { return ___m_PublicChatList_21; } inline CChatGroup_t2712975719 ** get_address_of_m_PublicChatList_21() { return &___m_PublicChatList_21; } inline void set_m_PublicChatList_21(CChatGroup_t2712975719 * value) { ___m_PublicChatList_21 = value; Il2CppCodeGenWriteBarrier((&___m_PublicChatList_21), value); } inline static int32_t get_offset_of_m_SceneChatList_22() { return static_cast(offsetof(CChatManager_t1988186574, ___m_SceneChatList_22)); } inline CChatGroup_t2712975719 * get_m_SceneChatList_22() const { return ___m_SceneChatList_22; } inline CChatGroup_t2712975719 ** get_address_of_m_SceneChatList_22() { return &___m_SceneChatList_22; } inline void set_m_SceneChatList_22(CChatGroup_t2712975719 * value) { ___m_SceneChatList_22 = value; Il2CppCodeGenWriteBarrier((&___m_SceneChatList_22), value); } inline static int32_t get_offset_of_m_GuildChatList_23() { return static_cast(offsetof(CChatManager_t1988186574, ___m_GuildChatList_23)); } inline CChatGroup_t2712975719 * get_m_GuildChatList_23() const { return ___m_GuildChatList_23; } inline CChatGroup_t2712975719 ** get_address_of_m_GuildChatList_23() { return &___m_GuildChatList_23; } inline void set_m_GuildChatList_23(CChatGroup_t2712975719 * value) { ___m_GuildChatList_23 = value; Il2CppCodeGenWriteBarrier((&___m_GuildChatList_23), value); } inline static int32_t get_offset_of_m_WorldChatList_24() { return static_cast(offsetof(CChatManager_t1988186574, ___m_WorldChatList_24)); } inline CChatGroup_t2712975719 * get_m_WorldChatList_24() const { return ___m_WorldChatList_24; } inline CChatGroup_t2712975719 ** get_address_of_m_WorldChatList_24() { return &___m_WorldChatList_24; } inline void set_m_WorldChatList_24(CChatGroup_t2712975719 * value) { ___m_WorldChatList_24 = value; Il2CppCodeGenWriteBarrier((&___m_WorldChatList_24), value); } inline static int32_t get_offset_of_m_RedBagList_25() { return static_cast(offsetof(CChatManager_t1988186574, ___m_RedBagList_25)); } inline CChatGroup_t2712975719 * get_m_RedBagList_25() const { return ___m_RedBagList_25; } inline CChatGroup_t2712975719 ** get_address_of_m_RedBagList_25() { return &___m_RedBagList_25; } inline void set_m_RedBagList_25(CChatGroup_t2712975719 * value) { ___m_RedBagList_25 = value; Il2CppCodeGenWriteBarrier((&___m_RedBagList_25), value); } inline static int32_t get_offset_of_m_PrivateChatList_26() { return static_cast(offsetof(CChatManager_t1988186574, ___m_PrivateChatList_26)); } inline Dictionary_2_t3775615503 * get_m_PrivateChatList_26() const { return ___m_PrivateChatList_26; } inline Dictionary_2_t3775615503 ** get_address_of_m_PrivateChatList_26() { return &___m_PrivateChatList_26; } inline void set_m_PrivateChatList_26(Dictionary_2_t3775615503 * value) { ___m_PrivateChatList_26 = value; Il2CppCodeGenWriteBarrier((&___m_PrivateChatList_26), value); } inline static int32_t get_offset_of_m_ChannelInfo_27() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChannelInfo_27)); } inline CChannelInfo_t1750800799 * get_m_ChannelInfo_27() const { return ___m_ChannelInfo_27; } inline CChannelInfo_t1750800799 ** get_address_of_m_ChannelInfo_27() { return &___m_ChannelInfo_27; } inline void set_m_ChannelInfo_27(CChannelInfo_t1750800799 * value) { ___m_ChannelInfo_27 = value; Il2CppCodeGenWriteBarrier((&___m_ChannelInfo_27), value); } inline static int32_t get_offset_of_m_IsChannelDataChanged_28() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsChannelDataChanged_28)); } inline bool get_m_IsChannelDataChanged_28() const { return ___m_IsChannelDataChanged_28; } inline bool* get_address_of_m_IsChannelDataChanged_28() { return &___m_IsChannelDataChanged_28; } inline void set_m_IsChannelDataChanged_28(bool value) { ___m_IsChannelDataChanged_28 = value; } inline static int32_t get_offset_of_m_lastShortcutIndexOfWC_29() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lastShortcutIndexOfWC_29)); } inline int32_t get_m_lastShortcutIndexOfWC_29() const { return ___m_lastShortcutIndexOfWC_29; } inline int32_t* get_address_of_m_lastShortcutIndexOfWC_29() { return &___m_lastShortcutIndexOfWC_29; } inline void set_m_lastShortcutIndexOfWC_29(int32_t value) { ___m_lastShortcutIndexOfWC_29 = value; } inline static int32_t get_offset_of_m_lastShortcutIndexOfPrivate_30() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lastShortcutIndexOfPrivate_30)); } inline int32_t get_m_lastShortcutIndexOfPrivate_30() const { return ___m_lastShortcutIndexOfPrivate_30; } inline int32_t* get_address_of_m_lastShortcutIndexOfPrivate_30() { return &___m_lastShortcutIndexOfPrivate_30; } inline void set_m_lastShortcutIndexOfPrivate_30(int32_t value) { ___m_lastShortcutIndexOfPrivate_30 = value; } inline static int32_t get_offset_of_m_worldChannel_31() { return static_cast(offsetof(CChatManager_t1988186574, ___m_worldChannel_31)); } inline String_t* get_m_worldChannel_31() const { return ___m_worldChannel_31; } inline String_t** get_address_of_m_worldChannel_31() { return &___m_worldChannel_31; } inline void set_m_worldChannel_31(String_t* value) { ___m_worldChannel_31 = value; Il2CppCodeGenWriteBarrier((&___m_worldChannel_31), value); } inline static int32_t get_offset_of_m_TaskController_32() { return static_cast(offsetof(CChatManager_t1988186574, ___m_TaskController_32)); } inline ITaskBase_1_t2595950535 * get_m_TaskController_32() const { return ___m_TaskController_32; } inline ITaskBase_1_t2595950535 ** get_address_of_m_TaskController_32() { return &___m_TaskController_32; } inline void set_m_TaskController_32(ITaskBase_1_t2595950535 * value) { ___m_TaskController_32 = value; Il2CppCodeGenWriteBarrier((&___m_TaskController_32), value); } inline static int32_t get_offset_of_m_bUpLoadAudio_33() { return static_cast(offsetof(CChatManager_t1988186574, ___m_bUpLoadAudio_33)); } inline bool get_m_bUpLoadAudio_33() const { return ___m_bUpLoadAudio_33; } inline bool* get_address_of_m_bUpLoadAudio_33() { return &___m_bUpLoadAudio_33; } inline void set_m_bUpLoadAudio_33(bool value) { ___m_bUpLoadAudio_33 = value; } inline static int32_t get_offset_of_m_bIsJoinChannel_34() { return static_cast(offsetof(CChatManager_t1988186574, ___m_bIsJoinChannel_34)); } inline bool get_m_bIsJoinChannel_34() const { return ___m_bIsJoinChannel_34; } inline bool* get_address_of_m_bIsJoinChannel_34() { return &___m_bIsJoinChannel_34; } inline void set_m_bIsJoinChannel_34(bool value) { ___m_bIsJoinChannel_34 = value; } inline static int32_t get_offset_of_m_curChannelNum_35() { return static_cast(offsetof(CChatManager_t1988186574, ___m_curChannelNum_35)); } inline int32_t get_m_curChannelNum_35() const { return ___m_curChannelNum_35; } inline int32_t* get_address_of_m_curChannelNum_35() { return &___m_curChannelNum_35; } inline void set_m_curChannelNum_35(int32_t value) { ___m_curChannelNum_35 = value; } inline static int32_t get_offset_of_m_publicChatText_38() { return static_cast(offsetof(CChatManager_t1988186574, ___m_publicChatText_38)); } inline String_t* get_m_publicChatText_38() const { return ___m_publicChatText_38; } inline String_t** get_address_of_m_publicChatText_38() { return &___m_publicChatText_38; } inline void set_m_publicChatText_38(String_t* value) { ___m_publicChatText_38 = value; Il2CppCodeGenWriteBarrier((&___m_publicChatText_38), value); } inline static int32_t get_offset_of_m_lefttime_39() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lefttime_39)); } inline int32_t get_m_lefttime_39() const { return ___m_lefttime_39; } inline int32_t* get_address_of_m_lefttime_39() { return &___m_lefttime_39; } inline void set_m_lefttime_39(int32_t value) { ___m_lefttime_39 = value; } inline static int32_t get_offset_of_m_IsNeedRepainMenu_40() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedRepainMenu_40)); } inline bool get_m_IsNeedRepainMenu_40() const { return ___m_IsNeedRepainMenu_40; } inline bool* get_address_of_m_IsNeedRepainMenu_40() { return &___m_IsNeedRepainMenu_40; } inline void set_m_IsNeedRepainMenu_40(bool value) { ___m_IsNeedRepainMenu_40 = value; } }; struct CChatManager_t1988186574_StaticFields { public: // DMCore.Logic.CChatManager DMCore.Logic.CChatManager::s_Instance CChatManager_t1988186574 * ___s_Instance_36; // System.String DMCore.Logic.CChatManager::s_ChatTimeFormat String_t* ___s_ChatTimeFormat_37; public: inline static int32_t get_offset_of_s_Instance_36() { return static_cast(offsetof(CChatManager_t1988186574_StaticFields, ___s_Instance_36)); } inline CChatManager_t1988186574 * get_s_Instance_36() const { return ___s_Instance_36; } inline CChatManager_t1988186574 ** get_address_of_s_Instance_36() { return &___s_Instance_36; } inline void set_s_Instance_36(CChatManager_t1988186574 * value) { ___s_Instance_36 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_36), value); } inline static int32_t get_offset_of_s_ChatTimeFormat_37() { return static_cast(offsetof(CChatManager_t1988186574_StaticFields, ___s_ChatTimeFormat_37)); } inline String_t* get_s_ChatTimeFormat_37() const { return ___s_ChatTimeFormat_37; } inline String_t** get_address_of_s_ChatTimeFormat_37() { return &___s_ChatTimeFormat_37; } inline void set_s_ChatTimeFormat_37(String_t* value) { ___s_ChatTimeFormat_37 = value; Il2CppCodeGenWriteBarrier((&___s_ChatTimeFormat_37), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHATMANAGER_T1988186574_H #ifndef JSONREADER_T836887441_H #define JSONREADER_T836887441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonReader struct JsonReader_t836887441 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 LitJson.JsonReader::automaton_stack Stack_1_t3794335208 * ___automaton_stack_1; // System.Int32 LitJson.JsonReader::current_input int32_t ___current_input_2; // System.Int32 LitJson.JsonReader::current_symbol int32_t ___current_symbol_3; // System.Boolean LitJson.JsonReader::end_of_json bool ___end_of_json_4; // System.Boolean LitJson.JsonReader::end_of_input bool ___end_of_input_5; // LitJson.Lexer LitJson.JsonReader::lexer Lexer_t1514038666 * ___lexer_6; // System.Boolean LitJson.JsonReader::parser_in_string bool ___parser_in_string_7; // System.Boolean LitJson.JsonReader::parser_return bool ___parser_return_8; // System.Boolean LitJson.JsonReader::read_started bool ___read_started_9; // System.IO.TextReader LitJson.JsonReader::reader TextReader_t283511965 * ___reader_10; // System.Boolean LitJson.JsonReader::reader_is_owned bool ___reader_is_owned_11; // System.Boolean LitJson.JsonReader::skip_non_members bool ___skip_non_members_12; // System.Object LitJson.JsonReader::token_value RuntimeObject * ___token_value_13; // LitJson.JsonToken LitJson.JsonReader::token int32_t ___token_14; public: inline static int32_t get_offset_of_automaton_stack_1() { return static_cast(offsetof(JsonReader_t836887441, ___automaton_stack_1)); } inline Stack_1_t3794335208 * get_automaton_stack_1() const { return ___automaton_stack_1; } inline Stack_1_t3794335208 ** get_address_of_automaton_stack_1() { return &___automaton_stack_1; } inline void set_automaton_stack_1(Stack_1_t3794335208 * value) { ___automaton_stack_1 = value; Il2CppCodeGenWriteBarrier((&___automaton_stack_1), value); } inline static int32_t get_offset_of_current_input_2() { return static_cast(offsetof(JsonReader_t836887441, ___current_input_2)); } inline int32_t get_current_input_2() const { return ___current_input_2; } inline int32_t* get_address_of_current_input_2() { return &___current_input_2; } inline void set_current_input_2(int32_t value) { ___current_input_2 = value; } inline static int32_t get_offset_of_current_symbol_3() { return static_cast(offsetof(JsonReader_t836887441, ___current_symbol_3)); } inline int32_t get_current_symbol_3() const { return ___current_symbol_3; } inline int32_t* get_address_of_current_symbol_3() { return &___current_symbol_3; } inline void set_current_symbol_3(int32_t value) { ___current_symbol_3 = value; } inline static int32_t get_offset_of_end_of_json_4() { return static_cast(offsetof(JsonReader_t836887441, ___end_of_json_4)); } inline bool get_end_of_json_4() const { return ___end_of_json_4; } inline bool* get_address_of_end_of_json_4() { return &___end_of_json_4; } inline void set_end_of_json_4(bool value) { ___end_of_json_4 = value; } inline static int32_t get_offset_of_end_of_input_5() { return static_cast(offsetof(JsonReader_t836887441, ___end_of_input_5)); } inline bool get_end_of_input_5() const { return ___end_of_input_5; } inline bool* get_address_of_end_of_input_5() { return &___end_of_input_5; } inline void set_end_of_input_5(bool value) { ___end_of_input_5 = value; } inline static int32_t get_offset_of_lexer_6() { return static_cast(offsetof(JsonReader_t836887441, ___lexer_6)); } inline Lexer_t1514038666 * get_lexer_6() const { return ___lexer_6; } inline Lexer_t1514038666 ** get_address_of_lexer_6() { return &___lexer_6; } inline void set_lexer_6(Lexer_t1514038666 * value) { ___lexer_6 = value; Il2CppCodeGenWriteBarrier((&___lexer_6), value); } inline static int32_t get_offset_of_parser_in_string_7() { return static_cast(offsetof(JsonReader_t836887441, ___parser_in_string_7)); } inline bool get_parser_in_string_7() const { return ___parser_in_string_7; } inline bool* get_address_of_parser_in_string_7() { return &___parser_in_string_7; } inline void set_parser_in_string_7(bool value) { ___parser_in_string_7 = value; } inline static int32_t get_offset_of_parser_return_8() { return static_cast(offsetof(JsonReader_t836887441, ___parser_return_8)); } inline bool get_parser_return_8() const { return ___parser_return_8; } inline bool* get_address_of_parser_return_8() { return &___parser_return_8; } inline void set_parser_return_8(bool value) { ___parser_return_8 = value; } inline static int32_t get_offset_of_read_started_9() { return static_cast(offsetof(JsonReader_t836887441, ___read_started_9)); } inline bool get_read_started_9() const { return ___read_started_9; } inline bool* get_address_of_read_started_9() { return &___read_started_9; } inline void set_read_started_9(bool value) { ___read_started_9 = value; } inline static int32_t get_offset_of_reader_10() { return static_cast(offsetof(JsonReader_t836887441, ___reader_10)); } inline TextReader_t283511965 * get_reader_10() const { return ___reader_10; } inline TextReader_t283511965 ** get_address_of_reader_10() { return &___reader_10; } inline void set_reader_10(TextReader_t283511965 * value) { ___reader_10 = value; Il2CppCodeGenWriteBarrier((&___reader_10), value); } inline static int32_t get_offset_of_reader_is_owned_11() { return static_cast(offsetof(JsonReader_t836887441, ___reader_is_owned_11)); } inline bool get_reader_is_owned_11() const { return ___reader_is_owned_11; } inline bool* get_address_of_reader_is_owned_11() { return &___reader_is_owned_11; } inline void set_reader_is_owned_11(bool value) { ___reader_is_owned_11 = value; } inline static int32_t get_offset_of_skip_non_members_12() { return static_cast(offsetof(JsonReader_t836887441, ___skip_non_members_12)); } inline bool get_skip_non_members_12() const { return ___skip_non_members_12; } inline bool* get_address_of_skip_non_members_12() { return &___skip_non_members_12; } inline void set_skip_non_members_12(bool value) { ___skip_non_members_12 = value; } inline static int32_t get_offset_of_token_value_13() { return static_cast(offsetof(JsonReader_t836887441, ___token_value_13)); } inline RuntimeObject * get_token_value_13() const { return ___token_value_13; } inline RuntimeObject ** get_address_of_token_value_13() { return &___token_value_13; } inline void set_token_value_13(RuntimeObject * value) { ___token_value_13 = value; Il2CppCodeGenWriteBarrier((&___token_value_13), value); } inline static int32_t get_offset_of_token_14() { return static_cast(offsetof(JsonReader_t836887441, ___token_14)); } inline int32_t get_token_14() const { return ___token_14; } inline int32_t* get_address_of_token_14() { return &___token_14; } inline void set_token_14(int32_t value) { ___token_14 = value; } }; struct JsonReader_t836887441_StaticFields { public: // System.Collections.Generic.IDictionary`2> LitJson.JsonReader::parse_table RuntimeObject* ___parse_table_0; public: inline static int32_t get_offset_of_parse_table_0() { return static_cast(offsetof(JsonReader_t836887441_StaticFields, ___parse_table_0)); } inline RuntimeObject* get_parse_table_0() const { return ___parse_table_0; } inline RuntimeObject** get_address_of_parse_table_0() { return &___parse_table_0; } inline void set_parse_table_0(RuntimeObject* value) { ___parse_table_0 = value; Il2CppCodeGenWriteBarrier((&___parse_table_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONREADER_T836887441_H #ifndef CPVESTAGE_T850204332_H #define CPVESTAGE_T850204332_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveStage struct CPveStage_t850204332 : public RuntimeObject { public: // DMCore.Logic.ENUM_STAGE_TYPE DMCore.Logic.CPveStage::k__BackingField int32_t ___U3CstageTypeU3Ek__BackingField_0; // DMCore.Logic.ClothScoreData DMCore.Logic.CPveStage::m_clothingData ClothScoreData_t1911004847 * ___m_clothingData_1; // DMCore.Logic.CPveStoryData DMCore.Logic.CPveStage::m_storyData CPveStoryData_t1324513091 * ___m_storyData_2; // System.Int32 DMCore.Logic.CPveStage::m_nSceneID int32_t ___m_nSceneID_3; // System.Int32 DMCore.Logic.CPveStage::m_nMusicID int32_t ___m_nMusicID_4; // System.Int32 DMCore.Logic.CPveStage::m_nMusicLevel int32_t ___m_nMusicLevel_5; // System.Boolean DMCore.Logic.CPveStage::m_IsBossLevel bool ___m_IsBossLevel_6; // DMCore.DanceMode.ENUM_KEY_MODE DMCore.Logic.CPveStage::m_KeyMode int32_t ___m_KeyMode_7; // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.Logic.CPveStage::m_PlayMode int32_t ___m_PlayMode_8; // System.Int32 DMCore.Logic.CPveStage::m_stageID int32_t ___m_stageID_9; // System.Single[] DMCore.Logic.CPveStage::m_listWinFactor SingleU5BU5D_t1444911251* ___m_listWinFactor_10; // System.Collections.Generic.List`1 DMCore.Logic.CPveStage::m_listNpc List_1_t3978349119 * ___m_listNpc_11; // System.Collections.Generic.List`1> DMCore.Logic.CPveStage::m_listSectionScore List_1_t3588365150 * ___m_listSectionScore_12; public: inline static int32_t get_offset_of_U3CstageTypeU3Ek__BackingField_0() { return static_cast(offsetof(CPveStage_t850204332, ___U3CstageTypeU3Ek__BackingField_0)); } inline int32_t get_U3CstageTypeU3Ek__BackingField_0() const { return ___U3CstageTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CstageTypeU3Ek__BackingField_0() { return &___U3CstageTypeU3Ek__BackingField_0; } inline void set_U3CstageTypeU3Ek__BackingField_0(int32_t value) { ___U3CstageTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_clothingData_1() { return static_cast(offsetof(CPveStage_t850204332, ___m_clothingData_1)); } inline ClothScoreData_t1911004847 * get_m_clothingData_1() const { return ___m_clothingData_1; } inline ClothScoreData_t1911004847 ** get_address_of_m_clothingData_1() { return &___m_clothingData_1; } inline void set_m_clothingData_1(ClothScoreData_t1911004847 * value) { ___m_clothingData_1 = value; Il2CppCodeGenWriteBarrier((&___m_clothingData_1), value); } inline static int32_t get_offset_of_m_storyData_2() { return static_cast(offsetof(CPveStage_t850204332, ___m_storyData_2)); } inline CPveStoryData_t1324513091 * get_m_storyData_2() const { return ___m_storyData_2; } inline CPveStoryData_t1324513091 ** get_address_of_m_storyData_2() { return &___m_storyData_2; } inline void set_m_storyData_2(CPveStoryData_t1324513091 * value) { ___m_storyData_2 = value; Il2CppCodeGenWriteBarrier((&___m_storyData_2), value); } inline static int32_t get_offset_of_m_nSceneID_3() { return static_cast(offsetof(CPveStage_t850204332, ___m_nSceneID_3)); } inline int32_t get_m_nSceneID_3() const { return ___m_nSceneID_3; } inline int32_t* get_address_of_m_nSceneID_3() { return &___m_nSceneID_3; } inline void set_m_nSceneID_3(int32_t value) { ___m_nSceneID_3 = value; } inline static int32_t get_offset_of_m_nMusicID_4() { return static_cast(offsetof(CPveStage_t850204332, ___m_nMusicID_4)); } inline int32_t get_m_nMusicID_4() const { return ___m_nMusicID_4; } inline int32_t* get_address_of_m_nMusicID_4() { return &___m_nMusicID_4; } inline void set_m_nMusicID_4(int32_t value) { ___m_nMusicID_4 = value; } inline static int32_t get_offset_of_m_nMusicLevel_5() { return static_cast(offsetof(CPveStage_t850204332, ___m_nMusicLevel_5)); } inline int32_t get_m_nMusicLevel_5() const { return ___m_nMusicLevel_5; } inline int32_t* get_address_of_m_nMusicLevel_5() { return &___m_nMusicLevel_5; } inline void set_m_nMusicLevel_5(int32_t value) { ___m_nMusicLevel_5 = value; } inline static int32_t get_offset_of_m_IsBossLevel_6() { return static_cast(offsetof(CPveStage_t850204332, ___m_IsBossLevel_6)); } inline bool get_m_IsBossLevel_6() const { return ___m_IsBossLevel_6; } inline bool* get_address_of_m_IsBossLevel_6() { return &___m_IsBossLevel_6; } inline void set_m_IsBossLevel_6(bool value) { ___m_IsBossLevel_6 = value; } inline static int32_t get_offset_of_m_KeyMode_7() { return static_cast(offsetof(CPveStage_t850204332, ___m_KeyMode_7)); } inline int32_t get_m_KeyMode_7() const { return ___m_KeyMode_7; } inline int32_t* get_address_of_m_KeyMode_7() { return &___m_KeyMode_7; } inline void set_m_KeyMode_7(int32_t value) { ___m_KeyMode_7 = value; } inline static int32_t get_offset_of_m_PlayMode_8() { return static_cast(offsetof(CPveStage_t850204332, ___m_PlayMode_8)); } inline int32_t get_m_PlayMode_8() const { return ___m_PlayMode_8; } inline int32_t* get_address_of_m_PlayMode_8() { return &___m_PlayMode_8; } inline void set_m_PlayMode_8(int32_t value) { ___m_PlayMode_8 = value; } inline static int32_t get_offset_of_m_stageID_9() { return static_cast(offsetof(CPveStage_t850204332, ___m_stageID_9)); } inline int32_t get_m_stageID_9() const { return ___m_stageID_9; } inline int32_t* get_address_of_m_stageID_9() { return &___m_stageID_9; } inline void set_m_stageID_9(int32_t value) { ___m_stageID_9 = value; } inline static int32_t get_offset_of_m_listWinFactor_10() { return static_cast(offsetof(CPveStage_t850204332, ___m_listWinFactor_10)); } inline SingleU5BU5D_t1444911251* get_m_listWinFactor_10() const { return ___m_listWinFactor_10; } inline SingleU5BU5D_t1444911251** get_address_of_m_listWinFactor_10() { return &___m_listWinFactor_10; } inline void set_m_listWinFactor_10(SingleU5BU5D_t1444911251* value) { ___m_listWinFactor_10 = value; Il2CppCodeGenWriteBarrier((&___m_listWinFactor_10), value); } inline static int32_t get_offset_of_m_listNpc_11() { return static_cast(offsetof(CPveStage_t850204332, ___m_listNpc_11)); } inline List_1_t3978349119 * get_m_listNpc_11() const { return ___m_listNpc_11; } inline List_1_t3978349119 ** get_address_of_m_listNpc_11() { return &___m_listNpc_11; } inline void set_m_listNpc_11(List_1_t3978349119 * value) { ___m_listNpc_11 = value; Il2CppCodeGenWriteBarrier((&___m_listNpc_11), value); } inline static int32_t get_offset_of_m_listSectionScore_12() { return static_cast(offsetof(CPveStage_t850204332, ___m_listSectionScore_12)); } inline List_1_t3588365150 * get_m_listSectionScore_12() const { return ___m_listSectionScore_12; } inline List_1_t3588365150 ** get_address_of_m_listSectionScore_12() { return &___m_listSectionScore_12; } inline void set_m_listSectionScore_12(List_1_t3588365150 * value) { ___m_listSectionScore_12 = value; Il2CppCodeGenWriteBarrier((&___m_listSectionScore_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPVESTAGE_T850204332_H #ifndef 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 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 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 DATETIMEFORMATINFO_T2405853701_H #define DATETIMEFORMATINFO_T2405853701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701 : public RuntimeObject { public: // System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly bool ___m_isReadOnly_10; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_11; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_12; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_13; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_14; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_15; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_16; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_17; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_18; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_19; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_20; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_21; // System.String System.Globalization.DateTimeFormatInfo::_RFC1123Pattern String_t* ____RFC1123Pattern_22; // System.String System.Globalization.DateTimeFormatInfo::_SortableDateTimePattern String_t* ____SortableDateTimePattern_23; // System.String System.Globalization.DateTimeFormatInfo::_UniversalSortableDateTimePattern String_t* ____UniversalSortableDateTimePattern_24; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_25; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_t1661121569 * ___calendar_26; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_27; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_t1281789340* ___abbreviatedDayNames_28; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_t1281789340* ___dayNames_29; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_t1281789340* ___monthNames_30; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_t1281789340* ___abbreviatedMonthNames_31; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_t1281789340* ___allShortDatePatterns_32; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_t1281789340* ___allLongDatePatterns_33; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_t1281789340* ___allShortTimePatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_t1281789340* ___allLongTimePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::monthDayPatterns StringU5BU5D_t1281789340* ___monthDayPatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::yearMonthPatterns StringU5BU5D_t1281789340* ___yearMonthPatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::shortDayNames StringU5BU5D_t1281789340* ___shortDayNames_38; // System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem int32_t ___nDataItem_39; // System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride bool ___m_useUserOverride_40; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar bool ___m_isDefaultCalendar_41; // System.Int32 System.Globalization.DateTimeFormatInfo::CultureID int32_t ___CultureID_42; // System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo bool ___bUseCalendarInfo_43; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_44; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_45; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_t1281789340* ___m_eraNames_46; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_t1281789340* ___m_abbrevEraNames_47; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_t1281789340* ___m_abbrevEnglishEraNames_48; // System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords StringU5BU5D_t1281789340* ___m_dateWords_49; // System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars Int32U5BU5D_t385246372* ___optionalCalendars_50; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_t1281789340* ___m_superShortDayNames_51; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_t1281789340* ___genitiveMonthNames_52; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_t1281789340* ___m_genitiveAbbreviatedMonthNames_53; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_t1281789340* ___leapYearMonthNames_54; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_55; // System.String System.Globalization.DateTimeFormatInfo::m_name String_t* ___m_name_56; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::all_date_time_patterns StringU5BU5D_t1281789340* ___all_date_time_patterns_57; public: inline static int32_t get_offset_of_m_isReadOnly_10() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_isReadOnly_10)); } inline bool get_m_isReadOnly_10() const { return ___m_isReadOnly_10; } inline bool* get_address_of_m_isReadOnly_10() { return &___m_isReadOnly_10; } inline void set_m_isReadOnly_10(bool value) { ___m_isReadOnly_10 = value; } inline static int32_t get_offset_of_amDesignator_11() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___amDesignator_11)); } inline String_t* get_amDesignator_11() const { return ___amDesignator_11; } inline String_t** get_address_of_amDesignator_11() { return &___amDesignator_11; } inline void set_amDesignator_11(String_t* value) { ___amDesignator_11 = value; Il2CppCodeGenWriteBarrier((&___amDesignator_11), value); } inline static int32_t get_offset_of_pmDesignator_12() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___pmDesignator_12)); } inline String_t* get_pmDesignator_12() const { return ___pmDesignator_12; } inline String_t** get_address_of_pmDesignator_12() { return &___pmDesignator_12; } inline void set_pmDesignator_12(String_t* value) { ___pmDesignator_12 = value; Il2CppCodeGenWriteBarrier((&___pmDesignator_12), value); } inline static int32_t get_offset_of_dateSeparator_13() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___dateSeparator_13)); } inline String_t* get_dateSeparator_13() const { return ___dateSeparator_13; } inline String_t** get_address_of_dateSeparator_13() { return &___dateSeparator_13; } inline void set_dateSeparator_13(String_t* value) { ___dateSeparator_13 = value; Il2CppCodeGenWriteBarrier((&___dateSeparator_13), value); } inline static int32_t get_offset_of_timeSeparator_14() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___timeSeparator_14)); } inline String_t* get_timeSeparator_14() const { return ___timeSeparator_14; } inline String_t** get_address_of_timeSeparator_14() { return &___timeSeparator_14; } inline void set_timeSeparator_14(String_t* value) { ___timeSeparator_14 = value; Il2CppCodeGenWriteBarrier((&___timeSeparator_14), value); } inline static int32_t get_offset_of_shortDatePattern_15() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___shortDatePattern_15)); } inline String_t* get_shortDatePattern_15() const { return ___shortDatePattern_15; } inline String_t** get_address_of_shortDatePattern_15() { return &___shortDatePattern_15; } inline void set_shortDatePattern_15(String_t* value) { ___shortDatePattern_15 = value; Il2CppCodeGenWriteBarrier((&___shortDatePattern_15), value); } inline static int32_t get_offset_of_longDatePattern_16() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___longDatePattern_16)); } inline String_t* get_longDatePattern_16() const { return ___longDatePattern_16; } inline String_t** get_address_of_longDatePattern_16() { return &___longDatePattern_16; } inline void set_longDatePattern_16(String_t* value) { ___longDatePattern_16 = value; Il2CppCodeGenWriteBarrier((&___longDatePattern_16), value); } inline static int32_t get_offset_of_shortTimePattern_17() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___shortTimePattern_17)); } inline String_t* get_shortTimePattern_17() const { return ___shortTimePattern_17; } inline String_t** get_address_of_shortTimePattern_17() { return &___shortTimePattern_17; } inline void set_shortTimePattern_17(String_t* value) { ___shortTimePattern_17 = value; Il2CppCodeGenWriteBarrier((&___shortTimePattern_17), value); } inline static int32_t get_offset_of_longTimePattern_18() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___longTimePattern_18)); } inline String_t* get_longTimePattern_18() const { return ___longTimePattern_18; } inline String_t** get_address_of_longTimePattern_18() { return &___longTimePattern_18; } inline void set_longTimePattern_18(String_t* value) { ___longTimePattern_18 = value; Il2CppCodeGenWriteBarrier((&___longTimePattern_18), value); } inline static int32_t get_offset_of_monthDayPattern_19() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___monthDayPattern_19)); } inline String_t* get_monthDayPattern_19() const { return ___monthDayPattern_19; } inline String_t** get_address_of_monthDayPattern_19() { return &___monthDayPattern_19; } inline void set_monthDayPattern_19(String_t* value) { ___monthDayPattern_19 = value; Il2CppCodeGenWriteBarrier((&___monthDayPattern_19), value); } inline static int32_t get_offset_of_yearMonthPattern_20() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___yearMonthPattern_20)); } inline String_t* get_yearMonthPattern_20() const { return ___yearMonthPattern_20; } inline String_t** get_address_of_yearMonthPattern_20() { return &___yearMonthPattern_20; } inline void set_yearMonthPattern_20(String_t* value) { ___yearMonthPattern_20 = value; Il2CppCodeGenWriteBarrier((&___yearMonthPattern_20), value); } inline static int32_t get_offset_of_fullDateTimePattern_21() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___fullDateTimePattern_21)); } inline String_t* get_fullDateTimePattern_21() const { return ___fullDateTimePattern_21; } inline String_t** get_address_of_fullDateTimePattern_21() { return &___fullDateTimePattern_21; } inline void set_fullDateTimePattern_21(String_t* value) { ___fullDateTimePattern_21 = value; Il2CppCodeGenWriteBarrier((&___fullDateTimePattern_21), value); } inline static int32_t get_offset_of__RFC1123Pattern_22() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ____RFC1123Pattern_22)); } inline String_t* get__RFC1123Pattern_22() const { return ____RFC1123Pattern_22; } inline String_t** get_address_of__RFC1123Pattern_22() { return &____RFC1123Pattern_22; } inline void set__RFC1123Pattern_22(String_t* value) { ____RFC1123Pattern_22 = value; Il2CppCodeGenWriteBarrier((&____RFC1123Pattern_22), value); } inline static int32_t get_offset_of__SortableDateTimePattern_23() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ____SortableDateTimePattern_23)); } inline String_t* get__SortableDateTimePattern_23() const { return ____SortableDateTimePattern_23; } inline String_t** get_address_of__SortableDateTimePattern_23() { return &____SortableDateTimePattern_23; } inline void set__SortableDateTimePattern_23(String_t* value) { ____SortableDateTimePattern_23 = value; Il2CppCodeGenWriteBarrier((&____SortableDateTimePattern_23), value); } inline static int32_t get_offset_of__UniversalSortableDateTimePattern_24() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ____UniversalSortableDateTimePattern_24)); } inline String_t* get__UniversalSortableDateTimePattern_24() const { return ____UniversalSortableDateTimePattern_24; } inline String_t** get_address_of__UniversalSortableDateTimePattern_24() { return &____UniversalSortableDateTimePattern_24; } inline void set__UniversalSortableDateTimePattern_24(String_t* value) { ____UniversalSortableDateTimePattern_24 = value; Il2CppCodeGenWriteBarrier((&____UniversalSortableDateTimePattern_24), value); } inline static int32_t get_offset_of_firstDayOfWeek_25() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___firstDayOfWeek_25)); } inline int32_t get_firstDayOfWeek_25() const { return ___firstDayOfWeek_25; } inline int32_t* get_address_of_firstDayOfWeek_25() { return &___firstDayOfWeek_25; } inline void set_firstDayOfWeek_25(int32_t value) { ___firstDayOfWeek_25 = value; } inline static int32_t get_offset_of_calendar_26() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___calendar_26)); } inline Calendar_t1661121569 * get_calendar_26() const { return ___calendar_26; } inline Calendar_t1661121569 ** get_address_of_calendar_26() { return &___calendar_26; } inline void set_calendar_26(Calendar_t1661121569 * value) { ___calendar_26 = value; Il2CppCodeGenWriteBarrier((&___calendar_26), value); } inline static int32_t get_offset_of_calendarWeekRule_27() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___calendarWeekRule_27)); } inline int32_t get_calendarWeekRule_27() const { return ___calendarWeekRule_27; } inline int32_t* get_address_of_calendarWeekRule_27() { return &___calendarWeekRule_27; } inline void set_calendarWeekRule_27(int32_t value) { ___calendarWeekRule_27 = value; } inline static int32_t get_offset_of_abbreviatedDayNames_28() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___abbreviatedDayNames_28)); } inline StringU5BU5D_t1281789340* get_abbreviatedDayNames_28() const { return ___abbreviatedDayNames_28; } inline StringU5BU5D_t1281789340** get_address_of_abbreviatedDayNames_28() { return &___abbreviatedDayNames_28; } inline void set_abbreviatedDayNames_28(StringU5BU5D_t1281789340* value) { ___abbreviatedDayNames_28 = value; Il2CppCodeGenWriteBarrier((&___abbreviatedDayNames_28), value); } inline static int32_t get_offset_of_dayNames_29() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___dayNames_29)); } inline StringU5BU5D_t1281789340* get_dayNames_29() const { return ___dayNames_29; } inline StringU5BU5D_t1281789340** get_address_of_dayNames_29() { return &___dayNames_29; } inline void set_dayNames_29(StringU5BU5D_t1281789340* value) { ___dayNames_29 = value; Il2CppCodeGenWriteBarrier((&___dayNames_29), value); } inline static int32_t get_offset_of_monthNames_30() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___monthNames_30)); } inline StringU5BU5D_t1281789340* get_monthNames_30() const { return ___monthNames_30; } inline StringU5BU5D_t1281789340** get_address_of_monthNames_30() { return &___monthNames_30; } inline void set_monthNames_30(StringU5BU5D_t1281789340* value) { ___monthNames_30 = value; Il2CppCodeGenWriteBarrier((&___monthNames_30), value); } inline static int32_t get_offset_of_abbreviatedMonthNames_31() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___abbreviatedMonthNames_31)); } inline StringU5BU5D_t1281789340* get_abbreviatedMonthNames_31() const { return ___abbreviatedMonthNames_31; } inline StringU5BU5D_t1281789340** get_address_of_abbreviatedMonthNames_31() { return &___abbreviatedMonthNames_31; } inline void set_abbreviatedMonthNames_31(StringU5BU5D_t1281789340* value) { ___abbreviatedMonthNames_31 = value; Il2CppCodeGenWriteBarrier((&___abbreviatedMonthNames_31), value); } inline static int32_t get_offset_of_allShortDatePatterns_32() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allShortDatePatterns_32)); } inline StringU5BU5D_t1281789340* get_allShortDatePatterns_32() const { return ___allShortDatePatterns_32; } inline StringU5BU5D_t1281789340** get_address_of_allShortDatePatterns_32() { return &___allShortDatePatterns_32; } inline void set_allShortDatePatterns_32(StringU5BU5D_t1281789340* value) { ___allShortDatePatterns_32 = value; Il2CppCodeGenWriteBarrier((&___allShortDatePatterns_32), value); } inline static int32_t get_offset_of_allLongDatePatterns_33() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allLongDatePatterns_33)); } inline StringU5BU5D_t1281789340* get_allLongDatePatterns_33() const { return ___allLongDatePatterns_33; } inline StringU5BU5D_t1281789340** get_address_of_allLongDatePatterns_33() { return &___allLongDatePatterns_33; } inline void set_allLongDatePatterns_33(StringU5BU5D_t1281789340* value) { ___allLongDatePatterns_33 = value; Il2CppCodeGenWriteBarrier((&___allLongDatePatterns_33), value); } inline static int32_t get_offset_of_allShortTimePatterns_34() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allShortTimePatterns_34)); } inline StringU5BU5D_t1281789340* get_allShortTimePatterns_34() const { return ___allShortTimePatterns_34; } inline StringU5BU5D_t1281789340** get_address_of_allShortTimePatterns_34() { return &___allShortTimePatterns_34; } inline void set_allShortTimePatterns_34(StringU5BU5D_t1281789340* value) { ___allShortTimePatterns_34 = value; Il2CppCodeGenWriteBarrier((&___allShortTimePatterns_34), value); } inline static int32_t get_offset_of_allLongTimePatterns_35() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allLongTimePatterns_35)); } inline StringU5BU5D_t1281789340* get_allLongTimePatterns_35() const { return ___allLongTimePatterns_35; } inline StringU5BU5D_t1281789340** get_address_of_allLongTimePatterns_35() { return &___allLongTimePatterns_35; } inline void set_allLongTimePatterns_35(StringU5BU5D_t1281789340* value) { ___allLongTimePatterns_35 = value; Il2CppCodeGenWriteBarrier((&___allLongTimePatterns_35), value); } inline static int32_t get_offset_of_monthDayPatterns_36() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___monthDayPatterns_36)); } inline StringU5BU5D_t1281789340* get_monthDayPatterns_36() const { return ___monthDayPatterns_36; } inline StringU5BU5D_t1281789340** get_address_of_monthDayPatterns_36() { return &___monthDayPatterns_36; } inline void set_monthDayPatterns_36(StringU5BU5D_t1281789340* value) { ___monthDayPatterns_36 = value; Il2CppCodeGenWriteBarrier((&___monthDayPatterns_36), value); } inline static int32_t get_offset_of_yearMonthPatterns_37() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___yearMonthPatterns_37)); } inline StringU5BU5D_t1281789340* get_yearMonthPatterns_37() const { return ___yearMonthPatterns_37; } inline StringU5BU5D_t1281789340** get_address_of_yearMonthPatterns_37() { return &___yearMonthPatterns_37; } inline void set_yearMonthPatterns_37(StringU5BU5D_t1281789340* value) { ___yearMonthPatterns_37 = value; Il2CppCodeGenWriteBarrier((&___yearMonthPatterns_37), value); } inline static int32_t get_offset_of_shortDayNames_38() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___shortDayNames_38)); } inline StringU5BU5D_t1281789340* get_shortDayNames_38() const { return ___shortDayNames_38; } inline StringU5BU5D_t1281789340** get_address_of_shortDayNames_38() { return &___shortDayNames_38; } inline void set_shortDayNames_38(StringU5BU5D_t1281789340* value) { ___shortDayNames_38 = value; Il2CppCodeGenWriteBarrier((&___shortDayNames_38), value); } inline static int32_t get_offset_of_nDataItem_39() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___nDataItem_39)); } inline int32_t get_nDataItem_39() const { return ___nDataItem_39; } inline int32_t* get_address_of_nDataItem_39() { return &___nDataItem_39; } inline void set_nDataItem_39(int32_t value) { ___nDataItem_39 = value; } inline static int32_t get_offset_of_m_useUserOverride_40() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_useUserOverride_40)); } inline bool get_m_useUserOverride_40() const { return ___m_useUserOverride_40; } inline bool* get_address_of_m_useUserOverride_40() { return &___m_useUserOverride_40; } inline void set_m_useUserOverride_40(bool value) { ___m_useUserOverride_40 = value; } inline static int32_t get_offset_of_m_isDefaultCalendar_41() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_isDefaultCalendar_41)); } inline bool get_m_isDefaultCalendar_41() const { return ___m_isDefaultCalendar_41; } inline bool* get_address_of_m_isDefaultCalendar_41() { return &___m_isDefaultCalendar_41; } inline void set_m_isDefaultCalendar_41(bool value) { ___m_isDefaultCalendar_41 = value; } inline static int32_t get_offset_of_CultureID_42() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___CultureID_42)); } inline int32_t get_CultureID_42() const { return ___CultureID_42; } inline int32_t* get_address_of_CultureID_42() { return &___CultureID_42; } inline void set_CultureID_42(int32_t value) { ___CultureID_42 = value; } inline static int32_t get_offset_of_bUseCalendarInfo_43() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___bUseCalendarInfo_43)); } inline bool get_bUseCalendarInfo_43() const { return ___bUseCalendarInfo_43; } inline bool* get_address_of_bUseCalendarInfo_43() { return &___bUseCalendarInfo_43; } inline void set_bUseCalendarInfo_43(bool value) { ___bUseCalendarInfo_43 = value; } inline static int32_t get_offset_of_generalShortTimePattern_44() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___generalShortTimePattern_44)); } inline String_t* get_generalShortTimePattern_44() const { return ___generalShortTimePattern_44; } inline String_t** get_address_of_generalShortTimePattern_44() { return &___generalShortTimePattern_44; } inline void set_generalShortTimePattern_44(String_t* value) { ___generalShortTimePattern_44 = value; Il2CppCodeGenWriteBarrier((&___generalShortTimePattern_44), value); } inline static int32_t get_offset_of_generalLongTimePattern_45() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___generalLongTimePattern_45)); } inline String_t* get_generalLongTimePattern_45() const { return ___generalLongTimePattern_45; } inline String_t** get_address_of_generalLongTimePattern_45() { return &___generalLongTimePattern_45; } inline void set_generalLongTimePattern_45(String_t* value) { ___generalLongTimePattern_45 = value; Il2CppCodeGenWriteBarrier((&___generalLongTimePattern_45), value); } inline static int32_t get_offset_of_m_eraNames_46() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_eraNames_46)); } inline StringU5BU5D_t1281789340* get_m_eraNames_46() const { return ___m_eraNames_46; } inline StringU5BU5D_t1281789340** get_address_of_m_eraNames_46() { return &___m_eraNames_46; } inline void set_m_eraNames_46(StringU5BU5D_t1281789340* value) { ___m_eraNames_46 = value; Il2CppCodeGenWriteBarrier((&___m_eraNames_46), value); } inline static int32_t get_offset_of_m_abbrevEraNames_47() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_abbrevEraNames_47)); } inline StringU5BU5D_t1281789340* get_m_abbrevEraNames_47() const { return ___m_abbrevEraNames_47; } inline StringU5BU5D_t1281789340** get_address_of_m_abbrevEraNames_47() { return &___m_abbrevEraNames_47; } inline void set_m_abbrevEraNames_47(StringU5BU5D_t1281789340* value) { ___m_abbrevEraNames_47 = value; Il2CppCodeGenWriteBarrier((&___m_abbrevEraNames_47), value); } inline static int32_t get_offset_of_m_abbrevEnglishEraNames_48() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_abbrevEnglishEraNames_48)); } inline StringU5BU5D_t1281789340* get_m_abbrevEnglishEraNames_48() const { return ___m_abbrevEnglishEraNames_48; } inline StringU5BU5D_t1281789340** get_address_of_m_abbrevEnglishEraNames_48() { return &___m_abbrevEnglishEraNames_48; } inline void set_m_abbrevEnglishEraNames_48(StringU5BU5D_t1281789340* value) { ___m_abbrevEnglishEraNames_48 = value; Il2CppCodeGenWriteBarrier((&___m_abbrevEnglishEraNames_48), value); } inline static int32_t get_offset_of_m_dateWords_49() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_dateWords_49)); } inline StringU5BU5D_t1281789340* get_m_dateWords_49() const { return ___m_dateWords_49; } inline StringU5BU5D_t1281789340** get_address_of_m_dateWords_49() { return &___m_dateWords_49; } inline void set_m_dateWords_49(StringU5BU5D_t1281789340* value) { ___m_dateWords_49 = value; Il2CppCodeGenWriteBarrier((&___m_dateWords_49), value); } inline static int32_t get_offset_of_optionalCalendars_50() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___optionalCalendars_50)); } inline Int32U5BU5D_t385246372* get_optionalCalendars_50() const { return ___optionalCalendars_50; } inline Int32U5BU5D_t385246372** get_address_of_optionalCalendars_50() { return &___optionalCalendars_50; } inline void set_optionalCalendars_50(Int32U5BU5D_t385246372* value) { ___optionalCalendars_50 = value; Il2CppCodeGenWriteBarrier((&___optionalCalendars_50), value); } inline static int32_t get_offset_of_m_superShortDayNames_51() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_superShortDayNames_51)); } inline StringU5BU5D_t1281789340* get_m_superShortDayNames_51() const { return ___m_superShortDayNames_51; } inline StringU5BU5D_t1281789340** get_address_of_m_superShortDayNames_51() { return &___m_superShortDayNames_51; } inline void set_m_superShortDayNames_51(StringU5BU5D_t1281789340* value) { ___m_superShortDayNames_51 = value; Il2CppCodeGenWriteBarrier((&___m_superShortDayNames_51), value); } inline static int32_t get_offset_of_genitiveMonthNames_52() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___genitiveMonthNames_52)); } inline StringU5BU5D_t1281789340* get_genitiveMonthNames_52() const { return ___genitiveMonthNames_52; } inline StringU5BU5D_t1281789340** get_address_of_genitiveMonthNames_52() { return &___genitiveMonthNames_52; } inline void set_genitiveMonthNames_52(StringU5BU5D_t1281789340* value) { ___genitiveMonthNames_52 = value; Il2CppCodeGenWriteBarrier((&___genitiveMonthNames_52), value); } inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_53() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_genitiveAbbreviatedMonthNames_53)); } inline StringU5BU5D_t1281789340* get_m_genitiveAbbreviatedMonthNames_53() const { return ___m_genitiveAbbreviatedMonthNames_53; } inline StringU5BU5D_t1281789340** get_address_of_m_genitiveAbbreviatedMonthNames_53() { return &___m_genitiveAbbreviatedMonthNames_53; } inline void set_m_genitiveAbbreviatedMonthNames_53(StringU5BU5D_t1281789340* value) { ___m_genitiveAbbreviatedMonthNames_53 = value; Il2CppCodeGenWriteBarrier((&___m_genitiveAbbreviatedMonthNames_53), value); } inline static int32_t get_offset_of_leapYearMonthNames_54() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___leapYearMonthNames_54)); } inline StringU5BU5D_t1281789340* get_leapYearMonthNames_54() const { return ___leapYearMonthNames_54; } inline StringU5BU5D_t1281789340** get_address_of_leapYearMonthNames_54() { return &___leapYearMonthNames_54; } inline void set_leapYearMonthNames_54(StringU5BU5D_t1281789340* value) { ___leapYearMonthNames_54 = value; Il2CppCodeGenWriteBarrier((&___leapYearMonthNames_54), value); } inline static int32_t get_offset_of_formatFlags_55() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___formatFlags_55)); } inline int32_t get_formatFlags_55() const { return ___formatFlags_55; } inline int32_t* get_address_of_formatFlags_55() { return &___formatFlags_55; } inline void set_formatFlags_55(int32_t value) { ___formatFlags_55 = value; } inline static int32_t get_offset_of_m_name_56() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_name_56)); } inline String_t* get_m_name_56() const { return ___m_name_56; } inline String_t** get_address_of_m_name_56() { return &___m_name_56; } inline void set_m_name_56(String_t* value) { ___m_name_56 = value; Il2CppCodeGenWriteBarrier((&___m_name_56), value); } inline static int32_t get_offset_of_all_date_time_patterns_57() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___all_date_time_patterns_57)); } inline StringU5BU5D_t1281789340* get_all_date_time_patterns_57() const { return ___all_date_time_patterns_57; } inline StringU5BU5D_t1281789340** get_address_of_all_date_time_patterns_57() { return &___all_date_time_patterns_57; } inline void set_all_date_time_patterns_57(StringU5BU5D_t1281789340* value) { ___all_date_time_patterns_57 = value; Il2CppCodeGenWriteBarrier((&___all_date_time_patterns_57), value); } }; struct DateTimeFormatInfo_t2405853701_StaticFields { public: // System.String System.Globalization.DateTimeFormatInfo::MSG_READONLY String_t* ___MSG_READONLY_1; // System.String System.Globalization.DateTimeFormatInfo::MSG_ARRAYSIZE_MONTH String_t* ___MSG_ARRAYSIZE_MONTH_2; // System.String System.Globalization.DateTimeFormatInfo::MSG_ARRAYSIZE_DAY String_t* ___MSG_ARRAYSIZE_DAY_3; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_ABBREVIATED_DAY_NAMES StringU5BU5D_t1281789340* ___INVARIANT_ABBREVIATED_DAY_NAMES_4; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_DAY_NAMES StringU5BU5D_t1281789340* ___INVARIANT_DAY_NAMES_5; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_ABBREVIATED_MONTH_NAMES StringU5BU5D_t1281789340* ___INVARIANT_ABBREVIATED_MONTH_NAMES_6; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_MONTH_NAMES StringU5BU5D_t1281789340* ___INVARIANT_MONTH_NAMES_7; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_SHORT_DAY_NAMES StringU5BU5D_t1281789340* ___INVARIANT_SHORT_DAY_NAMES_8; // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::theInvariantDateTimeFormatInfo DateTimeFormatInfo_t2405853701 * ___theInvariantDateTimeFormatInfo_9; public: inline static int32_t get_offset_of_MSG_READONLY_1() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___MSG_READONLY_1)); } inline String_t* get_MSG_READONLY_1() const { return ___MSG_READONLY_1; } inline String_t** get_address_of_MSG_READONLY_1() { return &___MSG_READONLY_1; } inline void set_MSG_READONLY_1(String_t* value) { ___MSG_READONLY_1 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_1), value); } inline static int32_t get_offset_of_MSG_ARRAYSIZE_MONTH_2() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___MSG_ARRAYSIZE_MONTH_2)); } inline String_t* get_MSG_ARRAYSIZE_MONTH_2() const { return ___MSG_ARRAYSIZE_MONTH_2; } inline String_t** get_address_of_MSG_ARRAYSIZE_MONTH_2() { return &___MSG_ARRAYSIZE_MONTH_2; } inline void set_MSG_ARRAYSIZE_MONTH_2(String_t* value) { ___MSG_ARRAYSIZE_MONTH_2 = value; Il2CppCodeGenWriteBarrier((&___MSG_ARRAYSIZE_MONTH_2), value); } inline static int32_t get_offset_of_MSG_ARRAYSIZE_DAY_3() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___MSG_ARRAYSIZE_DAY_3)); } inline String_t* get_MSG_ARRAYSIZE_DAY_3() const { return ___MSG_ARRAYSIZE_DAY_3; } inline String_t** get_address_of_MSG_ARRAYSIZE_DAY_3() { return &___MSG_ARRAYSIZE_DAY_3; } inline void set_MSG_ARRAYSIZE_DAY_3(String_t* value) { ___MSG_ARRAYSIZE_DAY_3 = value; Il2CppCodeGenWriteBarrier((&___MSG_ARRAYSIZE_DAY_3), value); } inline static int32_t get_offset_of_INVARIANT_ABBREVIATED_DAY_NAMES_4() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_ABBREVIATED_DAY_NAMES_4)); } inline StringU5BU5D_t1281789340* get_INVARIANT_ABBREVIATED_DAY_NAMES_4() const { return ___INVARIANT_ABBREVIATED_DAY_NAMES_4; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_ABBREVIATED_DAY_NAMES_4() { return &___INVARIANT_ABBREVIATED_DAY_NAMES_4; } inline void set_INVARIANT_ABBREVIATED_DAY_NAMES_4(StringU5BU5D_t1281789340* value) { ___INVARIANT_ABBREVIATED_DAY_NAMES_4 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_ABBREVIATED_DAY_NAMES_4), value); } inline static int32_t get_offset_of_INVARIANT_DAY_NAMES_5() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_DAY_NAMES_5)); } inline StringU5BU5D_t1281789340* get_INVARIANT_DAY_NAMES_5() const { return ___INVARIANT_DAY_NAMES_5; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_DAY_NAMES_5() { return &___INVARIANT_DAY_NAMES_5; } inline void set_INVARIANT_DAY_NAMES_5(StringU5BU5D_t1281789340* value) { ___INVARIANT_DAY_NAMES_5 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_DAY_NAMES_5), value); } inline static int32_t get_offset_of_INVARIANT_ABBREVIATED_MONTH_NAMES_6() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_ABBREVIATED_MONTH_NAMES_6)); } inline StringU5BU5D_t1281789340* get_INVARIANT_ABBREVIATED_MONTH_NAMES_6() const { return ___INVARIANT_ABBREVIATED_MONTH_NAMES_6; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_ABBREVIATED_MONTH_NAMES_6() { return &___INVARIANT_ABBREVIATED_MONTH_NAMES_6; } inline void set_INVARIANT_ABBREVIATED_MONTH_NAMES_6(StringU5BU5D_t1281789340* value) { ___INVARIANT_ABBREVIATED_MONTH_NAMES_6 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_ABBREVIATED_MONTH_NAMES_6), value); } inline static int32_t get_offset_of_INVARIANT_MONTH_NAMES_7() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_MONTH_NAMES_7)); } inline StringU5BU5D_t1281789340* get_INVARIANT_MONTH_NAMES_7() const { return ___INVARIANT_MONTH_NAMES_7; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_MONTH_NAMES_7() { return &___INVARIANT_MONTH_NAMES_7; } inline void set_INVARIANT_MONTH_NAMES_7(StringU5BU5D_t1281789340* value) { ___INVARIANT_MONTH_NAMES_7 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_MONTH_NAMES_7), value); } inline static int32_t get_offset_of_INVARIANT_SHORT_DAY_NAMES_8() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_SHORT_DAY_NAMES_8)); } inline StringU5BU5D_t1281789340* get_INVARIANT_SHORT_DAY_NAMES_8() const { return ___INVARIANT_SHORT_DAY_NAMES_8; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_SHORT_DAY_NAMES_8() { return &___INVARIANT_SHORT_DAY_NAMES_8; } inline void set_INVARIANT_SHORT_DAY_NAMES_8(StringU5BU5D_t1281789340* value) { ___INVARIANT_SHORT_DAY_NAMES_8 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_SHORT_DAY_NAMES_8), value); } inline static int32_t get_offset_of_theInvariantDateTimeFormatInfo_9() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___theInvariantDateTimeFormatInfo_9)); } inline DateTimeFormatInfo_t2405853701 * get_theInvariantDateTimeFormatInfo_9() const { return ___theInvariantDateTimeFormatInfo_9; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_theInvariantDateTimeFormatInfo_9() { return &___theInvariantDateTimeFormatInfo_9; } inline void set_theInvariantDateTimeFormatInfo_9(DateTimeFormatInfo_t2405853701 * value) { ___theInvariantDateTimeFormatInfo_9 = value; Il2CppCodeGenWriteBarrier((&___theInvariantDateTimeFormatInfo_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEFORMATINFO_T2405853701_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 ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_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 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 JSONDATA_T1524858407_H #define JSONDATA_T1524858407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonData struct JsonData_t1524858407 : public RuntimeObject { public: // System.Collections.Generic.IList`1 LitJson.JsonData::inst_array RuntimeObject* ___inst_array_0; // System.Boolean LitJson.JsonData::inst_boolean bool ___inst_boolean_1; // System.Double LitJson.JsonData::inst_double double ___inst_double_2; // System.Int32 LitJson.JsonData::inst_int int32_t ___inst_int_3; // System.Int64 LitJson.JsonData::inst_long int64_t ___inst_long_4; // System.Collections.Generic.IDictionary`2 LitJson.JsonData::inst_object RuntimeObject* ___inst_object_5; // System.String LitJson.JsonData::inst_string String_t* ___inst_string_6; // System.String LitJson.JsonData::json String_t* ___json_7; // LitJson.JsonType LitJson.JsonData::type int32_t ___type_8; // System.Collections.Generic.IList`1> LitJson.JsonData::object_list RuntimeObject* ___object_list_9; public: inline static int32_t get_offset_of_inst_array_0() { return static_cast(offsetof(JsonData_t1524858407, ___inst_array_0)); } inline RuntimeObject* get_inst_array_0() const { return ___inst_array_0; } inline RuntimeObject** get_address_of_inst_array_0() { return &___inst_array_0; } inline void set_inst_array_0(RuntimeObject* value) { ___inst_array_0 = value; Il2CppCodeGenWriteBarrier((&___inst_array_0), value); } inline static int32_t get_offset_of_inst_boolean_1() { return static_cast(offsetof(JsonData_t1524858407, ___inst_boolean_1)); } inline bool get_inst_boolean_1() const { return ___inst_boolean_1; } inline bool* get_address_of_inst_boolean_1() { return &___inst_boolean_1; } inline void set_inst_boolean_1(bool value) { ___inst_boolean_1 = value; } inline static int32_t get_offset_of_inst_double_2() { return static_cast(offsetof(JsonData_t1524858407, ___inst_double_2)); } inline double get_inst_double_2() const { return ___inst_double_2; } inline double* get_address_of_inst_double_2() { return &___inst_double_2; } inline void set_inst_double_2(double value) { ___inst_double_2 = value; } inline static int32_t get_offset_of_inst_int_3() { return static_cast(offsetof(JsonData_t1524858407, ___inst_int_3)); } inline int32_t get_inst_int_3() const { return ___inst_int_3; } inline int32_t* get_address_of_inst_int_3() { return &___inst_int_3; } inline void set_inst_int_3(int32_t value) { ___inst_int_3 = value; } inline static int32_t get_offset_of_inst_long_4() { return static_cast(offsetof(JsonData_t1524858407, ___inst_long_4)); } inline int64_t get_inst_long_4() const { return ___inst_long_4; } inline int64_t* get_address_of_inst_long_4() { return &___inst_long_4; } inline void set_inst_long_4(int64_t value) { ___inst_long_4 = value; } inline static int32_t get_offset_of_inst_object_5() { return static_cast(offsetof(JsonData_t1524858407, ___inst_object_5)); } inline RuntimeObject* get_inst_object_5() const { return ___inst_object_5; } inline RuntimeObject** get_address_of_inst_object_5() { return &___inst_object_5; } inline void set_inst_object_5(RuntimeObject* value) { ___inst_object_5 = value; Il2CppCodeGenWriteBarrier((&___inst_object_5), value); } inline static int32_t get_offset_of_inst_string_6() { return static_cast(offsetof(JsonData_t1524858407, ___inst_string_6)); } inline String_t* get_inst_string_6() const { return ___inst_string_6; } inline String_t** get_address_of_inst_string_6() { return &___inst_string_6; } inline void set_inst_string_6(String_t* value) { ___inst_string_6 = value; Il2CppCodeGenWriteBarrier((&___inst_string_6), value); } inline static int32_t get_offset_of_json_7() { return static_cast(offsetof(JsonData_t1524858407, ___json_7)); } inline String_t* get_json_7() const { return ___json_7; } inline String_t** get_address_of_json_7() { return &___json_7; } inline void set_json_7(String_t* value) { ___json_7 = value; Il2CppCodeGenWriteBarrier((&___json_7), value); } inline static int32_t get_offset_of_type_8() { return static_cast(offsetof(JsonData_t1524858407, ___type_8)); } inline int32_t get_type_8() const { return ___type_8; } inline int32_t* get_address_of_type_8() { return &___type_8; } inline void set_type_8(int32_t value) { ___type_8 = value; } inline static int32_t get_offset_of_object_list_9() { return static_cast(offsetof(JsonData_t1524858407, ___object_list_9)); } inline RuntimeObject* get_object_list_9() const { return ___object_list_9; } inline RuntimeObject** get_address_of_object_list_9() { return &___object_list_9; } inline void set_object_list_9(RuntimeObject* value) { ___object_list_9 = value; Il2CppCodeGenWriteBarrier((&___object_list_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONDATA_T1524858407_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 CRECHARGEUNIT_T1619097969_H #define CRECHARGEUNIT_T1619097969_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRechargeUnit struct CRechargeUnit_t1619097969 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CRechargeUnit::ID int32_t ___ID_0; // System.String DMCore.Logic.CRechargeUnit::IconPath String_t* ___IconPath_1; // System.String DMCore.Logic.CRechargeUnit::Description String_t* ___Description_2; // System.Int32 DMCore.Logic.CRechargeUnit::TotalDiamondCount int32_t ___TotalDiamondCount_3; // System.Int32 DMCore.Logic.CRechargeUnit::DiamondCount int32_t ___DiamondCount_4; // System.Single DMCore.Logic.CRechargeUnit::RmbCount float ___RmbCount_5; // System.String DMCore.Logic.CRechargeUnit::Title String_t* ___Title_6; // System.String DMCore.Logic.CRechargeUnit::ConfirmTip String_t* ___ConfirmTip_7; // System.Boolean DMCore.Logic.CRechargeUnit::IsRecommend bool ___IsRecommend_8; // System.Boolean DMCore.Logic.CRechargeUnit::IsEnable bool ___IsEnable_9; // System.Boolean DMCore.Logic.CRechargeUnit::IsRechargeItem bool ___IsRechargeItem_10; // System.String DMCore.Logic.CRechargeUnit::RmbSign String_t* ___RmbSign_11; // enumMemberLevel DMCore.Logic.CRechargeUnit::MemberLevel int32_t ___MemberLevel_12; // CardType DMCore.Logic.CRechargeUnit::CardType int32_t ___CardType_13; // System.Boolean DMCore.Logic.CRechargeUnit::bFirstRechargeDouble bool ___bFirstRechargeDouble_14; // System.Boolean DMCore.Logic.CRechargeUnit::IsReview bool ___IsReview_15; public: inline static int32_t get_offset_of_ID_0() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___ID_0)); } inline int32_t get_ID_0() const { return ___ID_0; } inline int32_t* get_address_of_ID_0() { return &___ID_0; } inline void set_ID_0(int32_t value) { ___ID_0 = value; } inline static int32_t get_offset_of_IconPath_1() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___IconPath_1)); } inline String_t* get_IconPath_1() const { return ___IconPath_1; } inline String_t** get_address_of_IconPath_1() { return &___IconPath_1; } inline void set_IconPath_1(String_t* value) { ___IconPath_1 = value; Il2CppCodeGenWriteBarrier((&___IconPath_1), value); } inline static int32_t get_offset_of_Description_2() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___Description_2)); } inline String_t* get_Description_2() const { return ___Description_2; } inline String_t** get_address_of_Description_2() { return &___Description_2; } inline void set_Description_2(String_t* value) { ___Description_2 = value; Il2CppCodeGenWriteBarrier((&___Description_2), value); } inline static int32_t get_offset_of_TotalDiamondCount_3() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___TotalDiamondCount_3)); } inline int32_t get_TotalDiamondCount_3() const { return ___TotalDiamondCount_3; } inline int32_t* get_address_of_TotalDiamondCount_3() { return &___TotalDiamondCount_3; } inline void set_TotalDiamondCount_3(int32_t value) { ___TotalDiamondCount_3 = value; } inline static int32_t get_offset_of_DiamondCount_4() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___DiamondCount_4)); } inline int32_t get_DiamondCount_4() const { return ___DiamondCount_4; } inline int32_t* get_address_of_DiamondCount_4() { return &___DiamondCount_4; } inline void set_DiamondCount_4(int32_t value) { ___DiamondCount_4 = value; } inline static int32_t get_offset_of_RmbCount_5() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___RmbCount_5)); } inline float get_RmbCount_5() const { return ___RmbCount_5; } inline float* get_address_of_RmbCount_5() { return &___RmbCount_5; } inline void set_RmbCount_5(float value) { ___RmbCount_5 = value; } inline static int32_t get_offset_of_Title_6() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___Title_6)); } inline String_t* get_Title_6() const { return ___Title_6; } inline String_t** get_address_of_Title_6() { return &___Title_6; } inline void set_Title_6(String_t* value) { ___Title_6 = value; Il2CppCodeGenWriteBarrier((&___Title_6), value); } inline static int32_t get_offset_of_ConfirmTip_7() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___ConfirmTip_7)); } inline String_t* get_ConfirmTip_7() const { return ___ConfirmTip_7; } inline String_t** get_address_of_ConfirmTip_7() { return &___ConfirmTip_7; } inline void set_ConfirmTip_7(String_t* value) { ___ConfirmTip_7 = value; Il2CppCodeGenWriteBarrier((&___ConfirmTip_7), value); } inline static int32_t get_offset_of_IsRecommend_8() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___IsRecommend_8)); } inline bool get_IsRecommend_8() const { return ___IsRecommend_8; } inline bool* get_address_of_IsRecommend_8() { return &___IsRecommend_8; } inline void set_IsRecommend_8(bool value) { ___IsRecommend_8 = value; } inline static int32_t get_offset_of_IsEnable_9() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___IsEnable_9)); } inline bool get_IsEnable_9() const { return ___IsEnable_9; } inline bool* get_address_of_IsEnable_9() { return &___IsEnable_9; } inline void set_IsEnable_9(bool value) { ___IsEnable_9 = value; } inline static int32_t get_offset_of_IsRechargeItem_10() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___IsRechargeItem_10)); } inline bool get_IsRechargeItem_10() const { return ___IsRechargeItem_10; } inline bool* get_address_of_IsRechargeItem_10() { return &___IsRechargeItem_10; } inline void set_IsRechargeItem_10(bool value) { ___IsRechargeItem_10 = value; } inline static int32_t get_offset_of_RmbSign_11() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___RmbSign_11)); } inline String_t* get_RmbSign_11() const { return ___RmbSign_11; } inline String_t** get_address_of_RmbSign_11() { return &___RmbSign_11; } inline void set_RmbSign_11(String_t* value) { ___RmbSign_11 = value; Il2CppCodeGenWriteBarrier((&___RmbSign_11), value); } inline static int32_t get_offset_of_MemberLevel_12() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___MemberLevel_12)); } inline int32_t get_MemberLevel_12() const { return ___MemberLevel_12; } inline int32_t* get_address_of_MemberLevel_12() { return &___MemberLevel_12; } inline void set_MemberLevel_12(int32_t value) { ___MemberLevel_12 = value; } inline static int32_t get_offset_of_CardType_13() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___CardType_13)); } inline int32_t get_CardType_13() const { return ___CardType_13; } inline int32_t* get_address_of_CardType_13() { return &___CardType_13; } inline void set_CardType_13(int32_t value) { ___CardType_13 = value; } inline static int32_t get_offset_of_bFirstRechargeDouble_14() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___bFirstRechargeDouble_14)); } inline bool get_bFirstRechargeDouble_14() const { return ___bFirstRechargeDouble_14; } inline bool* get_address_of_bFirstRechargeDouble_14() { return &___bFirstRechargeDouble_14; } inline void set_bFirstRechargeDouble_14(bool value) { ___bFirstRechargeDouble_14 = value; } inline static int32_t get_offset_of_IsReview_15() { return static_cast(offsetof(CRechargeUnit_t1619097969, ___IsReview_15)); } inline bool get_IsReview_15() const { return ___IsReview_15; } inline bool* get_address_of_IsReview_15() { return &___IsReview_15; } inline void set_IsReview_15(bool value) { ___IsReview_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRECHARGEUNIT_T1619097969_H #ifndef GAMEOBJECT_T1113636619_H #define GAMEOBJECT_T1113636619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GameObject struct GameObject_t1113636619 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEOBJECT_T1113636619_H #ifndef COMPONENT_T1923634451_H #define COMPONENT_T1923634451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Component struct Component_t1923634451 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENT_T1923634451_H #ifndef CBLESSMANAGER_T2858824243_H #define CBLESSMANAGER_T2858824243_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CBlessManager struct CBlessManager_t2858824243 : public RuntimeObject { public: // uiMarryBless DMCore.Logic.CBlessManager::mUIMarryBless uiMarryBless_t1813636254 * ___mUIMarryBless_0; // System.String DMCore.Logic.CBlessManager::m_strUserName String_t* ___m_strUserName_1; // DMCore.Logic.enumBless DMCore.Logic.CBlessManager::m_ActiveGift int32_t ___m_ActiveGift_2; public: inline static int32_t get_offset_of_mUIMarryBless_0() { return static_cast(offsetof(CBlessManager_t2858824243, ___mUIMarryBless_0)); } inline uiMarryBless_t1813636254 * get_mUIMarryBless_0() const { return ___mUIMarryBless_0; } inline uiMarryBless_t1813636254 ** get_address_of_mUIMarryBless_0() { return &___mUIMarryBless_0; } inline void set_mUIMarryBless_0(uiMarryBless_t1813636254 * value) { ___mUIMarryBless_0 = value; Il2CppCodeGenWriteBarrier((&___mUIMarryBless_0), value); } inline static int32_t get_offset_of_m_strUserName_1() { return static_cast(offsetof(CBlessManager_t2858824243, ___m_strUserName_1)); } inline String_t* get_m_strUserName_1() const { return ___m_strUserName_1; } inline String_t** get_address_of_m_strUserName_1() { return &___m_strUserName_1; } inline void set_m_strUserName_1(String_t* value) { ___m_strUserName_1 = value; Il2CppCodeGenWriteBarrier((&___m_strUserName_1), value); } inline static int32_t get_offset_of_m_ActiveGift_2() { return static_cast(offsetof(CBlessManager_t2858824243, ___m_ActiveGift_2)); } inline int32_t get_m_ActiveGift_2() const { return ___m_ActiveGift_2; } inline int32_t* get_address_of_m_ActiveGift_2() { return &___m_ActiveGift_2; } inline void set_m_ActiveGift_2(int32_t value) { ___m_ActiveGift_2 = value; } }; struct CBlessManager_t2858824243_StaticFields { public: // System.Int32 DMCore.Logic.CBlessManager::s_SendCount int32_t ___s_SendCount_3; // DMCore.Logic.CBlessManager DMCore.Logic.CBlessManager::s_Instance CBlessManager_t2858824243 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_SendCount_3() { return static_cast(offsetof(CBlessManager_t2858824243_StaticFields, ___s_SendCount_3)); } inline int32_t get_s_SendCount_3() const { return ___s_SendCount_3; } inline int32_t* get_address_of_s_SendCount_3() { return &___s_SendCount_3; } inline void set_s_SendCount_3(int32_t value) { ___s_SendCount_3 = value; } inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CBlessManager_t2858824243_StaticFields, ___s_Instance_4)); } inline CBlessManager_t2858824243 * get_s_Instance_4() const { return ___s_Instance_4; } inline CBlessManager_t2858824243 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CBlessManager_t2858824243 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBLESSMANAGER_T2858824243_H #ifndef CWNDCONTROLLER_T749709641_H #define CWNDCONTROLLER_T749709641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWndController struct CWndController_t749709641 : public RuntimeObject { public: // DMCore.Logic.CWndController/UIWndStack DMCore.Logic.CWndController::m_ShowWndStack UIWndStack_t3738908003 * ___m_ShowWndStack_0; // UnityEngine.Transform DMCore.Logic.CWndController::m_rootScene Transform_t3600365921 * ___m_rootScene_1; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_rootPage int32_t ___m_rootPage_2; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_customReturnPage int32_t ___m_customReturnPage_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWndController::m_SceneBGGroup Dictionary_2_t3385622220 * ___m_SceneBGGroup_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWndController::m_dictionary Dictionary_2_t3999618383 * ___m_dictionary_5; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_activePage int32_t ___m_activePage_6; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_lastActivePage int32_t ___m_lastActivePage_7; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_NeedShowTaskPage int32_t ___m_NeedShowTaskPage_8; public: inline static int32_t get_offset_of_m_ShowWndStack_0() { return static_cast(offsetof(CWndController_t749709641, ___m_ShowWndStack_0)); } inline UIWndStack_t3738908003 * get_m_ShowWndStack_0() const { return ___m_ShowWndStack_0; } inline UIWndStack_t3738908003 ** get_address_of_m_ShowWndStack_0() { return &___m_ShowWndStack_0; } inline void set_m_ShowWndStack_0(UIWndStack_t3738908003 * value) { ___m_ShowWndStack_0 = value; Il2CppCodeGenWriteBarrier((&___m_ShowWndStack_0), value); } inline static int32_t get_offset_of_m_rootScene_1() { return static_cast(offsetof(CWndController_t749709641, ___m_rootScene_1)); } inline Transform_t3600365921 * get_m_rootScene_1() const { return ___m_rootScene_1; } inline Transform_t3600365921 ** get_address_of_m_rootScene_1() { return &___m_rootScene_1; } inline void set_m_rootScene_1(Transform_t3600365921 * value) { ___m_rootScene_1 = value; Il2CppCodeGenWriteBarrier((&___m_rootScene_1), value); } inline static int32_t get_offset_of_m_rootPage_2() { return static_cast(offsetof(CWndController_t749709641, ___m_rootPage_2)); } inline int32_t get_m_rootPage_2() const { return ___m_rootPage_2; } inline int32_t* get_address_of_m_rootPage_2() { return &___m_rootPage_2; } inline void set_m_rootPage_2(int32_t value) { ___m_rootPage_2 = value; } inline static int32_t get_offset_of_m_customReturnPage_3() { return static_cast(offsetof(CWndController_t749709641, ___m_customReturnPage_3)); } inline int32_t get_m_customReturnPage_3() const { return ___m_customReturnPage_3; } inline int32_t* get_address_of_m_customReturnPage_3() { return &___m_customReturnPage_3; } inline void set_m_customReturnPage_3(int32_t value) { ___m_customReturnPage_3 = value; } inline static int32_t get_offset_of_m_SceneBGGroup_4() { return static_cast(offsetof(CWndController_t749709641, ___m_SceneBGGroup_4)); } inline Dictionary_2_t3385622220 * get_m_SceneBGGroup_4() const { return ___m_SceneBGGroup_4; } inline Dictionary_2_t3385622220 ** get_address_of_m_SceneBGGroup_4() { return &___m_SceneBGGroup_4; } inline void set_m_SceneBGGroup_4(Dictionary_2_t3385622220 * value) { ___m_SceneBGGroup_4 = value; Il2CppCodeGenWriteBarrier((&___m_SceneBGGroup_4), value); } inline static int32_t get_offset_of_m_dictionary_5() { return static_cast(offsetof(CWndController_t749709641, ___m_dictionary_5)); } inline Dictionary_2_t3999618383 * get_m_dictionary_5() const { return ___m_dictionary_5; } inline Dictionary_2_t3999618383 ** get_address_of_m_dictionary_5() { return &___m_dictionary_5; } inline void set_m_dictionary_5(Dictionary_2_t3999618383 * value) { ___m_dictionary_5 = value; Il2CppCodeGenWriteBarrier((&___m_dictionary_5), value); } inline static int32_t get_offset_of_m_activePage_6() { return static_cast(offsetof(CWndController_t749709641, ___m_activePage_6)); } inline int32_t get_m_activePage_6() const { return ___m_activePage_6; } inline int32_t* get_address_of_m_activePage_6() { return &___m_activePage_6; } inline void set_m_activePage_6(int32_t value) { ___m_activePage_6 = value; } inline static int32_t get_offset_of_m_lastActivePage_7() { return static_cast(offsetof(CWndController_t749709641, ___m_lastActivePage_7)); } inline int32_t get_m_lastActivePage_7() const { return ___m_lastActivePage_7; } inline int32_t* get_address_of_m_lastActivePage_7() { return &___m_lastActivePage_7; } inline void set_m_lastActivePage_7(int32_t value) { ___m_lastActivePage_7 = value; } inline static int32_t get_offset_of_m_NeedShowTaskPage_8() { return static_cast(offsetof(CWndController_t749709641, ___m_NeedShowTaskPage_8)); } inline int32_t get_m_NeedShowTaskPage_8() const { return ___m_NeedShowTaskPage_8; } inline int32_t* get_address_of_m_NeedShowTaskPage_8() { return &___m_NeedShowTaskPage_8; } inline void set_m_NeedShowTaskPage_8(int32_t value) { ___m_NeedShowTaskPage_8 = value; } }; struct CWndController_t749709641_StaticFields { public: // DMCore.Logic.CWndController DMCore.Logic.CWndController::s_Instance CWndController_t749709641 * ___s_Instance_9; public: inline static int32_t get_offset_of_s_Instance_9() { return static_cast(offsetof(CWndController_t749709641_StaticFields, ___s_Instance_9)); } inline CWndController_t749709641 * get_s_Instance_9() const { return ___s_Instance_9; } inline CWndController_t749709641 ** get_address_of_s_Instance_9() { return &___s_Instance_9; } inline void set_s_Instance_9(CWndController_t749709641 * value) { ___s_Instance_9 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWNDCONTROLLER_T749709641_H #ifndef CFRIENDINFO_T2621259868_H #define CFRIENDINFO_T2621259868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFriendInfo struct CFriendInfo_t2621259868 : public RuntimeObject { public: // DMCore.Logic.enumFriendType DMCore.Logic.CFriendInfo::_FriendType int32_t ____FriendType_0; // System.Int64 DMCore.Logic.CFriendInfo::_userID int64_t ____userID_1; // System.Int32 DMCore.Logic.CFriendInfo::_sex int32_t ____sex_2; // System.Int32 DMCore.Logic.CFriendInfo::_Level int32_t ____Level_3; // System.Int32 DMCore.Logic.CFriendInfo::_VipLevel int32_t ____VipLevel_4; // System.Int32 DMCore.Logic.CFriendInfo::_Distance int32_t ____Distance_5; // DMCore.Logic.enumOnlineState DMCore.Logic.CFriendInfo::_OnlineState int32_t ____OnlineState_6; // System.String DMCore.Logic.CFriendInfo::_name String_t* ____name_7; // System.Int64 DMCore.Logic.CFriendInfo::_photoHeadID int64_t ____photoHeadID_8; // System.Boolean DMCore.Logic.CFriendInfo::_IsSelected bool ____IsSelected_9; // System.Int32 DMCore.Logic.CFriendInfo::_SendInviteTimes int32_t ____SendInviteTimes_10; // System.Int32 DMCore.Logic.CFriendInfo::_isLover int32_t ____isLover_11; // System.Int32 DMCore.Logic.CFriendInfo::_member_level int32_t ____member_level_12; // System.Boolean DMCore.Logic.CFriendInfo::_isSpecial bool ____isSpecial_13; // System.Int32 DMCore.Logic.CFriendInfo::_headbox_id int32_t ____headbox_id_14; public: inline static int32_t get_offset_of__FriendType_0() { return static_cast(offsetof(CFriendInfo_t2621259868, ____FriendType_0)); } inline int32_t get__FriendType_0() const { return ____FriendType_0; } inline int32_t* get_address_of__FriendType_0() { return &____FriendType_0; } inline void set__FriendType_0(int32_t value) { ____FriendType_0 = value; } inline static int32_t get_offset_of__userID_1() { return static_cast(offsetof(CFriendInfo_t2621259868, ____userID_1)); } inline int64_t get__userID_1() const { return ____userID_1; } inline int64_t* get_address_of__userID_1() { return &____userID_1; } inline void set__userID_1(int64_t value) { ____userID_1 = value; } inline static int32_t get_offset_of__sex_2() { return static_cast(offsetof(CFriendInfo_t2621259868, ____sex_2)); } inline int32_t get__sex_2() const { return ____sex_2; } inline int32_t* get_address_of__sex_2() { return &____sex_2; } inline void set__sex_2(int32_t value) { ____sex_2 = value; } inline static int32_t get_offset_of__Level_3() { return static_cast(offsetof(CFriendInfo_t2621259868, ____Level_3)); } inline int32_t get__Level_3() const { return ____Level_3; } inline int32_t* get_address_of__Level_3() { return &____Level_3; } inline void set__Level_3(int32_t value) { ____Level_3 = value; } inline static int32_t get_offset_of__VipLevel_4() { return static_cast(offsetof(CFriendInfo_t2621259868, ____VipLevel_4)); } inline int32_t get__VipLevel_4() const { return ____VipLevel_4; } inline int32_t* get_address_of__VipLevel_4() { return &____VipLevel_4; } inline void set__VipLevel_4(int32_t value) { ____VipLevel_4 = value; } inline static int32_t get_offset_of__Distance_5() { return static_cast(offsetof(CFriendInfo_t2621259868, ____Distance_5)); } inline int32_t get__Distance_5() const { return ____Distance_5; } inline int32_t* get_address_of__Distance_5() { return &____Distance_5; } inline void set__Distance_5(int32_t value) { ____Distance_5 = value; } inline static int32_t get_offset_of__OnlineState_6() { return static_cast(offsetof(CFriendInfo_t2621259868, ____OnlineState_6)); } inline int32_t get__OnlineState_6() const { return ____OnlineState_6; } inline int32_t* get_address_of__OnlineState_6() { return &____OnlineState_6; } inline void set__OnlineState_6(int32_t value) { ____OnlineState_6 = value; } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(CFriendInfo_t2621259868, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((&____name_7), value); } inline static int32_t get_offset_of__photoHeadID_8() { return static_cast(offsetof(CFriendInfo_t2621259868, ____photoHeadID_8)); } inline int64_t get__photoHeadID_8() const { return ____photoHeadID_8; } inline int64_t* get_address_of__photoHeadID_8() { return &____photoHeadID_8; } inline void set__photoHeadID_8(int64_t value) { ____photoHeadID_8 = value; } inline static int32_t get_offset_of__IsSelected_9() { return static_cast(offsetof(CFriendInfo_t2621259868, ____IsSelected_9)); } inline bool get__IsSelected_9() const { return ____IsSelected_9; } inline bool* get_address_of__IsSelected_9() { return &____IsSelected_9; } inline void set__IsSelected_9(bool value) { ____IsSelected_9 = value; } inline static int32_t get_offset_of__SendInviteTimes_10() { return static_cast(offsetof(CFriendInfo_t2621259868, ____SendInviteTimes_10)); } inline int32_t get__SendInviteTimes_10() const { return ____SendInviteTimes_10; } inline int32_t* get_address_of__SendInviteTimes_10() { return &____SendInviteTimes_10; } inline void set__SendInviteTimes_10(int32_t value) { ____SendInviteTimes_10 = value; } inline static int32_t get_offset_of__isLover_11() { return static_cast(offsetof(CFriendInfo_t2621259868, ____isLover_11)); } inline int32_t get__isLover_11() const { return ____isLover_11; } inline int32_t* get_address_of__isLover_11() { return &____isLover_11; } inline void set__isLover_11(int32_t value) { ____isLover_11 = value; } inline static int32_t get_offset_of__member_level_12() { return static_cast(offsetof(CFriendInfo_t2621259868, ____member_level_12)); } inline int32_t get__member_level_12() const { return ____member_level_12; } inline int32_t* get_address_of__member_level_12() { return &____member_level_12; } inline void set__member_level_12(int32_t value) { ____member_level_12 = value; } inline static int32_t get_offset_of__isSpecial_13() { return static_cast(offsetof(CFriendInfo_t2621259868, ____isSpecial_13)); } inline bool get__isSpecial_13() const { return ____isSpecial_13; } inline bool* get_address_of__isSpecial_13() { return &____isSpecial_13; } inline void set__isSpecial_13(bool value) { ____isSpecial_13 = value; } inline static int32_t get_offset_of__headbox_id_14() { return static_cast(offsetof(CFriendInfo_t2621259868, ____headbox_id_14)); } inline int32_t get__headbox_id_14() const { return ____headbox_id_14; } inline int32_t* get_address_of__headbox_id_14() { return &____headbox_id_14; } inline void set__headbox_id_14(int32_t value) { ____headbox_id_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFRIENDINFO_T2621259868_H #ifndef CMSGBOXCONTROL_T806533544_H #define CMSGBOXCONTROL_T806533544_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CMsgBoxControl struct CMsgBoxControl_t806533544 : public RuntimeObject { public: // System.Boolean DMCore.CMsgBoxControl::m_bActive bool ___m_bActive_0; // System.Collections.Generic.LinkedList`1 DMCore.CMsgBoxControl::m_listAll LinkedList_1_t863209702 * ___m_listAll_1; // UIWidget/Pivot DMCore.CMsgBoxControl::m_pivot int32_t ___m_pivot_2; public: inline static int32_t get_offset_of_m_bActive_0() { return static_cast(offsetof(CMsgBoxControl_t806533544, ___m_bActive_0)); } inline bool get_m_bActive_0() const { return ___m_bActive_0; } inline bool* get_address_of_m_bActive_0() { return &___m_bActive_0; } inline void set_m_bActive_0(bool value) { ___m_bActive_0 = value; } inline static int32_t get_offset_of_m_listAll_1() { return static_cast(offsetof(CMsgBoxControl_t806533544, ___m_listAll_1)); } inline LinkedList_1_t863209702 * get_m_listAll_1() const { return ___m_listAll_1; } inline LinkedList_1_t863209702 ** get_address_of_m_listAll_1() { return &___m_listAll_1; } inline void set_m_listAll_1(LinkedList_1_t863209702 * value) { ___m_listAll_1 = value; Il2CppCodeGenWriteBarrier((&___m_listAll_1), value); } inline static int32_t get_offset_of_m_pivot_2() { return static_cast(offsetof(CMsgBoxControl_t806533544, ___m_pivot_2)); } inline int32_t get_m_pivot_2() const { return ___m_pivot_2; } inline int32_t* get_address_of_m_pivot_2() { return &___m_pivot_2; } inline void set_m_pivot_2(int32_t value) { ___m_pivot_2 = value; } }; struct CMsgBoxControl_t806533544_StaticFields { public: // DMCore.CMsgBoxControl DMCore.CMsgBoxControl::s_Instance CMsgBoxControl_t806533544 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CMsgBoxControl_t806533544_StaticFields, ___s_Instance_3)); } inline CMsgBoxControl_t806533544 * get_s_Instance_3() const { return ___s_Instance_3; } inline CMsgBoxControl_t806533544 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CMsgBoxControl_t806533544 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGBOXCONTROL_T806533544_H #ifndef DEFAULTS_T3148213711_H #define DEFAULTS_T3148213711_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // iTween/Defaults struct Defaults_t3148213711 : public RuntimeObject { public: public: }; struct Defaults_t3148213711_StaticFields { public: // System.Single iTween/Defaults::time float ___time_0; // System.Single iTween/Defaults::delay float ___delay_1; // iTween/NamedValueColor iTween/Defaults::namedColorValue int32_t ___namedColorValue_2; // iTween/LoopType iTween/Defaults::loopType int32_t ___loopType_3; // iTween/EaseType iTween/Defaults::easeType int32_t ___easeType_4; // System.Single iTween/Defaults::lookSpeed float ___lookSpeed_5; // System.Boolean iTween/Defaults::isLocal bool ___isLocal_6; // UnityEngine.Space iTween/Defaults::space int32_t ___space_7; // System.Boolean iTween/Defaults::orientToPath bool ___orientToPath_8; // UnityEngine.Color iTween/Defaults::color Color_t2555686324 ___color_9; // System.Single iTween/Defaults::updateTimePercentage float ___updateTimePercentage_10; // System.Single iTween/Defaults::updateTime float ___updateTime_11; // System.Int32 iTween/Defaults::cameraFadeDepth int32_t ___cameraFadeDepth_12; // System.Single iTween/Defaults::lookAhead float ___lookAhead_13; // System.Boolean iTween/Defaults::useRealTime bool ___useRealTime_14; // UnityEngine.Vector3 iTween/Defaults::up Vector3_t3722313464 ___up_15; public: inline static int32_t get_offset_of_time_0() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___time_0)); } inline float get_time_0() const { return ___time_0; } inline float* get_address_of_time_0() { return &___time_0; } inline void set_time_0(float value) { ___time_0 = value; } inline static int32_t get_offset_of_delay_1() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___delay_1)); } inline float get_delay_1() const { return ___delay_1; } inline float* get_address_of_delay_1() { return &___delay_1; } inline void set_delay_1(float value) { ___delay_1 = value; } inline static int32_t get_offset_of_namedColorValue_2() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___namedColorValue_2)); } inline int32_t get_namedColorValue_2() const { return ___namedColorValue_2; } inline int32_t* get_address_of_namedColorValue_2() { return &___namedColorValue_2; } inline void set_namedColorValue_2(int32_t value) { ___namedColorValue_2 = value; } inline static int32_t get_offset_of_loopType_3() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___loopType_3)); } inline int32_t get_loopType_3() const { return ___loopType_3; } inline int32_t* get_address_of_loopType_3() { return &___loopType_3; } inline void set_loopType_3(int32_t value) { ___loopType_3 = value; } inline static int32_t get_offset_of_easeType_4() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___easeType_4)); } inline int32_t get_easeType_4() const { return ___easeType_4; } inline int32_t* get_address_of_easeType_4() { return &___easeType_4; } inline void set_easeType_4(int32_t value) { ___easeType_4 = value; } inline static int32_t get_offset_of_lookSpeed_5() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___lookSpeed_5)); } inline float get_lookSpeed_5() const { return ___lookSpeed_5; } inline float* get_address_of_lookSpeed_5() { return &___lookSpeed_5; } inline void set_lookSpeed_5(float value) { ___lookSpeed_5 = value; } inline static int32_t get_offset_of_isLocal_6() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___isLocal_6)); } inline bool get_isLocal_6() const { return ___isLocal_6; } inline bool* get_address_of_isLocal_6() { return &___isLocal_6; } inline void set_isLocal_6(bool value) { ___isLocal_6 = value; } inline static int32_t get_offset_of_space_7() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___space_7)); } inline int32_t get_space_7() const { return ___space_7; } inline int32_t* get_address_of_space_7() { return &___space_7; } inline void set_space_7(int32_t value) { ___space_7 = value; } inline static int32_t get_offset_of_orientToPath_8() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___orientToPath_8)); } inline bool get_orientToPath_8() const { return ___orientToPath_8; } inline bool* get_address_of_orientToPath_8() { return &___orientToPath_8; } inline void set_orientToPath_8(bool value) { ___orientToPath_8 = value; } inline static int32_t get_offset_of_color_9() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___color_9)); } inline Color_t2555686324 get_color_9() const { return ___color_9; } inline Color_t2555686324 * get_address_of_color_9() { return &___color_9; } inline void set_color_9(Color_t2555686324 value) { ___color_9 = value; } inline static int32_t get_offset_of_updateTimePercentage_10() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___updateTimePercentage_10)); } inline float get_updateTimePercentage_10() const { return ___updateTimePercentage_10; } inline float* get_address_of_updateTimePercentage_10() { return &___updateTimePercentage_10; } inline void set_updateTimePercentage_10(float value) { ___updateTimePercentage_10 = value; } inline static int32_t get_offset_of_updateTime_11() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___updateTime_11)); } inline float get_updateTime_11() const { return ___updateTime_11; } inline float* get_address_of_updateTime_11() { return &___updateTime_11; } inline void set_updateTime_11(float value) { ___updateTime_11 = value; } inline static int32_t get_offset_of_cameraFadeDepth_12() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___cameraFadeDepth_12)); } inline int32_t get_cameraFadeDepth_12() const { return ___cameraFadeDepth_12; } inline int32_t* get_address_of_cameraFadeDepth_12() { return &___cameraFadeDepth_12; } inline void set_cameraFadeDepth_12(int32_t value) { ___cameraFadeDepth_12 = value; } inline static int32_t get_offset_of_lookAhead_13() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___lookAhead_13)); } inline float get_lookAhead_13() const { return ___lookAhead_13; } inline float* get_address_of_lookAhead_13() { return &___lookAhead_13; } inline void set_lookAhead_13(float value) { ___lookAhead_13 = value; } inline static int32_t get_offset_of_useRealTime_14() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___useRealTime_14)); } inline bool get_useRealTime_14() const { return ___useRealTime_14; } inline bool* get_address_of_useRealTime_14() { return &___useRealTime_14; } inline void set_useRealTime_14(bool value) { ___useRealTime_14 = value; } inline static int32_t get_offset_of_up_15() { return static_cast(offsetof(Defaults_t3148213711_StaticFields, ___up_15)); } inline Vector3_t3722313464 get_up_15() const { return ___up_15; } inline Vector3_t3722313464 * get_address_of_up_15() { return &___up_15; } inline void set_up_15(Vector3_t3722313464 value) { ___up_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTS_T3148213711_H #ifndef CRECHARGEMANAGER_T2919414649_H #define CRECHARGEMANAGER_T2919414649_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRechargeManager struct CRechargeManager_t2919414649 : public RuntimeObject { public: // DMCore.Logic.CRechargeManager/enumRequestFrom DMCore.Logic.CRechargeManager::k__BackingField int32_t ___U3CRequestFromU3Ek__BackingField_0; // System.Boolean DMCore.Logic.CRechargeManager::m_IsNeedRefreshProgressbar bool ___m_IsNeedRefreshProgressbar_1; // System.Boolean DMCore.Logic.CRechargeManager::m_bWaitting bool ___m_bWaitting_2; // System.String DMCore.Logic.CRechargeManager::m_strProductSign String_t* ___m_strProductSign_3; public: inline static int32_t get_offset_of_U3CRequestFromU3Ek__BackingField_0() { return static_cast(offsetof(CRechargeManager_t2919414649, ___U3CRequestFromU3Ek__BackingField_0)); } inline int32_t get_U3CRequestFromU3Ek__BackingField_0() const { return ___U3CRequestFromU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CRequestFromU3Ek__BackingField_0() { return &___U3CRequestFromU3Ek__BackingField_0; } inline void set_U3CRequestFromU3Ek__BackingField_0(int32_t value) { ___U3CRequestFromU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshProgressbar_1() { return static_cast(offsetof(CRechargeManager_t2919414649, ___m_IsNeedRefreshProgressbar_1)); } inline bool get_m_IsNeedRefreshProgressbar_1() const { return ___m_IsNeedRefreshProgressbar_1; } inline bool* get_address_of_m_IsNeedRefreshProgressbar_1() { return &___m_IsNeedRefreshProgressbar_1; } inline void set_m_IsNeedRefreshProgressbar_1(bool value) { ___m_IsNeedRefreshProgressbar_1 = value; } inline static int32_t get_offset_of_m_bWaitting_2() { return static_cast(offsetof(CRechargeManager_t2919414649, ___m_bWaitting_2)); } inline bool get_m_bWaitting_2() const { return ___m_bWaitting_2; } inline bool* get_address_of_m_bWaitting_2() { return &___m_bWaitting_2; } inline void set_m_bWaitting_2(bool value) { ___m_bWaitting_2 = value; } inline static int32_t get_offset_of_m_strProductSign_3() { return static_cast(offsetof(CRechargeManager_t2919414649, ___m_strProductSign_3)); } inline String_t* get_m_strProductSign_3() const { return ___m_strProductSign_3; } inline String_t** get_address_of_m_strProductSign_3() { return &___m_strProductSign_3; } inline void set_m_strProductSign_3(String_t* value) { ___m_strProductSign_3 = value; Il2CppCodeGenWriteBarrier((&___m_strProductSign_3), value); } }; struct CRechargeManager_t2919414649_StaticFields { public: // DMCore.Logic.CRechargeManager DMCore.Logic.CRechargeManager::s_Instance CRechargeManager_t2919414649 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CRechargeManager_t2919414649_StaticFields, ___s_Instance_4)); } inline CRechargeManager_t2919414649 * get_s_Instance_4() const { return ___s_Instance_4; } inline CRechargeManager_t2919414649 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CRechargeManager_t2919414649 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRECHARGEMANAGER_T2919414649_H #ifndef CKPFRIEND_T471591804_H #define CKPFRIEND_T471591804_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CKpFriend struct CKpFriend_t471591804 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CKpFriend::k__BackingField int32_t ___U3CIdU3Ek__BackingField_0; // System.String DMCore.Logic.CKpFriend::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // System.String DMCore.Logic.CKpFriend::k__BackingField String_t* ___U3CPhotoU3Ek__BackingField_2; // System.Int32 DMCore.Logic.CKpFriend::k__BackingField int32_t ___U3CSexU3Ek__BackingField_3; // DMCore.Logic.enumOnlineState DMCore.Logic.CKpFriend::k__BackingField int32_t ___U3CStatusU3Ek__BackingField_4; // System.Boolean DMCore.Logic.CKpFriend::<_IsSelected>k__BackingField bool ___U3C_IsSelectedU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_0() { return static_cast(offsetof(CKpFriend_t471591804, ___U3CIdU3Ek__BackingField_0)); } inline int32_t get_U3CIdU3Ek__BackingField_0() const { return ___U3CIdU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CIdU3Ek__BackingField_0() { return &___U3CIdU3Ek__BackingField_0; } inline void set_U3CIdU3Ek__BackingField_0(int32_t value) { ___U3CIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_1() { return static_cast(offsetof(CKpFriend_t471591804, ___U3CNameU3Ek__BackingField_1)); } inline String_t* get_U3CNameU3Ek__BackingField_1() const { return ___U3CNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_1() { return &___U3CNameU3Ek__BackingField_1; } inline void set_U3CNameU3Ek__BackingField_1(String_t* value) { ___U3CNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CNameU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CPhotoU3Ek__BackingField_2() { return static_cast(offsetof(CKpFriend_t471591804, ___U3CPhotoU3Ek__BackingField_2)); } inline String_t* get_U3CPhotoU3Ek__BackingField_2() const { return ___U3CPhotoU3Ek__BackingField_2; } inline String_t** get_address_of_U3CPhotoU3Ek__BackingField_2() { return &___U3CPhotoU3Ek__BackingField_2; } inline void set_U3CPhotoU3Ek__BackingField_2(String_t* value) { ___U3CPhotoU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CPhotoU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CSexU3Ek__BackingField_3() { return static_cast(offsetof(CKpFriend_t471591804, ___U3CSexU3Ek__BackingField_3)); } inline int32_t get_U3CSexU3Ek__BackingField_3() const { return ___U3CSexU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CSexU3Ek__BackingField_3() { return &___U3CSexU3Ek__BackingField_3; } inline void set_U3CSexU3Ek__BackingField_3(int32_t value) { ___U3CSexU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CStatusU3Ek__BackingField_4() { return static_cast(offsetof(CKpFriend_t471591804, ___U3CStatusU3Ek__BackingField_4)); } inline int32_t get_U3CStatusU3Ek__BackingField_4() const { return ___U3CStatusU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CStatusU3Ek__BackingField_4() { return &___U3CStatusU3Ek__BackingField_4; } inline void set_U3CStatusU3Ek__BackingField_4(int32_t value) { ___U3CStatusU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3C_IsSelectedU3Ek__BackingField_5() { return static_cast(offsetof(CKpFriend_t471591804, ___U3C_IsSelectedU3Ek__BackingField_5)); } inline bool get_U3C_IsSelectedU3Ek__BackingField_5() const { return ___U3C_IsSelectedU3Ek__BackingField_5; } inline bool* get_address_of_U3C_IsSelectedU3Ek__BackingField_5() { return &___U3C_IsSelectedU3Ek__BackingField_5; } inline void set_U3C_IsSelectedU3Ek__BackingField_5(bool value) { ___U3C_IsSelectedU3Ek__BackingField_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CKPFRIEND_T471591804_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 LOGICSERVERLIST_T796012166_H #define LOGICSERVERLIST_T796012166_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicServerList struct logicServerList_t796012166 : public RuntimeObject { public: // System.Boolean DMCore.Logic.logicServerList::k__BackingField bool ___U3CIsCheckListDoneU3Ek__BackingField_0; // DMCore.Logic.enumCheckState DMCore.Logic.logicServerList::m_checkState int32_t ___m_checkState_1; // System.Int32 DMCore.Logic.logicServerList::m_linkNum int32_t ___m_linkNum_3; public: inline static int32_t get_offset_of_U3CIsCheckListDoneU3Ek__BackingField_0() { return static_cast(offsetof(logicServerList_t796012166, ___U3CIsCheckListDoneU3Ek__BackingField_0)); } inline bool get_U3CIsCheckListDoneU3Ek__BackingField_0() const { return ___U3CIsCheckListDoneU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsCheckListDoneU3Ek__BackingField_0() { return &___U3CIsCheckListDoneU3Ek__BackingField_0; } inline void set_U3CIsCheckListDoneU3Ek__BackingField_0(bool value) { ___U3CIsCheckListDoneU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_checkState_1() { return static_cast(offsetof(logicServerList_t796012166, ___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_linkNum_3() { return static_cast(offsetof(logicServerList_t796012166, ___m_linkNum_3)); } inline int32_t get_m_linkNum_3() const { return ___m_linkNum_3; } inline int32_t* get_address_of_m_linkNum_3() { return &___m_linkNum_3; } inline void set_m_linkNum_3(int32_t value) { ___m_linkNum_3 = value; } }; struct logicServerList_t796012166_StaticFields { public: // DMCore.Logic.logicServerList DMCore.Logic.logicServerList::s_Instance logicServerList_t796012166 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(logicServerList_t796012166_StaticFields, ___s_Instance_2)); } inline logicServerList_t796012166 * get_s_Instance_2() const { return ___s_Instance_2; } inline logicServerList_t796012166 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(logicServerList_t796012166 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICSERVERLIST_T796012166_H #ifndef CFRIENDMANAGER_T3708308264_H #define CFRIENDMANAGER_T3708308264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFriendManager struct CFriendManager_t3708308264 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CFriendManager::k__BackingField int32_t ___U3CCurrentPageU3Ek__BackingField_0; // System.Collections.Generic.List`1[] DMCore.Logic.CFriendManager::s_listFriends List_1U5BU5D_t326174247* ___s_listFriends_2; // System.Int32[] DMCore.Logic.CFriendManager::m_listOnLineState Int32U5BU5D_t385246372* ___m_listOnLineState_3; // System.Int32[] DMCore.Logic.CFriendManager::m_SendState Int32U5BU5D_t385246372* ___m_SendState_4; // System.Boolean[] DMCore.Logic.CFriendManager::m_RequestOverFlag BooleanU5BU5D_t2897418192* ___m_RequestOverFlag_5; // System.Boolean DMCore.Logic.CFriendManager::s_Changed bool ___s_Changed_6; // DMCore.Logic.enumFriendPage DMCore.Logic.CFriendManager::m_ActivePage int32_t ___m_ActivePage_7; // DMCore.Logic.enumFriendType DMCore.Logic.CFriendManager::m_activeFriendType int32_t ___m_activeFriendType_8; // DMCore.Framework.Task.ITaskBase`1 DMCore.Logic.CFriendManager::m_ApplyingReceived ITaskBase_1_t2595950535 * ___m_ApplyingReceived_9; public: inline static int32_t get_offset_of_U3CCurrentPageU3Ek__BackingField_0() { return static_cast(offsetof(CFriendManager_t3708308264, ___U3CCurrentPageU3Ek__BackingField_0)); } inline int32_t get_U3CCurrentPageU3Ek__BackingField_0() const { return ___U3CCurrentPageU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CCurrentPageU3Ek__BackingField_0() { return &___U3CCurrentPageU3Ek__BackingField_0; } inline void set_U3CCurrentPageU3Ek__BackingField_0(int32_t value) { ___U3CCurrentPageU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_s_listFriends_2() { return static_cast(offsetof(CFriendManager_t3708308264, ___s_listFriends_2)); } inline List_1U5BU5D_t326174247* get_s_listFriends_2() const { return ___s_listFriends_2; } inline List_1U5BU5D_t326174247** get_address_of_s_listFriends_2() { return &___s_listFriends_2; } inline void set_s_listFriends_2(List_1U5BU5D_t326174247* value) { ___s_listFriends_2 = value; Il2CppCodeGenWriteBarrier((&___s_listFriends_2), value); } inline static int32_t get_offset_of_m_listOnLineState_3() { return static_cast(offsetof(CFriendManager_t3708308264, ___m_listOnLineState_3)); } inline Int32U5BU5D_t385246372* get_m_listOnLineState_3() const { return ___m_listOnLineState_3; } inline Int32U5BU5D_t385246372** get_address_of_m_listOnLineState_3() { return &___m_listOnLineState_3; } inline void set_m_listOnLineState_3(Int32U5BU5D_t385246372* value) { ___m_listOnLineState_3 = value; Il2CppCodeGenWriteBarrier((&___m_listOnLineState_3), value); } inline static int32_t get_offset_of_m_SendState_4() { return static_cast(offsetof(CFriendManager_t3708308264, ___m_SendState_4)); } inline Int32U5BU5D_t385246372* get_m_SendState_4() const { return ___m_SendState_4; } inline Int32U5BU5D_t385246372** get_address_of_m_SendState_4() { return &___m_SendState_4; } inline void set_m_SendState_4(Int32U5BU5D_t385246372* value) { ___m_SendState_4 = value; Il2CppCodeGenWriteBarrier((&___m_SendState_4), value); } inline static int32_t get_offset_of_m_RequestOverFlag_5() { return static_cast(offsetof(CFriendManager_t3708308264, ___m_RequestOverFlag_5)); } inline BooleanU5BU5D_t2897418192* get_m_RequestOverFlag_5() const { return ___m_RequestOverFlag_5; } inline BooleanU5BU5D_t2897418192** get_address_of_m_RequestOverFlag_5() { return &___m_RequestOverFlag_5; } inline void set_m_RequestOverFlag_5(BooleanU5BU5D_t2897418192* value) { ___m_RequestOverFlag_5 = value; Il2CppCodeGenWriteBarrier((&___m_RequestOverFlag_5), value); } inline static int32_t get_offset_of_s_Changed_6() { return static_cast(offsetof(CFriendManager_t3708308264, ___s_Changed_6)); } inline bool get_s_Changed_6() const { return ___s_Changed_6; } inline bool* get_address_of_s_Changed_6() { return &___s_Changed_6; } inline void set_s_Changed_6(bool value) { ___s_Changed_6 = value; } inline static int32_t get_offset_of_m_ActivePage_7() { return static_cast(offsetof(CFriendManager_t3708308264, ___m_ActivePage_7)); } inline int32_t get_m_ActivePage_7() const { return ___m_ActivePage_7; } inline int32_t* get_address_of_m_ActivePage_7() { return &___m_ActivePage_7; } inline void set_m_ActivePage_7(int32_t value) { ___m_ActivePage_7 = value; } inline static int32_t get_offset_of_m_activeFriendType_8() { return static_cast(offsetof(CFriendManager_t3708308264, ___m_activeFriendType_8)); } inline int32_t get_m_activeFriendType_8() const { return ___m_activeFriendType_8; } inline int32_t* get_address_of_m_activeFriendType_8() { return &___m_activeFriendType_8; } inline void set_m_activeFriendType_8(int32_t value) { ___m_activeFriendType_8 = value; } inline static int32_t get_offset_of_m_ApplyingReceived_9() { return static_cast(offsetof(CFriendManager_t3708308264, ___m_ApplyingReceived_9)); } inline ITaskBase_1_t2595950535 * get_m_ApplyingReceived_9() const { return ___m_ApplyingReceived_9; } inline ITaskBase_1_t2595950535 ** get_address_of_m_ApplyingReceived_9() { return &___m_ApplyingReceived_9; } inline void set_m_ApplyingReceived_9(ITaskBase_1_t2595950535 * value) { ___m_ApplyingReceived_9 = value; Il2CppCodeGenWriteBarrier((&___m_ApplyingReceived_9), value); } }; struct CFriendManager_t3708308264_StaticFields { public: // DMCore.Logic.CFriendManager DMCore.Logic.CFriendManager::s_Instance CFriendManager_t3708308264 * ___s_Instance_1; // System.Int32 DMCore.Logic.CFriendManager::PAGE_SIZE int32_t ___PAGE_SIZE_10; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CFriendManager_t3708308264_StaticFields, ___s_Instance_1)); } inline CFriendManager_t3708308264 * get_s_Instance_1() const { return ___s_Instance_1; } inline CFriendManager_t3708308264 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CFriendManager_t3708308264 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } inline static int32_t get_offset_of_PAGE_SIZE_10() { return static_cast(offsetof(CFriendManager_t3708308264_StaticFields, ___PAGE_SIZE_10)); } inline int32_t get_PAGE_SIZE_10() const { return ___PAGE_SIZE_10; } inline int32_t* get_address_of_PAGE_SIZE_10() { return &___PAGE_SIZE_10; } inline void set_PAGE_SIZE_10(int32_t value) { ___PAGE_SIZE_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFRIENDMANAGER_T3708308264_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 MESH_T3648964284_H #define MESH_T3648964284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Mesh struct Mesh_t3648964284 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESH_T3648964284_H #ifndef CACTIVITYMANAGER_T1081296145_H #define CACTIVITYMANAGER_T1081296145_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityManager struct CActivityManager_t1081296145 : public RuntimeObject { public: // DMCore.Logic.enumActivityType DMCore.Logic.CActivityManager::k__BackingField int32_t ___U3CactivityTypeU3Ek__BackingField_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CActivityManager::m_dicImage Dictionary_2_t3625702484 * ___m_dicImage_5; // System.Boolean DMCore.Logic.CActivityManager::m_is_in_update bool ___m_is_in_update_6; // System.Boolean DMCore.Logic.CActivityManager::m_is_activity_list_ready bool ___m_is_activity_list_ready_7; // System.Boolean DMCore.Logic.CActivityManager::m_IsNeedRefreshAll bool ___m_IsNeedRefreshAll_8; // System.Collections.Generic.List`1 DMCore.Logic.CActivityManager::m_activity_detail_list List_1_t25523635 * ___m_activity_detail_list_9; // System.Collections.Generic.List`1 DMCore.Logic.CActivityManager::m_independent_activity_list List_1_t25523635 * ___m_independent_activity_list_10; // System.Int32 DMCore.Logic.CActivityManager::m_AnnouceClothCount int32_t ___m_AnnouceClothCount_11; // System.String DMCore.Logic.CActivityManager::m_AnnounceClothInfo String_t* ___m_AnnounceClothInfo_12; // System.Boolean DMCore.Logic.CActivityManager::m_AcceptAwardIng bool ___m_AcceptAwardIng_13; // System.Single DMCore.Logic.CActivityManager::AcceptAwardCDTime float ___AcceptAwardCDTime_14; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CActivityManager::m_ActivityDataDictionary Dictionary_2_t3209204262 * ___m_ActivityDataDictionary_22; public: inline static int32_t get_offset_of_U3CactivityTypeU3Ek__BackingField_4() { return static_cast(offsetof(CActivityManager_t1081296145, ___U3CactivityTypeU3Ek__BackingField_4)); } inline int32_t get_U3CactivityTypeU3Ek__BackingField_4() const { return ___U3CactivityTypeU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CactivityTypeU3Ek__BackingField_4() { return &___U3CactivityTypeU3Ek__BackingField_4; } inline void set_U3CactivityTypeU3Ek__BackingField_4(int32_t value) { ___U3CactivityTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_m_dicImage_5() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_dicImage_5)); } inline Dictionary_2_t3625702484 * get_m_dicImage_5() const { return ___m_dicImage_5; } inline Dictionary_2_t3625702484 ** get_address_of_m_dicImage_5() { return &___m_dicImage_5; } inline void set_m_dicImage_5(Dictionary_2_t3625702484 * value) { ___m_dicImage_5 = value; Il2CppCodeGenWriteBarrier((&___m_dicImage_5), value); } inline static int32_t get_offset_of_m_is_in_update_6() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_is_in_update_6)); } inline bool get_m_is_in_update_6() const { return ___m_is_in_update_6; } inline bool* get_address_of_m_is_in_update_6() { return &___m_is_in_update_6; } inline void set_m_is_in_update_6(bool value) { ___m_is_in_update_6 = value; } inline static int32_t get_offset_of_m_is_activity_list_ready_7() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_is_activity_list_ready_7)); } inline bool get_m_is_activity_list_ready_7() const { return ___m_is_activity_list_ready_7; } inline bool* get_address_of_m_is_activity_list_ready_7() { return &___m_is_activity_list_ready_7; } inline void set_m_is_activity_list_ready_7(bool value) { ___m_is_activity_list_ready_7 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshAll_8() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_IsNeedRefreshAll_8)); } inline bool get_m_IsNeedRefreshAll_8() const { return ___m_IsNeedRefreshAll_8; } inline bool* get_address_of_m_IsNeedRefreshAll_8() { return &___m_IsNeedRefreshAll_8; } inline void set_m_IsNeedRefreshAll_8(bool value) { ___m_IsNeedRefreshAll_8 = value; } inline static int32_t get_offset_of_m_activity_detail_list_9() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_activity_detail_list_9)); } inline List_1_t25523635 * get_m_activity_detail_list_9() const { return ___m_activity_detail_list_9; } inline List_1_t25523635 ** get_address_of_m_activity_detail_list_9() { return &___m_activity_detail_list_9; } inline void set_m_activity_detail_list_9(List_1_t25523635 * value) { ___m_activity_detail_list_9 = value; Il2CppCodeGenWriteBarrier((&___m_activity_detail_list_9), value); } inline static int32_t get_offset_of_m_independent_activity_list_10() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_independent_activity_list_10)); } inline List_1_t25523635 * get_m_independent_activity_list_10() const { return ___m_independent_activity_list_10; } inline List_1_t25523635 ** get_address_of_m_independent_activity_list_10() { return &___m_independent_activity_list_10; } inline void set_m_independent_activity_list_10(List_1_t25523635 * value) { ___m_independent_activity_list_10 = value; Il2CppCodeGenWriteBarrier((&___m_independent_activity_list_10), value); } inline static int32_t get_offset_of_m_AnnouceClothCount_11() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_AnnouceClothCount_11)); } inline int32_t get_m_AnnouceClothCount_11() const { return ___m_AnnouceClothCount_11; } inline int32_t* get_address_of_m_AnnouceClothCount_11() { return &___m_AnnouceClothCount_11; } inline void set_m_AnnouceClothCount_11(int32_t value) { ___m_AnnouceClothCount_11 = value; } inline static int32_t get_offset_of_m_AnnounceClothInfo_12() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_AnnounceClothInfo_12)); } inline String_t* get_m_AnnounceClothInfo_12() const { return ___m_AnnounceClothInfo_12; } inline String_t** get_address_of_m_AnnounceClothInfo_12() { return &___m_AnnounceClothInfo_12; } inline void set_m_AnnounceClothInfo_12(String_t* value) { ___m_AnnounceClothInfo_12 = value; Il2CppCodeGenWriteBarrier((&___m_AnnounceClothInfo_12), value); } inline static int32_t get_offset_of_m_AcceptAwardIng_13() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_AcceptAwardIng_13)); } inline bool get_m_AcceptAwardIng_13() const { return ___m_AcceptAwardIng_13; } inline bool* get_address_of_m_AcceptAwardIng_13() { return &___m_AcceptAwardIng_13; } inline void set_m_AcceptAwardIng_13(bool value) { ___m_AcceptAwardIng_13 = value; } inline static int32_t get_offset_of_AcceptAwardCDTime_14() { return static_cast(offsetof(CActivityManager_t1081296145, ___AcceptAwardCDTime_14)); } inline float get_AcceptAwardCDTime_14() const { return ___AcceptAwardCDTime_14; } inline float* get_address_of_AcceptAwardCDTime_14() { return &___AcceptAwardCDTime_14; } inline void set_AcceptAwardCDTime_14(float value) { ___AcceptAwardCDTime_14 = value; } inline static int32_t get_offset_of_m_ActivityDataDictionary_22() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_ActivityDataDictionary_22)); } inline Dictionary_2_t3209204262 * get_m_ActivityDataDictionary_22() const { return ___m_ActivityDataDictionary_22; } inline Dictionary_2_t3209204262 ** get_address_of_m_ActivityDataDictionary_22() { return &___m_ActivityDataDictionary_22; } inline void set_m_ActivityDataDictionary_22(Dictionary_2_t3209204262 * value) { ___m_ActivityDataDictionary_22 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityDataDictionary_22), value); } }; struct CActivityManager_t1081296145_StaticFields { public: // DMListView DMCore.Logic.CActivityManager::k__BackingField DMListView_t512231514 * ___U3CMemberAwardListU3Ek__BackingField_0; // DMListView DMCore.Logic.CActivityManager::k__BackingField DMListView_t512231514 * ___U3CProExchangeActivityListU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CActivityManager::k__BackingField int32_t ___U3CCurrentActivityNewIDU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CActivityManager::k__BackingField bool ___U3CIsActivityListChangedU3Ek__BackingField_3; // DMListView DMCore.Logic.CActivityManager::m_ActivityAwardList DMListView_t512231514 * ___m_ActivityAwardList_15; // DMListView DMCore.Logic.CActivityManager::m_ActivityAdvertiseList DMListView_t512231514 * ___m_ActivityAdvertiseList_16; // DMListView DMCore.Logic.CActivityManager::m_ActivityKeepLoginList DMListView_t512231514 * ___m_ActivityKeepLoginList_17; // System.Int32 DMCore.Logic.CActivityManager::s_target_activity int32_t ___s_target_activity_18; // System.Boolean DMCore.Logic.CActivityManager::s_has_activity_bill_show_over bool ___s_has_activity_bill_show_over_19; // System.Boolean DMCore.Logic.CActivityManager::s_NeedActiveLastSelection bool ___s_NeedActiveLastSelection_20; // DMCore.Logic.CActivityManager DMCore.Logic.CActivityManager::s_intance CActivityManager_t1081296145 * ___s_intance_21; public: inline static int32_t get_offset_of_U3CMemberAwardListU3Ek__BackingField_0() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CMemberAwardListU3Ek__BackingField_0)); } inline DMListView_t512231514 * get_U3CMemberAwardListU3Ek__BackingField_0() const { return ___U3CMemberAwardListU3Ek__BackingField_0; } inline DMListView_t512231514 ** get_address_of_U3CMemberAwardListU3Ek__BackingField_0() { return &___U3CMemberAwardListU3Ek__BackingField_0; } inline void set_U3CMemberAwardListU3Ek__BackingField_0(DMListView_t512231514 * value) { ___U3CMemberAwardListU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CMemberAwardListU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CProExchangeActivityListU3Ek__BackingField_1() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CProExchangeActivityListU3Ek__BackingField_1)); } inline DMListView_t512231514 * get_U3CProExchangeActivityListU3Ek__BackingField_1() const { return ___U3CProExchangeActivityListU3Ek__BackingField_1; } inline DMListView_t512231514 ** get_address_of_U3CProExchangeActivityListU3Ek__BackingField_1() { return &___U3CProExchangeActivityListU3Ek__BackingField_1; } inline void set_U3CProExchangeActivityListU3Ek__BackingField_1(DMListView_t512231514 * value) { ___U3CProExchangeActivityListU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CProExchangeActivityListU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CCurrentActivityNewIDU3Ek__BackingField_2() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CCurrentActivityNewIDU3Ek__BackingField_2)); } inline int32_t get_U3CCurrentActivityNewIDU3Ek__BackingField_2() const { return ___U3CCurrentActivityNewIDU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CCurrentActivityNewIDU3Ek__BackingField_2() { return &___U3CCurrentActivityNewIDU3Ek__BackingField_2; } inline void set_U3CCurrentActivityNewIDU3Ek__BackingField_2(int32_t value) { ___U3CCurrentActivityNewIDU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsActivityListChangedU3Ek__BackingField_3() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CIsActivityListChangedU3Ek__BackingField_3)); } inline bool get_U3CIsActivityListChangedU3Ek__BackingField_3() const { return ___U3CIsActivityListChangedU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsActivityListChangedU3Ek__BackingField_3() { return &___U3CIsActivityListChangedU3Ek__BackingField_3; } inline void set_U3CIsActivityListChangedU3Ek__BackingField_3(bool value) { ___U3CIsActivityListChangedU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_ActivityAwardList_15() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___m_ActivityAwardList_15)); } inline DMListView_t512231514 * get_m_ActivityAwardList_15() const { return ___m_ActivityAwardList_15; } inline DMListView_t512231514 ** get_address_of_m_ActivityAwardList_15() { return &___m_ActivityAwardList_15; } inline void set_m_ActivityAwardList_15(DMListView_t512231514 * value) { ___m_ActivityAwardList_15 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityAwardList_15), value); } inline static int32_t get_offset_of_m_ActivityAdvertiseList_16() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___m_ActivityAdvertiseList_16)); } inline DMListView_t512231514 * get_m_ActivityAdvertiseList_16() const { return ___m_ActivityAdvertiseList_16; } inline DMListView_t512231514 ** get_address_of_m_ActivityAdvertiseList_16() { return &___m_ActivityAdvertiseList_16; } inline void set_m_ActivityAdvertiseList_16(DMListView_t512231514 * value) { ___m_ActivityAdvertiseList_16 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityAdvertiseList_16), value); } inline static int32_t get_offset_of_m_ActivityKeepLoginList_17() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___m_ActivityKeepLoginList_17)); } inline DMListView_t512231514 * get_m_ActivityKeepLoginList_17() const { return ___m_ActivityKeepLoginList_17; } inline DMListView_t512231514 ** get_address_of_m_ActivityKeepLoginList_17() { return &___m_ActivityKeepLoginList_17; } inline void set_m_ActivityKeepLoginList_17(DMListView_t512231514 * value) { ___m_ActivityKeepLoginList_17 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityKeepLoginList_17), value); } inline static int32_t get_offset_of_s_target_activity_18() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_target_activity_18)); } inline int32_t get_s_target_activity_18() const { return ___s_target_activity_18; } inline int32_t* get_address_of_s_target_activity_18() { return &___s_target_activity_18; } inline void set_s_target_activity_18(int32_t value) { ___s_target_activity_18 = value; } inline static int32_t get_offset_of_s_has_activity_bill_show_over_19() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_has_activity_bill_show_over_19)); } inline bool get_s_has_activity_bill_show_over_19() const { return ___s_has_activity_bill_show_over_19; } inline bool* get_address_of_s_has_activity_bill_show_over_19() { return &___s_has_activity_bill_show_over_19; } inline void set_s_has_activity_bill_show_over_19(bool value) { ___s_has_activity_bill_show_over_19 = value; } inline static int32_t get_offset_of_s_NeedActiveLastSelection_20() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_NeedActiveLastSelection_20)); } inline bool get_s_NeedActiveLastSelection_20() const { return ___s_NeedActiveLastSelection_20; } inline bool* get_address_of_s_NeedActiveLastSelection_20() { return &___s_NeedActiveLastSelection_20; } inline void set_s_NeedActiveLastSelection_20(bool value) { ___s_NeedActiveLastSelection_20 = value; } inline static int32_t get_offset_of_s_intance_21() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_intance_21)); } inline CActivityManager_t1081296145 * get_s_intance_21() const { return ___s_intance_21; } inline CActivityManager_t1081296145 ** get_address_of_s_intance_21() { return &___s_intance_21; } inline void set_s_intance_21(CActivityManager_t1081296145 * value) { ___s_intance_21 = value; Il2CppCodeGenWriteBarrier((&___s_intance_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYMANAGER_T1081296145_H #ifndef 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 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 ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef CBEATKEYHOLD_T782767741_H #define CBEATKEYHOLD_T782767741_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeyHold struct CBeatKeyHold_t782767741 : public IBeatKeys_t2500473988 { public: // System.Single DMCore.DanceMode.CBeatKeyHold::m_fHoldTime float ___m_fHoldTime_18; // System.Single DMCore.DanceMode.CBeatKeyHold::m_BackgroundWidth float ___m_BackgroundWidth_19; // System.Int32 DMCore.DanceMode.CBeatKeyHold::m_nJudgeIndex int32_t ___m_nJudgeIndex_20; // System.Int32 DMCore.DanceMode.CBeatKeyHold::m_nJudgePointCount int32_t ___m_nJudgePointCount_21; public: inline static int32_t get_offset_of_m_fHoldTime_18() { return static_cast(offsetof(CBeatKeyHold_t782767741, ___m_fHoldTime_18)); } inline float get_m_fHoldTime_18() const { return ___m_fHoldTime_18; } inline float* get_address_of_m_fHoldTime_18() { return &___m_fHoldTime_18; } inline void set_m_fHoldTime_18(float value) { ___m_fHoldTime_18 = value; } inline static int32_t get_offset_of_m_BackgroundWidth_19() { return static_cast(offsetof(CBeatKeyHold_t782767741, ___m_BackgroundWidth_19)); } inline float get_m_BackgroundWidth_19() const { return ___m_BackgroundWidth_19; } inline float* get_address_of_m_BackgroundWidth_19() { return &___m_BackgroundWidth_19; } inline void set_m_BackgroundWidth_19(float value) { ___m_BackgroundWidth_19 = value; } inline static int32_t get_offset_of_m_nJudgeIndex_20() { return static_cast(offsetof(CBeatKeyHold_t782767741, ___m_nJudgeIndex_20)); } inline int32_t get_m_nJudgeIndex_20() const { return ___m_nJudgeIndex_20; } inline int32_t* get_address_of_m_nJudgeIndex_20() { return &___m_nJudgeIndex_20; } inline void set_m_nJudgeIndex_20(int32_t value) { ___m_nJudgeIndex_20 = value; } inline static int32_t get_offset_of_m_nJudgePointCount_21() { return static_cast(offsetof(CBeatKeyHold_t782767741, ___m_nJudgePointCount_21)); } inline int32_t get_m_nJudgePointCount_21() const { return ___m_nJudgePointCount_21; } inline int32_t* get_address_of_m_nJudgePointCount_21() { return &___m_nJudgePointCount_21; } inline void set_m_nJudgePointCount_21(int32_t value) { ___m_nJudgePointCount_21 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYHOLD_T782767741_H #ifndef APPLYTWEEN_T3327999347_H #define APPLYTWEEN_T3327999347_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // iTween/ApplyTween struct ApplyTween_t3327999347 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPLYTWEEN_T3327999347_H #ifndef CBEATKEYCOUPLE_T3767634746_H #define CBEATKEYCOUPLE_T3767634746_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeyCouple struct CBeatKeyCouple_t3767634746 : public IBeatKeys_t2500473988 { public: // UnityEngine.Vector2 DMCore.DanceMode.CBeatKeyCouple::m_Offset Vector2_t2156229523 ___m_Offset_18; // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.CBeatKeyCouple::m_JudgeOther int32_t ___m_JudgeOther_19; // System.Single DMCore.DanceMode.CBeatKeyCouple::m_fWidth float ___m_fWidth_20; public: inline static int32_t get_offset_of_m_Offset_18() { return static_cast(offsetof(CBeatKeyCouple_t3767634746, ___m_Offset_18)); } inline Vector2_t2156229523 get_m_Offset_18() const { return ___m_Offset_18; } inline Vector2_t2156229523 * get_address_of_m_Offset_18() { return &___m_Offset_18; } inline void set_m_Offset_18(Vector2_t2156229523 value) { ___m_Offset_18 = value; } inline static int32_t get_offset_of_m_JudgeOther_19() { return static_cast(offsetof(CBeatKeyCouple_t3767634746, ___m_JudgeOther_19)); } inline int32_t get_m_JudgeOther_19() const { return ___m_JudgeOther_19; } inline int32_t* get_address_of_m_JudgeOther_19() { return &___m_JudgeOther_19; } inline void set_m_JudgeOther_19(int32_t value) { ___m_JudgeOther_19 = value; } inline static int32_t get_offset_of_m_fWidth_20() { return static_cast(offsetof(CBeatKeyCouple_t3767634746, ___m_fWidth_20)); } inline float get_m_fWidth_20() const { return ___m_fWidth_20; } inline float* get_address_of_m_fWidth_20() { return &___m_fWidth_20; } inline void set_m_fWidth_20(float value) { ___m_fWidth_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYCOUPLE_T3767634746_H #ifndef CBEATKEYSIMPLE_T479423900_H #define CBEATKEYSIMPLE_T479423900_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeySimple struct CBeatKeySimple_t479423900 : public IBeatKeys_t2500473988 { public: // System.Single DMCore.DanceMode.CBeatKeySimple::m_fWidth float ___m_fWidth_18; public: inline static int32_t get_offset_of_m_fWidth_18() { return static_cast(offsetof(CBeatKeySimple_t479423900, ___m_fWidth_18)); } inline float get_m_fWidth_18() const { return ___m_fWidth_18; } inline float* get_address_of_m_fWidth_18() { return &___m_fWidth_18; } inline void set_m_fWidth_18(float value) { ___m_fWidth_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYSIMPLE_T479423900_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 IMPORTERFUNC_T3630937194_H #define IMPORTERFUNC_T3630937194_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ImporterFunc struct ImporterFunc_t3630937194 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IMPORTERFUNC_T3630937194_H #ifndef EXPORTERFUNC_T1851311465_H #define EXPORTERFUNC_T1851311465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ExporterFunc struct ExporterFunc_t1851311465 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPORTERFUNC_T1851311465_H #ifndef FUNC_3_T1497391353_H #define FUNC_3_T1497391353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`3 struct Func_3_t1497391353 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_3_T1497391353_H #ifndef 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 CBEATKEYSWINGHOLD_T593251827_H #define CBEATKEYSWINGHOLD_T593251827_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeySwingHold struct CBeatKeySwingHold_t593251827 : public IBeatKeySwingBase_t1515627798 { public: // System.Single DMCore.DanceMode.CBeatKeySwingHold::m_fHoldTime float ___m_fHoldTime_15; // System.Int32 DMCore.DanceMode.CBeatKeySwingHold::m_nJudgeIndex int32_t ___m_nJudgeIndex_16; // System.Single DMCore.DanceMode.CBeatKeySwingHold::m_lastTailParam float ___m_lastTailParam_17; // System.Boolean DMCore.DanceMode.CBeatKeySwingHold::m_bLegalEnterKey bool ___m_bLegalEnterKey_18; // System.Single DMCore.DanceMode.CBeatKeySwingHold::m_fMissTime float ___m_fMissTime_19; // DMCore.DanceMode.CBeatKeySwingHoldLineUI DMCore.DanceMode.CBeatKeySwingHold::m_helpHold CBeatKeySwingHoldLineUI_t5305857 * ___m_helpHold_20; // System.Single DMCore.DanceMode.CBeatKeySwingHold::m_tailLength float ___m_tailLength_21; // System.Int32 DMCore.DanceMode.CBeatKeySwingHold::m_nJudgePointCount int32_t ___m_nJudgePointCount_22; public: inline static int32_t get_offset_of_m_fHoldTime_15() { return static_cast(offsetof(CBeatKeySwingHold_t593251827, ___m_fHoldTime_15)); } inline float get_m_fHoldTime_15() const { return ___m_fHoldTime_15; } inline float* get_address_of_m_fHoldTime_15() { return &___m_fHoldTime_15; } inline void set_m_fHoldTime_15(float value) { ___m_fHoldTime_15 = value; } inline static int32_t get_offset_of_m_nJudgeIndex_16() { return static_cast(offsetof(CBeatKeySwingHold_t593251827, ___m_nJudgeIndex_16)); } inline int32_t get_m_nJudgeIndex_16() const { return ___m_nJudgeIndex_16; } inline int32_t* get_address_of_m_nJudgeIndex_16() { return &___m_nJudgeIndex_16; } inline void set_m_nJudgeIndex_16(int32_t value) { ___m_nJudgeIndex_16 = value; } inline static int32_t get_offset_of_m_lastTailParam_17() { return static_cast(offsetof(CBeatKeySwingHold_t593251827, ___m_lastTailParam_17)); } inline float get_m_lastTailParam_17() const { return ___m_lastTailParam_17; } inline float* get_address_of_m_lastTailParam_17() { return &___m_lastTailParam_17; } inline void set_m_lastTailParam_17(float value) { ___m_lastTailParam_17 = value; } inline static int32_t get_offset_of_m_bLegalEnterKey_18() { return static_cast(offsetof(CBeatKeySwingHold_t593251827, ___m_bLegalEnterKey_18)); } inline bool get_m_bLegalEnterKey_18() const { return ___m_bLegalEnterKey_18; } inline bool* get_address_of_m_bLegalEnterKey_18() { return &___m_bLegalEnterKey_18; } inline void set_m_bLegalEnterKey_18(bool value) { ___m_bLegalEnterKey_18 = value; } inline static int32_t get_offset_of_m_fMissTime_19() { return static_cast(offsetof(CBeatKeySwingHold_t593251827, ___m_fMissTime_19)); } inline float get_m_fMissTime_19() const { return ___m_fMissTime_19; } inline float* get_address_of_m_fMissTime_19() { return &___m_fMissTime_19; } inline void set_m_fMissTime_19(float value) { ___m_fMissTime_19 = value; } inline static int32_t get_offset_of_m_helpHold_20() { return static_cast(offsetof(CBeatKeySwingHold_t593251827, ___m_helpHold_20)); } inline CBeatKeySwingHoldLineUI_t5305857 * get_m_helpHold_20() const { return ___m_helpHold_20; } inline CBeatKeySwingHoldLineUI_t5305857 ** get_address_of_m_helpHold_20() { return &___m_helpHold_20; } inline void set_m_helpHold_20(CBeatKeySwingHoldLineUI_t5305857 * value) { ___m_helpHold_20 = value; Il2CppCodeGenWriteBarrier((&___m_helpHold_20), value); } inline static int32_t get_offset_of_m_tailLength_21() { return static_cast(offsetof(CBeatKeySwingHold_t593251827, ___m_tailLength_21)); } inline float get_m_tailLength_21() const { return ___m_tailLength_21; } inline float* get_address_of_m_tailLength_21() { return &___m_tailLength_21; } inline void set_m_tailLength_21(float value) { ___m_tailLength_21 = value; } inline static int32_t get_offset_of_m_nJudgePointCount_22() { return static_cast(offsetof(CBeatKeySwingHold_t593251827, ___m_nJudgePointCount_22)); } inline int32_t get_m_nJudgePointCount_22() const { return ___m_nJudgePointCount_22; } inline int32_t* get_address_of_m_nJudgePointCount_22() { return &___m_nJudgePointCount_22; } inline void set_m_nJudgePointCount_22(int32_t value) { ___m_nJudgePointCount_22 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYSWINGHOLD_T593251827_H #ifndef CBEATKEYSWINGCOUPLE_T1807003983_H #define CBEATKEYSWINGCOUPLE_T1807003983_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeySwingCouple struct CBeatKeySwingCouple_t1807003983 : public IBeatKeySwingBase_t1515627798 { public: // DMCore.DanceMode.CBeatKeySwingUI DMCore.DanceMode.CBeatKeySwingCouple::m_ptrUISecond CBeatKeySwingUI_t1346072144 * ___m_ptrUISecond_15; // System.Int32 DMCore.DanceMode.CBeatKeySwingCouple::m_secondGroup int32_t ___m_secondGroup_16; // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.CBeatKeySwingCouple::m_JudgeOther int32_t ___m_JudgeOther_17; public: inline static int32_t get_offset_of_m_ptrUISecond_15() { return static_cast(offsetof(CBeatKeySwingCouple_t1807003983, ___m_ptrUISecond_15)); } inline CBeatKeySwingUI_t1346072144 * get_m_ptrUISecond_15() const { return ___m_ptrUISecond_15; } inline CBeatKeySwingUI_t1346072144 ** get_address_of_m_ptrUISecond_15() { return &___m_ptrUISecond_15; } inline void set_m_ptrUISecond_15(CBeatKeySwingUI_t1346072144 * value) { ___m_ptrUISecond_15 = value; Il2CppCodeGenWriteBarrier((&___m_ptrUISecond_15), value); } inline static int32_t get_offset_of_m_secondGroup_16() { return static_cast(offsetof(CBeatKeySwingCouple_t1807003983, ___m_secondGroup_16)); } inline int32_t get_m_secondGroup_16() const { return ___m_secondGroup_16; } inline int32_t* get_address_of_m_secondGroup_16() { return &___m_secondGroup_16; } inline void set_m_secondGroup_16(int32_t value) { ___m_secondGroup_16 = value; } inline static int32_t get_offset_of_m_JudgeOther_17() { return static_cast(offsetof(CBeatKeySwingCouple_t1807003983, ___m_JudgeOther_17)); } inline int32_t get_m_JudgeOther_17() const { return ___m_JudgeOther_17; } inline int32_t* get_address_of_m_JudgeOther_17() { return &___m_JudgeOther_17; } inline void set_m_JudgeOther_17(int32_t value) { ___m_JudgeOther_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYSWINGCOUPLE_T1807003983_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 EASINGFUNCTION_T2767217938_H #define EASINGFUNCTION_T2767217938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // iTween/EasingFunction struct EasingFunction_t2767217938 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EASINGFUNCTION_T2767217938_H #ifndef CBEATKEYSWINGSIMPLE_T4104270215_H #define CBEATKEYSWINGSIMPLE_T4104270215_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeySwingSimple struct CBeatKeySwingSimple_t4104270215 : public IBeatKeySwingBase_t1515627798 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYSWINGSIMPLE_T4104270215_H #ifndef ONMSGBOXCLKCALLBACK_T3229751541_H #define ONMSGBOXCLKCALLBACK_T3229751541_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONMSGBOXCLKCALLBACK_T3229751541_H #ifndef RENDERER_T2627027031_H #define RENDERER_T2627027031_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Renderer struct Renderer_t2627027031 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RENDERER_T2627027031_H #ifndef RENDERTEXTURE_T2108887433_H #define RENDERTEXTURE_T2108887433_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RenderTexture struct RenderTexture_t2108887433 : public Texture_t3661962703 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RENDERTEXTURE_T2108887433_H #ifndef ACTION_1_T1302699353_H #define ACTION_1_T1302699353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1302699353 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1302699353_H #ifndef ACTION_1_T3123413348_H #define ACTION_1_T3123413348_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3123413348 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3123413348_H #ifndef INVITEFRIENDHANDLER_T2781888241_H #define INVITEFRIENDHANDLER_T2781888241_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MessageHandler/InviteFriendHandler struct InviteFriendHandler_t2781888241 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVITEFRIENDHANDLER_T2781888241_H #ifndef USERFRIENDSHANDLER_T191220723_H #define USERFRIENDSHANDLER_T191220723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MessageHandler/UserFriendsHandler struct UserFriendsHandler_t191220723 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USERFRIENDSHANDLER_T191220723_H #ifndef MESHFILTER_T3523625662_H #define MESHFILTER_T3523625662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MeshFilter struct MeshFilter_t3523625662 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESHFILTER_T3523625662_H #ifndef 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 ACTIONHANDLER_T1919085295_H #define ACTIONHANDLER_T1919085295_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MessageHandler/ActionHandler struct ActionHandler_t1919085295 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIONHANDLER_T1919085295_H #ifndef MOTIONHANDLER_T4071239806_H #define MOTIONHANDLER_T4071239806_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MessageHandler/MotionHandler struct MotionHandler_t4071239806 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOTIONHANDLER_T4071239806_H #ifndef STEPHANDLER_T3504542481_H #define STEPHANDLER_T3504542481_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MessageHandler/StepHandler struct StepHandler_t3504542481 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STEPHANDLER_T3504542481_H #ifndef DEVICEHANDLER_T706368662_H #define DEVICEHANDLER_T706368662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MessageHandler/DeviceHandler struct DeviceHandler_t706368662 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEVICEHANDLER_T706368662_H #ifndef ACTION_T1264377477_H #define ACTION_T1264377477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action struct Action_t1264377477 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_T1264377477_H #ifndef 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 STATEHANDLER_T105866779_H #define STATEHANDLER_T105866779_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.Lexer/StateHandler struct StateHandler_t105866779 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATEHANDLER_T105866779_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 ACTION_3_T844242923_H #define ACTION_3_T844242923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t844242923 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T844242923_H #ifndef 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 WRAPPERFACTORY_T2158548929_H #define WRAPPERFACTORY_T2158548929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.WrapperFactory struct WrapperFactory_t2158548929 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRAPPERFACTORY_T2158548929_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 SKINNEDMESHRENDERER_T245602842_H #define SKINNEDMESHRENDERER_T245602842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t245602842 : public Renderer_t2627027031 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKINNEDMESHRENDERER_T245602842_H #ifndef AUDIOSOURCE_T3935305588_H #define AUDIOSOURCE_T3935305588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AudioSource struct AudioSource_t3935305588 : public Behaviour_t1437897464 { public: // UnityEngine.AudioSourceExtension UnityEngine.AudioSource::spatializerExtension AudioSourceExtension_t3064908834 * ___spatializerExtension_2; // UnityEngine.AudioSourceExtension UnityEngine.AudioSource::ambisonicExtension AudioSourceExtension_t3064908834 * ___ambisonicExtension_3; public: inline static int32_t get_offset_of_spatializerExtension_2() { return static_cast(offsetof(AudioSource_t3935305588, ___spatializerExtension_2)); } inline AudioSourceExtension_t3064908834 * get_spatializerExtension_2() const { return ___spatializerExtension_2; } inline AudioSourceExtension_t3064908834 ** get_address_of_spatializerExtension_2() { return &___spatializerExtension_2; } inline void set_spatializerExtension_2(AudioSourceExtension_t3064908834 * value) { ___spatializerExtension_2 = value; Il2CppCodeGenWriteBarrier((&___spatializerExtension_2), value); } inline static int32_t get_offset_of_ambisonicExtension_3() { return static_cast(offsetof(AudioSource_t3935305588, ___ambisonicExtension_3)); } inline AudioSourceExtension_t3064908834 * get_ambisonicExtension_3() const { return ___ambisonicExtension_3; } inline AudioSourceExtension_t3064908834 ** get_address_of_ambisonicExtension_3() { return &___ambisonicExtension_3; } inline void set_ambisonicExtension_3(AudioSourceExtension_t3064908834 * value) { ___ambisonicExtension_3 = value; Il2CppCodeGenWriteBarrier((&___ambisonicExtension_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUDIOSOURCE_T3935305588_H #ifndef SKYBOX_T2662837510_H #define SKYBOX_T2662837510_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Skybox struct Skybox_t2662837510 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKYBOX_T2662837510_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 CBEATKEYFOLLOWDIRECT_T2524907670_H #define CBEATKEYFOLLOWDIRECT_T2524907670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeyFollowDirect struct CBeatKeyFollowDirect_t2524907670 : public IBeatKeyFollow_t1042819926 { public: // System.Single DMCore.DanceMode.CBeatKeyFollowDirect::m_fRadius float ___m_fRadius_26; // System.Single DMCore.DanceMode.CBeatKeyFollowDirect::m_Angle float ___m_Angle_27; // System.Int32 DMCore.DanceMode.CBeatKeyFollowDirect::m_nJudgeIndex int32_t ___m_nJudgeIndex_28; // System.Single DMCore.DanceMode.CBeatKeyFollowDirect::m_fWidth float ___m_fWidth_29; public: inline static int32_t get_offset_of_m_fRadius_26() { return static_cast(offsetof(CBeatKeyFollowDirect_t2524907670, ___m_fRadius_26)); } inline float get_m_fRadius_26() const { return ___m_fRadius_26; } inline float* get_address_of_m_fRadius_26() { return &___m_fRadius_26; } inline void set_m_fRadius_26(float value) { ___m_fRadius_26 = value; } inline static int32_t get_offset_of_m_Angle_27() { return static_cast(offsetof(CBeatKeyFollowDirect_t2524907670, ___m_Angle_27)); } inline float get_m_Angle_27() const { return ___m_Angle_27; } inline float* get_address_of_m_Angle_27() { return &___m_Angle_27; } inline void set_m_Angle_27(float value) { ___m_Angle_27 = value; } inline static int32_t get_offset_of_m_nJudgeIndex_28() { return static_cast(offsetof(CBeatKeyFollowDirect_t2524907670, ___m_nJudgeIndex_28)); } inline int32_t get_m_nJudgeIndex_28() const { return ___m_nJudgeIndex_28; } inline int32_t* get_address_of_m_nJudgeIndex_28() { return &___m_nJudgeIndex_28; } inline void set_m_nJudgeIndex_28(int32_t value) { ___m_nJudgeIndex_28 = value; } inline static int32_t get_offset_of_m_fWidth_29() { return static_cast(offsetof(CBeatKeyFollowDirect_t2524907670, ___m_fWidth_29)); } inline float get_m_fWidth_29() const { return ___m_fWidth_29; } inline float* get_address_of_m_fWidth_29() { return &___m_fWidth_29; } inline void set_m_fWidth_29(float value) { ___m_fWidth_29 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYFOLLOWDIRECT_T2524907670_H #ifndef FLARELAYER_T1739223323_H #define FLARELAYER_T1739223323_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.FlareLayer struct FlareLayer_t1739223323 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FLARELAYER_T1739223323_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 LOGICREGISTERMAINCAMERA_T3930282089_H #define LOGICREGISTERMAINCAMERA_T3930282089_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // logicRegisterMainCamera struct logicRegisterMainCamera_t3930282089 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICREGISTERMAINCAMERA_T3930282089_H #ifndef MARQUEECONTROLLER_T843090145_H #define MARQUEECONTROLLER_T843090145_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MarqueeController struct MarqueeController_t843090145 : public MonoBehaviour_t3962482529 { public: // System.Single MarqueeController::interval float ___interval_2; // System.Single MarqueeController::runTime float ___runTime_3; // System.Int32 MarqueeController::num int32_t ___num_4; // System.Int32 MarqueeController::Count int32_t ___Count_5; // System.Int32 MarqueeController::index int32_t ___index_6; // System.Single MarqueeController::timer float ___timer_7; // DMCore.Logic.CActivityFortuneCat MarqueeController::activity CActivityFortuneCat_t237126772 * ___activity_8; public: inline static int32_t get_offset_of_interval_2() { return static_cast(offsetof(MarqueeController_t843090145, ___interval_2)); } inline float get_interval_2() const { return ___interval_2; } inline float* get_address_of_interval_2() { return &___interval_2; } inline void set_interval_2(float value) { ___interval_2 = value; } inline static int32_t get_offset_of_runTime_3() { return static_cast(offsetof(MarqueeController_t843090145, ___runTime_3)); } inline float get_runTime_3() const { return ___runTime_3; } inline float* get_address_of_runTime_3() { return &___runTime_3; } inline void set_runTime_3(float value) { ___runTime_3 = value; } inline static int32_t get_offset_of_num_4() { return static_cast(offsetof(MarqueeController_t843090145, ___num_4)); } inline int32_t get_num_4() const { return ___num_4; } inline int32_t* get_address_of_num_4() { return &___num_4; } inline void set_num_4(int32_t value) { ___num_4 = value; } inline static int32_t get_offset_of_Count_5() { return static_cast(offsetof(MarqueeController_t843090145, ___Count_5)); } inline int32_t get_Count_5() const { return ___Count_5; } inline int32_t* get_address_of_Count_5() { return &___Count_5; } inline void set_Count_5(int32_t value) { ___Count_5 = value; } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(MarqueeController_t843090145, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } inline static int32_t get_offset_of_timer_7() { return static_cast(offsetof(MarqueeController_t843090145, ___timer_7)); } inline float get_timer_7() const { return ___timer_7; } inline float* get_address_of_timer_7() { return &___timer_7; } inline void set_timer_7(float value) { ___timer_7 = value; } inline static int32_t get_offset_of_activity_8() { return static_cast(offsetof(MarqueeController_t843090145, ___activity_8)); } inline CActivityFortuneCat_t237126772 * get_activity_8() const { return ___activity_8; } inline CActivityFortuneCat_t237126772 ** get_address_of_activity_8() { return &___activity_8; } inline void set_activity_8(CActivityFortuneCat_t237126772 * value) { ___activity_8 = value; Il2CppCodeGenWriteBarrier((&___activity_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARQUEECONTROLLER_T843090145_H #ifndef LOGOSTATE_T455858167_H #define LOGOSTATE_T455858167_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // logoState struct logoState_t455858167 : public MonoBehaviour_t3962482529 { public: // System.Boolean logoState::m_bBroadCastEnd bool ___m_bBroadCastEnd_3; // System.Boolean logoState::m_bGetServerListEnd bool ___m_bGetServerListEnd_4; public: inline static int32_t get_offset_of_m_bBroadCastEnd_3() { return static_cast(offsetof(logoState_t455858167, ___m_bBroadCastEnd_3)); } inline bool get_m_bBroadCastEnd_3() const { return ___m_bBroadCastEnd_3; } inline bool* get_address_of_m_bBroadCastEnd_3() { return &___m_bBroadCastEnd_3; } inline void set_m_bBroadCastEnd_3(bool value) { ___m_bBroadCastEnd_3 = value; } inline static int32_t get_offset_of_m_bGetServerListEnd_4() { return static_cast(offsetof(logoState_t455858167, ___m_bGetServerListEnd_4)); } inline bool get_m_bGetServerListEnd_4() const { return ___m_bGetServerListEnd_4; } inline bool* get_address_of_m_bGetServerListEnd_4() { return &___m_bGetServerListEnd_4; } inline void set_m_bGetServerListEnd_4(bool value) { ___m_bGetServerListEnd_4 = value; } }; struct logoState_t455858167_StaticFields { public: // System.Boolean logoState::m_bVersionEnd bool ___m_bVersionEnd_2; public: inline static int32_t get_offset_of_m_bVersionEnd_2() { return static_cast(offsetof(logoState_t455858167_StaticFields, ___m_bVersionEnd_2)); } inline bool get_m_bVersionEnd_2() const { return ___m_bVersionEnd_2; } inline bool* get_address_of_m_bVersionEnd_2() { return &___m_bVersionEnd_2; } inline void set_m_bVersionEnd_2(bool value) { ___m_bVersionEnd_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGOSTATE_T455858167_H #ifndef LOGICREGISTERSOUNDERMIDI_T1683788676_H #define LOGICREGISTERSOUNDERMIDI_T1683788676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // logicRegisterSounderMidi struct logicRegisterSounderMidi_t1683788676 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICREGISTERSOUNDERMIDI_T1683788676_H #ifndef LABBERBT_T36101451_H #define LABBERBT_T36101451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LabberBT struct LabberBT_t36101451 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject LabberBT::m_active GameObject_t1113636619 * ___m_active_2; // UnityEngine.GameObject LabberBT::m_disActive GameObject_t1113636619 * ___m_disActive_3; public: inline static int32_t get_offset_of_m_active_2() { return static_cast(offsetof(LabberBT_t36101451, ___m_active_2)); } inline GameObject_t1113636619 * get_m_active_2() const { return ___m_active_2; } inline GameObject_t1113636619 ** get_address_of_m_active_2() { return &___m_active_2; } inline void set_m_active_2(GameObject_t1113636619 * value) { ___m_active_2 = value; Il2CppCodeGenWriteBarrier((&___m_active_2), value); } inline static int32_t get_offset_of_m_disActive_3() { return static_cast(offsetof(LabberBT_t36101451, ___m_disActive_3)); } inline GameObject_t1113636619 * get_m_disActive_3() const { return ___m_disActive_3; } inline GameObject_t1113636619 ** get_address_of_m_disActive_3() { return &___m_disActive_3; } inline void set_m_disActive_3(GameObject_t1113636619 * value) { ___m_disActive_3 = value; Il2CppCodeGenWriteBarrier((&___m_disActive_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABBERBT_T36101451_H #ifndef LOVELOGITEM_T1359654776_H #define LOVELOGITEM_T1359654776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LoveLogItem struct LoveLogItem_t1359654776 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOVELOGITEM_T1359654776_H #ifndef DMUICONTAINER_T1502190882_H #define DMUICONTAINER_T1502190882_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMUIContainer struct DMUIContainer_t1502190882 : public MonoBehaviour_t3962482529 { public: // System.Int32 DMUIContainer::m_indexText int32_t ___m_indexText_2; // BetterList`1 DMUIContainer::m_listWidgets BetterList_1_t1183072445 * ___m_listWidgets_3; // BetterList`1 DMUIContainer::m_listWidgetsText BetterList_1_t1277620157 * ___m_listWidgetsText_4; public: inline static int32_t get_offset_of_m_indexText_2() { return static_cast(offsetof(DMUIContainer_t1502190882, ___m_indexText_2)); } inline int32_t get_m_indexText_2() const { return ___m_indexText_2; } inline int32_t* get_address_of_m_indexText_2() { return &___m_indexText_2; } inline void set_m_indexText_2(int32_t value) { ___m_indexText_2 = value; } inline static int32_t get_offset_of_m_listWidgets_3() { return static_cast(offsetof(DMUIContainer_t1502190882, ___m_listWidgets_3)); } inline BetterList_1_t1183072445 * get_m_listWidgets_3() const { return ___m_listWidgets_3; } inline BetterList_1_t1183072445 ** get_address_of_m_listWidgets_3() { return &___m_listWidgets_3; } inline void set_m_listWidgets_3(BetterList_1_t1183072445 * value) { ___m_listWidgets_3 = value; Il2CppCodeGenWriteBarrier((&___m_listWidgets_3), value); } inline static int32_t get_offset_of_m_listWidgetsText_4() { return static_cast(offsetof(DMUIContainer_t1502190882, ___m_listWidgetsText_4)); } inline BetterList_1_t1277620157 * get_m_listWidgetsText_4() const { return ___m_listWidgetsText_4; } inline BetterList_1_t1277620157 ** get_address_of_m_listWidgetsText_4() { return &___m_listWidgetsText_4; } inline void set_m_listWidgetsText_4(BetterList_1_t1277620157 * value) { ___m_listWidgetsText_4 = value; Il2CppCodeGenWriteBarrier((&___m_listWidgetsText_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMUICONTAINER_T1502190882_H #ifndef MARRYLISTCELL_T3128111242_H #define MARRYLISTCELL_T3128111242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MarryListCell struct MarryListCell_t3128111242 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject MarryListCell::mCell1 GameObject_t1113636619 * ___mCell1_2; // UnityEngine.GameObject MarryListCell::mCell2 GameObject_t1113636619 * ___mCell2_3; // UnityEngine.GameObject MarryListCell::mCell3 GameObject_t1113636619 * ___mCell3_4; // MarryListItemData MarryListCell::mData1 MarryListItemData_t1515524605 * ___mData1_5; // MarryListItemData MarryListCell::mData2 MarryListItemData_t1515524605 * ___mData2_6; // MarryListItemData MarryListCell::mData3 MarryListItemData_t1515524605 * ___mData3_7; public: inline static int32_t get_offset_of_mCell1_2() { return static_cast(offsetof(MarryListCell_t3128111242, ___mCell1_2)); } inline GameObject_t1113636619 * get_mCell1_2() const { return ___mCell1_2; } inline GameObject_t1113636619 ** get_address_of_mCell1_2() { return &___mCell1_2; } inline void set_mCell1_2(GameObject_t1113636619 * value) { ___mCell1_2 = value; Il2CppCodeGenWriteBarrier((&___mCell1_2), value); } inline static int32_t get_offset_of_mCell2_3() { return static_cast(offsetof(MarryListCell_t3128111242, ___mCell2_3)); } inline GameObject_t1113636619 * get_mCell2_3() const { return ___mCell2_3; } inline GameObject_t1113636619 ** get_address_of_mCell2_3() { return &___mCell2_3; } inline void set_mCell2_3(GameObject_t1113636619 * value) { ___mCell2_3 = value; Il2CppCodeGenWriteBarrier((&___mCell2_3), value); } inline static int32_t get_offset_of_mCell3_4() { return static_cast(offsetof(MarryListCell_t3128111242, ___mCell3_4)); } inline GameObject_t1113636619 * get_mCell3_4() const { return ___mCell3_4; } inline GameObject_t1113636619 ** get_address_of_mCell3_4() { return &___mCell3_4; } inline void set_mCell3_4(GameObject_t1113636619 * value) { ___mCell3_4 = value; Il2CppCodeGenWriteBarrier((&___mCell3_4), value); } inline static int32_t get_offset_of_mData1_5() { return static_cast(offsetof(MarryListCell_t3128111242, ___mData1_5)); } inline MarryListItemData_t1515524605 * get_mData1_5() const { return ___mData1_5; } inline MarryListItemData_t1515524605 ** get_address_of_mData1_5() { return &___mData1_5; } inline void set_mData1_5(MarryListItemData_t1515524605 * value) { ___mData1_5 = value; Il2CppCodeGenWriteBarrier((&___mData1_5), value); } inline static int32_t get_offset_of_mData2_6() { return static_cast(offsetof(MarryListCell_t3128111242, ___mData2_6)); } inline MarryListItemData_t1515524605 * get_mData2_6() const { return ___mData2_6; } inline MarryListItemData_t1515524605 ** get_address_of_mData2_6() { return &___mData2_6; } inline void set_mData2_6(MarryListItemData_t1515524605 * value) { ___mData2_6 = value; Il2CppCodeGenWriteBarrier((&___mData2_6), value); } inline static int32_t get_offset_of_mData3_7() { return static_cast(offsetof(MarryListCell_t3128111242, ___mData3_7)); } inline MarryListItemData_t1515524605 * get_mData3_7() const { return ___mData3_7; } inline MarryListItemData_t1515524605 ** get_address_of_mData3_7() { return &___mData3_7; } inline void set_mData3_7(MarryListItemData_t1515524605 * value) { ___mData3_7 = value; Il2CppCodeGenWriteBarrier((&___mData3_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARRYLISTCELL_T3128111242_H #ifndef MARRYLISTCELLITEM_T3507082519_H #define MARRYLISTCELLITEM_T3507082519_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MarryListCellItem struct MarryListCellItem_t3507082519 : public MonoBehaviour_t3962482529 { public: // UISprite MarryListCellItem::mNo1 UISprite_t194114938 * ___mNo1_2; // UISprite MarryListCellItem::mNo2 UISprite_t194114938 * ___mNo2_3; // UISprite MarryListCellItem::mNo3 UISprite_t194114938 * ___mNo3_4; // UISprite MarryListCellItem::mNo4 UISprite_t194114938 * ___mNo4_5; // UILabel MarryListCellItem::mLabelTime UILabel_t3248798549 * ___mLabelTime_6; // UnityEngine.GameObject MarryListCellItem::mLabelING GameObject_t1113636619 * ___mLabelING_7; // UnityEngine.GameObject MarryListCellItem::mLabelBG GameObject_t1113636619 * ___mLabelBG_8; // UITexture MarryListCellItem::mTexture1 UITexture_t3471168817 * ___mTexture1_9; // UITexture MarryListCellItem::mTexture2 UITexture_t3471168817 * ___mTexture2_10; // UILabel MarryListCellItem::mLabelName1 UILabel_t3248798549 * ___mLabelName1_11; // UILabel MarryListCellItem::mLabelName2 UILabel_t3248798549 * ___mLabelName2_12; // UISprite MarryListCellItem::mHeadBox1 UISprite_t194114938 * ___mHeadBox1_13; // UISprite MarryListCellItem::mHeadBox2 UISprite_t194114938 * ___mHeadBox2_14; // UILabel MarryListCellItem::mLabelLookNum UILabel_t3248798549 * ___mLabelLookNum_15; // UnityEngine.GameObject MarryListCellItem::mBtnBless GameObject_t1113636619 * ___mBtnBless_16; // UnityEngine.GameObject MarryListCellItem::mBtnLook GameObject_t1113636619 * ___mBtnLook_17; // UnityEngine.GameObject MarryListCellItem::mBG GameObject_t1113636619 * ___mBG_18; // UnityEngine.GameObject MarryListCellItem::mBGMine GameObject_t1113636619 * ___mBGMine_19; // UISprite MarryListCellItem::mVip1 UISprite_t194114938 * ___mVip1_20; // UISprite MarryListCellItem::mVip2 UISprite_t194114938 * ___mVip2_21; // System.Boolean MarryListCellItem::mPhotoReadyMale bool ___mPhotoReadyMale_22; // System.Boolean MarryListCellItem::mPhotoReadyFemale bool ___mPhotoReadyFemale_23; // MarryListItemData MarryListCellItem::mItem MarryListItemData_t1515524605 * ___mItem_24; // System.Int32 MarryListCellItem::mTime int32_t ___mTime_25; // System.Boolean MarryListCellItem::mClickedThis bool ___mClickedThis_26; public: inline static int32_t get_offset_of_mNo1_2() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mNo1_2)); } inline UISprite_t194114938 * get_mNo1_2() const { return ___mNo1_2; } inline UISprite_t194114938 ** get_address_of_mNo1_2() { return &___mNo1_2; } inline void set_mNo1_2(UISprite_t194114938 * value) { ___mNo1_2 = value; Il2CppCodeGenWriteBarrier((&___mNo1_2), value); } inline static int32_t get_offset_of_mNo2_3() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mNo2_3)); } inline UISprite_t194114938 * get_mNo2_3() const { return ___mNo2_3; } inline UISprite_t194114938 ** get_address_of_mNo2_3() { return &___mNo2_3; } inline void set_mNo2_3(UISprite_t194114938 * value) { ___mNo2_3 = value; Il2CppCodeGenWriteBarrier((&___mNo2_3), value); } inline static int32_t get_offset_of_mNo3_4() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mNo3_4)); } inline UISprite_t194114938 * get_mNo3_4() const { return ___mNo3_4; } inline UISprite_t194114938 ** get_address_of_mNo3_4() { return &___mNo3_4; } inline void set_mNo3_4(UISprite_t194114938 * value) { ___mNo3_4 = value; Il2CppCodeGenWriteBarrier((&___mNo3_4), value); } inline static int32_t get_offset_of_mNo4_5() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mNo4_5)); } inline UISprite_t194114938 * get_mNo4_5() const { return ___mNo4_5; } inline UISprite_t194114938 ** get_address_of_mNo4_5() { return &___mNo4_5; } inline void set_mNo4_5(UISprite_t194114938 * value) { ___mNo4_5 = value; Il2CppCodeGenWriteBarrier((&___mNo4_5), value); } inline static int32_t get_offset_of_mLabelTime_6() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mLabelTime_6)); } inline UILabel_t3248798549 * get_mLabelTime_6() const { return ___mLabelTime_6; } inline UILabel_t3248798549 ** get_address_of_mLabelTime_6() { return &___mLabelTime_6; } inline void set_mLabelTime_6(UILabel_t3248798549 * value) { ___mLabelTime_6 = value; Il2CppCodeGenWriteBarrier((&___mLabelTime_6), value); } inline static int32_t get_offset_of_mLabelING_7() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mLabelING_7)); } inline GameObject_t1113636619 * get_mLabelING_7() const { return ___mLabelING_7; } inline GameObject_t1113636619 ** get_address_of_mLabelING_7() { return &___mLabelING_7; } inline void set_mLabelING_7(GameObject_t1113636619 * value) { ___mLabelING_7 = value; Il2CppCodeGenWriteBarrier((&___mLabelING_7), value); } inline static int32_t get_offset_of_mLabelBG_8() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mLabelBG_8)); } inline GameObject_t1113636619 * get_mLabelBG_8() const { return ___mLabelBG_8; } inline GameObject_t1113636619 ** get_address_of_mLabelBG_8() { return &___mLabelBG_8; } inline void set_mLabelBG_8(GameObject_t1113636619 * value) { ___mLabelBG_8 = value; Il2CppCodeGenWriteBarrier((&___mLabelBG_8), value); } inline static int32_t get_offset_of_mTexture1_9() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mTexture1_9)); } inline UITexture_t3471168817 * get_mTexture1_9() const { return ___mTexture1_9; } inline UITexture_t3471168817 ** get_address_of_mTexture1_9() { return &___mTexture1_9; } inline void set_mTexture1_9(UITexture_t3471168817 * value) { ___mTexture1_9 = value; Il2CppCodeGenWriteBarrier((&___mTexture1_9), value); } inline static int32_t get_offset_of_mTexture2_10() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mTexture2_10)); } inline UITexture_t3471168817 * get_mTexture2_10() const { return ___mTexture2_10; } inline UITexture_t3471168817 ** get_address_of_mTexture2_10() { return &___mTexture2_10; } inline void set_mTexture2_10(UITexture_t3471168817 * value) { ___mTexture2_10 = value; Il2CppCodeGenWriteBarrier((&___mTexture2_10), value); } inline static int32_t get_offset_of_mLabelName1_11() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mLabelName1_11)); } inline UILabel_t3248798549 * get_mLabelName1_11() const { return ___mLabelName1_11; } inline UILabel_t3248798549 ** get_address_of_mLabelName1_11() { return &___mLabelName1_11; } inline void set_mLabelName1_11(UILabel_t3248798549 * value) { ___mLabelName1_11 = value; Il2CppCodeGenWriteBarrier((&___mLabelName1_11), value); } inline static int32_t get_offset_of_mLabelName2_12() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mLabelName2_12)); } inline UILabel_t3248798549 * get_mLabelName2_12() const { return ___mLabelName2_12; } inline UILabel_t3248798549 ** get_address_of_mLabelName2_12() { return &___mLabelName2_12; } inline void set_mLabelName2_12(UILabel_t3248798549 * value) { ___mLabelName2_12 = value; Il2CppCodeGenWriteBarrier((&___mLabelName2_12), value); } inline static int32_t get_offset_of_mHeadBox1_13() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mHeadBox1_13)); } inline UISprite_t194114938 * get_mHeadBox1_13() const { return ___mHeadBox1_13; } inline UISprite_t194114938 ** get_address_of_mHeadBox1_13() { return &___mHeadBox1_13; } inline void set_mHeadBox1_13(UISprite_t194114938 * value) { ___mHeadBox1_13 = value; Il2CppCodeGenWriteBarrier((&___mHeadBox1_13), value); } inline static int32_t get_offset_of_mHeadBox2_14() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mHeadBox2_14)); } inline UISprite_t194114938 * get_mHeadBox2_14() const { return ___mHeadBox2_14; } inline UISprite_t194114938 ** get_address_of_mHeadBox2_14() { return &___mHeadBox2_14; } inline void set_mHeadBox2_14(UISprite_t194114938 * value) { ___mHeadBox2_14 = value; Il2CppCodeGenWriteBarrier((&___mHeadBox2_14), value); } inline static int32_t get_offset_of_mLabelLookNum_15() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mLabelLookNum_15)); } inline UILabel_t3248798549 * get_mLabelLookNum_15() const { return ___mLabelLookNum_15; } inline UILabel_t3248798549 ** get_address_of_mLabelLookNum_15() { return &___mLabelLookNum_15; } inline void set_mLabelLookNum_15(UILabel_t3248798549 * value) { ___mLabelLookNum_15 = value; Il2CppCodeGenWriteBarrier((&___mLabelLookNum_15), value); } inline static int32_t get_offset_of_mBtnBless_16() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mBtnBless_16)); } inline GameObject_t1113636619 * get_mBtnBless_16() const { return ___mBtnBless_16; } inline GameObject_t1113636619 ** get_address_of_mBtnBless_16() { return &___mBtnBless_16; } inline void set_mBtnBless_16(GameObject_t1113636619 * value) { ___mBtnBless_16 = value; Il2CppCodeGenWriteBarrier((&___mBtnBless_16), value); } inline static int32_t get_offset_of_mBtnLook_17() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mBtnLook_17)); } inline GameObject_t1113636619 * get_mBtnLook_17() const { return ___mBtnLook_17; } inline GameObject_t1113636619 ** get_address_of_mBtnLook_17() { return &___mBtnLook_17; } inline void set_mBtnLook_17(GameObject_t1113636619 * value) { ___mBtnLook_17 = value; Il2CppCodeGenWriteBarrier((&___mBtnLook_17), value); } inline static int32_t get_offset_of_mBG_18() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mBG_18)); } inline GameObject_t1113636619 * get_mBG_18() const { return ___mBG_18; } inline GameObject_t1113636619 ** get_address_of_mBG_18() { return &___mBG_18; } inline void set_mBG_18(GameObject_t1113636619 * value) { ___mBG_18 = value; Il2CppCodeGenWriteBarrier((&___mBG_18), value); } inline static int32_t get_offset_of_mBGMine_19() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mBGMine_19)); } inline GameObject_t1113636619 * get_mBGMine_19() const { return ___mBGMine_19; } inline GameObject_t1113636619 ** get_address_of_mBGMine_19() { return &___mBGMine_19; } inline void set_mBGMine_19(GameObject_t1113636619 * value) { ___mBGMine_19 = value; Il2CppCodeGenWriteBarrier((&___mBGMine_19), value); } inline static int32_t get_offset_of_mVip1_20() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mVip1_20)); } inline UISprite_t194114938 * get_mVip1_20() const { return ___mVip1_20; } inline UISprite_t194114938 ** get_address_of_mVip1_20() { return &___mVip1_20; } inline void set_mVip1_20(UISprite_t194114938 * value) { ___mVip1_20 = value; Il2CppCodeGenWriteBarrier((&___mVip1_20), value); } inline static int32_t get_offset_of_mVip2_21() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mVip2_21)); } inline UISprite_t194114938 * get_mVip2_21() const { return ___mVip2_21; } inline UISprite_t194114938 ** get_address_of_mVip2_21() { return &___mVip2_21; } inline void set_mVip2_21(UISprite_t194114938 * value) { ___mVip2_21 = value; Il2CppCodeGenWriteBarrier((&___mVip2_21), value); } inline static int32_t get_offset_of_mPhotoReadyMale_22() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mPhotoReadyMale_22)); } inline bool get_mPhotoReadyMale_22() const { return ___mPhotoReadyMale_22; } inline bool* get_address_of_mPhotoReadyMale_22() { return &___mPhotoReadyMale_22; } inline void set_mPhotoReadyMale_22(bool value) { ___mPhotoReadyMale_22 = value; } inline static int32_t get_offset_of_mPhotoReadyFemale_23() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mPhotoReadyFemale_23)); } inline bool get_mPhotoReadyFemale_23() const { return ___mPhotoReadyFemale_23; } inline bool* get_address_of_mPhotoReadyFemale_23() { return &___mPhotoReadyFemale_23; } inline void set_mPhotoReadyFemale_23(bool value) { ___mPhotoReadyFemale_23 = value; } inline static int32_t get_offset_of_mItem_24() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mItem_24)); } inline MarryListItemData_t1515524605 * get_mItem_24() const { return ___mItem_24; } inline MarryListItemData_t1515524605 ** get_address_of_mItem_24() { return &___mItem_24; } inline void set_mItem_24(MarryListItemData_t1515524605 * value) { ___mItem_24 = value; Il2CppCodeGenWriteBarrier((&___mItem_24), value); } inline static int32_t get_offset_of_mTime_25() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mTime_25)); } inline int32_t get_mTime_25() const { return ___mTime_25; } inline int32_t* get_address_of_mTime_25() { return &___mTime_25; } inline void set_mTime_25(int32_t value) { ___mTime_25 = value; } inline static int32_t get_offset_of_mClickedThis_26() { return static_cast(offsetof(MarryListCellItem_t3507082519, ___mClickedThis_26)); } inline bool get_mClickedThis_26() const { return ___mClickedThis_26; } inline bool* get_address_of_mClickedThis_26() { return &___mClickedThis_26; } inline void set_mClickedThis_26(bool value) { ___mClickedThis_26 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARRYLISTCELLITEM_T3507082519_H #ifndef LOGICREGISTERUICAMERA_T3724690457_H #define LOGICREGISTERUICAMERA_T3724690457_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // logicRegisterUICamera struct logicRegisterUICamera_t3724690457 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICREGISTERUICAMERA_T3724690457_H #ifndef DMLISTVIEWSLIDEOPTIMIZE_T2157965775_H #define DMLISTVIEWSLIDEOPTIMIZE_T2157965775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListViewSlideOptimize struct DMListViewSlideOptimize_t2157965775 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject DMListViewSlideOptimize::m_TriggerTarget GameObject_t1113636619 * ___m_TriggerTarget_2; // System.String DMListViewSlideOptimize::m_TriggerFunctionName String_t* ___m_TriggerFunctionName_3; // UnityEngine.Vector3 DMListViewSlideOptimize::m_ControllerPosition Vector3_t3722313464 ___m_ControllerPosition_4; // UnityEngine.Vector3 DMListViewSlideOptimize::m_ColliderCenter Vector3_t3722313464 ___m_ColliderCenter_5; // UnityEngine.Vector3 DMListViewSlideOptimize::m_ColliderSize Vector3_t3722313464 ___m_ColliderSize_6; // DMListViewSlideOptimize/SlideDirection DMListViewSlideOptimize::m_Direction int32_t ___m_Direction_7; // System.Single DMListViewSlideOptimize::m_MinimizeSlideTime float ___m_MinimizeSlideTime_8; // System.Single DMListViewSlideOptimize::m_MinimizeSlideDistance float ___m_MinimizeSlideDistance_9; // UnityEngine.GameObject DMListViewSlideOptimize::m_Controller GameObject_t1113636619 * ___m_Controller_10; // System.Boolean DMListViewSlideOptimize::m_IsPressed bool ___m_IsPressed_11; // System.Single DMListViewSlideOptimize::m_PressPos float ___m_PressPos_12; // System.Single DMListViewSlideOptimize::m_PressTime float ___m_PressTime_13; // System.Single DMListViewSlideOptimize::m_SlideDistance float ___m_SlideDistance_14; public: inline static int32_t get_offset_of_m_TriggerTarget_2() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_TriggerTarget_2)); } inline GameObject_t1113636619 * get_m_TriggerTarget_2() const { return ___m_TriggerTarget_2; } inline GameObject_t1113636619 ** get_address_of_m_TriggerTarget_2() { return &___m_TriggerTarget_2; } inline void set_m_TriggerTarget_2(GameObject_t1113636619 * value) { ___m_TriggerTarget_2 = value; Il2CppCodeGenWriteBarrier((&___m_TriggerTarget_2), value); } inline static int32_t get_offset_of_m_TriggerFunctionName_3() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_TriggerFunctionName_3)); } inline String_t* get_m_TriggerFunctionName_3() const { return ___m_TriggerFunctionName_3; } inline String_t** get_address_of_m_TriggerFunctionName_3() { return &___m_TriggerFunctionName_3; } inline void set_m_TriggerFunctionName_3(String_t* value) { ___m_TriggerFunctionName_3 = value; Il2CppCodeGenWriteBarrier((&___m_TriggerFunctionName_3), value); } inline static int32_t get_offset_of_m_ControllerPosition_4() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_ControllerPosition_4)); } inline Vector3_t3722313464 get_m_ControllerPosition_4() const { return ___m_ControllerPosition_4; } inline Vector3_t3722313464 * get_address_of_m_ControllerPosition_4() { return &___m_ControllerPosition_4; } inline void set_m_ControllerPosition_4(Vector3_t3722313464 value) { ___m_ControllerPosition_4 = value; } inline static int32_t get_offset_of_m_ColliderCenter_5() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_ColliderCenter_5)); } inline Vector3_t3722313464 get_m_ColliderCenter_5() const { return ___m_ColliderCenter_5; } inline Vector3_t3722313464 * get_address_of_m_ColliderCenter_5() { return &___m_ColliderCenter_5; } inline void set_m_ColliderCenter_5(Vector3_t3722313464 value) { ___m_ColliderCenter_5 = value; } inline static int32_t get_offset_of_m_ColliderSize_6() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_ColliderSize_6)); } inline Vector3_t3722313464 get_m_ColliderSize_6() const { return ___m_ColliderSize_6; } inline Vector3_t3722313464 * get_address_of_m_ColliderSize_6() { return &___m_ColliderSize_6; } inline void set_m_ColliderSize_6(Vector3_t3722313464 value) { ___m_ColliderSize_6 = value; } inline static int32_t get_offset_of_m_Direction_7() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_Direction_7)); } inline int32_t get_m_Direction_7() const { return ___m_Direction_7; } inline int32_t* get_address_of_m_Direction_7() { return &___m_Direction_7; } inline void set_m_Direction_7(int32_t value) { ___m_Direction_7 = value; } inline static int32_t get_offset_of_m_MinimizeSlideTime_8() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_MinimizeSlideTime_8)); } inline float get_m_MinimizeSlideTime_8() const { return ___m_MinimizeSlideTime_8; } inline float* get_address_of_m_MinimizeSlideTime_8() { return &___m_MinimizeSlideTime_8; } inline void set_m_MinimizeSlideTime_8(float value) { ___m_MinimizeSlideTime_8 = value; } inline static int32_t get_offset_of_m_MinimizeSlideDistance_9() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_MinimizeSlideDistance_9)); } inline float get_m_MinimizeSlideDistance_9() const { return ___m_MinimizeSlideDistance_9; } inline float* get_address_of_m_MinimizeSlideDistance_9() { return &___m_MinimizeSlideDistance_9; } inline void set_m_MinimizeSlideDistance_9(float value) { ___m_MinimizeSlideDistance_9 = value; } inline static int32_t get_offset_of_m_Controller_10() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_Controller_10)); } inline GameObject_t1113636619 * get_m_Controller_10() const { return ___m_Controller_10; } inline GameObject_t1113636619 ** get_address_of_m_Controller_10() { return &___m_Controller_10; } inline void set_m_Controller_10(GameObject_t1113636619 * value) { ___m_Controller_10 = value; Il2CppCodeGenWriteBarrier((&___m_Controller_10), value); } inline static int32_t get_offset_of_m_IsPressed_11() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_IsPressed_11)); } inline bool get_m_IsPressed_11() const { return ___m_IsPressed_11; } inline bool* get_address_of_m_IsPressed_11() { return &___m_IsPressed_11; } inline void set_m_IsPressed_11(bool value) { ___m_IsPressed_11 = value; } inline static int32_t get_offset_of_m_PressPos_12() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_PressPos_12)); } inline float get_m_PressPos_12() const { return ___m_PressPos_12; } inline float* get_address_of_m_PressPos_12() { return &___m_PressPos_12; } inline void set_m_PressPos_12(float value) { ___m_PressPos_12 = value; } inline static int32_t get_offset_of_m_PressTime_13() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_PressTime_13)); } inline float get_m_PressTime_13() const { return ___m_PressTime_13; } inline float* get_address_of_m_PressTime_13() { return &___m_PressTime_13; } inline void set_m_PressTime_13(float value) { ___m_PressTime_13 = value; } inline static int32_t get_offset_of_m_SlideDistance_14() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_SlideDistance_14)); } inline float get_m_SlideDistance_14() const { return ___m_SlideDistance_14; } inline float* get_address_of_m_SlideDistance_14() { return &___m_SlideDistance_14; } inline void set_m_SlideDistance_14(float value) { ___m_SlideDistance_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMLISTVIEWSLIDEOPTIMIZE_T2157965775_H #ifndef ITWEEN_T770867771_H #define ITWEEN_T770867771_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // iTween struct iTween_t770867771 : public MonoBehaviour_t3962482529 { public: // System.String iTween::id String_t* ___id_4; // System.String iTween::type String_t* ___type_5; // System.String iTween::method String_t* ___method_6; // iTween/EaseType iTween::easeType int32_t ___easeType_7; // System.Single iTween::time float ___time_8; // System.Single iTween::delay float ___delay_9; // iTween/LoopType iTween::loopType int32_t ___loopType_10; // System.Boolean iTween::isRunning bool ___isRunning_11; // System.Boolean iTween::isPaused bool ___isPaused_12; // System.Single iTween::runningTime float ___runningTime_13; // System.Single iTween::percentage float ___percentage_14; // System.Single iTween::delayStarted float ___delayStarted_15; // System.Boolean iTween::isLocal bool ___isLocal_16; // System.Boolean iTween::loop bool ___loop_17; // System.Boolean iTween::reverse bool ___reverse_18; // System.Boolean iTween::wasPaused bool ___wasPaused_19; // System.Boolean iTween::physics bool ___physics_20; // System.Collections.Hashtable iTween::tweenArguments Hashtable_t1853889766 * ___tweenArguments_21; // UnityEngine.Space iTween::space int32_t ___space_22; // iTween/EasingFunction iTween::ease EasingFunction_t2767217938 * ___ease_23; // iTween/ApplyTween iTween::apply ApplyTween_t3327999347 * ___apply_24; // UnityEngine.AudioSource iTween::audioSource AudioSource_t3935305588 * ___audioSource_25; // UnityEngine.Vector3[] iTween::vector3s Vector3U5BU5D_t1718750761* ___vector3s_26; // UnityEngine.Vector2[] iTween::vector2s Vector2U5BU5D_t1457185986* ___vector2s_27; // UnityEngine.Color[0...,0...] iTween::colors ColorU5B0___U2C0___U5D_t941916414* ___colors_28; // System.Single[] iTween::floats SingleU5BU5D_t1444911251* ___floats_29; // UnityEngine.Rect[] iTween::rects RectU5BU5D_t2936723554* ___rects_30; // iTween/CRSpline iTween::path CRSpline_t2815350084 * ___path_31; // UnityEngine.Vector3 iTween::preUpdate Vector3_t3722313464 ___preUpdate_32; // UnityEngine.Vector3 iTween::postUpdate Vector3_t3722313464 ___postUpdate_33; // iTween/NamedValueColor iTween::namedcolorvalue int32_t ___namedcolorvalue_34; // System.Single iTween::lastRealTime float ___lastRealTime_35; // System.Boolean iTween::useRealTime bool ___useRealTime_36; public: inline static int32_t get_offset_of_id_4() { return static_cast(offsetof(iTween_t770867771, ___id_4)); } inline String_t* get_id_4() const { return ___id_4; } inline String_t** get_address_of_id_4() { return &___id_4; } inline void set_id_4(String_t* value) { ___id_4 = value; Il2CppCodeGenWriteBarrier((&___id_4), value); } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(iTween_t770867771, ___type_5)); } inline String_t* get_type_5() const { return ___type_5; } inline String_t** get_address_of_type_5() { return &___type_5; } inline void set_type_5(String_t* value) { ___type_5 = value; Il2CppCodeGenWriteBarrier((&___type_5), value); } inline static int32_t get_offset_of_method_6() { return static_cast(offsetof(iTween_t770867771, ___method_6)); } inline String_t* get_method_6() const { return ___method_6; } inline String_t** get_address_of_method_6() { return &___method_6; } inline void set_method_6(String_t* value) { ___method_6 = value; Il2CppCodeGenWriteBarrier((&___method_6), value); } inline static int32_t get_offset_of_easeType_7() { return static_cast(offsetof(iTween_t770867771, ___easeType_7)); } inline int32_t get_easeType_7() const { return ___easeType_7; } inline int32_t* get_address_of_easeType_7() { return &___easeType_7; } inline void set_easeType_7(int32_t value) { ___easeType_7 = value; } inline static int32_t get_offset_of_time_8() { return static_cast(offsetof(iTween_t770867771, ___time_8)); } inline float get_time_8() const { return ___time_8; } inline float* get_address_of_time_8() { return &___time_8; } inline void set_time_8(float value) { ___time_8 = value; } inline static int32_t get_offset_of_delay_9() { return static_cast(offsetof(iTween_t770867771, ___delay_9)); } inline float get_delay_9() const { return ___delay_9; } inline float* get_address_of_delay_9() { return &___delay_9; } inline void set_delay_9(float value) { ___delay_9 = value; } inline static int32_t get_offset_of_loopType_10() { return static_cast(offsetof(iTween_t770867771, ___loopType_10)); } inline int32_t get_loopType_10() const { return ___loopType_10; } inline int32_t* get_address_of_loopType_10() { return &___loopType_10; } inline void set_loopType_10(int32_t value) { ___loopType_10 = value; } inline static int32_t get_offset_of_isRunning_11() { return static_cast(offsetof(iTween_t770867771, ___isRunning_11)); } inline bool get_isRunning_11() const { return ___isRunning_11; } inline bool* get_address_of_isRunning_11() { return &___isRunning_11; } inline void set_isRunning_11(bool value) { ___isRunning_11 = value; } inline static int32_t get_offset_of_isPaused_12() { return static_cast(offsetof(iTween_t770867771, ___isPaused_12)); } inline bool get_isPaused_12() const { return ___isPaused_12; } inline bool* get_address_of_isPaused_12() { return &___isPaused_12; } inline void set_isPaused_12(bool value) { ___isPaused_12 = value; } inline static int32_t get_offset_of_runningTime_13() { return static_cast(offsetof(iTween_t770867771, ___runningTime_13)); } inline float get_runningTime_13() const { return ___runningTime_13; } inline float* get_address_of_runningTime_13() { return &___runningTime_13; } inline void set_runningTime_13(float value) { ___runningTime_13 = value; } inline static int32_t get_offset_of_percentage_14() { return static_cast(offsetof(iTween_t770867771, ___percentage_14)); } inline float get_percentage_14() const { return ___percentage_14; } inline float* get_address_of_percentage_14() { return &___percentage_14; } inline void set_percentage_14(float value) { ___percentage_14 = value; } inline static int32_t get_offset_of_delayStarted_15() { return static_cast(offsetof(iTween_t770867771, ___delayStarted_15)); } inline float get_delayStarted_15() const { return ___delayStarted_15; } inline float* get_address_of_delayStarted_15() { return &___delayStarted_15; } inline void set_delayStarted_15(float value) { ___delayStarted_15 = value; } inline static int32_t get_offset_of_isLocal_16() { return static_cast(offsetof(iTween_t770867771, ___isLocal_16)); } inline bool get_isLocal_16() const { return ___isLocal_16; } inline bool* get_address_of_isLocal_16() { return &___isLocal_16; } inline void set_isLocal_16(bool value) { ___isLocal_16 = value; } inline static int32_t get_offset_of_loop_17() { return static_cast(offsetof(iTween_t770867771, ___loop_17)); } inline bool get_loop_17() const { return ___loop_17; } inline bool* get_address_of_loop_17() { return &___loop_17; } inline void set_loop_17(bool value) { ___loop_17 = value; } inline static int32_t get_offset_of_reverse_18() { return static_cast(offsetof(iTween_t770867771, ___reverse_18)); } inline bool get_reverse_18() const { return ___reverse_18; } inline bool* get_address_of_reverse_18() { return &___reverse_18; } inline void set_reverse_18(bool value) { ___reverse_18 = value; } inline static int32_t get_offset_of_wasPaused_19() { return static_cast(offsetof(iTween_t770867771, ___wasPaused_19)); } inline bool get_wasPaused_19() const { return ___wasPaused_19; } inline bool* get_address_of_wasPaused_19() { return &___wasPaused_19; } inline void set_wasPaused_19(bool value) { ___wasPaused_19 = value; } inline static int32_t get_offset_of_physics_20() { return static_cast(offsetof(iTween_t770867771, ___physics_20)); } inline bool get_physics_20() const { return ___physics_20; } inline bool* get_address_of_physics_20() { return &___physics_20; } inline void set_physics_20(bool value) { ___physics_20 = value; } inline static int32_t get_offset_of_tweenArguments_21() { return static_cast(offsetof(iTween_t770867771, ___tweenArguments_21)); } inline Hashtable_t1853889766 * get_tweenArguments_21() const { return ___tweenArguments_21; } inline Hashtable_t1853889766 ** get_address_of_tweenArguments_21() { return &___tweenArguments_21; } inline void set_tweenArguments_21(Hashtable_t1853889766 * value) { ___tweenArguments_21 = value; Il2CppCodeGenWriteBarrier((&___tweenArguments_21), value); } inline static int32_t get_offset_of_space_22() { return static_cast(offsetof(iTween_t770867771, ___space_22)); } inline int32_t get_space_22() const { return ___space_22; } inline int32_t* get_address_of_space_22() { return &___space_22; } inline void set_space_22(int32_t value) { ___space_22 = value; } inline static int32_t get_offset_of_ease_23() { return static_cast(offsetof(iTween_t770867771, ___ease_23)); } inline EasingFunction_t2767217938 * get_ease_23() const { return ___ease_23; } inline EasingFunction_t2767217938 ** get_address_of_ease_23() { return &___ease_23; } inline void set_ease_23(EasingFunction_t2767217938 * value) { ___ease_23 = value; Il2CppCodeGenWriteBarrier((&___ease_23), value); } inline static int32_t get_offset_of_apply_24() { return static_cast(offsetof(iTween_t770867771, ___apply_24)); } inline ApplyTween_t3327999347 * get_apply_24() const { return ___apply_24; } inline ApplyTween_t3327999347 ** get_address_of_apply_24() { return &___apply_24; } inline void set_apply_24(ApplyTween_t3327999347 * value) { ___apply_24 = value; Il2CppCodeGenWriteBarrier((&___apply_24), value); } inline static int32_t get_offset_of_audioSource_25() { return static_cast(offsetof(iTween_t770867771, ___audioSource_25)); } inline AudioSource_t3935305588 * get_audioSource_25() const { return ___audioSource_25; } inline AudioSource_t3935305588 ** get_address_of_audioSource_25() { return &___audioSource_25; } inline void set_audioSource_25(AudioSource_t3935305588 * value) { ___audioSource_25 = value; Il2CppCodeGenWriteBarrier((&___audioSource_25), value); } inline static int32_t get_offset_of_vector3s_26() { return static_cast(offsetof(iTween_t770867771, ___vector3s_26)); } inline Vector3U5BU5D_t1718750761* get_vector3s_26() const { return ___vector3s_26; } inline Vector3U5BU5D_t1718750761** get_address_of_vector3s_26() { return &___vector3s_26; } inline void set_vector3s_26(Vector3U5BU5D_t1718750761* value) { ___vector3s_26 = value; Il2CppCodeGenWriteBarrier((&___vector3s_26), value); } inline static int32_t get_offset_of_vector2s_27() { return static_cast(offsetof(iTween_t770867771, ___vector2s_27)); } inline Vector2U5BU5D_t1457185986* get_vector2s_27() const { return ___vector2s_27; } inline Vector2U5BU5D_t1457185986** get_address_of_vector2s_27() { return &___vector2s_27; } inline void set_vector2s_27(Vector2U5BU5D_t1457185986* value) { ___vector2s_27 = value; Il2CppCodeGenWriteBarrier((&___vector2s_27), value); } inline static int32_t get_offset_of_colors_28() { return static_cast(offsetof(iTween_t770867771, ___colors_28)); } inline ColorU5B0___U2C0___U5D_t941916414* get_colors_28() const { return ___colors_28; } inline ColorU5B0___U2C0___U5D_t941916414** get_address_of_colors_28() { return &___colors_28; } inline void set_colors_28(ColorU5B0___U2C0___U5D_t941916414* value) { ___colors_28 = value; Il2CppCodeGenWriteBarrier((&___colors_28), value); } inline static int32_t get_offset_of_floats_29() { return static_cast(offsetof(iTween_t770867771, ___floats_29)); } inline SingleU5BU5D_t1444911251* get_floats_29() const { return ___floats_29; } inline SingleU5BU5D_t1444911251** get_address_of_floats_29() { return &___floats_29; } inline void set_floats_29(SingleU5BU5D_t1444911251* value) { ___floats_29 = value; Il2CppCodeGenWriteBarrier((&___floats_29), value); } inline static int32_t get_offset_of_rects_30() { return static_cast(offsetof(iTween_t770867771, ___rects_30)); } inline RectU5BU5D_t2936723554* get_rects_30() const { return ___rects_30; } inline RectU5BU5D_t2936723554** get_address_of_rects_30() { return &___rects_30; } inline void set_rects_30(RectU5BU5D_t2936723554* value) { ___rects_30 = value; Il2CppCodeGenWriteBarrier((&___rects_30), value); } inline static int32_t get_offset_of_path_31() { return static_cast(offsetof(iTween_t770867771, ___path_31)); } inline CRSpline_t2815350084 * get_path_31() const { return ___path_31; } inline CRSpline_t2815350084 ** get_address_of_path_31() { return &___path_31; } inline void set_path_31(CRSpline_t2815350084 * value) { ___path_31 = value; Il2CppCodeGenWriteBarrier((&___path_31), value); } inline static int32_t get_offset_of_preUpdate_32() { return static_cast(offsetof(iTween_t770867771, ___preUpdate_32)); } inline Vector3_t3722313464 get_preUpdate_32() const { return ___preUpdate_32; } inline Vector3_t3722313464 * get_address_of_preUpdate_32() { return &___preUpdate_32; } inline void set_preUpdate_32(Vector3_t3722313464 value) { ___preUpdate_32 = value; } inline static int32_t get_offset_of_postUpdate_33() { return static_cast(offsetof(iTween_t770867771, ___postUpdate_33)); } inline Vector3_t3722313464 get_postUpdate_33() const { return ___postUpdate_33; } inline Vector3_t3722313464 * get_address_of_postUpdate_33() { return &___postUpdate_33; } inline void set_postUpdate_33(Vector3_t3722313464 value) { ___postUpdate_33 = value; } inline static int32_t get_offset_of_namedcolorvalue_34() { return static_cast(offsetof(iTween_t770867771, ___namedcolorvalue_34)); } inline int32_t get_namedcolorvalue_34() const { return ___namedcolorvalue_34; } inline int32_t* get_address_of_namedcolorvalue_34() { return &___namedcolorvalue_34; } inline void set_namedcolorvalue_34(int32_t value) { ___namedcolorvalue_34 = value; } inline static int32_t get_offset_of_lastRealTime_35() { return static_cast(offsetof(iTween_t770867771, ___lastRealTime_35)); } inline float get_lastRealTime_35() const { return ___lastRealTime_35; } inline float* get_address_of_lastRealTime_35() { return &___lastRealTime_35; } inline void set_lastRealTime_35(float value) { ___lastRealTime_35 = value; } inline static int32_t get_offset_of_useRealTime_36() { return static_cast(offsetof(iTween_t770867771, ___useRealTime_36)); } inline bool get_useRealTime_36() const { return ___useRealTime_36; } inline bool* get_address_of_useRealTime_36() { return &___useRealTime_36; } inline void set_useRealTime_36(bool value) { ___useRealTime_36 = value; } }; struct iTween_t770867771_StaticFields { public: // System.Collections.ArrayList iTween::tweens ArrayList_t2718874744 * ___tweens_2; // UnityEngine.GameObject iTween::cameraFade GameObject_t1113636619 * ___cameraFade_3; // System.Collections.Generic.Dictionary`2 iTween::<>f__switch$map3 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3_37; public: inline static int32_t get_offset_of_tweens_2() { return static_cast(offsetof(iTween_t770867771_StaticFields, ___tweens_2)); } inline ArrayList_t2718874744 * get_tweens_2() const { return ___tweens_2; } inline ArrayList_t2718874744 ** get_address_of_tweens_2() { return &___tweens_2; } inline void set_tweens_2(ArrayList_t2718874744 * value) { ___tweens_2 = value; Il2CppCodeGenWriteBarrier((&___tweens_2), value); } inline static int32_t get_offset_of_cameraFade_3() { return static_cast(offsetof(iTween_t770867771_StaticFields, ___cameraFade_3)); } inline GameObject_t1113636619 * get_cameraFade_3() const { return ___cameraFade_3; } inline GameObject_t1113636619 ** get_address_of_cameraFade_3() { return &___cameraFade_3; } inline void set_cameraFade_3(GameObject_t1113636619 * value) { ___cameraFade_3 = value; Il2CppCodeGenWriteBarrier((&___cameraFade_3), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map3_37() { return static_cast(offsetof(iTween_t770867771_StaticFields, ___U3CU3Ef__switchU24map3_37)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3_37() const { return ___U3CU3Ef__switchU24map3_37; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3_37() { return &___U3CU3Ef__switchU24map3_37; } inline void set_U3CU3Ef__switchU24map3_37(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map3_37 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3_37), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITWEEN_T770867771_H #ifndef LOGICSEARCHITEM_T471231187_H #define LOGICSEARCHITEM_T471231187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // logicSearchItem struct logicSearchItem_t471231187 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject logicSearchItem::m_ActiveRoot GameObject_t1113636619 * ___m_ActiveRoot_2; // UnityEngine.GameObject logicSearchItem::m_DisActiveRoot GameObject_t1113636619 * ___m_DisActiveRoot_3; // UILabel logicSearchItem::m_LabelName UILabel_t3248798549 * ___m_LabelName_4; // UILabel logicSearchItem::m_LabelLevel UILabel_t3248798549 * ___m_LabelLevel_5; // UISprite logicSearchItem::m_SpriteVIP UISprite_t194114938 * ___m_SpriteVIP_6; // UILabel logicSearchItem::m_LabelDistance UILabel_t3248798549 * ___m_LabelDistance_7; // UITexture logicSearchItem::m_HeadPhoto UITexture_t3471168817 * ___m_HeadPhoto_8; // UISprite logicSearchItem::m_HeadBox UISprite_t194114938 * ___m_HeadBox_9; // System.Boolean logicSearchItem::isPageInit bool ___isPageInit_10; // DMCore.Logic.CFriendInfo logicSearchItem::m_info CFriendInfo_t2621259868 * ___m_info_11; // System.Boolean logicSearchItem::m_IsUserPhotoReady bool ___m_IsUserPhotoReady_12; // UnityEngine.Vector3 logicSearchItem::m_PhotoSize Vector3_t3722313464 ___m_PhotoSize_13; public: inline static int32_t get_offset_of_m_ActiveRoot_2() { return static_cast(offsetof(logicSearchItem_t471231187, ___m_ActiveRoot_2)); } inline GameObject_t1113636619 * get_m_ActiveRoot_2() const { return ___m_ActiveRoot_2; } inline GameObject_t1113636619 ** get_address_of_m_ActiveRoot_2() { return &___m_ActiveRoot_2; } inline void set_m_ActiveRoot_2(GameObject_t1113636619 * value) { ___m_ActiveRoot_2 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveRoot_2), value); } inline static int32_t get_offset_of_m_DisActiveRoot_3() { return static_cast(offsetof(logicSearchItem_t471231187, ___m_DisActiveRoot_3)); } inline GameObject_t1113636619 * get_m_DisActiveRoot_3() const { return ___m_DisActiveRoot_3; } inline GameObject_t1113636619 ** get_address_of_m_DisActiveRoot_3() { return &___m_DisActiveRoot_3; } inline void set_m_DisActiveRoot_3(GameObject_t1113636619 * value) { ___m_DisActiveRoot_3 = value; Il2CppCodeGenWriteBarrier((&___m_DisActiveRoot_3), value); } inline static int32_t get_offset_of_m_LabelName_4() { return static_cast(offsetof(logicSearchItem_t471231187, ___m_LabelName_4)); } inline UILabel_t3248798549 * get_m_LabelName_4() const { return ___m_LabelName_4; } inline UILabel_t3248798549 ** get_address_of_m_LabelName_4() { return &___m_LabelName_4; } inline void set_m_LabelName_4(UILabel_t3248798549 * value) { ___m_LabelName_4 = value; Il2CppCodeGenWriteBarrier((&___m_LabelName_4), value); } inline static int32_t get_offset_of_m_LabelLevel_5() { return static_cast(offsetof(logicSearchItem_t471231187, ___m_LabelLevel_5)); } inline UILabel_t3248798549 * get_m_LabelLevel_5() const { return ___m_LabelLevel_5; } inline UILabel_t3248798549 ** get_address_of_m_LabelLevel_5() { return &___m_LabelLevel_5; } inline void set_m_LabelLevel_5(UILabel_t3248798549 * value) { ___m_LabelLevel_5 = value; Il2CppCodeGenWriteBarrier((&___m_LabelLevel_5), value); } inline static int32_t get_offset_of_m_SpriteVIP_6() { return static_cast(offsetof(logicSearchItem_t471231187, ___m_SpriteVIP_6)); } inline UISprite_t194114938 * get_m_SpriteVIP_6() const { return ___m_SpriteVIP_6; } inline UISprite_t194114938 ** get_address_of_m_SpriteVIP_6() { return &___m_SpriteVIP_6; } inline void set_m_SpriteVIP_6(UISprite_t194114938 * value) { ___m_SpriteVIP_6 = value; Il2CppCodeGenWriteBarrier((&___m_SpriteVIP_6), value); } inline static int32_t get_offset_of_m_LabelDistance_7() { return static_cast(offsetof(logicSearchItem_t471231187, ___m_LabelDistance_7)); } inline UILabel_t3248798549 * get_m_LabelDistance_7() const { return ___m_LabelDistance_7; } inline UILabel_t3248798549 ** get_address_of_m_LabelDistance_7() { return &___m_LabelDistance_7; } inline void set_m_LabelDistance_7(UILabel_t3248798549 * value) { ___m_LabelDistance_7 = value; Il2CppCodeGenWriteBarrier((&___m_LabelDistance_7), value); } inline static int32_t get_offset_of_m_HeadPhoto_8() { return static_cast(offsetof(logicSearchItem_t471231187, ___m_HeadPhoto_8)); } inline UITexture_t3471168817 * get_m_HeadPhoto_8() const { return ___m_HeadPhoto_8; } inline UITexture_t3471168817 ** get_address_of_m_HeadPhoto_8() { return &___m_HeadPhoto_8; } inline void set_m_HeadPhoto_8(UITexture_t3471168817 * value) { ___m_HeadPhoto_8 = value; Il2CppCodeGenWriteBarrier((&___m_HeadPhoto_8), value); } inline static int32_t get_offset_of_m_HeadBox_9() { return static_cast(offsetof(logicSearchItem_t471231187, ___m_HeadBox_9)); } inline UISprite_t194114938 * get_m_HeadBox_9() const { return ___m_HeadBox_9; } inline UISprite_t194114938 ** get_address_of_m_HeadBox_9() { return &___m_HeadBox_9; } inline void set_m_HeadBox_9(UISprite_t194114938 * value) { ___m_HeadBox_9 = value; Il2CppCodeGenWriteBarrier((&___m_HeadBox_9), value); } inline static int32_t get_offset_of_isPageInit_10() { return static_cast(offsetof(logicSearchItem_t471231187, ___isPageInit_10)); } inline bool get_isPageInit_10() const { return ___isPageInit_10; } inline bool* get_address_of_isPageInit_10() { return &___isPageInit_10; } inline void set_isPageInit_10(bool value) { ___isPageInit_10 = value; } inline static int32_t get_offset_of_m_info_11() { return static_cast(offsetof(logicSearchItem_t471231187, ___m_info_11)); } inline CFriendInfo_t2621259868 * get_m_info_11() const { return ___m_info_11; } inline CFriendInfo_t2621259868 ** get_address_of_m_info_11() { return &___m_info_11; } inline void set_m_info_11(CFriendInfo_t2621259868 * value) { ___m_info_11 = value; Il2CppCodeGenWriteBarrier((&___m_info_11), value); } inline static int32_t get_offset_of_m_IsUserPhotoReady_12() { return static_cast(offsetof(logicSearchItem_t471231187, ___m_IsUserPhotoReady_12)); } inline bool get_m_IsUserPhotoReady_12() const { return ___m_IsUserPhotoReady_12; } inline bool* get_address_of_m_IsUserPhotoReady_12() { return &___m_IsUserPhotoReady_12; } inline void set_m_IsUserPhotoReady_12(bool value) { ___m_IsUserPhotoReady_12 = value; } inline static int32_t get_offset_of_m_PhotoSize_13() { return static_cast(offsetof(logicSearchItem_t471231187, ___m_PhotoSize_13)); } inline Vector3_t3722313464 get_m_PhotoSize_13() const { return ___m_PhotoSize_13; } inline Vector3_t3722313464 * get_address_of_m_PhotoSize_13() { return &___m_PhotoSize_13; } inline void set_m_PhotoSize_13(Vector3_t3722313464 value) { ___m_PhotoSize_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICSEARCHITEM_T471231187_H #ifndef LOGICLOGIN_MAIN_PAGE_T116642790_H #define LOGICLOGIN_MAIN_PAGE_T116642790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // logicLogin_main_page struct logicLogin_main_page_t116642790 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject logicLogin_main_page::m_pageMain GameObject_t1113636619 * ___m_pageMain_2; // UnityEngine.GameObject logicLogin_main_page::m_pageAccount GameObject_t1113636619 * ___m_pageAccount_3; // UnityEngine.GameObject logicLogin_main_page::m_pageRegister GameObject_t1113636619 * ___m_pageRegister_4; // UnityEngine.GameObject logicLogin_main_page::m_pageActivation GameObject_t1113636619 * ___m_pageActivation_5; // UnityEngine.GameObject logicLogin_main_page::m_pageServerChoice GameObject_t1113636619 * ___m_pageServerChoice_6; // UnityEngine.GameObject logicLogin_main_page::m_effectRoot GameObject_t1113636619 * ___m_effectRoot_7; public: inline static int32_t get_offset_of_m_pageMain_2() { return static_cast(offsetof(logicLogin_main_page_t116642790, ___m_pageMain_2)); } inline GameObject_t1113636619 * get_m_pageMain_2() const { return ___m_pageMain_2; } inline GameObject_t1113636619 ** get_address_of_m_pageMain_2() { return &___m_pageMain_2; } inline void set_m_pageMain_2(GameObject_t1113636619 * value) { ___m_pageMain_2 = value; Il2CppCodeGenWriteBarrier((&___m_pageMain_2), value); } inline static int32_t get_offset_of_m_pageAccount_3() { return static_cast(offsetof(logicLogin_main_page_t116642790, ___m_pageAccount_3)); } inline GameObject_t1113636619 * get_m_pageAccount_3() const { return ___m_pageAccount_3; } inline GameObject_t1113636619 ** get_address_of_m_pageAccount_3() { return &___m_pageAccount_3; } inline void set_m_pageAccount_3(GameObject_t1113636619 * value) { ___m_pageAccount_3 = value; Il2CppCodeGenWriteBarrier((&___m_pageAccount_3), value); } inline static int32_t get_offset_of_m_pageRegister_4() { return static_cast(offsetof(logicLogin_main_page_t116642790, ___m_pageRegister_4)); } inline GameObject_t1113636619 * get_m_pageRegister_4() const { return ___m_pageRegister_4; } inline GameObject_t1113636619 ** get_address_of_m_pageRegister_4() { return &___m_pageRegister_4; } inline void set_m_pageRegister_4(GameObject_t1113636619 * value) { ___m_pageRegister_4 = value; Il2CppCodeGenWriteBarrier((&___m_pageRegister_4), value); } inline static int32_t get_offset_of_m_pageActivation_5() { return static_cast(offsetof(logicLogin_main_page_t116642790, ___m_pageActivation_5)); } inline GameObject_t1113636619 * get_m_pageActivation_5() const { return ___m_pageActivation_5; } inline GameObject_t1113636619 ** get_address_of_m_pageActivation_5() { return &___m_pageActivation_5; } inline void set_m_pageActivation_5(GameObject_t1113636619 * value) { ___m_pageActivation_5 = value; Il2CppCodeGenWriteBarrier((&___m_pageActivation_5), value); } inline static int32_t get_offset_of_m_pageServerChoice_6() { return static_cast(offsetof(logicLogin_main_page_t116642790, ___m_pageServerChoice_6)); } inline GameObject_t1113636619 * get_m_pageServerChoice_6() const { return ___m_pageServerChoice_6; } inline GameObject_t1113636619 ** get_address_of_m_pageServerChoice_6() { return &___m_pageServerChoice_6; } inline void set_m_pageServerChoice_6(GameObject_t1113636619 * value) { ___m_pageServerChoice_6 = value; Il2CppCodeGenWriteBarrier((&___m_pageServerChoice_6), value); } inline static int32_t get_offset_of_m_effectRoot_7() { return static_cast(offsetof(logicLogin_main_page_t116642790, ___m_effectRoot_7)); } inline GameObject_t1113636619 * get_m_effectRoot_7() const { return ___m_effectRoot_7; } inline GameObject_t1113636619 ** get_address_of_m_effectRoot_7() { return &___m_effectRoot_7; } inline void set_m_effectRoot_7(GameObject_t1113636619 * value) { ___m_effectRoot_7 = value; Il2CppCodeGenWriteBarrier((&___m_effectRoot_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICLOGIN_MAIN_PAGE_T116642790_H #ifndef MESSAGEREMINDER_T679729296_H #define MESSAGEREMINDER_T679729296_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MessageReminder struct MessageReminder_t679729296 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject MessageReminder::m_IconChat GameObject_t1113636619 * ___m_IconChat_2; // UnityEngine.GameObject MessageReminder::m_ReminderChat GameObject_t1113636619 * ___m_ReminderChat_3; // UnityEngine.GameObject MessageReminder::m_WaitingIconChat GameObject_t1113636619 * ___m_WaitingIconChat_4; // UnityEngine.GameObject MessageReminder::m_WaitingReminderChat GameObject_t1113636619 * ___m_WaitingReminderChat_5; public: inline static int32_t get_offset_of_m_IconChat_2() { return static_cast(offsetof(MessageReminder_t679729296, ___m_IconChat_2)); } inline GameObject_t1113636619 * get_m_IconChat_2() const { return ___m_IconChat_2; } inline GameObject_t1113636619 ** get_address_of_m_IconChat_2() { return &___m_IconChat_2; } inline void set_m_IconChat_2(GameObject_t1113636619 * value) { ___m_IconChat_2 = value; Il2CppCodeGenWriteBarrier((&___m_IconChat_2), value); } inline static int32_t get_offset_of_m_ReminderChat_3() { return static_cast(offsetof(MessageReminder_t679729296, ___m_ReminderChat_3)); } inline GameObject_t1113636619 * get_m_ReminderChat_3() const { return ___m_ReminderChat_3; } inline GameObject_t1113636619 ** get_address_of_m_ReminderChat_3() { return &___m_ReminderChat_3; } inline void set_m_ReminderChat_3(GameObject_t1113636619 * value) { ___m_ReminderChat_3 = value; Il2CppCodeGenWriteBarrier((&___m_ReminderChat_3), value); } inline static int32_t get_offset_of_m_WaitingIconChat_4() { return static_cast(offsetof(MessageReminder_t679729296, ___m_WaitingIconChat_4)); } inline GameObject_t1113636619 * get_m_WaitingIconChat_4() const { return ___m_WaitingIconChat_4; } inline GameObject_t1113636619 ** get_address_of_m_WaitingIconChat_4() { return &___m_WaitingIconChat_4; } inline void set_m_WaitingIconChat_4(GameObject_t1113636619 * value) { ___m_WaitingIconChat_4 = value; Il2CppCodeGenWriteBarrier((&___m_WaitingIconChat_4), value); } inline static int32_t get_offset_of_m_WaitingReminderChat_5() { return static_cast(offsetof(MessageReminder_t679729296, ___m_WaitingReminderChat_5)); } inline GameObject_t1113636619 * get_m_WaitingReminderChat_5() const { return ___m_WaitingReminderChat_5; } inline GameObject_t1113636619 ** get_address_of_m_WaitingReminderChat_5() { return &___m_WaitingReminderChat_5; } inline void set_m_WaitingReminderChat_5(GameObject_t1113636619 * value) { ___m_WaitingReminderChat_5 = value; Il2CppCodeGenWriteBarrier((&___m_WaitingReminderChat_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESSAGEREMINDER_T679729296_H #ifndef MIRRORREFLECTION_T2846055273_H #define MIRRORREFLECTION_T2846055273_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MirrorReflection struct MirrorReflection_t2846055273 : public MonoBehaviour_t3962482529 { public: // System.Boolean MirrorReflection::m_DisablePixelLights bool ___m_DisablePixelLights_2; // System.Int32 MirrorReflection::m_TextureSize int32_t ___m_TextureSize_3; // System.Single MirrorReflection::m_ClipPlaneOffset float ___m_ClipPlaneOffset_4; // UnityEngine.LayerMask MirrorReflection::m_ReflectLayers LayerMask_t3493934918 ___m_ReflectLayers_5; // System.Collections.Hashtable MirrorReflection::m_ReflectionCameras Hashtable_t1853889766 * ___m_ReflectionCameras_6; // UnityEngine.RenderTexture MirrorReflection::m_ReflectionTexture RenderTexture_t2108887433 * ___m_ReflectionTexture_7; // System.Int32 MirrorReflection::m_OldReflectionTextureSize int32_t ___m_OldReflectionTextureSize_8; public: inline static int32_t get_offset_of_m_DisablePixelLights_2() { return static_cast(offsetof(MirrorReflection_t2846055273, ___m_DisablePixelLights_2)); } inline bool get_m_DisablePixelLights_2() const { return ___m_DisablePixelLights_2; } inline bool* get_address_of_m_DisablePixelLights_2() { return &___m_DisablePixelLights_2; } inline void set_m_DisablePixelLights_2(bool value) { ___m_DisablePixelLights_2 = value; } inline static int32_t get_offset_of_m_TextureSize_3() { return static_cast(offsetof(MirrorReflection_t2846055273, ___m_TextureSize_3)); } inline int32_t get_m_TextureSize_3() const { return ___m_TextureSize_3; } inline int32_t* get_address_of_m_TextureSize_3() { return &___m_TextureSize_3; } inline void set_m_TextureSize_3(int32_t value) { ___m_TextureSize_3 = value; } inline static int32_t get_offset_of_m_ClipPlaneOffset_4() { return static_cast(offsetof(MirrorReflection_t2846055273, ___m_ClipPlaneOffset_4)); } inline float get_m_ClipPlaneOffset_4() const { return ___m_ClipPlaneOffset_4; } inline float* get_address_of_m_ClipPlaneOffset_4() { return &___m_ClipPlaneOffset_4; } inline void set_m_ClipPlaneOffset_4(float value) { ___m_ClipPlaneOffset_4 = value; } inline static int32_t get_offset_of_m_ReflectLayers_5() { return static_cast(offsetof(MirrorReflection_t2846055273, ___m_ReflectLayers_5)); } inline LayerMask_t3493934918 get_m_ReflectLayers_5() const { return ___m_ReflectLayers_5; } inline LayerMask_t3493934918 * get_address_of_m_ReflectLayers_5() { return &___m_ReflectLayers_5; } inline void set_m_ReflectLayers_5(LayerMask_t3493934918 value) { ___m_ReflectLayers_5 = value; } inline static int32_t get_offset_of_m_ReflectionCameras_6() { return static_cast(offsetof(MirrorReflection_t2846055273, ___m_ReflectionCameras_6)); } inline Hashtable_t1853889766 * get_m_ReflectionCameras_6() const { return ___m_ReflectionCameras_6; } inline Hashtable_t1853889766 ** get_address_of_m_ReflectionCameras_6() { return &___m_ReflectionCameras_6; } inline void set_m_ReflectionCameras_6(Hashtable_t1853889766 * value) { ___m_ReflectionCameras_6 = value; Il2CppCodeGenWriteBarrier((&___m_ReflectionCameras_6), value); } inline static int32_t get_offset_of_m_ReflectionTexture_7() { return static_cast(offsetof(MirrorReflection_t2846055273, ___m_ReflectionTexture_7)); } inline RenderTexture_t2108887433 * get_m_ReflectionTexture_7() const { return ___m_ReflectionTexture_7; } inline RenderTexture_t2108887433 ** get_address_of_m_ReflectionTexture_7() { return &___m_ReflectionTexture_7; } inline void set_m_ReflectionTexture_7(RenderTexture_t2108887433 * value) { ___m_ReflectionTexture_7 = value; Il2CppCodeGenWriteBarrier((&___m_ReflectionTexture_7), value); } inline static int32_t get_offset_of_m_OldReflectionTextureSize_8() { return static_cast(offsetof(MirrorReflection_t2846055273, ___m_OldReflectionTextureSize_8)); } inline int32_t get_m_OldReflectionTextureSize_8() const { return ___m_OldReflectionTextureSize_8; } inline int32_t* get_address_of_m_OldReflectionTextureSize_8() { return &___m_OldReflectionTextureSize_8; } inline void set_m_OldReflectionTextureSize_8(int32_t value) { ___m_OldReflectionTextureSize_8 = value; } }; struct MirrorReflection_t2846055273_StaticFields { public: // System.Boolean MirrorReflection::s_InsideRendering bool ___s_InsideRendering_9; public: inline static int32_t get_offset_of_s_InsideRendering_9() { return static_cast(offsetof(MirrorReflection_t2846055273_StaticFields, ___s_InsideRendering_9)); } inline bool get_s_InsideRendering_9() const { return ___s_InsideRendering_9; } inline bool* get_address_of_s_InsideRendering_9() { return &___s_InsideRendering_9; } inline void set_s_InsideRendering_9(bool value) { ___s_InsideRendering_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MIRRORREFLECTION_T2846055273_H #ifndef DMLISTVIEWITEM_T3648257704_H #define DMLISTVIEWITEM_T3648257704_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListViewItem struct DMListViewItem_t3648257704 : public MonoBehaviour_t3962482529 { public: // System.Single DMListViewItem::m_ActiveLength float ___m_ActiveLength_2; // System.Single DMListViewItem::m_DisactiveLength float ___m_DisactiveLength_3; // System.Action`1 DMListViewItem::m_indexChanged Action_1_t3123413348 * ___m_indexChanged_4; // System.Int32 DMListViewItem::m_index int32_t ___m_index_5; // System.Boolean DMListViewItem::m_bActive bool ___m_bActive_6; public: inline static int32_t get_offset_of_m_ActiveLength_2() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_ActiveLength_2)); } inline float get_m_ActiveLength_2() const { return ___m_ActiveLength_2; } inline float* get_address_of_m_ActiveLength_2() { return &___m_ActiveLength_2; } inline void set_m_ActiveLength_2(float value) { ___m_ActiveLength_2 = value; } inline static int32_t get_offset_of_m_DisactiveLength_3() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_DisactiveLength_3)); } inline float get_m_DisactiveLength_3() const { return ___m_DisactiveLength_3; } inline float* get_address_of_m_DisactiveLength_3() { return &___m_DisactiveLength_3; } inline void set_m_DisactiveLength_3(float value) { ___m_DisactiveLength_3 = value; } inline static int32_t get_offset_of_m_indexChanged_4() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_indexChanged_4)); } inline Action_1_t3123413348 * get_m_indexChanged_4() const { return ___m_indexChanged_4; } inline Action_1_t3123413348 ** get_address_of_m_indexChanged_4() { return &___m_indexChanged_4; } inline void set_m_indexChanged_4(Action_1_t3123413348 * value) { ___m_indexChanged_4 = value; Il2CppCodeGenWriteBarrier((&___m_indexChanged_4), value); } inline static int32_t get_offset_of_m_index_5() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_index_5)); } inline int32_t get_m_index_5() const { return ___m_index_5; } inline int32_t* get_address_of_m_index_5() { return &___m_index_5; } inline void set_m_index_5(int32_t value) { ___m_index_5 = value; } inline static int32_t get_offset_of_m_bActive_6() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_bActive_6)); } inline bool get_m_bActive_6() const { return ___m_bActive_6; } inline bool* get_address_of_m_bActive_6() { return &___m_bActive_6; } inline void set_m_bActive_6(bool value) { ___m_bActive_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMLISTVIEWITEM_T3648257704_H #ifndef LOGICFRIENDITEM_T441456859_H #define LOGICFRIENDITEM_T441456859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LogicFriendItem struct LogicFriendItem_t441456859 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject LogicFriendItem::m_ActiveRoot GameObject_t1113636619 * ___m_ActiveRoot_2; // UnityEngine.GameObject LogicFriendItem::m_DisActiveRoot GameObject_t1113636619 * ___m_DisActiveRoot_3; // UITexture LogicFriendItem::m_Head UITexture_t3471168817 * ___m_Head_4; // UILabel LogicFriendItem::m_Level UILabel_t3248798549 * ___m_Level_5; // UISprite LogicFriendItem::m_VipSprite UISprite_t194114938 * ___m_VipSprite_6; // UILabel LogicFriendItem::m_LabelName UILabel_t3248798549 * ___m_LabelName_7; // UISprite LogicFriendItem::m_HeadBox UISprite_t194114938 * ___m_HeadBox_8; // UnityEngine.GameObject LogicFriendItem::m_InGame GameObject_t1113636619 * ___m_InGame_9; // UnityEngine.GameObject LogicFriendItem::m_OnLine GameObject_t1113636619 * ___m_OnLine_10; // UnityEngine.GameObject LogicFriendItem::m_OffLine GameObject_t1113636619 * ___m_OffLine_11; // UnityEngine.GameObject LogicFriendItem::m_CareSign GameObject_t1113636619 * ___m_CareSign_12; // System.Boolean LogicFriendItem::isPageInit bool ___isPageInit_13; // DMCore.Logic.CKpFriend LogicFriendItem::m_Friend CKpFriend_t471591804 * ___m_Friend_14; // System.Boolean LogicFriendItem::m_IsActive bool ___m_IsActive_15; // System.Boolean LogicFriendItem::m_IsUserPhotoReady bool ___m_IsUserPhotoReady_16; // UnityEngine.Vector3 LogicFriendItem::m_PhotoSize Vector3_t3722313464 ___m_PhotoSize_17; public: inline static int32_t get_offset_of_m_ActiveRoot_2() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_ActiveRoot_2)); } inline GameObject_t1113636619 * get_m_ActiveRoot_2() const { return ___m_ActiveRoot_2; } inline GameObject_t1113636619 ** get_address_of_m_ActiveRoot_2() { return &___m_ActiveRoot_2; } inline void set_m_ActiveRoot_2(GameObject_t1113636619 * value) { ___m_ActiveRoot_2 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveRoot_2), value); } inline static int32_t get_offset_of_m_DisActiveRoot_3() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_DisActiveRoot_3)); } inline GameObject_t1113636619 * get_m_DisActiveRoot_3() const { return ___m_DisActiveRoot_3; } inline GameObject_t1113636619 ** get_address_of_m_DisActiveRoot_3() { return &___m_DisActiveRoot_3; } inline void set_m_DisActiveRoot_3(GameObject_t1113636619 * value) { ___m_DisActiveRoot_3 = value; Il2CppCodeGenWriteBarrier((&___m_DisActiveRoot_3), value); } inline static int32_t get_offset_of_m_Head_4() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_Head_4)); } inline UITexture_t3471168817 * get_m_Head_4() const { return ___m_Head_4; } inline UITexture_t3471168817 ** get_address_of_m_Head_4() { return &___m_Head_4; } inline void set_m_Head_4(UITexture_t3471168817 * value) { ___m_Head_4 = value; Il2CppCodeGenWriteBarrier((&___m_Head_4), value); } inline static int32_t get_offset_of_m_Level_5() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_Level_5)); } inline UILabel_t3248798549 * get_m_Level_5() const { return ___m_Level_5; } inline UILabel_t3248798549 ** get_address_of_m_Level_5() { return &___m_Level_5; } inline void set_m_Level_5(UILabel_t3248798549 * value) { ___m_Level_5 = value; Il2CppCodeGenWriteBarrier((&___m_Level_5), value); } inline static int32_t get_offset_of_m_VipSprite_6() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_VipSprite_6)); } inline UISprite_t194114938 * get_m_VipSprite_6() const { return ___m_VipSprite_6; } inline UISprite_t194114938 ** get_address_of_m_VipSprite_6() { return &___m_VipSprite_6; } inline void set_m_VipSprite_6(UISprite_t194114938 * value) { ___m_VipSprite_6 = value; Il2CppCodeGenWriteBarrier((&___m_VipSprite_6), value); } inline static int32_t get_offset_of_m_LabelName_7() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_LabelName_7)); } inline UILabel_t3248798549 * get_m_LabelName_7() const { return ___m_LabelName_7; } inline UILabel_t3248798549 ** get_address_of_m_LabelName_7() { return &___m_LabelName_7; } inline void set_m_LabelName_7(UILabel_t3248798549 * value) { ___m_LabelName_7 = value; Il2CppCodeGenWriteBarrier((&___m_LabelName_7), value); } inline static int32_t get_offset_of_m_HeadBox_8() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_HeadBox_8)); } inline UISprite_t194114938 * get_m_HeadBox_8() const { return ___m_HeadBox_8; } inline UISprite_t194114938 ** get_address_of_m_HeadBox_8() { return &___m_HeadBox_8; } inline void set_m_HeadBox_8(UISprite_t194114938 * value) { ___m_HeadBox_8 = value; Il2CppCodeGenWriteBarrier((&___m_HeadBox_8), value); } inline static int32_t get_offset_of_m_InGame_9() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_InGame_9)); } inline GameObject_t1113636619 * get_m_InGame_9() const { return ___m_InGame_9; } inline GameObject_t1113636619 ** get_address_of_m_InGame_9() { return &___m_InGame_9; } inline void set_m_InGame_9(GameObject_t1113636619 * value) { ___m_InGame_9 = value; Il2CppCodeGenWriteBarrier((&___m_InGame_9), value); } inline static int32_t get_offset_of_m_OnLine_10() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_OnLine_10)); } inline GameObject_t1113636619 * get_m_OnLine_10() const { return ___m_OnLine_10; } inline GameObject_t1113636619 ** get_address_of_m_OnLine_10() { return &___m_OnLine_10; } inline void set_m_OnLine_10(GameObject_t1113636619 * value) { ___m_OnLine_10 = value; Il2CppCodeGenWriteBarrier((&___m_OnLine_10), value); } inline static int32_t get_offset_of_m_OffLine_11() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_OffLine_11)); } inline GameObject_t1113636619 * get_m_OffLine_11() const { return ___m_OffLine_11; } inline GameObject_t1113636619 ** get_address_of_m_OffLine_11() { return &___m_OffLine_11; } inline void set_m_OffLine_11(GameObject_t1113636619 * value) { ___m_OffLine_11 = value; Il2CppCodeGenWriteBarrier((&___m_OffLine_11), value); } inline static int32_t get_offset_of_m_CareSign_12() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_CareSign_12)); } inline GameObject_t1113636619 * get_m_CareSign_12() const { return ___m_CareSign_12; } inline GameObject_t1113636619 ** get_address_of_m_CareSign_12() { return &___m_CareSign_12; } inline void set_m_CareSign_12(GameObject_t1113636619 * value) { ___m_CareSign_12 = value; Il2CppCodeGenWriteBarrier((&___m_CareSign_12), value); } inline static int32_t get_offset_of_isPageInit_13() { return static_cast(offsetof(LogicFriendItem_t441456859, ___isPageInit_13)); } inline bool get_isPageInit_13() const { return ___isPageInit_13; } inline bool* get_address_of_isPageInit_13() { return &___isPageInit_13; } inline void set_isPageInit_13(bool value) { ___isPageInit_13 = value; } inline static int32_t get_offset_of_m_Friend_14() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_Friend_14)); } inline CKpFriend_t471591804 * get_m_Friend_14() const { return ___m_Friend_14; } inline CKpFriend_t471591804 ** get_address_of_m_Friend_14() { return &___m_Friend_14; } inline void set_m_Friend_14(CKpFriend_t471591804 * value) { ___m_Friend_14 = value; Il2CppCodeGenWriteBarrier((&___m_Friend_14), value); } inline static int32_t get_offset_of_m_IsActive_15() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_IsActive_15)); } inline bool get_m_IsActive_15() const { return ___m_IsActive_15; } inline bool* get_address_of_m_IsActive_15() { return &___m_IsActive_15; } inline void set_m_IsActive_15(bool value) { ___m_IsActive_15 = value; } inline static int32_t get_offset_of_m_IsUserPhotoReady_16() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_IsUserPhotoReady_16)); } inline bool get_m_IsUserPhotoReady_16() const { return ___m_IsUserPhotoReady_16; } inline bool* get_address_of_m_IsUserPhotoReady_16() { return &___m_IsUserPhotoReady_16; } inline void set_m_IsUserPhotoReady_16(bool value) { ___m_IsUserPhotoReady_16 = value; } inline static int32_t get_offset_of_m_PhotoSize_17() { return static_cast(offsetof(LogicFriendItem_t441456859, ___m_PhotoSize_17)); } inline Vector3_t3722313464 get_m_PhotoSize_17() const { return ___m_PhotoSize_17; } inline Vector3_t3722313464 * get_address_of_m_PhotoSize_17() { return &___m_PhotoSize_17; } inline void set_m_PhotoSize_17(Vector3_t3722313464 value) { ___m_PhotoSize_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICFRIENDITEM_T441456859_H #ifndef MONOINTRODUCTION_T1508182689_H #define MONOINTRODUCTION_T1508182689_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // monoIntroduction struct monoIntroduction_t1508182689 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject monoIntroduction::m_Start GameObject_t1113636619 * ___m_Start_2; // UnityEngine.GameObject monoIntroduction::m_End GameObject_t1113636619 * ___m_End_3; // System.Collections.Generic.List`1 monoIntroduction::m_BeatKeyPages List_1_t777473367 * ___m_BeatKeyPages_4; // System.Collections.Generic.List`1 monoIntroduction::m_SwingKeyPages List_1_t777473367 * ___m_SwingKeyPages_5; // System.Collections.Generic.List`1 monoIntroduction::m_ClassicalKeyPages List_1_t777473367 * ___m_ClassicalKeyPages_6; // System.Collections.Generic.List`1 monoIntroduction::m_Pages List_1_t777473367 * ___m_Pages_7; // UnityEngine.GameObject monoIntroduction::m_3DSceneUI GameObject_t1113636619 * ___m_3DSceneUI_8; // UnityEngine.GameObject monoIntroduction::m_PauseBtn GameObject_t1113636619 * ___m_PauseBtn_9; // UnityEngine.GameObject monoIntroduction::m_PauseWnd GameObject_t1113636619 * ___m_PauseWnd_10; // UnityEngine.GameObject monoIntroduction::m_selectWnd GameObject_t1113636619 * ___m_selectWnd_11; // UnityEngine.AudioClip monoIntroduction::m_WinAudio AudioClip_t3680889665 * ___m_WinAudio_12; // UnityEngine.AudioSource monoIntroduction::m_audioSource AudioSource_t3935305588 * ___m_audioSource_13; // System.Int32 monoIntroduction::m_MusicBpm int32_t ___m_MusicBpm_14; // System.Single monoIntroduction::m_MusicStart float ___m_MusicStart_15; // System.Boolean monoIntroduction::isPageInit bool ___isPageInit_16; // System.Int32 monoIntroduction::m_cicleCnt int32_t ___m_cicleCnt_17; // System.Boolean monoIntroduction::m_bActiveMovie bool ___m_bActiveMovie_18; // System.Int32 monoIntroduction::m_activePageIndex int32_t ___m_activePageIndex_19; // System.Boolean monoIntroduction::m_First bool ___m_First_20; // System.Boolean monoIntroduction::m_bEndPage bool ___m_bEndPage_21; // System.Single monoIntroduction::m_timeLast float ___m_timeLast_22; // System.Single monoIntroduction::m_movieLabor float ___m_movieLabor_23; // System.Single monoIntroduction::m_uiBeginTime float ___m_uiBeginTime_24; // System.Single monoIntroduction::m_fLastAnimTime float ___m_fLastAnimTime_25; // DMCore.Framework.Movie.CAnimSystem monoIntroduction::m_SingleAnimPlayer CAnimSystem_t3541144328 * ___m_SingleAnimPlayer_26; public: inline static int32_t get_offset_of_m_Start_2() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_Start_2)); } inline GameObject_t1113636619 * get_m_Start_2() const { return ___m_Start_2; } inline GameObject_t1113636619 ** get_address_of_m_Start_2() { return &___m_Start_2; } inline void set_m_Start_2(GameObject_t1113636619 * value) { ___m_Start_2 = value; Il2CppCodeGenWriteBarrier((&___m_Start_2), value); } inline static int32_t get_offset_of_m_End_3() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_End_3)); } inline GameObject_t1113636619 * get_m_End_3() const { return ___m_End_3; } inline GameObject_t1113636619 ** get_address_of_m_End_3() { return &___m_End_3; } inline void set_m_End_3(GameObject_t1113636619 * value) { ___m_End_3 = value; Il2CppCodeGenWriteBarrier((&___m_End_3), value); } inline static int32_t get_offset_of_m_BeatKeyPages_4() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_BeatKeyPages_4)); } inline List_1_t777473367 * get_m_BeatKeyPages_4() const { return ___m_BeatKeyPages_4; } inline List_1_t777473367 ** get_address_of_m_BeatKeyPages_4() { return &___m_BeatKeyPages_4; } inline void set_m_BeatKeyPages_4(List_1_t777473367 * value) { ___m_BeatKeyPages_4 = value; Il2CppCodeGenWriteBarrier((&___m_BeatKeyPages_4), value); } inline static int32_t get_offset_of_m_SwingKeyPages_5() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_SwingKeyPages_5)); } inline List_1_t777473367 * get_m_SwingKeyPages_5() const { return ___m_SwingKeyPages_5; } inline List_1_t777473367 ** get_address_of_m_SwingKeyPages_5() { return &___m_SwingKeyPages_5; } inline void set_m_SwingKeyPages_5(List_1_t777473367 * value) { ___m_SwingKeyPages_5 = value; Il2CppCodeGenWriteBarrier((&___m_SwingKeyPages_5), value); } inline static int32_t get_offset_of_m_ClassicalKeyPages_6() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_ClassicalKeyPages_6)); } inline List_1_t777473367 * get_m_ClassicalKeyPages_6() const { return ___m_ClassicalKeyPages_6; } inline List_1_t777473367 ** get_address_of_m_ClassicalKeyPages_6() { return &___m_ClassicalKeyPages_6; } inline void set_m_ClassicalKeyPages_6(List_1_t777473367 * value) { ___m_ClassicalKeyPages_6 = value; Il2CppCodeGenWriteBarrier((&___m_ClassicalKeyPages_6), value); } inline static int32_t get_offset_of_m_Pages_7() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_Pages_7)); } inline List_1_t777473367 * get_m_Pages_7() const { return ___m_Pages_7; } inline List_1_t777473367 ** get_address_of_m_Pages_7() { return &___m_Pages_7; } inline void set_m_Pages_7(List_1_t777473367 * value) { ___m_Pages_7 = value; Il2CppCodeGenWriteBarrier((&___m_Pages_7), value); } inline static int32_t get_offset_of_m_3DSceneUI_8() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_3DSceneUI_8)); } inline GameObject_t1113636619 * get_m_3DSceneUI_8() const { return ___m_3DSceneUI_8; } inline GameObject_t1113636619 ** get_address_of_m_3DSceneUI_8() { return &___m_3DSceneUI_8; } inline void set_m_3DSceneUI_8(GameObject_t1113636619 * value) { ___m_3DSceneUI_8 = value; Il2CppCodeGenWriteBarrier((&___m_3DSceneUI_8), value); } inline static int32_t get_offset_of_m_PauseBtn_9() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_PauseBtn_9)); } inline GameObject_t1113636619 * get_m_PauseBtn_9() const { return ___m_PauseBtn_9; } inline GameObject_t1113636619 ** get_address_of_m_PauseBtn_9() { return &___m_PauseBtn_9; } inline void set_m_PauseBtn_9(GameObject_t1113636619 * value) { ___m_PauseBtn_9 = value; Il2CppCodeGenWriteBarrier((&___m_PauseBtn_9), value); } inline static int32_t get_offset_of_m_PauseWnd_10() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_PauseWnd_10)); } inline GameObject_t1113636619 * get_m_PauseWnd_10() const { return ___m_PauseWnd_10; } inline GameObject_t1113636619 ** get_address_of_m_PauseWnd_10() { return &___m_PauseWnd_10; } inline void set_m_PauseWnd_10(GameObject_t1113636619 * value) { ___m_PauseWnd_10 = value; Il2CppCodeGenWriteBarrier((&___m_PauseWnd_10), value); } inline static int32_t get_offset_of_m_selectWnd_11() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_selectWnd_11)); } inline GameObject_t1113636619 * get_m_selectWnd_11() const { return ___m_selectWnd_11; } inline GameObject_t1113636619 ** get_address_of_m_selectWnd_11() { return &___m_selectWnd_11; } inline void set_m_selectWnd_11(GameObject_t1113636619 * value) { ___m_selectWnd_11 = value; Il2CppCodeGenWriteBarrier((&___m_selectWnd_11), value); } inline static int32_t get_offset_of_m_WinAudio_12() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_WinAudio_12)); } inline AudioClip_t3680889665 * get_m_WinAudio_12() const { return ___m_WinAudio_12; } inline AudioClip_t3680889665 ** get_address_of_m_WinAudio_12() { return &___m_WinAudio_12; } inline void set_m_WinAudio_12(AudioClip_t3680889665 * value) { ___m_WinAudio_12 = value; Il2CppCodeGenWriteBarrier((&___m_WinAudio_12), value); } inline static int32_t get_offset_of_m_audioSource_13() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_audioSource_13)); } inline AudioSource_t3935305588 * get_m_audioSource_13() const { return ___m_audioSource_13; } inline AudioSource_t3935305588 ** get_address_of_m_audioSource_13() { return &___m_audioSource_13; } inline void set_m_audioSource_13(AudioSource_t3935305588 * value) { ___m_audioSource_13 = value; Il2CppCodeGenWriteBarrier((&___m_audioSource_13), value); } inline static int32_t get_offset_of_m_MusicBpm_14() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_MusicBpm_14)); } inline int32_t get_m_MusicBpm_14() const { return ___m_MusicBpm_14; } inline int32_t* get_address_of_m_MusicBpm_14() { return &___m_MusicBpm_14; } inline void set_m_MusicBpm_14(int32_t value) { ___m_MusicBpm_14 = value; } inline static int32_t get_offset_of_m_MusicStart_15() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_MusicStart_15)); } inline float get_m_MusicStart_15() const { return ___m_MusicStart_15; } inline float* get_address_of_m_MusicStart_15() { return &___m_MusicStart_15; } inline void set_m_MusicStart_15(float value) { ___m_MusicStart_15 = value; } inline static int32_t get_offset_of_isPageInit_16() { return static_cast(offsetof(monoIntroduction_t1508182689, ___isPageInit_16)); } inline bool get_isPageInit_16() const { return ___isPageInit_16; } inline bool* get_address_of_isPageInit_16() { return &___isPageInit_16; } inline void set_isPageInit_16(bool value) { ___isPageInit_16 = value; } inline static int32_t get_offset_of_m_cicleCnt_17() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_cicleCnt_17)); } inline int32_t get_m_cicleCnt_17() const { return ___m_cicleCnt_17; } inline int32_t* get_address_of_m_cicleCnt_17() { return &___m_cicleCnt_17; } inline void set_m_cicleCnt_17(int32_t value) { ___m_cicleCnt_17 = value; } inline static int32_t get_offset_of_m_bActiveMovie_18() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_bActiveMovie_18)); } inline bool get_m_bActiveMovie_18() const { return ___m_bActiveMovie_18; } inline bool* get_address_of_m_bActiveMovie_18() { return &___m_bActiveMovie_18; } inline void set_m_bActiveMovie_18(bool value) { ___m_bActiveMovie_18 = value; } inline static int32_t get_offset_of_m_activePageIndex_19() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_activePageIndex_19)); } inline int32_t get_m_activePageIndex_19() const { return ___m_activePageIndex_19; } inline int32_t* get_address_of_m_activePageIndex_19() { return &___m_activePageIndex_19; } inline void set_m_activePageIndex_19(int32_t value) { ___m_activePageIndex_19 = value; } inline static int32_t get_offset_of_m_First_20() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_First_20)); } inline bool get_m_First_20() const { return ___m_First_20; } inline bool* get_address_of_m_First_20() { return &___m_First_20; } inline void set_m_First_20(bool value) { ___m_First_20 = value; } inline static int32_t get_offset_of_m_bEndPage_21() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_bEndPage_21)); } inline bool get_m_bEndPage_21() const { return ___m_bEndPage_21; } inline bool* get_address_of_m_bEndPage_21() { return &___m_bEndPage_21; } inline void set_m_bEndPage_21(bool value) { ___m_bEndPage_21 = value; } inline static int32_t get_offset_of_m_timeLast_22() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_timeLast_22)); } inline float get_m_timeLast_22() const { return ___m_timeLast_22; } inline float* get_address_of_m_timeLast_22() { return &___m_timeLast_22; } inline void set_m_timeLast_22(float value) { ___m_timeLast_22 = value; } inline static int32_t get_offset_of_m_movieLabor_23() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_movieLabor_23)); } inline float get_m_movieLabor_23() const { return ___m_movieLabor_23; } inline float* get_address_of_m_movieLabor_23() { return &___m_movieLabor_23; } inline void set_m_movieLabor_23(float value) { ___m_movieLabor_23 = value; } inline static int32_t get_offset_of_m_uiBeginTime_24() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_uiBeginTime_24)); } inline float get_m_uiBeginTime_24() const { return ___m_uiBeginTime_24; } inline float* get_address_of_m_uiBeginTime_24() { return &___m_uiBeginTime_24; } inline void set_m_uiBeginTime_24(float value) { ___m_uiBeginTime_24 = value; } inline static int32_t get_offset_of_m_fLastAnimTime_25() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_fLastAnimTime_25)); } inline float get_m_fLastAnimTime_25() const { return ___m_fLastAnimTime_25; } inline float* get_address_of_m_fLastAnimTime_25() { return &___m_fLastAnimTime_25; } inline void set_m_fLastAnimTime_25(float value) { ___m_fLastAnimTime_25 = value; } inline static int32_t get_offset_of_m_SingleAnimPlayer_26() { return static_cast(offsetof(monoIntroduction_t1508182689, ___m_SingleAnimPlayer_26)); } inline CAnimSystem_t3541144328 * get_m_SingleAnimPlayer_26() const { return ___m_SingleAnimPlayer_26; } inline CAnimSystem_t3541144328 ** get_address_of_m_SingleAnimPlayer_26() { return &___m_SingleAnimPlayer_26; } inline void set_m_SingleAnimPlayer_26(CAnimSystem_t3541144328 * value) { ___m_SingleAnimPlayer_26 = value; Il2CppCodeGenWriteBarrier((&___m_SingleAnimPlayer_26), value); } }; struct monoIntroduction_t1508182689_StaticFields { public: // System.Action monoIntroduction::<>f__mg$cache0 Action_t1264377477 * ___U3CU3Ef__mgU24cache0_27; // System.Action monoIntroduction::<>f__mg$cache1 Action_t1264377477 * ___U3CU3Ef__mgU24cache1_28; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_27() { return static_cast(offsetof(monoIntroduction_t1508182689_StaticFields, ___U3CU3Ef__mgU24cache0_27)); } inline Action_t1264377477 * get_U3CU3Ef__mgU24cache0_27() const { return ___U3CU3Ef__mgU24cache0_27; } inline Action_t1264377477 ** get_address_of_U3CU3Ef__mgU24cache0_27() { return &___U3CU3Ef__mgU24cache0_27; } inline void set_U3CU3Ef__mgU24cache0_27(Action_t1264377477 * value) { ___U3CU3Ef__mgU24cache0_27 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_27), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_28() { return static_cast(offsetof(monoIntroduction_t1508182689_StaticFields, ___U3CU3Ef__mgU24cache1_28)); } inline Action_t1264377477 * get_U3CU3Ef__mgU24cache1_28() const { return ___U3CU3Ef__mgU24cache1_28; } inline Action_t1264377477 ** get_address_of_U3CU3Ef__mgU24cache1_28() { return &___U3CU3Ef__mgU24cache1_28; } inline void set_U3CU3Ef__mgU24cache1_28(Action_t1264377477 * value) { ___U3CU3Ef__mgU24cache1_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_28), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOINTRODUCTION_T1508182689_H #ifndef LOCALLINKEDEFFECT_T997770122_H #define LOCALLINKEDEFFECT_T997770122_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LocalLinkedEffect struct LocalLinkedEffect_t997770122 : public MonoBehaviour_t3962482529 { public: // System.String LocalLinkedEffect::BoneName String_t* ___BoneName_2; // UnityEngine.Vector3 LocalLinkedEffect::BindPosOffset Vector3_t3722313464 ___BindPosOffset_3; // UnityEngine.Vector3 LocalLinkedEffect::BindRotation Vector3_t3722313464 ___BindRotation_4; // System.Boolean LocalLinkedEffect::EnableRotation bool ___EnableRotation_5; // System.Boolean LocalLinkedEffect::LockHigh bool ___LockHigh_6; // System.Boolean LocalLinkedEffect::m_bEnable0 bool ___m_bEnable0_7; // UnityEngine.Transform LocalLinkedEffect::m_RootBone Transform_t3600365921 * ___m_RootBone_8; public: inline static int32_t get_offset_of_BoneName_2() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___BoneName_2)); } inline String_t* get_BoneName_2() const { return ___BoneName_2; } inline String_t** get_address_of_BoneName_2() { return &___BoneName_2; } inline void set_BoneName_2(String_t* value) { ___BoneName_2 = value; Il2CppCodeGenWriteBarrier((&___BoneName_2), value); } inline static int32_t get_offset_of_BindPosOffset_3() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___BindPosOffset_3)); } inline Vector3_t3722313464 get_BindPosOffset_3() const { return ___BindPosOffset_3; } inline Vector3_t3722313464 * get_address_of_BindPosOffset_3() { return &___BindPosOffset_3; } inline void set_BindPosOffset_3(Vector3_t3722313464 value) { ___BindPosOffset_3 = value; } inline static int32_t get_offset_of_BindRotation_4() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___BindRotation_4)); } inline Vector3_t3722313464 get_BindRotation_4() const { return ___BindRotation_4; } inline Vector3_t3722313464 * get_address_of_BindRotation_4() { return &___BindRotation_4; } inline void set_BindRotation_4(Vector3_t3722313464 value) { ___BindRotation_4 = value; } inline static int32_t get_offset_of_EnableRotation_5() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___EnableRotation_5)); } inline bool get_EnableRotation_5() const { return ___EnableRotation_5; } inline bool* get_address_of_EnableRotation_5() { return &___EnableRotation_5; } inline void set_EnableRotation_5(bool value) { ___EnableRotation_5 = value; } inline static int32_t get_offset_of_LockHigh_6() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___LockHigh_6)); } inline bool get_LockHigh_6() const { return ___LockHigh_6; } inline bool* get_address_of_LockHigh_6() { return &___LockHigh_6; } inline void set_LockHigh_6(bool value) { ___LockHigh_6 = value; } inline static int32_t get_offset_of_m_bEnable0_7() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___m_bEnable0_7)); } inline bool get_m_bEnable0_7() const { return ___m_bEnable0_7; } inline bool* get_address_of_m_bEnable0_7() { return &___m_bEnable0_7; } inline void set_m_bEnable0_7(bool value) { ___m_bEnable0_7 = value; } inline static int32_t get_offset_of_m_RootBone_8() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___m_RootBone_8)); } inline Transform_t3600365921 * get_m_RootBone_8() const { return ___m_RootBone_8; } inline Transform_t3600365921 ** get_address_of_m_RootBone_8() { return &___m_RootBone_8; } inline void set_m_RootBone_8(Transform_t3600365921 * value) { ___m_RootBone_8 = value; Il2CppCodeGenWriteBarrier((&___m_RootBone_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALLINKEDEFFECT_T997770122_H #ifndef CLOADINGWATCH_T1236523732_H #define CLOADINGWATCH_T1236523732_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CLoadingWatch struct CLoadingWatch_t1236523732 : public MonoBehaviour_t3962482529 { public: // System.Int32 CLoadingWatch::m_TickCnt int32_t ___m_TickCnt_2; // UILabel CLoadingWatch::m_LBTips UILabel_t3248798549 * ___m_LBTips_3; // UIPanel CLoadingWatch::m_panelClipStep UIPanel_t1716472341 * ___m_panelClipStep_4; // UILabel CLoadingWatch::m_labelTotalTips UILabel_t3248798549 * ___m_labelTotalTips_5; // UILabel CLoadingWatch::m_labelUpdateTips UILabel_t3248798549 * ___m_labelUpdateTips_6; // UnityEngine.Transform CLoadingWatch::m_stepObj Transform_t3600365921 * ___m_stepObj_7; // UnityEngine.Transform CLoadingWatch::m_spriteStep Transform_t3600365921 * ___m_spriteStep_8; // UnityEngine.Transform CLoadingWatch::m_transPetStep Transform_t3600365921 * ___m_transPetStep_9; // UITexture CLoadingWatch::m_effOverAll UITexture_t3471168817 * ___m_effOverAll_10; // System.Int32 CLoadingWatch::m_WidgetCount int32_t ___m_WidgetCount_11; // UnityEngine.Transform CLoadingWatch::m_FullDownRoot Transform_t3600365921 * ___m_FullDownRoot_12; // UnityEngine.Transform[] CLoadingWatch::m_NotFullDownWidgets TransformU5BU5D_t807237628* ___m_NotFullDownWidgets_13; // System.Boolean CLoadingWatch::m_bFullDownloadMode bool ___m_bFullDownloadMode_15; // System.Single CLoadingWatch::m_TimeLabor float ___m_TimeLabor_16; // System.Boolean CLoadingWatch::m_bEnableTotalInfo bool ___m_bEnableTotalInfo_17; // System.Single CLoadingWatch::m_fTimeLast float ___m_fTimeLast_18; // System.Single CLoadingWatch::m_fTimeBegin float ___m_fTimeBegin_19; public: inline static int32_t get_offset_of_m_TickCnt_2() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_TickCnt_2)); } inline int32_t get_m_TickCnt_2() const { return ___m_TickCnt_2; } inline int32_t* get_address_of_m_TickCnt_2() { return &___m_TickCnt_2; } inline void set_m_TickCnt_2(int32_t value) { ___m_TickCnt_2 = value; } inline static int32_t get_offset_of_m_LBTips_3() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_LBTips_3)); } inline UILabel_t3248798549 * get_m_LBTips_3() const { return ___m_LBTips_3; } inline UILabel_t3248798549 ** get_address_of_m_LBTips_3() { return &___m_LBTips_3; } inline void set_m_LBTips_3(UILabel_t3248798549 * value) { ___m_LBTips_3 = value; Il2CppCodeGenWriteBarrier((&___m_LBTips_3), value); } inline static int32_t get_offset_of_m_panelClipStep_4() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_panelClipStep_4)); } inline UIPanel_t1716472341 * get_m_panelClipStep_4() const { return ___m_panelClipStep_4; } inline UIPanel_t1716472341 ** get_address_of_m_panelClipStep_4() { return &___m_panelClipStep_4; } inline void set_m_panelClipStep_4(UIPanel_t1716472341 * value) { ___m_panelClipStep_4 = value; Il2CppCodeGenWriteBarrier((&___m_panelClipStep_4), value); } inline static int32_t get_offset_of_m_labelTotalTips_5() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_labelTotalTips_5)); } inline UILabel_t3248798549 * get_m_labelTotalTips_5() const { return ___m_labelTotalTips_5; } inline UILabel_t3248798549 ** get_address_of_m_labelTotalTips_5() { return &___m_labelTotalTips_5; } inline void set_m_labelTotalTips_5(UILabel_t3248798549 * value) { ___m_labelTotalTips_5 = value; Il2CppCodeGenWriteBarrier((&___m_labelTotalTips_5), value); } inline static int32_t get_offset_of_m_labelUpdateTips_6() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_labelUpdateTips_6)); } inline UILabel_t3248798549 * get_m_labelUpdateTips_6() const { return ___m_labelUpdateTips_6; } inline UILabel_t3248798549 ** get_address_of_m_labelUpdateTips_6() { return &___m_labelUpdateTips_6; } inline void set_m_labelUpdateTips_6(UILabel_t3248798549 * value) { ___m_labelUpdateTips_6 = value; Il2CppCodeGenWriteBarrier((&___m_labelUpdateTips_6), value); } inline static int32_t get_offset_of_m_stepObj_7() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_stepObj_7)); } inline Transform_t3600365921 * get_m_stepObj_7() const { return ___m_stepObj_7; } inline Transform_t3600365921 ** get_address_of_m_stepObj_7() { return &___m_stepObj_7; } inline void set_m_stepObj_7(Transform_t3600365921 * value) { ___m_stepObj_7 = value; Il2CppCodeGenWriteBarrier((&___m_stepObj_7), value); } inline static int32_t get_offset_of_m_spriteStep_8() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_spriteStep_8)); } inline Transform_t3600365921 * get_m_spriteStep_8() const { return ___m_spriteStep_8; } inline Transform_t3600365921 ** get_address_of_m_spriteStep_8() { return &___m_spriteStep_8; } inline void set_m_spriteStep_8(Transform_t3600365921 * value) { ___m_spriteStep_8 = value; Il2CppCodeGenWriteBarrier((&___m_spriteStep_8), value); } inline static int32_t get_offset_of_m_transPetStep_9() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_transPetStep_9)); } inline Transform_t3600365921 * get_m_transPetStep_9() const { return ___m_transPetStep_9; } inline Transform_t3600365921 ** get_address_of_m_transPetStep_9() { return &___m_transPetStep_9; } inline void set_m_transPetStep_9(Transform_t3600365921 * value) { ___m_transPetStep_9 = value; Il2CppCodeGenWriteBarrier((&___m_transPetStep_9), value); } inline static int32_t get_offset_of_m_effOverAll_10() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_effOverAll_10)); } inline UITexture_t3471168817 * get_m_effOverAll_10() const { return ___m_effOverAll_10; } inline UITexture_t3471168817 ** get_address_of_m_effOverAll_10() { return &___m_effOverAll_10; } inline void set_m_effOverAll_10(UITexture_t3471168817 * value) { ___m_effOverAll_10 = value; Il2CppCodeGenWriteBarrier((&___m_effOverAll_10), value); } inline static int32_t get_offset_of_m_WidgetCount_11() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_WidgetCount_11)); } inline int32_t get_m_WidgetCount_11() const { return ___m_WidgetCount_11; } inline int32_t* get_address_of_m_WidgetCount_11() { return &___m_WidgetCount_11; } inline void set_m_WidgetCount_11(int32_t value) { ___m_WidgetCount_11 = value; } inline static int32_t get_offset_of_m_FullDownRoot_12() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_FullDownRoot_12)); } inline Transform_t3600365921 * get_m_FullDownRoot_12() const { return ___m_FullDownRoot_12; } inline Transform_t3600365921 ** get_address_of_m_FullDownRoot_12() { return &___m_FullDownRoot_12; } inline void set_m_FullDownRoot_12(Transform_t3600365921 * value) { ___m_FullDownRoot_12 = value; Il2CppCodeGenWriteBarrier((&___m_FullDownRoot_12), value); } inline static int32_t get_offset_of_m_NotFullDownWidgets_13() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_NotFullDownWidgets_13)); } inline TransformU5BU5D_t807237628* get_m_NotFullDownWidgets_13() const { return ___m_NotFullDownWidgets_13; } inline TransformU5BU5D_t807237628** get_address_of_m_NotFullDownWidgets_13() { return &___m_NotFullDownWidgets_13; } inline void set_m_NotFullDownWidgets_13(TransformU5BU5D_t807237628* value) { ___m_NotFullDownWidgets_13 = value; Il2CppCodeGenWriteBarrier((&___m_NotFullDownWidgets_13), value); } inline static int32_t get_offset_of_m_bFullDownloadMode_15() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_bFullDownloadMode_15)); } inline bool get_m_bFullDownloadMode_15() const { return ___m_bFullDownloadMode_15; } inline bool* get_address_of_m_bFullDownloadMode_15() { return &___m_bFullDownloadMode_15; } inline void set_m_bFullDownloadMode_15(bool value) { ___m_bFullDownloadMode_15 = value; } inline static int32_t get_offset_of_m_TimeLabor_16() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_TimeLabor_16)); } inline float get_m_TimeLabor_16() const { return ___m_TimeLabor_16; } inline float* get_address_of_m_TimeLabor_16() { return &___m_TimeLabor_16; } inline void set_m_TimeLabor_16(float value) { ___m_TimeLabor_16 = value; } inline static int32_t get_offset_of_m_bEnableTotalInfo_17() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_bEnableTotalInfo_17)); } inline bool get_m_bEnableTotalInfo_17() const { return ___m_bEnableTotalInfo_17; } inline bool* get_address_of_m_bEnableTotalInfo_17() { return &___m_bEnableTotalInfo_17; } inline void set_m_bEnableTotalInfo_17(bool value) { ___m_bEnableTotalInfo_17 = value; } inline static int32_t get_offset_of_m_fTimeLast_18() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_fTimeLast_18)); } inline float get_m_fTimeLast_18() const { return ___m_fTimeLast_18; } inline float* get_address_of_m_fTimeLast_18() { return &___m_fTimeLast_18; } inline void set_m_fTimeLast_18(float value) { ___m_fTimeLast_18 = value; } inline static int32_t get_offset_of_m_fTimeBegin_19() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_fTimeBegin_19)); } inline float get_m_fTimeBegin_19() const { return ___m_fTimeBegin_19; } inline float* get_address_of_m_fTimeBegin_19() { return &___m_fTimeBegin_19; } inline void set_m_fTimeBegin_19(float value) { ___m_fTimeBegin_19 = value; } }; struct CLoadingWatch_t1236523732_StaticFields { public: // System.Action CLoadingWatch::On_Level_Loaded Action_t1264377477 * ___On_Level_Loaded_14; // System.Collections.Generic.Dictionary`2 CLoadingWatch::<>f__switch$mapC Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapC_20; public: inline static int32_t get_offset_of_On_Level_Loaded_14() { return static_cast(offsetof(CLoadingWatch_t1236523732_StaticFields, ___On_Level_Loaded_14)); } inline Action_t1264377477 * get_On_Level_Loaded_14() const { return ___On_Level_Loaded_14; } inline Action_t1264377477 ** get_address_of_On_Level_Loaded_14() { return &___On_Level_Loaded_14; } inline void set_On_Level_Loaded_14(Action_t1264377477 * value) { ___On_Level_Loaded_14 = value; Il2CppCodeGenWriteBarrier((&___On_Level_Loaded_14), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapC_20() { return static_cast(offsetof(CLoadingWatch_t1236523732_StaticFields, ___U3CU3Ef__switchU24mapC_20)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapC_20() const { return ___U3CU3Ef__switchU24mapC_20; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapC_20() { return &___U3CU3Ef__switchU24mapC_20; } inline void set_U3CU3Ef__switchU24mapC_20(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapC_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapC_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOADINGWATCH_T1236523732_H #ifndef LINKEDEFFECT_T3338585141_H #define LINKEDEFFECT_T3338585141_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LinkedEffect struct LinkedEffect_t3338585141 : public MonoBehaviour_t3962482529 { public: // LinkedEffect/LinkedEffectType LinkedEffect::Type int32_t ___Type_2; // System.String LinkedEffect::Name String_t* ___Name_3; // System.String LinkedEffect::BoneName String_t* ___BoneName_4; // UnityEngine.Vector3 LinkedEffect::BindPosOffset Vector3_t3722313464 ___BindPosOffset_5; // UnityEngine.Vector3 LinkedEffect::BindRotation Vector3_t3722313464 ___BindRotation_6; // UnityEngine.GameObject LinkedEffect::m_Effect GameObject_t1113636619 * ___m_Effect_7; public: inline static int32_t get_offset_of_Type_2() { return static_cast(offsetof(LinkedEffect_t3338585141, ___Type_2)); } inline int32_t get_Type_2() const { return ___Type_2; } inline int32_t* get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(int32_t value) { ___Type_2 = value; } inline static int32_t get_offset_of_Name_3() { return static_cast(offsetof(LinkedEffect_t3338585141, ___Name_3)); } inline String_t* get_Name_3() const { return ___Name_3; } inline String_t** get_address_of_Name_3() { return &___Name_3; } inline void set_Name_3(String_t* value) { ___Name_3 = value; Il2CppCodeGenWriteBarrier((&___Name_3), value); } inline static int32_t get_offset_of_BoneName_4() { return static_cast(offsetof(LinkedEffect_t3338585141, ___BoneName_4)); } inline String_t* get_BoneName_4() const { return ___BoneName_4; } inline String_t** get_address_of_BoneName_4() { return &___BoneName_4; } inline void set_BoneName_4(String_t* value) { ___BoneName_4 = value; Il2CppCodeGenWriteBarrier((&___BoneName_4), value); } inline static int32_t get_offset_of_BindPosOffset_5() { return static_cast(offsetof(LinkedEffect_t3338585141, ___BindPosOffset_5)); } inline Vector3_t3722313464 get_BindPosOffset_5() const { return ___BindPosOffset_5; } inline Vector3_t3722313464 * get_address_of_BindPosOffset_5() { return &___BindPosOffset_5; } inline void set_BindPosOffset_5(Vector3_t3722313464 value) { ___BindPosOffset_5 = value; } inline static int32_t get_offset_of_BindRotation_6() { return static_cast(offsetof(LinkedEffect_t3338585141, ___BindRotation_6)); } inline Vector3_t3722313464 get_BindRotation_6() const { return ___BindRotation_6; } inline Vector3_t3722313464 * get_address_of_BindRotation_6() { return &___BindRotation_6; } inline void set_BindRotation_6(Vector3_t3722313464 value) { ___BindRotation_6 = value; } inline static int32_t get_offset_of_m_Effect_7() { return static_cast(offsetof(LinkedEffect_t3338585141, ___m_Effect_7)); } inline GameObject_t1113636619 * get_m_Effect_7() const { return ___m_Effect_7; } inline GameObject_t1113636619 ** get_address_of_m_Effect_7() { return &___m_Effect_7; } inline void set_m_Effect_7(GameObject_t1113636619 * value) { ___m_Effect_7 = value; Il2CppCodeGenWriteBarrier((&___m_Effect_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDEFFECT_T3338585141_H #ifndef LANGUAGESELECTION_T1927862481_H #define LANGUAGESELECTION_T1927862481_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LanguageSelection struct LanguageSelection_t1927862481 : public MonoBehaviour_t3962482529 { public: // UIPopupList LanguageSelection::mList UIPopupList_t4167399471 * ___mList_2; public: inline static int32_t get_offset_of_mList_2() { return static_cast(offsetof(LanguageSelection_t1927862481, ___mList_2)); } inline UIPopupList_t4167399471 * get_mList_2() const { return ___mList_2; } inline UIPopupList_t4167399471 ** get_address_of_mList_2() { return &___mList_2; } inline void set_mList_2(UIPopupList_t4167399471 * value) { ___mList_2 = value; Il2CppCodeGenWriteBarrier((&___mList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LANGUAGESELECTION_T1927862481_H #ifndef UIPOPUPLIST_T4167399471_H #define UIPOPUPLIST_T4167399471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIPopupList struct UIPopupList_t4167399471 : public MonoBehaviour_t3962482529 { public: // UIAtlas UIPopupList::atlas UIAtlas_t3195533529 * ___atlas_4; // UIFont UIPopupList::font UIFont_t2766063701 * ___font_5; // UILabel UIPopupList::textLabel UILabel_t3248798549 * ___textLabel_6; // System.String UIPopupList::backgroundSprite String_t* ___backgroundSprite_7; // System.String UIPopupList::highlightSprite String_t* ___highlightSprite_8; // UIPopupList/Position UIPopupList::position int32_t ___position_9; // System.Collections.Generic.List`1 UIPopupList::items List_1_t3319525431 * ___items_10; // UnityEngine.Vector2 UIPopupList::padding Vector2_t2156229523 ___padding_11; // System.Single UIPopupList::textScale float ___textScale_12; // UnityEngine.Color UIPopupList::textColor Color_t2555686324 ___textColor_13; // UnityEngine.Color UIPopupList::backgroundColor Color_t2555686324 ___backgroundColor_14; // UnityEngine.Color UIPopupList::highlightColor Color_t2555686324 ___highlightColor_15; // System.Boolean UIPopupList::isAnimated bool ___isAnimated_16; // System.Boolean UIPopupList::isLocalized bool ___isLocalized_17; // UnityEngine.GameObject UIPopupList::eventReceiver GameObject_t1113636619 * ___eventReceiver_18; // System.String UIPopupList::functionName String_t* ___functionName_19; // System.Action`1 UIPopupList::onSelectionChange Action_1_t2019918284 * ___onSelectionChange_20; // System.String UIPopupList::mSelectedItem String_t* ___mSelectedItem_21; // UIPanel UIPopupList::mPanel UIPanel_t1716472341 * ___mPanel_22; // UnityEngine.GameObject UIPopupList::mChild GameObject_t1113636619 * ___mChild_23; // UISprite UIPopupList::mBackground UISprite_t194114938 * ___mBackground_24; // UISprite UIPopupList::mHighlight UISprite_t194114938 * ___mHighlight_25; // UILabel UIPopupList::mHighlightedLabel UILabel_t3248798549 * ___mHighlightedLabel_26; // System.Collections.Generic.List`1 UIPopupList::mLabelList List_1_t425905995 * ___mLabelList_27; // System.Single UIPopupList::mBgBorder float ___mBgBorder_28; public: inline static int32_t get_offset_of_atlas_4() { return static_cast(offsetof(UIPopupList_t4167399471, ___atlas_4)); } inline UIAtlas_t3195533529 * get_atlas_4() const { return ___atlas_4; } inline UIAtlas_t3195533529 ** get_address_of_atlas_4() { return &___atlas_4; } inline void set_atlas_4(UIAtlas_t3195533529 * value) { ___atlas_4 = value; Il2CppCodeGenWriteBarrier((&___atlas_4), value); } inline static int32_t get_offset_of_font_5() { return static_cast(offsetof(UIPopupList_t4167399471, ___font_5)); } inline UIFont_t2766063701 * get_font_5() const { return ___font_5; } inline UIFont_t2766063701 ** get_address_of_font_5() { return &___font_5; } inline void set_font_5(UIFont_t2766063701 * value) { ___font_5 = value; Il2CppCodeGenWriteBarrier((&___font_5), value); } inline static int32_t get_offset_of_textLabel_6() { return static_cast(offsetof(UIPopupList_t4167399471, ___textLabel_6)); } inline UILabel_t3248798549 * get_textLabel_6() const { return ___textLabel_6; } inline UILabel_t3248798549 ** get_address_of_textLabel_6() { return &___textLabel_6; } inline void set_textLabel_6(UILabel_t3248798549 * value) { ___textLabel_6 = value; Il2CppCodeGenWriteBarrier((&___textLabel_6), value); } inline static int32_t get_offset_of_backgroundSprite_7() { return static_cast(offsetof(UIPopupList_t4167399471, ___backgroundSprite_7)); } inline String_t* get_backgroundSprite_7() const { return ___backgroundSprite_7; } inline String_t** get_address_of_backgroundSprite_7() { return &___backgroundSprite_7; } inline void set_backgroundSprite_7(String_t* value) { ___backgroundSprite_7 = value; Il2CppCodeGenWriteBarrier((&___backgroundSprite_7), value); } inline static int32_t get_offset_of_highlightSprite_8() { return static_cast(offsetof(UIPopupList_t4167399471, ___highlightSprite_8)); } inline String_t* get_highlightSprite_8() const { return ___highlightSprite_8; } inline String_t** get_address_of_highlightSprite_8() { return &___highlightSprite_8; } inline void set_highlightSprite_8(String_t* value) { ___highlightSprite_8 = value; Il2CppCodeGenWriteBarrier((&___highlightSprite_8), value); } inline static int32_t get_offset_of_position_9() { return static_cast(offsetof(UIPopupList_t4167399471, ___position_9)); } inline int32_t get_position_9() const { return ___position_9; } inline int32_t* get_address_of_position_9() { return &___position_9; } inline void set_position_9(int32_t value) { ___position_9 = value; } inline static int32_t get_offset_of_items_10() { return static_cast(offsetof(UIPopupList_t4167399471, ___items_10)); } inline List_1_t3319525431 * get_items_10() const { return ___items_10; } inline List_1_t3319525431 ** get_address_of_items_10() { return &___items_10; } inline void set_items_10(List_1_t3319525431 * value) { ___items_10 = value; Il2CppCodeGenWriteBarrier((&___items_10), value); } inline static int32_t get_offset_of_padding_11() { return static_cast(offsetof(UIPopupList_t4167399471, ___padding_11)); } inline Vector2_t2156229523 get_padding_11() const { return ___padding_11; } inline Vector2_t2156229523 * get_address_of_padding_11() { return &___padding_11; } inline void set_padding_11(Vector2_t2156229523 value) { ___padding_11 = value; } inline static int32_t get_offset_of_textScale_12() { return static_cast(offsetof(UIPopupList_t4167399471, ___textScale_12)); } inline float get_textScale_12() const { return ___textScale_12; } inline float* get_address_of_textScale_12() { return &___textScale_12; } inline void set_textScale_12(float value) { ___textScale_12 = value; } inline static int32_t get_offset_of_textColor_13() { return static_cast(offsetof(UIPopupList_t4167399471, ___textColor_13)); } inline Color_t2555686324 get_textColor_13() const { return ___textColor_13; } inline Color_t2555686324 * get_address_of_textColor_13() { return &___textColor_13; } inline void set_textColor_13(Color_t2555686324 value) { ___textColor_13 = value; } inline static int32_t get_offset_of_backgroundColor_14() { return static_cast(offsetof(UIPopupList_t4167399471, ___backgroundColor_14)); } inline Color_t2555686324 get_backgroundColor_14() const { return ___backgroundColor_14; } inline Color_t2555686324 * get_address_of_backgroundColor_14() { return &___backgroundColor_14; } inline void set_backgroundColor_14(Color_t2555686324 value) { ___backgroundColor_14 = value; } inline static int32_t get_offset_of_highlightColor_15() { return static_cast(offsetof(UIPopupList_t4167399471, ___highlightColor_15)); } inline Color_t2555686324 get_highlightColor_15() const { return ___highlightColor_15; } inline Color_t2555686324 * get_address_of_highlightColor_15() { return &___highlightColor_15; } inline void set_highlightColor_15(Color_t2555686324 value) { ___highlightColor_15 = value; } inline static int32_t get_offset_of_isAnimated_16() { return static_cast(offsetof(UIPopupList_t4167399471, ___isAnimated_16)); } inline bool get_isAnimated_16() const { return ___isAnimated_16; } inline bool* get_address_of_isAnimated_16() { return &___isAnimated_16; } inline void set_isAnimated_16(bool value) { ___isAnimated_16 = value; } inline static int32_t get_offset_of_isLocalized_17() { return static_cast(offsetof(UIPopupList_t4167399471, ___isLocalized_17)); } inline bool get_isLocalized_17() const { return ___isLocalized_17; } inline bool* get_address_of_isLocalized_17() { return &___isLocalized_17; } inline void set_isLocalized_17(bool value) { ___isLocalized_17 = value; } inline static int32_t get_offset_of_eventReceiver_18() { return static_cast(offsetof(UIPopupList_t4167399471, ___eventReceiver_18)); } inline GameObject_t1113636619 * get_eventReceiver_18() const { return ___eventReceiver_18; } inline GameObject_t1113636619 ** get_address_of_eventReceiver_18() { return &___eventReceiver_18; } inline void set_eventReceiver_18(GameObject_t1113636619 * value) { ___eventReceiver_18 = value; Il2CppCodeGenWriteBarrier((&___eventReceiver_18), value); } inline static int32_t get_offset_of_functionName_19() { return static_cast(offsetof(UIPopupList_t4167399471, ___functionName_19)); } inline String_t* get_functionName_19() const { return ___functionName_19; } inline String_t** get_address_of_functionName_19() { return &___functionName_19; } inline void set_functionName_19(String_t* value) { ___functionName_19 = value; Il2CppCodeGenWriteBarrier((&___functionName_19), value); } inline static int32_t get_offset_of_onSelectionChange_20() { return static_cast(offsetof(UIPopupList_t4167399471, ___onSelectionChange_20)); } inline Action_1_t2019918284 * get_onSelectionChange_20() const { return ___onSelectionChange_20; } inline Action_1_t2019918284 ** get_address_of_onSelectionChange_20() { return &___onSelectionChange_20; } inline void set_onSelectionChange_20(Action_1_t2019918284 * value) { ___onSelectionChange_20 = value; Il2CppCodeGenWriteBarrier((&___onSelectionChange_20), value); } inline static int32_t get_offset_of_mSelectedItem_21() { return static_cast(offsetof(UIPopupList_t4167399471, ___mSelectedItem_21)); } inline String_t* get_mSelectedItem_21() const { return ___mSelectedItem_21; } inline String_t** get_address_of_mSelectedItem_21() { return &___mSelectedItem_21; } inline void set_mSelectedItem_21(String_t* value) { ___mSelectedItem_21 = value; Il2CppCodeGenWriteBarrier((&___mSelectedItem_21), value); } inline static int32_t get_offset_of_mPanel_22() { return static_cast(offsetof(UIPopupList_t4167399471, ___mPanel_22)); } inline UIPanel_t1716472341 * get_mPanel_22() const { return ___mPanel_22; } inline UIPanel_t1716472341 ** get_address_of_mPanel_22() { return &___mPanel_22; } inline void set_mPanel_22(UIPanel_t1716472341 * value) { ___mPanel_22 = value; Il2CppCodeGenWriteBarrier((&___mPanel_22), value); } inline static int32_t get_offset_of_mChild_23() { return static_cast(offsetof(UIPopupList_t4167399471, ___mChild_23)); } inline GameObject_t1113636619 * get_mChild_23() const { return ___mChild_23; } inline GameObject_t1113636619 ** get_address_of_mChild_23() { return &___mChild_23; } inline void set_mChild_23(GameObject_t1113636619 * value) { ___mChild_23 = value; Il2CppCodeGenWriteBarrier((&___mChild_23), value); } inline static int32_t get_offset_of_mBackground_24() { return static_cast(offsetof(UIPopupList_t4167399471, ___mBackground_24)); } inline UISprite_t194114938 * get_mBackground_24() const { return ___mBackground_24; } inline UISprite_t194114938 ** get_address_of_mBackground_24() { return &___mBackground_24; } inline void set_mBackground_24(UISprite_t194114938 * value) { ___mBackground_24 = value; Il2CppCodeGenWriteBarrier((&___mBackground_24), value); } inline static int32_t get_offset_of_mHighlight_25() { return static_cast(offsetof(UIPopupList_t4167399471, ___mHighlight_25)); } inline UISprite_t194114938 * get_mHighlight_25() const { return ___mHighlight_25; } inline UISprite_t194114938 ** get_address_of_mHighlight_25() { return &___mHighlight_25; } inline void set_mHighlight_25(UISprite_t194114938 * value) { ___mHighlight_25 = value; Il2CppCodeGenWriteBarrier((&___mHighlight_25), value); } inline static int32_t get_offset_of_mHighlightedLabel_26() { return static_cast(offsetof(UIPopupList_t4167399471, ___mHighlightedLabel_26)); } inline UILabel_t3248798549 * get_mHighlightedLabel_26() const { return ___mHighlightedLabel_26; } inline UILabel_t3248798549 ** get_address_of_mHighlightedLabel_26() { return &___mHighlightedLabel_26; } inline void set_mHighlightedLabel_26(UILabel_t3248798549 * value) { ___mHighlightedLabel_26 = value; Il2CppCodeGenWriteBarrier((&___mHighlightedLabel_26), value); } inline static int32_t get_offset_of_mLabelList_27() { return static_cast(offsetof(UIPopupList_t4167399471, ___mLabelList_27)); } inline List_1_t425905995 * get_mLabelList_27() const { return ___mLabelList_27; } inline List_1_t425905995 ** get_address_of_mLabelList_27() { return &___mLabelList_27; } inline void set_mLabelList_27(List_1_t425905995 * value) { ___mLabelList_27 = value; Il2CppCodeGenWriteBarrier((&___mLabelList_27), value); } inline static int32_t get_offset_of_mBgBorder_28() { return static_cast(offsetof(UIPopupList_t4167399471, ___mBgBorder_28)); } inline float get_mBgBorder_28() const { return ___mBgBorder_28; } inline float* get_address_of_mBgBorder_28() { return &___mBgBorder_28; } inline void set_mBgBorder_28(float value) { ___mBgBorder_28 = value; } }; struct UIPopupList_t4167399471_StaticFields { public: // UIPopupList UIPopupList::current UIPopupList_t4167399471 * ___current_2; public: inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(UIPopupList_t4167399471_StaticFields, ___current_2)); } inline UIPopupList_t4167399471 * get_current_2() const { return ___current_2; } inline UIPopupList_t4167399471 ** get_address_of_current_2() { return &___current_2; } inline void set_current_2(UIPopupList_t4167399471 * value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((&___current_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPOPUPLIST_T4167399471_H #ifndef MESHMORPHER_T3454807663_H #define MESHMORPHER_T3454807663_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MeshMorpher struct MeshMorpher_t3454807663 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Mesh[] MeshMorpher::m_Meshes MeshU5BU5D_t3972987605* ___m_Meshes_2; // System.Boolean MeshMorpher::m_AnimateAutomatically bool ___m_AnimateAutomatically_3; // System.Single MeshMorpher::m_OneLoopLength float ___m_OneLoopLength_4; // UnityEngine.WrapMode MeshMorpher::m_WrapMode int32_t ___m_WrapMode_5; // System.Single MeshMorpher::m_AutomaticTime float ___m_AutomaticTime_6; // System.Int32 MeshMorpher::m_SrcMesh int32_t ___m_SrcMesh_7; // System.Int32 MeshMorpher::m_DstMesh int32_t ___m_DstMesh_8; // System.Single MeshMorpher::m_Weight float ___m_Weight_9; // UnityEngine.Mesh MeshMorpher::m_Mesh Mesh_t3648964284 * ___m_Mesh_10; public: inline static int32_t get_offset_of_m_Meshes_2() { return static_cast(offsetof(MeshMorpher_t3454807663, ___m_Meshes_2)); } inline MeshU5BU5D_t3972987605* get_m_Meshes_2() const { return ___m_Meshes_2; } inline MeshU5BU5D_t3972987605** get_address_of_m_Meshes_2() { return &___m_Meshes_2; } inline void set_m_Meshes_2(MeshU5BU5D_t3972987605* value) { ___m_Meshes_2 = value; Il2CppCodeGenWriteBarrier((&___m_Meshes_2), value); } inline static int32_t get_offset_of_m_AnimateAutomatically_3() { return static_cast(offsetof(MeshMorpher_t3454807663, ___m_AnimateAutomatically_3)); } inline bool get_m_AnimateAutomatically_3() const { return ___m_AnimateAutomatically_3; } inline bool* get_address_of_m_AnimateAutomatically_3() { return &___m_AnimateAutomatically_3; } inline void set_m_AnimateAutomatically_3(bool value) { ___m_AnimateAutomatically_3 = value; } inline static int32_t get_offset_of_m_OneLoopLength_4() { return static_cast(offsetof(MeshMorpher_t3454807663, ___m_OneLoopLength_4)); } inline float get_m_OneLoopLength_4() const { return ___m_OneLoopLength_4; } inline float* get_address_of_m_OneLoopLength_4() { return &___m_OneLoopLength_4; } inline void set_m_OneLoopLength_4(float value) { ___m_OneLoopLength_4 = value; } inline static int32_t get_offset_of_m_WrapMode_5() { return static_cast(offsetof(MeshMorpher_t3454807663, ___m_WrapMode_5)); } inline int32_t get_m_WrapMode_5() const { return ___m_WrapMode_5; } inline int32_t* get_address_of_m_WrapMode_5() { return &___m_WrapMode_5; } inline void set_m_WrapMode_5(int32_t value) { ___m_WrapMode_5 = value; } inline static int32_t get_offset_of_m_AutomaticTime_6() { return static_cast(offsetof(MeshMorpher_t3454807663, ___m_AutomaticTime_6)); } inline float get_m_AutomaticTime_6() const { return ___m_AutomaticTime_6; } inline float* get_address_of_m_AutomaticTime_6() { return &___m_AutomaticTime_6; } inline void set_m_AutomaticTime_6(float value) { ___m_AutomaticTime_6 = value; } inline static int32_t get_offset_of_m_SrcMesh_7() { return static_cast(offsetof(MeshMorpher_t3454807663, ___m_SrcMesh_7)); } inline int32_t get_m_SrcMesh_7() const { return ___m_SrcMesh_7; } inline int32_t* get_address_of_m_SrcMesh_7() { return &___m_SrcMesh_7; } inline void set_m_SrcMesh_7(int32_t value) { ___m_SrcMesh_7 = value; } inline static int32_t get_offset_of_m_DstMesh_8() { return static_cast(offsetof(MeshMorpher_t3454807663, ___m_DstMesh_8)); } inline int32_t get_m_DstMesh_8() const { return ___m_DstMesh_8; } inline int32_t* get_address_of_m_DstMesh_8() { return &___m_DstMesh_8; } inline void set_m_DstMesh_8(int32_t value) { ___m_DstMesh_8 = value; } inline static int32_t get_offset_of_m_Weight_9() { return static_cast(offsetof(MeshMorpher_t3454807663, ___m_Weight_9)); } inline float get_m_Weight_9() const { return ___m_Weight_9; } inline float* get_address_of_m_Weight_9() { return &___m_Weight_9; } inline void set_m_Weight_9(float value) { ___m_Weight_9 = value; } inline static int32_t get_offset_of_m_Mesh_10() { return static_cast(offsetof(MeshMorpher_t3454807663, ___m_Mesh_10)); } inline Mesh_t3648964284 * get_m_Mesh_10() const { return ___m_Mesh_10; } inline Mesh_t3648964284 ** get_address_of_m_Mesh_10() { return &___m_Mesh_10; } inline void set_m_Mesh_10(Mesh_t3648964284 * value) { ___m_Mesh_10 = value; Il2CppCodeGenWriteBarrier((&___m_Mesh_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESHMORPHER_T3454807663_H #ifndef LOCALIZATION_T2163216738_H #define LOCALIZATION_T2163216738_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Localization struct Localization_t2163216738 : public MonoBehaviour_t3962482529 { public: // System.String Localization::startingLanguage String_t* ___startingLanguage_3; // UnityEngine.TextAsset[] Localization::languages TextAssetU5BU5D_t2780361322* ___languages_4; // System.Collections.Generic.Dictionary`2 Localization::mDictionary Dictionary_2_t1632706988 * ___mDictionary_5; // System.String Localization::mLanguage String_t* ___mLanguage_6; public: inline static int32_t get_offset_of_startingLanguage_3() { return static_cast(offsetof(Localization_t2163216738, ___startingLanguage_3)); } inline String_t* get_startingLanguage_3() const { return ___startingLanguage_3; } inline String_t** get_address_of_startingLanguage_3() { return &___startingLanguage_3; } inline void set_startingLanguage_3(String_t* value) { ___startingLanguage_3 = value; Il2CppCodeGenWriteBarrier((&___startingLanguage_3), value); } inline static int32_t get_offset_of_languages_4() { return static_cast(offsetof(Localization_t2163216738, ___languages_4)); } inline TextAssetU5BU5D_t2780361322* get_languages_4() const { return ___languages_4; } inline TextAssetU5BU5D_t2780361322** get_address_of_languages_4() { return &___languages_4; } inline void set_languages_4(TextAssetU5BU5D_t2780361322* value) { ___languages_4 = value; Il2CppCodeGenWriteBarrier((&___languages_4), value); } inline static int32_t get_offset_of_mDictionary_5() { return static_cast(offsetof(Localization_t2163216738, ___mDictionary_5)); } inline Dictionary_2_t1632706988 * get_mDictionary_5() const { return ___mDictionary_5; } inline Dictionary_2_t1632706988 ** get_address_of_mDictionary_5() { return &___mDictionary_5; } inline void set_mDictionary_5(Dictionary_2_t1632706988 * value) { ___mDictionary_5 = value; Il2CppCodeGenWriteBarrier((&___mDictionary_5), value); } inline static int32_t get_offset_of_mLanguage_6() { return static_cast(offsetof(Localization_t2163216738, ___mLanguage_6)); } inline String_t* get_mLanguage_6() const { return ___mLanguage_6; } inline String_t** get_address_of_mLanguage_6() { return &___mLanguage_6; } inline void set_mLanguage_6(String_t* value) { ___mLanguage_6 = value; Il2CppCodeGenWriteBarrier((&___mLanguage_6), value); } }; struct Localization_t2163216738_StaticFields { public: // Localization Localization::mInstance Localization_t2163216738 * ___mInstance_2; public: inline static int32_t get_offset_of_mInstance_2() { return static_cast(offsetof(Localization_t2163216738_StaticFields, ___mInstance_2)); } inline Localization_t2163216738 * get_mInstance_2() const { return ___mInstance_2; } inline Localization_t2163216738 ** get_address_of_mInstance_2() { return &___mInstance_2; } inline void set_mInstance_2(Localization_t2163216738 * value) { ___mInstance_2 = value; Il2CppCodeGenWriteBarrier((&___mInstance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALIZATION_T2163216738_H #ifndef LOGICREGISTERSOUNDER_T982091826_H #define LOGICREGISTERSOUNDER_T982091826_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // logicRegisterSounder struct logicRegisterSounder_t982091826 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICREGISTERSOUNDER_T982091826_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 MESSAGEHANDLER_T3017544858_H #define MESSAGEHANDLER_T3017544858_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MessageHandler struct MessageHandler_t3017544858 : public MonoBehaviour_t3962482529 { public: public: }; struct MessageHandler_t3017544858_StaticFields { public: // MessageHandler MessageHandler::s_msgHandle MessageHandler_t3017544858 * ___s_msgHandle_2; public: inline static int32_t get_offset_of_s_msgHandle_2() { return static_cast(offsetof(MessageHandler_t3017544858_StaticFields, ___s_msgHandle_2)); } inline MessageHandler_t3017544858 * get_s_msgHandle_2() const { return ___s_msgHandle_2; } inline MessageHandler_t3017544858 ** get_address_of_s_msgHandle_2() { return &___s_msgHandle_2; } inline void set_s_msgHandle_2(MessageHandler_t3017544858 * value) { ___s_msgHandle_2 = value; Il2CppCodeGenWriteBarrier((&___s_msgHandle_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESSAGEHANDLER_T3017544858_H #ifndef ROTATEROLE_T1146201425_H #define ROTATEROLE_T1146201425_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // RotateRole struct RotateRole_t1146201425 : public MonoBehaviour_t3962482529 { public: // System.Boolean RotateRole::m_bClkingInside bool ___m_bClkingInside_2; // UnityEngine.Vector2 RotateRole::m_MaxOffset Vector2_t2156229523 ___m_MaxOffset_3; // UnityEngine.Vector2 RotateRole::m_ClkPos Vector2_t2156229523 ___m_ClkPos_4; // UnityEngine.Quaternion RotateRole::m_RotateOld Quaternion_t2301928331 ___m_RotateOld_5; // System.Boolean RotateRole::m_bFirstTimePress bool ___m_bFirstTimePress_6; // UnityEngine.Vector2 RotateRole::m_RotateStartPos Vector2_t2156229523 ___m_RotateStartPos_7; // UnityEngine.BoxCollider RotateRole::cld BoxCollider_t1640800422 * ___cld_8; // UnityEngine.Rect RotateRole::rtArea Rect_t2360479859 ___rtArea_9; // System.Single RotateRole::fScaleX float ___fScaleX_10; // System.Single RotateRole::fScaleY float ___fScaleY_11; // System.Collections.Generic.List`1 RotateRole::rotateObjList List_1_t2585711361 * ___rotateObjList_12; public: inline static int32_t get_offset_of_m_bClkingInside_2() { return static_cast(offsetof(RotateRole_t1146201425, ___m_bClkingInside_2)); } inline bool get_m_bClkingInside_2() const { return ___m_bClkingInside_2; } inline bool* get_address_of_m_bClkingInside_2() { return &___m_bClkingInside_2; } inline void set_m_bClkingInside_2(bool value) { ___m_bClkingInside_2 = value; } inline static int32_t get_offset_of_m_MaxOffset_3() { return static_cast(offsetof(RotateRole_t1146201425, ___m_MaxOffset_3)); } inline Vector2_t2156229523 get_m_MaxOffset_3() const { return ___m_MaxOffset_3; } inline Vector2_t2156229523 * get_address_of_m_MaxOffset_3() { return &___m_MaxOffset_3; } inline void set_m_MaxOffset_3(Vector2_t2156229523 value) { ___m_MaxOffset_3 = value; } inline static int32_t get_offset_of_m_ClkPos_4() { return static_cast(offsetof(RotateRole_t1146201425, ___m_ClkPos_4)); } inline Vector2_t2156229523 get_m_ClkPos_4() const { return ___m_ClkPos_4; } inline Vector2_t2156229523 * get_address_of_m_ClkPos_4() { return &___m_ClkPos_4; } inline void set_m_ClkPos_4(Vector2_t2156229523 value) { ___m_ClkPos_4 = value; } inline static int32_t get_offset_of_m_RotateOld_5() { return static_cast(offsetof(RotateRole_t1146201425, ___m_RotateOld_5)); } inline Quaternion_t2301928331 get_m_RotateOld_5() const { return ___m_RotateOld_5; } inline Quaternion_t2301928331 * get_address_of_m_RotateOld_5() { return &___m_RotateOld_5; } inline void set_m_RotateOld_5(Quaternion_t2301928331 value) { ___m_RotateOld_5 = value; } inline static int32_t get_offset_of_m_bFirstTimePress_6() { return static_cast(offsetof(RotateRole_t1146201425, ___m_bFirstTimePress_6)); } inline bool get_m_bFirstTimePress_6() const { return ___m_bFirstTimePress_6; } inline bool* get_address_of_m_bFirstTimePress_6() { return &___m_bFirstTimePress_6; } inline void set_m_bFirstTimePress_6(bool value) { ___m_bFirstTimePress_6 = value; } inline static int32_t get_offset_of_m_RotateStartPos_7() { return static_cast(offsetof(RotateRole_t1146201425, ___m_RotateStartPos_7)); } inline Vector2_t2156229523 get_m_RotateStartPos_7() const { return ___m_RotateStartPos_7; } inline Vector2_t2156229523 * get_address_of_m_RotateStartPos_7() { return &___m_RotateStartPos_7; } inline void set_m_RotateStartPos_7(Vector2_t2156229523 value) { ___m_RotateStartPos_7 = value; } inline static int32_t get_offset_of_cld_8() { return static_cast(offsetof(RotateRole_t1146201425, ___cld_8)); } inline BoxCollider_t1640800422 * get_cld_8() const { return ___cld_8; } inline BoxCollider_t1640800422 ** get_address_of_cld_8() { return &___cld_8; } inline void set_cld_8(BoxCollider_t1640800422 * value) { ___cld_8 = value; Il2CppCodeGenWriteBarrier((&___cld_8), value); } inline static int32_t get_offset_of_rtArea_9() { return static_cast(offsetof(RotateRole_t1146201425, ___rtArea_9)); } inline Rect_t2360479859 get_rtArea_9() const { return ___rtArea_9; } inline Rect_t2360479859 * get_address_of_rtArea_9() { return &___rtArea_9; } inline void set_rtArea_9(Rect_t2360479859 value) { ___rtArea_9 = value; } inline static int32_t get_offset_of_fScaleX_10() { return static_cast(offsetof(RotateRole_t1146201425, ___fScaleX_10)); } inline float get_fScaleX_10() const { return ___fScaleX_10; } inline float* get_address_of_fScaleX_10() { return &___fScaleX_10; } inline void set_fScaleX_10(float value) { ___fScaleX_10 = value; } inline static int32_t get_offset_of_fScaleY_11() { return static_cast(offsetof(RotateRole_t1146201425, ___fScaleY_11)); } inline float get_fScaleY_11() const { return ___fScaleY_11; } inline float* get_address_of_fScaleY_11() { return &___fScaleY_11; } inline void set_fScaleY_11(float value) { ___fScaleY_11 = value; } inline static int32_t get_offset_of_rotateObjList_12() { return static_cast(offsetof(RotateRole_t1146201425, ___rotateObjList_12)); } inline List_1_t2585711361 * get_rotateObjList_12() const { return ___rotateObjList_12; } inline List_1_t2585711361 ** get_address_of_rotateObjList_12() { return &___rotateObjList_12; } inline void set_rotateObjList_12(List_1_t2585711361 * value) { ___rotateObjList_12 = value; Il2CppCodeGenWriteBarrier((&___rotateObjList_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROTATEROLE_T1146201425_H #ifndef LEFTROLEMODELDATA_T1991244417_H #define LEFTROLEMODELDATA_T1991244417_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LeftRoleModelData struct LeftRoleModelData_t1991244417 : public MonoBehaviour_t3962482529 { public: // DMCore.Framework.Scene.ISceneRole LeftRoleModelData::readyRole ISceneRole_t2394225724 * ___readyRole_2; // RotateRole LeftRoleModelData::rotate RotateRole_t1146201425 * ___rotate_3; // UnityEngine.Transform LeftRoleModelData::roleParent Transform_t3600365921 * ___roleParent_4; // DMCore.Logic.ReviewInfo LeftRoleModelData::m_info ReviewInfo_t914837392 * ___m_info_5; // System.Int32 LeftRoleModelData::index int32_t ___index_6; // System.Boolean LeftRoleModelData::isPageInit bool ___isPageInit_7; public: inline static int32_t get_offset_of_readyRole_2() { return static_cast(offsetof(LeftRoleModelData_t1991244417, ___readyRole_2)); } inline ISceneRole_t2394225724 * get_readyRole_2() const { return ___readyRole_2; } inline ISceneRole_t2394225724 ** get_address_of_readyRole_2() { return &___readyRole_2; } inline void set_readyRole_2(ISceneRole_t2394225724 * value) { ___readyRole_2 = value; Il2CppCodeGenWriteBarrier((&___readyRole_2), value); } inline static int32_t get_offset_of_rotate_3() { return static_cast(offsetof(LeftRoleModelData_t1991244417, ___rotate_3)); } inline RotateRole_t1146201425 * get_rotate_3() const { return ___rotate_3; } inline RotateRole_t1146201425 ** get_address_of_rotate_3() { return &___rotate_3; } inline void set_rotate_3(RotateRole_t1146201425 * value) { ___rotate_3 = value; Il2CppCodeGenWriteBarrier((&___rotate_3), value); } inline static int32_t get_offset_of_roleParent_4() { return static_cast(offsetof(LeftRoleModelData_t1991244417, ___roleParent_4)); } inline Transform_t3600365921 * get_roleParent_4() const { return ___roleParent_4; } inline Transform_t3600365921 ** get_address_of_roleParent_4() { return &___roleParent_4; } inline void set_roleParent_4(Transform_t3600365921 * value) { ___roleParent_4 = value; Il2CppCodeGenWriteBarrier((&___roleParent_4), value); } inline static int32_t get_offset_of_m_info_5() { return static_cast(offsetof(LeftRoleModelData_t1991244417, ___m_info_5)); } inline ReviewInfo_t914837392 * get_m_info_5() const { return ___m_info_5; } inline ReviewInfo_t914837392 ** get_address_of_m_info_5() { return &___m_info_5; } inline void set_m_info_5(ReviewInfo_t914837392 * value) { ___m_info_5 = value; Il2CppCodeGenWriteBarrier((&___m_info_5), value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(LeftRoleModelData_t1991244417, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } inline static int32_t get_offset_of_isPageInit_7() { return static_cast(offsetof(LeftRoleModelData_t1991244417, ___isPageInit_7)); } inline bool get_isPageInit_7() const { return ___isPageInit_7; } inline bool* get_address_of_isPageInit_7() { return &___isPageInit_7; } inline void set_isPageInit_7(bool value) { ___isPageInit_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEFTROLEMODELDATA_T1991244417_H #ifndef UITEXTURE_T3471168817_H #define UITEXTURE_T3471168817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UITexture struct UITexture_t3471168817 : public UIWidget_t3538521925 { public: // UnityEngine.Rect UITexture::mRect Rect_t2360479859 ___mRect_14; // System.Boolean UITexture::mHoldScale bool ___mHoldScale_15; // UnityEngine.Shader UITexture::mShader Shader_t4151988712 * ___mShader_16; // UnityEngine.Texture UITexture::mTexture Texture_t3661962703 * ___mTexture_17; // UnityEngine.Material UITexture::mDynamicMat Material_t340375123 * ___mDynamicMat_18; // System.Boolean UITexture::mCreatingMat bool ___mCreatingMat_19; // System.Int32 UITexture::mPMA int32_t ___mPMA_20; public: inline static int32_t get_offset_of_mRect_14() { return static_cast(offsetof(UITexture_t3471168817, ___mRect_14)); } inline Rect_t2360479859 get_mRect_14() const { return ___mRect_14; } inline Rect_t2360479859 * get_address_of_mRect_14() { return &___mRect_14; } inline void set_mRect_14(Rect_t2360479859 value) { ___mRect_14 = value; } inline static int32_t get_offset_of_mHoldScale_15() { return static_cast(offsetof(UITexture_t3471168817, ___mHoldScale_15)); } inline bool get_mHoldScale_15() const { return ___mHoldScale_15; } inline bool* get_address_of_mHoldScale_15() { return &___mHoldScale_15; } inline void set_mHoldScale_15(bool value) { ___mHoldScale_15 = value; } inline static int32_t get_offset_of_mShader_16() { return static_cast(offsetof(UITexture_t3471168817, ___mShader_16)); } inline Shader_t4151988712 * get_mShader_16() const { return ___mShader_16; } inline Shader_t4151988712 ** get_address_of_mShader_16() { return &___mShader_16; } inline void set_mShader_16(Shader_t4151988712 * value) { ___mShader_16 = value; Il2CppCodeGenWriteBarrier((&___mShader_16), value); } inline static int32_t get_offset_of_mTexture_17() { return static_cast(offsetof(UITexture_t3471168817, ___mTexture_17)); } inline Texture_t3661962703 * get_mTexture_17() const { return ___mTexture_17; } inline Texture_t3661962703 ** get_address_of_mTexture_17() { return &___mTexture_17; } inline void set_mTexture_17(Texture_t3661962703 * value) { ___mTexture_17 = value; Il2CppCodeGenWriteBarrier((&___mTexture_17), value); } inline static int32_t get_offset_of_mDynamicMat_18() { return static_cast(offsetof(UITexture_t3471168817, ___mDynamicMat_18)); } inline Material_t340375123 * get_mDynamicMat_18() const { return ___mDynamicMat_18; } inline Material_t340375123 ** get_address_of_mDynamicMat_18() { return &___mDynamicMat_18; } inline void set_mDynamicMat_18(Material_t340375123 * value) { ___mDynamicMat_18 = value; Il2CppCodeGenWriteBarrier((&___mDynamicMat_18), value); } inline static int32_t get_offset_of_mCreatingMat_19() { return static_cast(offsetof(UITexture_t3471168817, ___mCreatingMat_19)); } inline bool get_mCreatingMat_19() const { return ___mCreatingMat_19; } inline bool* get_address_of_mCreatingMat_19() { return &___mCreatingMat_19; } inline void set_mCreatingMat_19(bool value) { ___mCreatingMat_19 = value; } inline static int32_t get_offset_of_mPMA_20() { return static_cast(offsetof(UITexture_t3471168817, ___mPMA_20)); } inline int32_t get_mPMA_20() const { return ___mPMA_20; } inline int32_t* get_address_of_mPMA_20() { return &___mPMA_20; } inline void set_mPMA_20(int32_t value) { ___mPMA_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UITEXTURE_T3471168817_H #ifndef UISPRITE_T194114938_H #define UISPRITE_T194114938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISprite struct UISprite_t194114938 : public UIWidget_t3538521925 { public: // UIAtlas UISprite::mAtlas UIAtlas_t3195533529 * ___mAtlas_14; // System.String UISprite::mSpriteName String_t* ___mSpriteName_15; // System.Boolean UISprite::mHoldScale bool ___mHoldScale_16; // System.Boolean UISprite::mFillCenter bool ___mFillCenter_17; // UISprite/Type UISprite::mType int32_t ___mType_18; // UISprite/FillDirection UISprite::mFillDirection int32_t ___mFillDirection_19; // System.Single UISprite::mFillAmount float ___mFillAmount_20; // System.Boolean UISprite::mInvert bool ___mInvert_21; // UIAtlas/Sprite UISprite::mSprite Sprite_t2895597119 * ___mSprite_22; // UnityEngine.Rect UISprite::mInner Rect_t2360479859 ___mInner_23; // UnityEngine.Rect UISprite::mInnerUV Rect_t2360479859 ___mInnerUV_24; // UnityEngine.Rect UISprite::mOuter Rect_t2360479859 ___mOuter_25; // UnityEngine.Rect UISprite::mOuterUV Rect_t2360479859 ___mOuterUV_26; // UnityEngine.Vector3 UISprite::mScale Vector3_t3722313464 ___mScale_27; // System.Single UISprite::m_OldFillAmount float ___m_OldFillAmount_28; // System.Boolean UISprite::mSpriteSet bool ___mSpriteSet_29; public: inline static int32_t get_offset_of_mAtlas_14() { return static_cast(offsetof(UISprite_t194114938, ___mAtlas_14)); } inline UIAtlas_t3195533529 * get_mAtlas_14() const { return ___mAtlas_14; } inline UIAtlas_t3195533529 ** get_address_of_mAtlas_14() { return &___mAtlas_14; } inline void set_mAtlas_14(UIAtlas_t3195533529 * value) { ___mAtlas_14 = value; Il2CppCodeGenWriteBarrier((&___mAtlas_14), value); } inline static int32_t get_offset_of_mSpriteName_15() { return static_cast(offsetof(UISprite_t194114938, ___mSpriteName_15)); } inline String_t* get_mSpriteName_15() const { return ___mSpriteName_15; } inline String_t** get_address_of_mSpriteName_15() { return &___mSpriteName_15; } inline void set_mSpriteName_15(String_t* value) { ___mSpriteName_15 = value; Il2CppCodeGenWriteBarrier((&___mSpriteName_15), value); } inline static int32_t get_offset_of_mHoldScale_16() { return static_cast(offsetof(UISprite_t194114938, ___mHoldScale_16)); } inline bool get_mHoldScale_16() const { return ___mHoldScale_16; } inline bool* get_address_of_mHoldScale_16() { return &___mHoldScale_16; } inline void set_mHoldScale_16(bool value) { ___mHoldScale_16 = value; } inline static int32_t get_offset_of_mFillCenter_17() { return static_cast(offsetof(UISprite_t194114938, ___mFillCenter_17)); } inline bool get_mFillCenter_17() const { return ___mFillCenter_17; } inline bool* get_address_of_mFillCenter_17() { return &___mFillCenter_17; } inline void set_mFillCenter_17(bool value) { ___mFillCenter_17 = value; } inline static int32_t get_offset_of_mType_18() { return static_cast(offsetof(UISprite_t194114938, ___mType_18)); } inline int32_t get_mType_18() const { return ___mType_18; } inline int32_t* get_address_of_mType_18() { return &___mType_18; } inline void set_mType_18(int32_t value) { ___mType_18 = value; } inline static int32_t get_offset_of_mFillDirection_19() { return static_cast(offsetof(UISprite_t194114938, ___mFillDirection_19)); } inline int32_t get_mFillDirection_19() const { return ___mFillDirection_19; } inline int32_t* get_address_of_mFillDirection_19() { return &___mFillDirection_19; } inline void set_mFillDirection_19(int32_t value) { ___mFillDirection_19 = value; } inline static int32_t get_offset_of_mFillAmount_20() { return static_cast(offsetof(UISprite_t194114938, ___mFillAmount_20)); } inline float get_mFillAmount_20() const { return ___mFillAmount_20; } inline float* get_address_of_mFillAmount_20() { return &___mFillAmount_20; } inline void set_mFillAmount_20(float value) { ___mFillAmount_20 = value; } inline static int32_t get_offset_of_mInvert_21() { return static_cast(offsetof(UISprite_t194114938, ___mInvert_21)); } inline bool get_mInvert_21() const { return ___mInvert_21; } inline bool* get_address_of_mInvert_21() { return &___mInvert_21; } inline void set_mInvert_21(bool value) { ___mInvert_21 = value; } inline static int32_t get_offset_of_mSprite_22() { return static_cast(offsetof(UISprite_t194114938, ___mSprite_22)); } inline Sprite_t2895597119 * get_mSprite_22() const { return ___mSprite_22; } inline Sprite_t2895597119 ** get_address_of_mSprite_22() { return &___mSprite_22; } inline void set_mSprite_22(Sprite_t2895597119 * value) { ___mSprite_22 = value; Il2CppCodeGenWriteBarrier((&___mSprite_22), value); } inline static int32_t get_offset_of_mInner_23() { return static_cast(offsetof(UISprite_t194114938, ___mInner_23)); } inline Rect_t2360479859 get_mInner_23() const { return ___mInner_23; } inline Rect_t2360479859 * get_address_of_mInner_23() { return &___mInner_23; } inline void set_mInner_23(Rect_t2360479859 value) { ___mInner_23 = value; } inline static int32_t get_offset_of_mInnerUV_24() { return static_cast(offsetof(UISprite_t194114938, ___mInnerUV_24)); } inline Rect_t2360479859 get_mInnerUV_24() const { return ___mInnerUV_24; } inline Rect_t2360479859 * get_address_of_mInnerUV_24() { return &___mInnerUV_24; } inline void set_mInnerUV_24(Rect_t2360479859 value) { ___mInnerUV_24 = value; } inline static int32_t get_offset_of_mOuter_25() { return static_cast(offsetof(UISprite_t194114938, ___mOuter_25)); } inline Rect_t2360479859 get_mOuter_25() const { return ___mOuter_25; } inline Rect_t2360479859 * get_address_of_mOuter_25() { return &___mOuter_25; } inline void set_mOuter_25(Rect_t2360479859 value) { ___mOuter_25 = value; } inline static int32_t get_offset_of_mOuterUV_26() { return static_cast(offsetof(UISprite_t194114938, ___mOuterUV_26)); } inline Rect_t2360479859 get_mOuterUV_26() const { return ___mOuterUV_26; } inline Rect_t2360479859 * get_address_of_mOuterUV_26() { return &___mOuterUV_26; } inline void set_mOuterUV_26(Rect_t2360479859 value) { ___mOuterUV_26 = value; } inline static int32_t get_offset_of_mScale_27() { return static_cast(offsetof(UISprite_t194114938, ___mScale_27)); } inline Vector3_t3722313464 get_mScale_27() const { return ___mScale_27; } inline Vector3_t3722313464 * get_address_of_mScale_27() { return &___mScale_27; } inline void set_mScale_27(Vector3_t3722313464 value) { ___mScale_27 = value; } inline static int32_t get_offset_of_m_OldFillAmount_28() { return static_cast(offsetof(UISprite_t194114938, ___m_OldFillAmount_28)); } inline float get_m_OldFillAmount_28() const { return ___m_OldFillAmount_28; } inline float* get_address_of_m_OldFillAmount_28() { return &___m_OldFillAmount_28; } inline void set_m_OldFillAmount_28(float value) { ___m_OldFillAmount_28 = value; } inline static int32_t get_offset_of_mSpriteSet_29() { return static_cast(offsetof(UISprite_t194114938, ___mSpriteSet_29)); } inline bool get_mSpriteSet_29() const { return ___mSpriteSet_29; } inline bool* get_address_of_mSpriteSet_29() { return &___mSpriteSet_29; } inline void set_mSpriteSet_29(bool value) { ___mSpriteSet_29 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UISPRITE_T194114938_H #ifndef UILABEL_T3248798549_H #define UILABEL_T3248798549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel struct UILabel_t3248798549 : public UIWidget_t3538521925 { public: // UIFont UILabel::mFont UIFont_t2766063701 * ___mFont_14; // System.String UILabel::mText String_t* ___mText_15; // System.Int32 UILabel::mMaxLineWidth int32_t ___mMaxLineWidth_16; // System.Boolean UILabel::mEncoding bool ___mEncoding_17; // System.Int32 UILabel::mMaxLineCount int32_t ___mMaxLineCount_18; // System.Boolean UILabel::mPassword bool ___mPassword_19; // System.Boolean UILabel::mShowLastChar bool ___mShowLastChar_20; // UILabel/Effect UILabel::mEffectStyle int32_t ___mEffectStyle_21; // UnityEngine.Color UILabel::mEffectColor Color_t2555686324 ___mEffectColor_22; // UIFont/SymbolStyle UILabel::mSymbols int32_t ___mSymbols_23; // UnityEngine.Vector2 UILabel::mEffectDistance Vector2_t2156229523 ___mEffectDistance_24; // System.Int32 UILabel::mSpacingX int32_t ___mSpacingX_25; // System.Int32 UILabel::mSpacingY int32_t ___mSpacingY_26; // UILabel/InsideEffect UILabel::mInsideEffectStyle int32_t ___mInsideEffectStyle_27; // UnityEngine.Color UILabel::mInsideEffectColor Color_t2555686324 ___mInsideEffectColor_28; // System.Single UILabel::mLineWidth float ___mLineWidth_29; // System.Boolean UILabel::mMultiline bool ___mMultiline_30; // System.Boolean UILabel::mShouldBeProcessed bool ___mShouldBeProcessed_31; // System.String UILabel::mProcessedText String_t* ___mProcessedText_32; // UnityEngine.Vector3 UILabel::mLastScale Vector3_t3722313464 ___mLastScale_33; // System.String UILabel::mLastText String_t* ___mLastText_34; // System.Int32 UILabel::mLastWidth int32_t ___mLastWidth_35; // System.Boolean UILabel::mLastEncoding bool ___mLastEncoding_36; // System.Int32 UILabel::mLastCount int32_t ___mLastCount_37; // System.Boolean UILabel::mLastPass bool ___mLastPass_38; // System.Boolean UILabel::mLastShow bool ___mLastShow_39; // UILabel/Effect UILabel::mLastEffect int32_t ___mLastEffect_40; // UnityEngine.Vector3 UILabel::mSize Vector3_t3722313464 ___mSize_41; // System.Boolean UILabel::mPremultiply bool ___mPremultiply_42; // UnityEngine.Vector2 UILabel::m_DrawSize Vector2_t2156229523 ___m_DrawSize_43; // System.Boolean UILabel::mApplyAlignmentForced bool ___mApplyAlignmentForced_44; public: inline static int32_t get_offset_of_mFont_14() { return static_cast(offsetof(UILabel_t3248798549, ___mFont_14)); } inline UIFont_t2766063701 * get_mFont_14() const { return ___mFont_14; } inline UIFont_t2766063701 ** get_address_of_mFont_14() { return &___mFont_14; } inline void set_mFont_14(UIFont_t2766063701 * value) { ___mFont_14 = value; Il2CppCodeGenWriteBarrier((&___mFont_14), value); } inline static int32_t get_offset_of_mText_15() { return static_cast(offsetof(UILabel_t3248798549, ___mText_15)); } inline String_t* get_mText_15() const { return ___mText_15; } inline String_t** get_address_of_mText_15() { return &___mText_15; } inline void set_mText_15(String_t* value) { ___mText_15 = value; Il2CppCodeGenWriteBarrier((&___mText_15), value); } inline static int32_t get_offset_of_mMaxLineWidth_16() { return static_cast(offsetof(UILabel_t3248798549, ___mMaxLineWidth_16)); } inline int32_t get_mMaxLineWidth_16() const { return ___mMaxLineWidth_16; } inline int32_t* get_address_of_mMaxLineWidth_16() { return &___mMaxLineWidth_16; } inline void set_mMaxLineWidth_16(int32_t value) { ___mMaxLineWidth_16 = value; } inline static int32_t get_offset_of_mEncoding_17() { return static_cast(offsetof(UILabel_t3248798549, ___mEncoding_17)); } inline bool get_mEncoding_17() const { return ___mEncoding_17; } inline bool* get_address_of_mEncoding_17() { return &___mEncoding_17; } inline void set_mEncoding_17(bool value) { ___mEncoding_17 = value; } inline static int32_t get_offset_of_mMaxLineCount_18() { return static_cast(offsetof(UILabel_t3248798549, ___mMaxLineCount_18)); } inline int32_t get_mMaxLineCount_18() const { return ___mMaxLineCount_18; } inline int32_t* get_address_of_mMaxLineCount_18() { return &___mMaxLineCount_18; } inline void set_mMaxLineCount_18(int32_t value) { ___mMaxLineCount_18 = value; } inline static int32_t get_offset_of_mPassword_19() { return static_cast(offsetof(UILabel_t3248798549, ___mPassword_19)); } inline bool get_mPassword_19() const { return ___mPassword_19; } inline bool* get_address_of_mPassword_19() { return &___mPassword_19; } inline void set_mPassword_19(bool value) { ___mPassword_19 = value; } inline static int32_t get_offset_of_mShowLastChar_20() { return static_cast(offsetof(UILabel_t3248798549, ___mShowLastChar_20)); } inline bool get_mShowLastChar_20() const { return ___mShowLastChar_20; } inline bool* get_address_of_mShowLastChar_20() { return &___mShowLastChar_20; } inline void set_mShowLastChar_20(bool value) { ___mShowLastChar_20 = value; } inline static int32_t get_offset_of_mEffectStyle_21() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectStyle_21)); } inline int32_t get_mEffectStyle_21() const { return ___mEffectStyle_21; } inline int32_t* get_address_of_mEffectStyle_21() { return &___mEffectStyle_21; } inline void set_mEffectStyle_21(int32_t value) { ___mEffectStyle_21 = value; } inline static int32_t get_offset_of_mEffectColor_22() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectColor_22)); } inline Color_t2555686324 get_mEffectColor_22() const { return ___mEffectColor_22; } inline Color_t2555686324 * get_address_of_mEffectColor_22() { return &___mEffectColor_22; } inline void set_mEffectColor_22(Color_t2555686324 value) { ___mEffectColor_22 = value; } inline static int32_t get_offset_of_mSymbols_23() { return static_cast(offsetof(UILabel_t3248798549, ___mSymbols_23)); } inline int32_t get_mSymbols_23() const { return ___mSymbols_23; } inline int32_t* get_address_of_mSymbols_23() { return &___mSymbols_23; } inline void set_mSymbols_23(int32_t value) { ___mSymbols_23 = value; } inline static int32_t get_offset_of_mEffectDistance_24() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectDistance_24)); } inline Vector2_t2156229523 get_mEffectDistance_24() const { return ___mEffectDistance_24; } inline Vector2_t2156229523 * get_address_of_mEffectDistance_24() { return &___mEffectDistance_24; } inline void set_mEffectDistance_24(Vector2_t2156229523 value) { ___mEffectDistance_24 = value; } inline static int32_t get_offset_of_mSpacingX_25() { return static_cast(offsetof(UILabel_t3248798549, ___mSpacingX_25)); } inline int32_t get_mSpacingX_25() const { return ___mSpacingX_25; } inline int32_t* get_address_of_mSpacingX_25() { return &___mSpacingX_25; } inline void set_mSpacingX_25(int32_t value) { ___mSpacingX_25 = value; } inline static int32_t get_offset_of_mSpacingY_26() { return static_cast(offsetof(UILabel_t3248798549, ___mSpacingY_26)); } inline int32_t get_mSpacingY_26() const { return ___mSpacingY_26; } inline int32_t* get_address_of_mSpacingY_26() { return &___mSpacingY_26; } inline void set_mSpacingY_26(int32_t value) { ___mSpacingY_26 = value; } inline static int32_t get_offset_of_mInsideEffectStyle_27() { return static_cast(offsetof(UILabel_t3248798549, ___mInsideEffectStyle_27)); } inline int32_t get_mInsideEffectStyle_27() const { return ___mInsideEffectStyle_27; } inline int32_t* get_address_of_mInsideEffectStyle_27() { return &___mInsideEffectStyle_27; } inline void set_mInsideEffectStyle_27(int32_t value) { ___mInsideEffectStyle_27 = value; } inline static int32_t get_offset_of_mInsideEffectColor_28() { return static_cast(offsetof(UILabel_t3248798549, ___mInsideEffectColor_28)); } inline Color_t2555686324 get_mInsideEffectColor_28() const { return ___mInsideEffectColor_28; } inline Color_t2555686324 * get_address_of_mInsideEffectColor_28() { return &___mInsideEffectColor_28; } inline void set_mInsideEffectColor_28(Color_t2555686324 value) { ___mInsideEffectColor_28 = value; } inline static int32_t get_offset_of_mLineWidth_29() { return static_cast(offsetof(UILabel_t3248798549, ___mLineWidth_29)); } inline float get_mLineWidth_29() const { return ___mLineWidth_29; } inline float* get_address_of_mLineWidth_29() { return &___mLineWidth_29; } inline void set_mLineWidth_29(float value) { ___mLineWidth_29 = value; } inline static int32_t get_offset_of_mMultiline_30() { return static_cast(offsetof(UILabel_t3248798549, ___mMultiline_30)); } inline bool get_mMultiline_30() const { return ___mMultiline_30; } inline bool* get_address_of_mMultiline_30() { return &___mMultiline_30; } inline void set_mMultiline_30(bool value) { ___mMultiline_30 = value; } inline static int32_t get_offset_of_mShouldBeProcessed_31() { return static_cast(offsetof(UILabel_t3248798549, ___mShouldBeProcessed_31)); } inline bool get_mShouldBeProcessed_31() const { return ___mShouldBeProcessed_31; } inline bool* get_address_of_mShouldBeProcessed_31() { return &___mShouldBeProcessed_31; } inline void set_mShouldBeProcessed_31(bool value) { ___mShouldBeProcessed_31 = value; } inline static int32_t get_offset_of_mProcessedText_32() { return static_cast(offsetof(UILabel_t3248798549, ___mProcessedText_32)); } inline String_t* get_mProcessedText_32() const { return ___mProcessedText_32; } inline String_t** get_address_of_mProcessedText_32() { return &___mProcessedText_32; } inline void set_mProcessedText_32(String_t* value) { ___mProcessedText_32 = value; Il2CppCodeGenWriteBarrier((&___mProcessedText_32), value); } inline static int32_t get_offset_of_mLastScale_33() { return static_cast(offsetof(UILabel_t3248798549, ___mLastScale_33)); } inline Vector3_t3722313464 get_mLastScale_33() const { return ___mLastScale_33; } inline Vector3_t3722313464 * get_address_of_mLastScale_33() { return &___mLastScale_33; } inline void set_mLastScale_33(Vector3_t3722313464 value) { ___mLastScale_33 = value; } inline static int32_t get_offset_of_mLastText_34() { return static_cast(offsetof(UILabel_t3248798549, ___mLastText_34)); } inline String_t* get_mLastText_34() const { return ___mLastText_34; } inline String_t** get_address_of_mLastText_34() { return &___mLastText_34; } inline void set_mLastText_34(String_t* value) { ___mLastText_34 = value; Il2CppCodeGenWriteBarrier((&___mLastText_34), value); } inline static int32_t get_offset_of_mLastWidth_35() { return static_cast(offsetof(UILabel_t3248798549, ___mLastWidth_35)); } inline int32_t get_mLastWidth_35() const { return ___mLastWidth_35; } inline int32_t* get_address_of_mLastWidth_35() { return &___mLastWidth_35; } inline void set_mLastWidth_35(int32_t value) { ___mLastWidth_35 = value; } inline static int32_t get_offset_of_mLastEncoding_36() { return static_cast(offsetof(UILabel_t3248798549, ___mLastEncoding_36)); } inline bool get_mLastEncoding_36() const { return ___mLastEncoding_36; } inline bool* get_address_of_mLastEncoding_36() { return &___mLastEncoding_36; } inline void set_mLastEncoding_36(bool value) { ___mLastEncoding_36 = value; } inline static int32_t get_offset_of_mLastCount_37() { return static_cast(offsetof(UILabel_t3248798549, ___mLastCount_37)); } inline int32_t get_mLastCount_37() const { return ___mLastCount_37; } inline int32_t* get_address_of_mLastCount_37() { return &___mLastCount_37; } inline void set_mLastCount_37(int32_t value) { ___mLastCount_37 = value; } inline static int32_t get_offset_of_mLastPass_38() { return static_cast(offsetof(UILabel_t3248798549, ___mLastPass_38)); } inline bool get_mLastPass_38() const { return ___mLastPass_38; } inline bool* get_address_of_mLastPass_38() { return &___mLastPass_38; } inline void set_mLastPass_38(bool value) { ___mLastPass_38 = value; } inline static int32_t get_offset_of_mLastShow_39() { return static_cast(offsetof(UILabel_t3248798549, ___mLastShow_39)); } inline bool get_mLastShow_39() const { return ___mLastShow_39; } inline bool* get_address_of_mLastShow_39() { return &___mLastShow_39; } inline void set_mLastShow_39(bool value) { ___mLastShow_39 = value; } inline static int32_t get_offset_of_mLastEffect_40() { return static_cast(offsetof(UILabel_t3248798549, ___mLastEffect_40)); } inline int32_t get_mLastEffect_40() const { return ___mLastEffect_40; } inline int32_t* get_address_of_mLastEffect_40() { return &___mLastEffect_40; } inline void set_mLastEffect_40(int32_t value) { ___mLastEffect_40 = value; } inline static int32_t get_offset_of_mSize_41() { return static_cast(offsetof(UILabel_t3248798549, ___mSize_41)); } inline Vector3_t3722313464 get_mSize_41() const { return ___mSize_41; } inline Vector3_t3722313464 * get_address_of_mSize_41() { return &___mSize_41; } inline void set_mSize_41(Vector3_t3722313464 value) { ___mSize_41 = value; } inline static int32_t get_offset_of_mPremultiply_42() { return static_cast(offsetof(UILabel_t3248798549, ___mPremultiply_42)); } inline bool get_mPremultiply_42() const { return ___mPremultiply_42; } inline bool* get_address_of_mPremultiply_42() { return &___mPremultiply_42; } inline void set_mPremultiply_42(bool value) { ___mPremultiply_42 = value; } inline static int32_t get_offset_of_m_DrawSize_43() { return static_cast(offsetof(UILabel_t3248798549, ___m_DrawSize_43)); } inline Vector2_t2156229523 get_m_DrawSize_43() const { return ___m_DrawSize_43; } inline Vector2_t2156229523 * get_address_of_m_DrawSize_43() { return &___m_DrawSize_43; } inline void set_m_DrawSize_43(Vector2_t2156229523 value) { ___m_DrawSize_43 = value; } inline static int32_t get_offset_of_mApplyAlignmentForced_44() { return static_cast(offsetof(UILabel_t3248798549, ___mApplyAlignmentForced_44)); } inline bool get_mApplyAlignmentForced_44() const { return ___mApplyAlignmentForced_44; } inline bool* get_address_of_mApplyAlignmentForced_44() { return &___mApplyAlignmentForced_44; } inline void set_mApplyAlignmentForced_44(bool value) { ___mApplyAlignmentForced_44 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILABEL_T3248798549_H // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t3722313464 m_Items[1]; public: inline Vector3_t3722313464 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t3722313464 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t3722313464 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t3722313464 value) { m_Items[index] = value; } }; // UnityEngine.TextAsset[] struct TextAssetU5BU5D_t2780361322 : public RuntimeArray { public: ALIGN_FIELD (8) TextAsset_t3022178571 * m_Items[1]; public: inline TextAsset_t3022178571 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TextAsset_t3022178571 ** 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, TextAsset_t3022178571 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline TextAsset_t3022178571 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TextAsset_t3022178571 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TextAsset_t3022178571 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146 : public RuntimeArray { public: ALIGN_FIELD (8) GameObject_t1113636619 * m_Items[1]; public: inline GameObject_t1113636619 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GameObject_t1113636619 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, GameObject_t1113636619 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline GameObject_t1113636619 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GameObject_t1113636619 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GameObject_t1113636619 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyInfo_t * m_Items[1]; public: inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_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, PropertyInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t1861056598 * m_Items[1]; public: inline ParameterInfo_t1861056598 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParameterInfo_t1861056598 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParameterInfo_t1861056598 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t1861056598 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t846150980 : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_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, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Type[] struct TypeU5BU5D_t3940880105 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // 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; } }; // LitJson.Lexer/StateHandler[] struct StateHandlerU5BU5D_t1323790106 : public RuntimeArray { public: ALIGN_FIELD (8) StateHandler_t105866779 * m_Items[1]; public: inline StateHandler_t105866779 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline StateHandler_t105866779 ** 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, StateHandler_t105866779 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline StateHandler_t105866779 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline StateHandler_t105866779 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, StateHandler_t105866779 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628 : public RuntimeArray { public: ALIGN_FIELD (8) Transform_t3600365921 * m_Items[1]; public: inline Transform_t3600365921 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Transform_t3600365921 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Transform_t3600365921 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Transform_t3600365921 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Transform_t3600365921 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Transform_t3600365921 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Mesh[] struct MeshU5BU5D_t3972987605 : public RuntimeArray { public: ALIGN_FIELD (8) Mesh_t3648964284 * m_Items[1]; public: inline Mesh_t3648964284 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Mesh_t3648964284 ** 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, Mesh_t3648964284 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Mesh_t3648964284 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Mesh_t3648964284 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Mesh_t3648964284 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Material[] struct MaterialU5BU5D_t561872642 : public RuntimeArray { public: ALIGN_FIELD (8) Material_t340375123 * m_Items[1]; public: inline Material_t340375123 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Material_t340375123 ** 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, Material_t340375123 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Material_t340375123 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Material_t340375123 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Material_t340375123 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // !!0 UnityEngine.Component::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m2906321015_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void 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::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___local0, String_t* ___path1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m186164705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m888956288_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_3__ctor_m2676186645_gshared (Func_3_t1497391353 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !2 System.Func`3::Invoke(!0,!1) extern "C" IL2CPP_METHOD_ATTR int32_t Func_3_Invoke_m1444580883_gshared (Func_3_t1497391353 * __this, bool p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m1328507389_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3464904234_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) extern "C" IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m727165395_gshared (KeyValuePair_2_t2530217319 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2524100478_gshared (List_1_t4002292061 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1364587687_gshared (Dictionary_2_t2241695223 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1704891675_gshared (Dictionary_2_t618723510 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m254134071_gshared (Dictionary_2_t779879461 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m988032232_gshared (List_1_t904547919 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stack_1__ctor_m113769803_gshared (Stack_1_t3794335208 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) extern "C" IL2CPP_METHOD_ATTR void Stack_1_Push_m2177882517_gshared (Stack_1_t3794335208 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2601736566_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Clear() extern "C" IL2CPP_METHOD_ATTR void Stack_1_Clear_m3857829451_gshared (Stack_1_t3794335208 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t Stack_1_Peek_m4184154580_gshared (Stack_1_t3794335208 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() extern "C" IL2CPP_METHOD_ATTR int32_t Stack_1_Pop_m2599871233_gshared (Stack_1_t3794335208 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stack_1__ctor_m3164958980_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) extern "C" IL2CPP_METHOD_ATTR void Stack_1_Push_m1669856732_gshared (Stack_1_t3923495619 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Clear() extern "C" IL2CPP_METHOD_ATTR void Stack_1_Clear_m2967600_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_m756553478_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Stack`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m1599740434_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Peek() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Peek_m326384648_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_m973870487_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.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::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); // !!0[] UnityEngine.Component::GetComponentsInChildren() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Component_GetComponentsInChildren_TisRuntimeObject_m1308288322_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m4058363731_gshared (Action_1_t3123413348 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m118522912_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m3060171005_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // !!0 UnityEngine.JsonUtility::FromJson(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonUtility_FromJson_TisRuntimeObject_m1405553448_gshared (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.String) extern "C" IL2CPP_METHOD_ATTR Coroutine_t3829159415 * MonoBehaviour_StartCoroutine_m2618285814 (MonoBehaviour_t3962482529 * __this, String_t* p0, const RuntimeMethod* method); // System.Void iTween::TweenStart() extern "C" IL2CPP_METHOD_ATTR void iTween_TweenStart_m1301801917 (iTween_t770867771 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_time() extern "C" IL2CPP_METHOD_ATTR float Time_get_time_m2907476221 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.WaitForSeconds::.ctor(System.Single) extern "C" IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_m2199082655 (WaitForSeconds_t1699091251 * __this, float p0, const RuntimeMethod* method); // System.Void iTween/ApplyTween::Invoke() extern "C" IL2CPP_METHOD_ATTR void ApplyTween_Invoke_m2263520030 (ApplyTween_t3327999347 * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeArray * p1, int32_t p2, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m1870542928 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.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); // 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.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); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Subtraction_m3073674971 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_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.Color UnityEngine.Color::get_white() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_get_white_m332174077 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_up_m3584168373 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single iTween/EasingFunction::Invoke(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float EasingFunction_Invoke_m2739340836 (EasingFunction_t2767217938 * __this, float ___start0, float ___end1, float ___value2, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m1579109191 (MonoBehaviour_t3962482529 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Component_get_transform_m3162698980 (Component_t1923634451 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_Find_m1729760951 (Transform_t3600365921 * __this, String_t* p0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void LabberBT::Init() extern "C" IL2CPP_METHOD_ATTR void LabberBT_Init_m2567333165 (LabberBT_t36101451 * __this, const RuntimeMethod* method); // CQualifyingManager CQualifyingManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CQualifyingManager_t954001806 * CQualifyingManager_GetInstance_m1430111945 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.CMainRole DMCore.IHelp::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * IHelp_GetMainRole_m2281323414 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::GetNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * ISceneBaseObj_GetNetProperty_m1709069404 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetInt_m2680341236 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___nDefault1, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUIPopupList_t4167399471_m4093269748(__this, method) (( UIPopupList_t4167399471 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void LanguageSelection::UpdateList() extern "C" IL2CPP_METHOD_ATTR void LanguageSelection_UpdateList_m3636753628 (LanguageSelection_t1927862481 * __this, const RuntimeMethod* method); // Localization Localization::get_instance() extern "C" IL2CPP_METHOD_ATTR Localization_t2163216738 * Localization_get_instance_m2799012913 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2548850424(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.String UnityEngine.Object::get_name() extern "C" IL2CPP_METHOD_ATTR String_t* Object_get_name_m4211327027 (Object_t631007953 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1685793073(__this, p0, method) (( void (*) (List_1_t3319525431 *, String_t*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.String Localization::get_currentLanguage() extern "C" IL2CPP_METHOD_ATTR String_t* Localization_get_currentLanguage_m94699411 (Localization_t2163216738 * __this, const RuntimeMethod* method); // System.Void UIPopupList::set_selection(System.String) extern "C" IL2CPP_METHOD_ATTR void UIPopupList_set_selection_m1266408089 (UIPopupList_t4167399471 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Localization::set_currentLanguage(System.String) extern "C" IL2CPP_METHOD_ATTR void Localization_set_currentLanguage_m514639924 (Localization_t2163216738 * __this, String_t* ___value0, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisRotateRole_t1146201425_m251828452(__this /* static, unused */, ___local0, ___path1, method) (( RotateRole_t1146201425 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // System.Void LeftRoleModelData::DestoryRole(System.Int64) extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_DestoryRole_m4105011877 (LeftRoleModelData_t1991244417 * __this, int64_t ___userid0, const RuntimeMethod* method); // System.Void LeftRoleModelData::InitRole() extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_InitRole_m3341472477 (LeftRoleModelData_t1991244417 * __this, const RuntimeMethod* method); // DMCore.Logic.CChangeGameManager DMCore.Logic.CChangeGameManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CChangeGameManager_t2081989347 * CChangeGameManager_GetInstance_m1986096856 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.ReviewInfo DMCore.Logic.CChangeGameManager::GetThemeSignInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR ReviewInfo_t914837392 * CChangeGameManager_GetThemeSignInfo_m3023682012 (CChangeGameManager_t2081989347 * __this, int32_t ___sign0, const RuntimeMethod* method); // System.Void LeftRoleModelData::CreatRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_CreatRole_m1815353763 (LeftRoleModelData_t1991244417 * __this, int32_t ___sex0, const RuntimeMethod* method); // System.Void LeftRoleModelData::CurSuit() extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_CurSuit_m1465808719 (LeftRoleModelData_t1991244417 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneService DMCore.IHelp::GetSceneManager() extern "C" IL2CPP_METHOD_ATTR CSceneService_t551449725 * IHelp_GetSceneManager_m309394095 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.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); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2977262506(__this, p0, method) (( ThemeInfo_t1099106658 * (*) (List_1_t2571181400 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m186164705(__this, method) (( int32_t (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_get_Count_m186164705_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m888956288(__this, p0, method) (( int32_t (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_get_Item_m888956288_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.ISceneRole::WearSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_WearSuit_m1889746947 (ISceneRole_t2394225724 * __this, int32_t ___suitID0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::WearSubModel(System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_WearSubModel_m2695610556 (ISceneRole_t2394225724 * __this, int32_t ___nSubModelId0, bool ___bAsyn1, bool ___Direct2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::TakeOffSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_TakeOffSuit_m3927739169 (ISceneRole_t2394225724 * __this, int32_t ___suitID0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsValid() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsValid_m1197404667 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.ISceneBaseObj::GetTransform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetTransform_m3818769012 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // UnityEngine.Transform LeftRoleModelData::GetRoleParent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * LeftRoleModelData_GetRoleParent_m1786729448 (LeftRoleModelData_t1991244417 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Transform_SetParent_m381167889 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IfExistAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IfExistAnim_m267911107 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::SetIdleAnim(System.String) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_SetIdleAnim_m1936918694 (ISceneBaseObj_t858622483 * __this, String_t* ___animName0, const RuntimeMethod* method); // System.Void DMCore.ILogicBase::Update(System.Single) extern "C" IL2CPP_METHOD_ATTR void ILogicBase_Update_m3853008051 (ILogicBase_t2190831891 * __this, float ___fTimeDelta0, const RuntimeMethod* method); // UnityEngine.Camera DMCore.IHelp::Get3DSceneCamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * IHelp_Get3DSceneCamera_m2443356533 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_position_m36019626 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::WorldToScreenPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Camera_WorldToScreenPoint_m3726311023 (Camera_t4157153871 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Camera DMCore.IHelp::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * IHelp_GetUICamera_m2281890991 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m3353183577 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m3049309462 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_rotation_m3524318132 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::ScreenToWorldPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Camera_ScreenToWorldPoint_m3978588570 (Camera_t4157153871 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_position_m3387557959 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.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 RotateRole::SetRotateObj(UnityEngine.GameObject[]) extern "C" IL2CPP_METHOD_ATTR void RotateRole_SetRotateObj_m814283472 (RotateRole_t1146201425 * __this, GameObjectU5BU5D_t3328599146* ___objs0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObject_Find_m2032535176 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * GameObject_get_transform_m1369836730 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_m1810815630 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m2093116449 (GameObject_t1113636619 * __this, String_t* 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_localEulerAngles(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localEulerAngles_m4202601546 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localPosition_m4128471975 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::CreateGameObj(System.String,DMCore.Framework.Scene.enumSceneObjType) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_CreateGameObj_m958236987 (CSceneService_t551449725 * __this, String_t* ___strName0, int32_t ___type1, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Framework.Scene.ISceneBaseObj::GetUserProperty() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * ISceneBaseObj_GetUserProperty_m776816018 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Add(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Add_m837145387 (CDataProperty_t2806246268 * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void LeftRoleModelData::DefautRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_DefautRole_m1126237588 (LeftRoleModelData_t1991244417 * __this, int32_t ___sex0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CSceneService::DestroyRoleObj(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CSceneService_DestroyRoleObj_m3016152155 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::ResumeSubModels() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_ResumeSubModels_m1744956637 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetModelID_m3286778194 (ISceneBaseObj_t858622483 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::SetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetInt_m72189256 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___value1, const RuntimeMethod* method); // DMCore.Framework.Scene.CJuniorRoleModelItem DMCore.Framework.Scene.CJuniorRoleModelItem::GetInstance() extern "C" IL2CPP_METHOD_ATTR CJuniorRoleModelItem_t636793867 * CJuniorRoleModelItem_GetInstance_m2353718821 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) #define Func_3__ctor_m2676186645(__this, p0, p1, method) (( void (*) (Func_3_t1497391353 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_3__ctor_m2676186645_gshared)(__this, p0, p1, method) // !2 System.Func`3::Invoke(!0,!1) #define Func_3_Invoke_m1444580883(__this, p0, p1, method) (( int32_t (*) (Func_3_t1497391353 *, bool, int32_t, const RuntimeMethod*))Func_3_Invoke_m1444580883_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.ISceneRole::LoadRoleModel() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_LoadRoleModel_m1111386502 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.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); // UnityEngine.Object DMMiscInterface::Instantiate(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * DMMiscInterface_Instantiate_m3737946631 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Transform_set_parent_m786917804 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_name(System.String) extern "C" IL2CPP_METHOD_ATTR void Object_set_name_m291480324 (Object_t631007953 * __this, String_t* p0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_rotation_m3502953881 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Matrix4x4_TRS_m3801934620 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Quaternion_t2301928331 p1, Vector3_t3722313464 p2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyPoint3x4(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Matrix4x4_MultiplyPoint3x4_m4145063176 (Matrix4x4_t1817901843 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m1803555822 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Type LitJson.ArrayMetadata::get_ElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * ArrayMetadata_get_ElementType_m1928955287 (ArrayMetadata_t894288939 * __this, const RuntimeMethod* method); // System.Void LitJson.ArrayMetadata::set_ElementType(System.Type) extern "C" IL2CPP_METHOD_ATTR void ArrayMetadata_set_ElementType_m3337714219 (ArrayMetadata_t894288939 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Boolean LitJson.ArrayMetadata::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool ArrayMetadata_get_IsArray_m872644532 (ArrayMetadata_t894288939 * __this, const RuntimeMethod* method); // System.Void LitJson.ArrayMetadata::set_IsArray(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ArrayMetadata_set_IsArray_m786849152 (ArrayMetadata_t894288939 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean LitJson.ArrayMetadata::get_IsList() extern "C" IL2CPP_METHOD_ATTR bool ArrayMetadata_get_IsList_m3955393105 (ArrayMetadata_t894288939 * __this, const RuntimeMethod* method); // System.Void LitJson.ArrayMetadata::set_IsList(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ArrayMetadata_set_IsList_m1397670476 (ArrayMetadata_t894288939 * __this, bool ___value0, const RuntimeMethod* method); // System.Void LitJson.ExporterFunc::Invoke(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc_Invoke_m2393032417 (ExporterFunc_t1851311465 * __this, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method); // System.Object LitJson.ImporterFunc::Invoke(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ImporterFunc_Invoke_m1321867327 (ImporterFunc_t3630937194 * __this, RuntimeObject * ___input0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Collections.ICollection LitJson.JsonData::EnsureCollection() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonData_EnsureCollection_m4219281389 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Collections.IDictionary LitJson.JsonData::EnsureDictionary() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonData_EnsureDictionary_m1447982444 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Int32 LitJson.JsonData::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t JsonData_get_Count_m487704605 (JsonData_t1524858407 * __this, 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.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m960528961(__this, method) (( String_t* (*) (KeyValuePair_2_t3707786873 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2914731008(__this, method) (( void (*) (List_1_t2996933149 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m702912653(__this, method) (( JsonData_t1524858407 * (*) (KeyValuePair_2_t3707786873 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Boolean LitJson.JsonData::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsArray_m341185705 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Boolean LitJson.JsonData::get_IsBoolean() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsBoolean_m4066201384 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Boolean LitJson.JsonData::get_IsDouble() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsDouble_m1202047635 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Boolean LitJson.JsonData::get_IsInt() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsInt_m1089956696 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Boolean LitJson.JsonData::get_IsLong() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsLong_m1550593855 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Boolean LitJson.JsonData::get_IsObject() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsObject_m2304895784 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Boolean LitJson.JsonData::get_IsString() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsString_m3956777256 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Collections.IList LitJson.JsonData::EnsureList() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonData_EnsureList_m965356566 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // LitJson.JsonData LitJson.JsonData::ToJsonData(System.Object) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_ToJsonData_m71560816 (JsonData_t1524858407 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void LitJson.JsonData::set_Item(System.String,LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR void JsonData_set_Item_m3790047234 (JsonData_t1524858407 * __this, String_t* ___prop_name0, JsonData_t1524858407 * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) #define KeyValuePair_2__ctor_m450545329(__this, p0, p1, method) (( void (*) (KeyValuePair_2_t3707786873 *, String_t*, JsonData_t1524858407 *, const RuntimeMethod*))KeyValuePair_2__ctor_m727165395_gshared)(__this, p0, p1, method) // System.Void LitJson.JsonData::set_Item(System.Int32,LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR void JsonData_set_Item_m2520714287 (JsonData_t1524858407 * __this, int32_t ___index0, JsonData_t1524858407 * ___value1, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void LitJson.JsonData::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m885761978 (JsonData_t1524858407 * __this, bool ___boolean0, const RuntimeMethod* method); // System.Void LitJson.JsonData::.ctor(System.Double) extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m734492008 (JsonData_t1524858407 * __this, double ___number0, const RuntimeMethod* method); // System.Void LitJson.JsonData::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m119894298 (JsonData_t1524858407 * __this, int32_t ___number0, const RuntimeMethod* method); // System.Void LitJson.JsonData::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m2026420257 (JsonData_t1524858407 * __this, int64_t ___number0, const RuntimeMethod* method); // System.Void LitJson.JsonData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m194201056 (JsonData_t1524858407 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m318645277 (InvalidCastException_t3927145244 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // System.String LitJson.JsonData::ToJson() extern "C" IL2CPP_METHOD_ATTR String_t* JsonData_ToJson_m692076605 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonData::ToJson(LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonData_ToJson_m376281285 (JsonData_t1524858407 * __this, JsonWriter_t3570089748 * ___writer0, const RuntimeMethod* method); // System.Int32 LitJson.JsonData::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JsonData_Add_m3218740604 (JsonData_t1524858407 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void LitJson.OrderedDictionaryEnumerator::.ctor(System.Collections.Generic.IEnumerator`1>) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionaryEnumerator__ctor_m1738407231 (OrderedDictionaryEnumerator_t386339177 * __this, RuntimeObject* ___enumerator0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2185328526(__this, method) (( void (*) (Dictionary_2_t1310114706 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.List`1>::.ctor() #define List_1__ctor_m4287165311(__this, method) (( void (*) (List_1_t884894319 *, const RuntimeMethod*))List_1__ctor_m2524100478_gshared)(__this, method) // System.Void LitJson.JsonData::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m181517051 (JsonData_t1524858407 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Write(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m470866366 (JsonWriter_t3570089748 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Write(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m2445807389 (JsonWriter_t3570089748 * __this, bool ___boolean0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Write(System.Double) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m1157331754 (JsonWriter_t3570089748 * __this, double ___number0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Write(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m3372360412 (JsonWriter_t3570089748 * __this, int32_t ___number0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Write(System.Int64) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m3372753631 (JsonWriter_t3570089748 * __this, int64_t ___number0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::WriteArrayStart() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteArrayStart_m2860784547 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonData::WriteJson(LitJson.IJsonWrapper,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonData_WriteJson_m2275232696 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::WriteArrayEnd() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteArrayEnd_m4212030344 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::WriteObjectStart() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteObjectStart_m1149206805 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m3117378551 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::WritePropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WritePropertyName_m2049458875 (JsonWriter_t3570089748 * __this, String_t* ___property_name0, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m618120527 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::WriteObjectEnd() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteObjectEnd_m3752603488 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2270643605 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Int32::Equals(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Int32_Equals_m2976157357 (int32_t* __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Int64::Equals(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool Int64_Equals_m680137412 (int64_t* __this, int64_t p0, const RuntimeMethod* method); // System.Boolean System.Double::Equals(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_Equals_m2309369974 (double* __this, double p0, const RuntimeMethod* method); // System.Boolean System.Boolean::Equals(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Boolean_Equals_m535526264 (bool* __this, bool p0, const RuntimeMethod* method); // System.Void System.IO.StringWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringWriter__ctor_m1244548890 (StringWriter_t802263757 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::.ctor(System.IO.TextWriter) extern "C" IL2CPP_METHOD_ATTR void JsonWriter__ctor_m2781877538 (JsonWriter_t3570089748 * __this, TextWriter_t3478189236 * ___writer0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::set_Validate(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_Validate_m294838160 (JsonWriter_t3570089748 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean LitJson.JsonWriter::get_Validate() extern "C" IL2CPP_METHOD_ATTR bool JsonWriter_get_Validate_m3378208143 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method); // System.String System.Boolean::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m2664721875 (bool* __this, const RuntimeMethod* method); // System.String System.Double::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m1229922074 (double* __this, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ApplicationException__ctor_m2557611022 (ApplicationException_t2339761290 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ApplicationException__ctor_m2517758450 (ApplicationException_t2339761290 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ApplicationException__ctor_m692455299 (ApplicationException_t2339761290 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2158423195(__this, method) (( void (*) (Dictionary_2_t3338636003 *, const RuntimeMethod*))Dictionary_2__ctor_m1364587687_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m2416213419(__this, method) (( void (*) (Dictionary_2_t935204471 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1076599954(__this, method) (( void (*) (Dictionary_2_t1715664290 *, const RuntimeMethod*))Dictionary_2__ctor_m1704891675_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m1757933334(__this, method) (( void (*) (Dictionary_2_t3692140024 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void LitJson.JsonWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonWriter__ctor_m1780975115 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method); // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_InvariantInfo() extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_t2405853701 * DateTimeFormatInfo_get_InvariantInfo_m2329875772 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1391760323(__this, method) (( void (*) (Dictionary_2_t691233 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m1505559904(__this, method) (( void (*) (Dictionary_2_t2688515417 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void LitJson.JsonMapper::RegisterBaseExporters() extern "C" IL2CPP_METHOD_ATTR void JsonMapper_RegisterBaseExporters_m2374613009 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void LitJson.JsonMapper::RegisterBaseImporters() extern "C" IL2CPP_METHOD_ATTR void JsonMapper_RegisterBaseImporters_m962513141 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsArray_m2591212821 (Type_t * __this, const RuntimeMethod* method); // System.Type System.Type::GetInterface(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetInterface_m23870712 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // System.Reflection.PropertyInfo[] System.Type::GetProperties() extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* Type_GetProperties_m1538559489 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void LitJson.ObjectMetadata::set_IsDictionary(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ObjectMetadata_set_IsDictionary_m4180364639 (ObjectMetadata_t3566284522 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3750040357(__this, method) (( void (*) (Dictionary_2_t3512696772 *, const RuntimeMethod*))Dictionary_2__ctor_m254134071_gshared)(__this, method) // System.Void LitJson.ObjectMetadata::set_Properties(System.Collections.Generic.IDictionary`2) extern "C" IL2CPP_METHOD_ATTR void ObjectMetadata_set_Properties_m1274841768 (ObjectMetadata_t3566284522 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void LitJson.ObjectMetadata::set_ElementType(System.Type) extern "C" IL2CPP_METHOD_ATTR void ObjectMetadata_set_ElementType_m1031500093 (ObjectMetadata_t3566284522 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Collections.Generic.IDictionary`2 LitJson.ObjectMetadata::get_Properties() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ObjectMetadata_get_Properties_m2101871532 (ObjectMetadata_t3566284522 * __this, const RuntimeMethod* method); // System.Reflection.FieldInfo[] System.Type::GetFields() extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* Type_GetFields_m3709891696 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m988032232(__this, method) (( void (*) (List_1_t904547919 *, const RuntimeMethod*))List_1__ctor_m988032232_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4056601757(__this, method) (( void (*) (Dictionary_2_t27006016 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m1479779718 (Type_t * __this, String_t* p0, TypeU5BU5D_t3940880105* p1, const RuntimeMethod* method); // System.Boolean LitJson.JsonReader::Read() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_Read_m2661163174 (JsonReader_t836887441 * __this, const RuntimeMethod* method); // LitJson.JsonToken LitJson.JsonReader::get_Token() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_Token_m3560133770 (JsonReader_t836887441 * __this, const RuntimeMethod* method); // System.Type System.Nullable::GetUnderlyingType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_m3905033790 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsClass() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsClass_m589177581 (Type_t * __this, const RuntimeMethod* method); // System.Void LitJson.JsonException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m3480626545 (JsonException_t3682484112 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Object LitJson.JsonReader::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonReader_get_Value_m1566705723 (JsonReader_t836887441 * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsEnum() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsEnum_m208091508 (Type_t * __this, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m1628250250 (RuntimeObject * __this /* static, unused */, Type_t * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Reflection.MethodInfo LitJson.JsonMapper::GetConvOp(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * JsonMapper_GetConvOp_m1331155593 (RuntimeObject * __this /* static, unused */, Type_t * ___t10, Type_t * ___t21, 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::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.Void LitJson.JsonMapper::AddArrayMetadata(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_AddArrayMetadata_m3022750432 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m3631483688 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Object LitJson.JsonMapper::ReadValue(System.Type,LitJson.JsonReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_ReadValue_m573299964 (RuntimeObject * __this /* static, unused */, Type_t * ___inst_type0, JsonReader_t836887441 * ___reader1, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2750085942 (RuntimeObject * __this /* static, unused */, Type_t * p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3412255035 (RuntimeArray * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Void LitJson.JsonMapper::AddObjectMetadata(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_AddObjectMetadata_m1915824869 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void FieldInfo_SetValue_m2460171138 (FieldInfo_t * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean LitJson.ObjectMetadata::get_IsDictionary() extern "C" IL2CPP_METHOD_ATTR bool ObjectMetadata_get_IsDictionary_m3315154275 (ObjectMetadata_t3566284522 * __this, const RuntimeMethod* method); // System.Boolean LitJson.JsonReader::get_SkipNonMembers() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_get_SkipNonMembers_m2081129687 (JsonReader_t836887441 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void LitJson.JsonMapper::ReadSkip(LitJson.JsonReader) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_ReadSkip_m487320729 (RuntimeObject * __this /* static, unused */, JsonReader_t836887441 * ___reader0, const RuntimeMethod* method); // System.Type LitJson.ObjectMetadata::get_ElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectMetadata_get_ElementType_m3745587648 (ObjectMetadata_t3566284522 * __this, const RuntimeMethod* method); // LitJson.IJsonWrapper LitJson.WrapperFactory::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WrapperFactory_Invoke_m2855181365 (WrapperFactory_t2158548929 * __this, const RuntimeMethod* method); // LitJson.IJsonWrapper LitJson.JsonMapper::ReadValue(LitJson.WrapperFactory,LitJson.JsonReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMapper_ReadValue_m1366735571 (RuntimeObject * __this /* static, unused */, WrapperFactory_t2158548929 * ___factory0, JsonReader_t836887441 * ___reader1, const RuntimeMethod* method); // System.Void LitJson.WrapperFactory::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WrapperFactory__ctor_m3502489384 (WrapperFactory_t2158548929 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // LitJson.IJsonWrapper LitJson.JsonMapper::ToWrapper(LitJson.WrapperFactory,LitJson.JsonReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMapper_ToWrapper_m1155297701 (RuntimeObject * __this /* static, unused */, WrapperFactory_t2158548929 * ___factory0, JsonReader_t836887441 * ___reader1, const RuntimeMethod* method); // System.Void LitJson.ExporterFunc::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc__ctor_m39319225 (ExporterFunc_t1851311465 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void LitJson.ImporterFunc::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ImporterFunc__ctor_m1859902585 (ImporterFunc_t3630937194 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void LitJson.JsonMapper::RegisterImporter(System.Collections.Generic.IDictionary`2>,System.Type,System.Type,LitJson.ImporterFunc) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_RegisterImporter_m2431859135 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___table0, Type_t * ___json_type1, Type_t * ___value_type2, ImporterFunc_t3630937194 * ___importer3, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m789271418(__this, method) (( void (*) (Dictionary_2_t1780316962 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.IO.TextWriter LitJson.JsonWriter::get_TextWriter() extern "C" IL2CPP_METHOD_ATTR TextWriter_t3478189236 * JsonWriter_get_TextWriter_m2604978284 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Array::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_m4277730612 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void LitJson.JsonMapper::WriteValue(System.Object,LitJson.JsonWriter,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_WriteValue_m3407234217 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, bool ___writer_is_private2, int32_t ___depth3, const RuntimeMethod* method); // System.Type System.Enum::GetUnderlyingType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m2480312097 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Write(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m1937799895 (JsonWriter_t3570089748 * __this, uint64_t ___number0, const RuntimeMethod* method); // System.Void LitJson.JsonMapper::AddTypeProperties(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_AddTypeProperties_m711607369 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Reset() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Reset_m1337472812 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonReader::.ctor(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void JsonReader__ctor_m3000466194 (JsonReader_t836887441 * __this, TextReader_t283511965 * ___reader0, const RuntimeMethod* method); // LitJson.IJsonWrapper LitJson.JsonMapper::ToWrapper(LitJson.WrapperFactory,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMapper_ToWrapper_m2519087008 (RuntimeObject * __this /* static, unused */, WrapperFactory_t2158548929 * ___factory0, String_t* ___json1, const RuntimeMethod* method); // System.Void LitJson.JsonReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonReader__ctor_m1297809221 (JsonReader_t836887441 * __this, String_t* ___json_text0, const RuntimeMethod* method); // System.Void LitJson.JsonMockWrapper::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper__ctor_m161506238 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2505564049 (RuntimeObject * __this /* static, unused */, uint8_t p0, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m1553911740 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.String System.Convert::ToString(System.DateTime,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m41256750 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Write(System.Decimal) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m3898175898 (JsonWriter_t3570089748 * __this, Decimal_t2948259380 ___number0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.SByte) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1405693041 (RuntimeObject * __this /* static, unused */, int8_t p0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Int16) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1085744762 (RuntimeObject * __this /* static, unused */, int16_t p0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.UInt16) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1987758323 (RuntimeObject * __this /* static, unused */, uint16_t p0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m1745056470 (RuntimeObject * __this /* static, unused */, uint32_t p0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m1734770211 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m786726853 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Int32) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2653418303 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Int32) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m4174308322 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3515425647 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m2215525276 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Int32) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m3635698920 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Int32) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m2924063577 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Double) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m841368097 (RuntimeObject * __this /* static, unused */, double p0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Int64) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m2194577773 (RuntimeObject * __this /* static, unused */, int64_t p0, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.String) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m85718752 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m3802186295 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void LitJson.JsonData::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m1915385334 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonReader::PopulateParseTable() extern "C" IL2CPP_METHOD_ATTR void JsonReader_PopulateParseTable_m3523639334 (RuntimeObject * __this /* static, unused */, 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 LitJson.JsonReader::.ctor(System.IO.TextReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader__ctor_m141007973 (JsonReader_t836887441 * __this, TextReader_t283511965 * ___reader0, bool ___owned1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() #define Stack_1__ctor_m113769803(__this, method) (( void (*) (Stack_1_t3794335208 *, const RuntimeMethod*))Stack_1__ctor_m113769803_gshared)(__this, method) // System.Void System.Collections.Generic.Stack`1::Push(!0) #define Stack_1_Push_m2177882517(__this, p0, method) (( void (*) (Stack_1_t3794335208 *, int32_t, const RuntimeMethod*))Stack_1_Push_m2177882517_gshared)(__this, p0, method) // System.Void LitJson.Lexer::.ctor(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void Lexer__ctor_m2391221585 (Lexer_t1514038666 * __this, TextReader_t283511965 * ___reader0, const RuntimeMethod* method); // System.Boolean LitJson.Lexer::get_AllowComments() extern "C" IL2CPP_METHOD_ATTR bool Lexer_get_AllowComments_m2806058878 (Lexer_t1514038666 * __this, const RuntimeMethod* method); // System.Void LitJson.Lexer::set_AllowComments(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Lexer_set_AllowComments_m2647949953 (Lexer_t1514038666 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean LitJson.Lexer::get_AllowSingleQuotedStrings() extern "C" IL2CPP_METHOD_ATTR bool Lexer_get_AllowSingleQuotedStrings_m2362353968 (Lexer_t1514038666 * __this, const RuntimeMethod* method); // System.Void LitJson.Lexer::set_AllowSingleQuotedStrings(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Lexer_set_AllowSingleQuotedStrings_m1148053294 (Lexer_t1514038666 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m1227275383(__this, method) (( void (*) (Dictionary_2_t921491721 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void LitJson.JsonReader::TableAddRow(LitJson.ParserToken) extern "C" IL2CPP_METHOD_ATTR void JsonReader_TableAddRow_m3468167234 (RuntimeObject * __this /* static, unused */, int32_t ___rule0, const RuntimeMethod* method); // System.Void LitJson.JsonReader::TableAddCol(LitJson.ParserToken,System.Int32,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void JsonReader_TableAddCol_m2820841847 (RuntimeObject * __this /* static, unused */, int32_t ___row0, int32_t ___col1, Int32U5BU5D_t385246372* ___symbols2, 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.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m893838985(__this, method) (( void (*) (Dictionary_2_t3568926999 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, 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.Boolean System.Double::TryParse(System.String,System.Double&) extern "C" IL2CPP_METHOD_ATTR bool Double_TryParse_m3021978240 (RuntimeObject * __this /* static, unused */, String_t* p0, double* p1, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m2404707562 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t* p1, const RuntimeMethod* method); // System.Boolean System.Int64::TryParse(System.String,System.Int64&) extern "C" IL2CPP_METHOD_ATTR bool Int64_TryParse_m2208578514 (RuntimeObject * __this /* static, unused */, String_t* p0, int64_t* p1, const RuntimeMethod* method); // System.Boolean System.UInt64::TryParse(System.String,System.UInt64&) extern "C" IL2CPP_METHOD_ATTR bool UInt64_TryParse_m2263420204 (RuntimeObject * __this /* static, unused */, String_t* p0, uint64_t* p1, const RuntimeMethod* method); // System.String LitJson.Lexer::get_StringValue() extern "C" IL2CPP_METHOD_ATTR String_t* Lexer_get_StringValue_m2571291423 (Lexer_t1514038666 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonReader::ProcessNumber(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonReader_ProcessNumber_m1763128378 (JsonReader_t836887441 * __this, String_t* ___number0, const RuntimeMethod* method); // System.Boolean LitJson.Lexer::NextToken() extern "C" IL2CPP_METHOD_ATTR bool Lexer_NextToken_m915562469 (Lexer_t1514038666 * __this, const RuntimeMethod* method); // System.Boolean LitJson.Lexer::get_EndOfInput() extern "C" IL2CPP_METHOD_ATTR bool Lexer_get_EndOfInput_m531191172 (Lexer_t1514038666 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonReader::Close() extern "C" IL2CPP_METHOD_ATTR void JsonReader_Close_m3066405579 (JsonReader_t836887441 * __this, const RuntimeMethod* method); // System.Int32 LitJson.Lexer::get_Token() extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_get_Token_m2631516167 (Lexer_t1514038666 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Clear() #define Stack_1_Clear_m3857829451(__this, method) (( void (*) (Stack_1_t3794335208 *, const RuntimeMethod*))Stack_1_Clear_m3857829451_gshared)(__this, method) // System.Boolean LitJson.JsonReader::ReadToken() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_ReadToken_m3836927488 (JsonReader_t836887441 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Peek() #define Stack_1_Peek_m4184154580(__this, method) (( int32_t (*) (Stack_1_t3794335208 *, const RuntimeMethod*))Stack_1_Peek_m4184154580_gshared)(__this, method) // !0 System.Collections.Generic.Stack`1::Pop() #define Stack_1_Pop_m2599871233(__this, method) (( int32_t (*) (Stack_1_t3794335208 *, const RuntimeMethod*))Stack_1_Pop_m2599871233_gshared)(__this, method) // System.Void LitJson.JsonReader::ProcessSymbol() extern "C" IL2CPP_METHOD_ATTR void JsonReader_ProcessSymbol_m1079061290 (JsonReader_t836887441 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonException::.ctor(LitJson.ParserToken,System.Exception) extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m3061014959 (JsonException_t3682484112 * __this, int32_t ___token0, Exception_t * ___inner_exception1, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_t435877138 * NumberFormatInfo_get_InvariantInfo_m349577018 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.IO.StringWriter::.ctor(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void StringWriter__ctor_m1259274362 (StringWriter_t802263757 * __this, StringBuilder_t * p0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Init() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Init_m2021803741 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() #define Stack_1__ctor_m2155362428(__this, method) (( void (*) (Stack_1_t1854483454 *, const RuntimeMethod*))Stack_1__ctor_m3164958980_gshared)(__this, method) // System.Void LitJson.WriterContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void WriterContext__ctor_m223138607 (WriterContext_t1011093999 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) #define Stack_1_Push_m1652061791(__this, p0, method) (( void (*) (Stack_1_t1854483454 *, WriterContext_t1011093999 *, const RuntimeMethod*))Stack_1_Push_m1669856732_gshared)(__this, p0, method) // System.Void LitJson.JsonWriter::PutNewline(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_PutNewline_m3425090130 (JsonWriter_t3570089748 * __this, bool ___add_comma0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Put(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Put_m1954060466 (JsonWriter_t3570089748 * __this, String_t* ___str0, 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.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 LitJson.JsonWriter::IntToHex(System.Int32,System.Char[]) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_IntToHex_m2811255264 (RuntimeObject * __this /* static, unused */, int32_t ___n0, CharU5BU5D_t3528271667* ___hex1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Clear() #define Stack_1_Clear_m1125338639(__this, method) (( void (*) (Stack_1_t1854483454 *, const RuntimeMethod*))Stack_1_Clear_m2967600_gshared)(__this, method) // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m940064945 (StringBuilder_t * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::DoValidation(LitJson.Condition) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_DoValidation_m3720573283 (JsonWriter_t3570089748 * __this, int32_t ___cond0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::PutNewline() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_PutNewline_m1066285735 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Decimal,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m3734943936 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, RuntimeObject* p1, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Double,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m1282703378 (RuntimeObject * __this /* static, unused */, double p0, RuntimeObject* p1, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Int32,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m2614817407 (RuntimeObject * __this /* static, unused */, int32_t p0, RuntimeObject* p1, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Int64,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m239190601 (RuntimeObject * __this /* static, unused */, int64_t p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::PutString(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_PutString_m1134683299 (JsonWriter_t3570089748 * __this, String_t* ___str0, const RuntimeMethod* method); // System.String System.Convert::ToString(System.UInt64,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m301771913 (RuntimeObject * __this /* static, unused */, uint64_t p0, RuntimeObject* p1, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() #define Stack_1_Pop_m376171544(__this, method) (( WriterContext_t1011093999 * (*) (Stack_1_t1854483454 *, const RuntimeMethod*))Stack_1_Pop_m756553478_gshared)(__this, method) // System.Int32 System.Collections.Generic.Stack`1::get_Count() #define Stack_1_get_Count_m2197686965(__this, method) (( int32_t (*) (Stack_1_t1854483454 *, const RuntimeMethod*))Stack_1_get_Count_m1599740434_gshared)(__this, method) // !0 System.Collections.Generic.Stack`1::Peek() #define Stack_1_Peek_m634478750(__this, method) (( WriterContext_t1011093999 * (*) (Stack_1_t1854483454 *, const RuntimeMethod*))Stack_1_Peek_m326384648_gshared)(__this, method) // System.Void LitJson.JsonWriter::Unindent() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Unindent_m638440977 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Indent() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Indent_m1201100729 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method); // System.Void LitJson.Lexer::PopulateFsmTables() extern "C" IL2CPP_METHOD_ATTR void Lexer_PopulateFsmTables_m504913204 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2367297767 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Void LitJson.FsmContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void FsmContext__ctor_m1618303708 (FsmContext_t2331368794 * __this, const RuntimeMethod* method); // System.Void LitJson.Lexer/StateHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void StateHandler__ctor_m2276670741 (StateHandler_t105866779 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m4189066566 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method); // System.Boolean LitJson.Lexer::GetChar() extern "C" IL2CPP_METHOD_ATTR bool Lexer_GetChar_m2370830502 (Lexer_t1514038666 * __this, const RuntimeMethod* method); // System.Void LitJson.Lexer::UngetChar() extern "C" IL2CPP_METHOD_ATTR void Lexer_UngetChar_m1154220749 (Lexer_t1514038666 * __this, const RuntimeMethod* method); // System.Char LitJson.Lexer::ProcessEscChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Lexer_ProcessEscChar_m3583053019 (RuntimeObject * __this /* static, unused */, int32_t ___esc_char0, const RuntimeMethod* method); // System.Int32 LitJson.Lexer::HexValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_HexValue_m4106397610 (RuntimeObject * __this /* static, unused */, int32_t ___digit0, const RuntimeMethod* method); // System.Int32 LitJson.Lexer::NextChar() extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_NextChar_m3918576926 (Lexer_t1514038666 * __this, const RuntimeMethod* method); // System.Boolean LitJson.Lexer/StateHandler::Invoke(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool StateHandler_Invoke_m3013669261 (StateHandler_t105866779 * __this, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method); // System.Void LitJson.JsonException::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m1455369572 (JsonException_t3682484112 * __this, int32_t ___c0, const RuntimeMethod* method); // System.Collections.DictionaryEntry LitJson.OrderedDictionaryEnumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 OrderedDictionaryEnumerator_get_Entry_m2398410097 (OrderedDictionaryEnumerator_t386339177 * __this, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m2585376310 (DictionaryEntry_t3123975638 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3302800229(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // UnityEngine.Object UnityEngine.Object::FindObjectOfType(System.Type) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Object_FindObjectOfType_m67275058 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m166252750 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisLocalization_t2163216738_m2522522608(__this, method) (( Localization_t2163216738 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void Localization::Load(UnityEngine.TextAsset) extern "C" IL2CPP_METHOD_ATTR void Localization_Load_m1136408433 (Localization_t2163216738 * __this, TextAsset_t3022178571 * ___asset0, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Resources::Load(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Resources_Load_m3480190876 (RuntimeObject * __this /* static, unused */, String_t* p0, Type_t * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1279106658(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Void UnityEngine.PlayerPrefs::DeleteKey(System.String) extern "C" IL2CPP_METHOD_ATTR void PlayerPrefs_DeleteKey_m2835763515 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String UnityEngine.PlayerPrefs::GetString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* PlayerPrefs_GetString_m614532710 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_Destroy_m565254235 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void PlayerPrefs_SetString_m2101271233 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void ByteReader::.ctor(UnityEngine.TextAsset) extern "C" IL2CPP_METHOD_ATTR void ByteReader__ctor_m2508069236 (ByteReader_t1539670756 * __this, TextAsset_t3022178571 * ___asset0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 ByteReader::ReadDictionary() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t1632706988 * ByteReader_ReadDictionary_m2362209223 (ByteReader_t1539670756 * __this, const RuntimeMethod* method); // System.Void UIRoot::Broadcast(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void UIRoot_Broadcast_m2373109948 (RuntimeObject * __this /* static, unused */, String_t* ___funcName0, RuntimeObject * ___param1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1185325717(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1632706988 *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.String Localization::Get(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Localization_Get_m1840184008 (Localization_t2163216738 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void LocalLinkedEffect::CheckBindBone() extern "C" IL2CPP_METHOD_ATTR void LocalLinkedEffect_CheckBindBone_m2972097738 (LocalLinkedEffect_t997770122 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_op_Multiply_m1294064023 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, Quaternion_t2301928331 p1, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::get_parent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_get_parent_m835071599 (Transform_t3600365921 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() #define Component_GetComponentsInChildren_TisTransform_t3600365921_m1145943054(__this, method) (( TransformU5BU5D_t807237628* (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m1308288322_gshared)(__this, 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); // UnityEngine.GameObject DMCore.Framework.Misc.CMiscHelp::FindChildGO(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CMiscHelp_FindChildGO_m1769075216 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___local0, String_t* ___path1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUITexture_t3471168817_m288616561(__this, method) (( UITexture_t3471168817 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUILabel_t3248798549_m3261951542(__this, method) (( UILabel_t3248798549 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUISprite_t194114938_m2812077901(__this, method) (( UISprite_t194114938 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // UnityEngine.Vector3 UnityEngine.Transform::get_localScale() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localScale_m129152068 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetActive(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetActive_m121978786 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___obj0, bool ___bActive1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(__this, method) (( DMListViewItem_t3648257704 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m4058363731(__this, p0, p1, method) (( void (*) (Action_1_t3123413348 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m4058363731_gshared)(__this, p0, p1, method) // System.Void DMListViewItem::set_indexChanged(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void DMListViewItem_set_indexChanged_m3628212006 (DMListViewItem_t3648257704 * __this, Action_1_t3123413348 * ___value0, const RuntimeMethod* method); // DMCore.Logic.CFriendManager DMCore.Logic.CFriendManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFriendManager_t3708308264 * CFriendManager_GetInstance_m2674556143 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.enumFriendType DMCore.Logic.CFriendManager::get_CurrentFriendType() extern "C" IL2CPP_METHOD_ATTR int32_t CFriendManager_get_CurrentFriendType_m1131600176 (CFriendManager_t3708308264 * __this, const RuntimeMethod* method); // DMCore.Logic.CKpFriend DMCore.Logic.CKDDeviceService::GetFrinedInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR CKpFriend_t471591804 * CKDDeviceService_GetFrinedInfo_m4175404193 (RuntimeObject * __this /* static, unused */, int32_t ___index0, const RuntimeMethod* method); // System.Void LogicFriendItem::SetFriendInfo(DMCore.Logic.CKpFriend) extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_SetFriendInfo_m2472554475 (LogicFriendItem_t441456859 * __this, CKpFriend_t471591804 * ___info0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CKpFriend::get_Id() extern "C" IL2CPP_METHOD_ATTR int32_t CKpFriend_get_Id_m83584331 (CKpFriend_t471591804 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CKpFriend::get_Sex() extern "C" IL2CPP_METHOD_ATTR int32_t CKpFriend_get_Sex_m2210650599 (CKpFriend_t471591804 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::GetCustomUserPhoto(UITexture,System.Int64,System.Int64,System.Int32,UnityEngine.Vector3,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_GetCustomUserPhoto_m4012711164 (RuntimeObject * __this /* static, unused */, UITexture_t3471168817 * ___photoHost0, int64_t ___userID1, int64_t ___photoID2, int32_t ___sex3, Vector3_t3722313464 ___photoSize4, bool ___is_big_photo5, bool ___is_head_photo6, const RuntimeMethod* method); // System.Collections.IEnumerator UnityEngine.Transform::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Transform_GetEnumerator_m2717073726 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetActive(UnityEngine.Component,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetActive_m3161822059 (RuntimeObject * __this /* static, unused */, Component_t1923634451 * ___trans0, bool ___bActive1, const RuntimeMethod* method); // DMCore.Framework.Misc.CLogHelp DMCore.IHelp::GetLogManager() extern "C" IL2CPP_METHOD_ATTR CLogHelp_t779629444 * IHelp_GetLogManager_m2114192212 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::Log(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_Log_m386290467 (CLogHelp_t779629444 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String DMCore.Logic.CKpFriend::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* CKpFriend_get_Name_m286909621 (CKpFriend_t471591804 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetLabelText(UILabel,System.String) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetLabelText_m743904063 (RuntimeObject * __this /* static, unused */, UILabel_t3248798549 * ___lb0, String_t* ___text1, const RuntimeMethod* method); // DMCore.Logic.enumOnlineState DMCore.Logic.CKpFriend::get_Status() extern "C" IL2CPP_METHOD_ATTR int32_t CKpFriend_get_Status_m1204739619 (CKpFriend_t471591804 * __this, const RuntimeMethod* method); // UnityEngine.Color DMCore.Framework.Misc.CMiscHelp::ProcessOnlineState(DMCore.Logic.enumOnlineState,UITexture,System.Int32,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 CMiscHelp_ProcessOnlineState_m2516610902 (RuntimeObject * __this /* static, unused */, int32_t ___onlineState0, UITexture_t3471168817 * ___photoHost1, int32_t ___memberLevel2, int64_t ___userID3, int32_t ___sex4, 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); // DMCore.Logic.PersonaliseConfig DMCore.Logic.PersonaliseConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR PersonaliseConfig_t2812043406 * PersonaliseConfig_GetInstance_m2421924694 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.PersonaliseConfig::GetUserHeadBoxInfoByID(System.Int32,UISprite) extern "C" IL2CPP_METHOD_ATTR bool PersonaliseConfig_GetUserHeadBoxInfoByID_m1467318277 (PersonaliseConfig_t2812043406 * __this, int32_t ___headbox0, UISprite_t194114938 * ___spriteTarget1, const RuntimeMethod* method); // DMCore.CRoot DMCore.CRoot::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoot_t1043641654 * CRoot_GetInstance_m3627548531 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.CRoot::SetOpenPage(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CRoot_SetOpenPage_m2050013413 (CRoot_t1043641654 * __this, int32_t ___pageIndex0, const RuntimeMethod* method); // DMCore.Camera.ICameraBase DMCore.CRoot::GetCamera() extern "C" IL2CPP_METHOD_ATTR ICameraBase_t3615533728 * CRoot_GetCamera_m3179746689 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // UnityEngine.Camera DMCore.Camera.ICameraBase::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * ICameraBase_GetUICamera_m3997251255 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void GameObject_SendMessage_m3720186693 (GameObject_t1113636619 * __this, String_t* p0, RuntimeObject * p1, int32_t p2, const RuntimeMethod* method); // DMCore.Framework.Location.CLocationManager DMCore.IHelp::GetLocationManager() extern "C" IL2CPP_METHOD_ATTR CLocationManager_t1346018200 * IHelp_GetLocationManager_m885950429 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Location.CLocationManager::InitLocation() extern "C" IL2CPP_METHOD_ATTR void CLocationManager_InitLocation_m4206024484 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method); // System.Void logicLogin_main_page::ChangePage(logicLogin_main_page/emPage) extern "C" IL2CPP_METHOD_ATTR void logicLogin_main_page_ChangePage_m401271940 (logicLogin_main_page_t116642790 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Void logicLogin_main_page::ActivePage(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicLogin_main_page_ActivePage_m2682504109 (logicLogin_main_page_t116642790 * __this, GameObject_t1113636619 * ___obj0, bool ___bActive1, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessage(System.String,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void GameObject_SendMessage_m1121218340 (GameObject_t1113636619 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CAppOSHelp::SetMiscSetting() extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_SetMiscSetting_m4236318013 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisCamera_t4157153871_m2650170333(__this, method) (( Camera_t4157153871 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void DMCore.Camera.ICameraBase::SetActiveCamera(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetActiveCamera_m1414277267 (ICameraBase_t3615533728 * __this, Camera_t4157153871 * ___camera0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CAppOSHelp::SetDefaultQuality() extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_SetDefaultQuality_m954789695 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.ISoundManager DMCore.CRoot::GetSoundManager() extern "C" IL2CPP_METHOD_ATTR ISoundManager_t434164892 * CRoot_GetSoundManager_m30020774 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(__this, method) (( AudioSource_t3935305588 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void DMCore.ISoundManager::RegisterInstance(UnityEngine.AudioSource) extern "C" IL2CPP_METHOD_ATTR void ISoundManager_RegisterInstance_m2538411816 (ISoundManager_t434164892 * __this, AudioSource_t3935305588 * ___audioSrc0, const RuntimeMethod* method); // System.Void DMCore.ISoundManager::RegisterInstanceMidi(UnityEngine.AudioSource) extern "C" IL2CPP_METHOD_ATTR void ISoundManager_RegisterInstanceMidi_m3270129377 (ISoundManager_t434164892 * __this, AudioSource_t3935305588 * ___audioSrc0, const RuntimeMethod* method); // System.Void DMCore.Camera.ICameraBase::SetUICamera(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetUICamera_m1576310182 (ICameraBase_t3615533728 * __this, Camera_t4157153871 * ___camera0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisDMUIContainer_t1502190882_m3794229971(__this, method) (( DMUIContainer_t1502190882 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Boolean DMCore.Framework.Misc.CAppOSHelp::IsReadyToExit() extern "C" IL2CPP_METHOD_ATTR bool CAppOSHelp_IsReadyToExit_m815828027 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.CMsgBoxControl DMCore.CMsgBoxControl::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMsgBoxControl_t806533544 * CMsgBoxControl_GetInstance_m4085806233 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.CMsgBoxControl::OnTryExecuteHead() extern "C" IL2CPP_METHOD_ATTR bool CMsgBoxControl_OnTryExecuteHead_m1690851488 (CMsgBoxControl_t806533544 * __this, const RuntimeMethod* method); // DMCore.CMsgManager DMCore.CMsgManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMsgManager_t455955613 * CMsgManager_GetInstance_m3446755799 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.CMsgManager::OnTryExecuteHead() extern "C" IL2CPP_METHOD_ATTR bool CMsgManager_OnTryExecuteHead_m514568797 (CMsgManager_t455955613 * __this, const RuntimeMethod* method); // System.Boolean CVersionWWW::IfReady() extern "C" IL2CPP_METHOD_ATTR bool CVersionWWW_IfReady_m3868891064 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CRenewMsgBoxControl DMCore.Logic.CRenewMsgBoxControl::GetIntance() extern "C" IL2CPP_METHOD_ATTR CRenewMsgBoxControl_t3836031106 * CRenewMsgBoxControl_GetIntance_m1702767106 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CRenewMsgBoxControl::OnTryExecuteRenewBox() extern "C" IL2CPP_METHOD_ATTR void CRenewMsgBoxControl_OnTryExecuteRenewBox_m2276014528 (CRenewMsgBoxControl_t3836031106 * __this, const RuntimeMethod* method); // DMCore.Logic.CTimerManager DMCore.Logic.CTimerManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTimerManager_t4186675208 * CTimerManager_GetInstance_m783340840 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CTimerManager::RefreshTimer(System.Single) extern "C" IL2CPP_METHOD_ATTR void CTimerManager_RefreshTimer_m1620402565 (CTimerManager_t4186675208 * __this, float ___timeSinceLastUpdate0, const RuntimeMethod* method); // System.Void DMCore.Logic.CInputStatistics::Report(System.Single) extern "C" IL2CPP_METHOD_ATTR void CInputStatistics_Report_m918960495 (RuntimeObject * __this /* static, unused */, float ___timeSinceLastUpdate0, const RuntimeMethod* method); // DMCore.Logic.CSpeaker DMCore.Logic.CSpeaker::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSpeaker_t978472097 * CSpeaker_GetInstance_m2212004304 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CSpeaker::Refresh(System.Single) extern "C" IL2CPP_METHOD_ATTR void CSpeaker_Refresh_m1259172058 (CSpeaker_t978472097 * __this, float ___deltaTime0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataArray__ctor_m2623161048 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3820844360 (CDataArray_t4068198041 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3799896857 (CDataArray_t4068198041 * __this, int64_t ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Flush() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Flush_m1077150699 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Void logicSearchItem::OnClkFocus() extern "C" IL2CPP_METHOD_ATTR void logicSearchItem_OnClkFocus_m45292086 (logicSearchItem_t471231187 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Component::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void Component_SendMessage_m2905932203 (Component_t1923634451 * __this, String_t* p0, RuntimeObject * p1, int32_t p2, const RuntimeMethod* method); // System.Void UILabel::set_text(System.String) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_text_m1071532778 (UILabel_t3248798549 * __this, String_t* ___value0, const RuntimeMethod* method); // DMCore.Logic.CVipManager DMCore.Logic.CVipManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CVipManager_t269477008 * CVipManager_GetInstance_m4124241567 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CVipManager::IsValid(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CVipManager_IsValid_m824480922 (CVipManager_t269477008 * __this, int32_t ___destLevel0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CVipManager::SetVipLevel(UISprite,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CVipManager_SetVipLevel_m1076008873 (RuntimeObject * __this /* static, unused */, UISprite_t194114938 * ___destObj0, int32_t ___destLevel1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::AdjustVipPosition(UILabel,UnityEngine.GameObject,System.Single) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_AdjustVipPosition_m2338797410 (RuntimeObject * __this /* static, unused */, UILabel_t3248798549 * ___uiName0, GameObject_t1113636619 * ___vipObj1, float ___offseX2, const RuntimeMethod* method); // DMCore.Framework.Misc.CTextHelp DMCore.Framework.Misc.CTextHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTextHelp_t3119637808 * CTextHelp_GetInstance_m3392996374 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CTextHelp::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetText_m372251958 (CTextHelp_t3119637808 * __this, String_t* ___val0, const RuntimeMethod* method); // System.Void BuglyAgent::ConfigDebugMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDebugMode_m2220911515 (RuntimeObject * __this /* static, unused */, bool ___enable0, const RuntimeMethod* method); // System.Void BuglyAgent::ConfigDefault(System.String,System.String,System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDefault_m4200879642 (RuntimeObject * __this /* static, unused */, String_t* ___channel0, String_t* ___version1, String_t* ___user2, int64_t ___delay3, const RuntimeMethod* method); // System.Void BuglyAgent::ConfigAutoReportLogLevel(LogSeverity) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigAutoReportLogLevel_m641268479 (RuntimeObject * __this /* static, unused */, int32_t ___level0, const RuntimeMethod* method); // System.Void BuglyAgent::ConfigAutoQuitApplication(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigAutoQuitApplication_m3709677150 (RuntimeObject * __this /* static, unused */, bool ___autoQuit0, const RuntimeMethod* method); // System.Void BuglyAgent::RegisterLogCallback(System.Action`3) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_RegisterLogCallback_m2708184726 (RuntimeObject * __this /* static, unused */, Action_3_t844242923 * ___handler0, const RuntimeMethod* method); // System.Void BuglyAgent::EnableExceptionHandler() extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_EnableExceptionHandler_m1036637300 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Plugin.CSystemTool DMCore.Framework.Plugin.CSystemTool::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSystemTool_t575361936 * CSystemTool_GetInstance_m3874669591 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Plugin.CSystemTool::GetAvailMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemTool_GetAvailMemory_m1133097970 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Misc.CMathHelp::BytesToMillion(System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CMathHelp_BytesToMillion_m4166111227 (RuntimeObject * __this /* static, unused */, int64_t ___bytesVal0, const RuntimeMethod* method); // 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); // DMCore.Framework.Level.CLevelManager DMCore.Framework.Level.CLevelManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLevelManager_t3077608201 * CLevelManager_GetInstance_m3233027795 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.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); // DMCore.Logic.logicServerList DMCore.Logic.logicServerList::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicServerList_t796012166 * logicServerList_GetInstance_m3904653172 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.logicServerList::get_IsCheckListDone() extern "C" IL2CPP_METHOD_ATTR bool logicServerList_get_IsCheckListDone_m3308911871 (logicServerList_t796012166 * __this, const RuntimeMethod* method); // DMCore.Net.CNetServerConfig DMCore.Net.CNetServerConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CNetServerConfig_t202072970 * CNetServerConfig_GetInstance_m1865421617 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Net.CNetServerConfig::GetConfigString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_GetConfigString_m1508055105 (CNetServerConfig_t202072970 * __this, String_t* ___key0, String_t* ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.Logic.logicServerList::OnDownLoadServerList(System.String) extern "C" IL2CPP_METHOD_ATTR void logicServerList_OnDownLoadServerList_m1949366319 (logicServerList_t796012166 * __this, String_t* ____url0, const RuntimeMethod* method); // System.Void SDKProxyManager::CollectGameStart(System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_CollectGameStart_m3908341061 (RuntimeObject * __this /* static, unused */, String_t* ___eventId0, String_t* ___startUpType1, String_t* ___errorCode2, String_t* ___errorInfo3, String_t* ___url4, String_t* ___extraParams5, String_t* ___isMainLand6, const RuntimeMethod* method); // System.Void DMCore.Logic.logicServerList::set_IsCheckListDone(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicServerList_set_IsCheckListDone_m1967171661 (logicServerList_t796012166 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.logicServerList::IsFailed() extern "C" IL2CPP_METHOD_ATTR bool logicServerList_IsFailed_m908163993 (logicServerList_t796012166 * __this, const RuntimeMethod* method); // System.Void DMCore.OnMsgBoxClkCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnMsgBoxClkCallBack__ctor_m2163616605 (OnMsgBoxClkCallBack_t3229751541 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ShowMessageBox(DMCore.enumMsgBoxType,System.String,DMCore.OnMsgBoxClkCallBack) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ShowMessageBox_m686064934 (RuntimeObject * __this /* static, unused */, int32_t ___type0, String_t* ___appendDesc1, OnMsgBoxClkCallBack_t3229751541 * ___callBack2, const RuntimeMethod* method); // DMCore.Logic.logicLoginBroadCast DMCore.Logic.logicLoginBroadCast::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicLoginBroadCast_t172751115 * logicLoginBroadCast_GetInstance_m1589026507 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.logicLoginBroadCast::IsReady(System.String&) extern "C" IL2CPP_METHOD_ATTR bool logicLoginBroadCast_IsReady_m402345676 (logicLoginBroadCast_t172751115 * __this, String_t** ___result0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.logicServerList::IsReady() extern "C" IL2CPP_METHOD_ATTR bool logicServerList_IsReady_m1205508327 (logicServerList_t796012166 * __this, const RuntimeMethod* method); // System.Void logoState::OnMsgBoxComfirmBroadCast(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void logoState_OnMsgBoxComfirmBroadCast_m579112755 (logoState_t455858167 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method); // System.Void DMCore.CRoot::OnTick(System.Single) extern "C" IL2CPP_METHOD_ATTR void CRoot_OnTick_m1920649087 (CRoot_t1043641654 * __this, float ___fDeltaTime0, const RuntimeMethod* method); // System.Void DMCore.Logic.logicServerList::set_LinkNum(System.Int32) extern "C" IL2CPP_METHOD_ATTR void logicServerList_set_LinkNum_m1639408057 (logicServerList_t796012166 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.Transform::get_childCount() extern "C" IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_m3145433196 (Transform_t3600365921 * __this, const RuntimeMethod* method); // DMCore.Logic.CActivityManager DMCore.Logic.CActivityManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CActivityManager_t1081296145 * CActivityManager_GetInstance_m2243292784 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.IActivityDetail DMCore.Logic.CActivityManager::GetActivityDetailById(System.Int32) extern "C" IL2CPP_METHOD_ATTR IActivityDetail_t2848416189 * CActivityManager_GetActivityDetailById_m855034545 (CActivityManager_t1081296145 * __this, int32_t ___activity_id0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m504862446(__this, p0, p1, method) (( void (*) (Action_1_t1302699353 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void IEventDispatcher::AddWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void IEventDispatcher_AddWatcher_m1530082036 (IEventDispatcher_t2294365884 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method); // System.Boolean CDataModelBool::get_Data() extern "C" IL2CPP_METHOD_ATTR bool CDataModelBool_get_Data_m2289136987 (CDataModelBool_t2269476966 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_GetChild_m1092972975 (Transform_t3600365921 * __this, int32_t p0, const RuntimeMethod* method); // System.Void IEventDispatcher::RemoveWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void IEventDispatcher_RemoveWatcher_m2309964606 (IEventDispatcher_t2294365884 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(__this, method) (( MarryListCellItem_t3507082519 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void MarryListCellItem::Init(MarryListItemData) extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_Init_m4091278676 (MarryListCellItem_t3507082519 * __this, MarryListItemData_t1515524605 * ___item0, const RuntimeMethod* method); // System.Void MarryListCellItem::ShowBtn() extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_ShowBtn_m3038736533 (MarryListCellItem_t3507082519 * __this, const RuntimeMethod* method); // System.Void MarryListCellItem::HideAllBtns() extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_HideAllBtns_m3649322344 (MarryListCellItem_t3507082519 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisDMListViewSlideOptimize_t2157965775_m3566849225(__this, method) (( DMListViewSlideOptimize_t2157965775 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void DMListViewSlideOptimize::SetSlideType(DMListViewSlideOptimize/SlideDirection) extern "C" IL2CPP_METHOD_ATTR void DMListViewSlideOptimize_SetSlideType_m967738697 (DMListViewSlideOptimize_t2157965775 * __this, int32_t ___dir0, const RuntimeMethod* 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.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); // System.Void MarryListCellItem::NumToString(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_NumToString_m1878712649 (MarryListCellItem_t3507082519 * __this, int32_t ___num0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.PersonaliseConfig::GetEffectByHeadBoxID(UnityEngine.Transform,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t PersonaliseConfig_GetEffectByHeadBoxID_m2521822695 (PersonaliseConfig_t2812043406 * __this, Transform_t3600365921 * ___trans0, int32_t ___headBoxID1, const RuntimeMethod* method); // System.Void DMCore.Logic.PersonaliseConfig::SetUserHeadBoxEffect(UnityEngine.Transform,System.Int32,UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_SetUserHeadBoxEffect_m807502271 (PersonaliseConfig_t2812043406 * __this, Transform_t3600365921 * ___headbox0, int32_t ___effectID1, Vector3_t3722313464 ___position2, Vector3_t3722313464 ___scale3, const RuntimeMethod* method); // System.String ColorMap::GetColorValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ColorMap_GetColorValue_m929637861 (RuntimeObject * __this /* static, unused */, String_t* ___colorKey0, const RuntimeMethod* method); // UnityEngine.Color NGUITools::ParseColor(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 NGUITools_ParseColor_m3278855289 (RuntimeObject * __this /* static, unused */, String_t* ___text0, int32_t ___offset1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::ToTimeFormat(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_ToTimeFormat_m1749156065 (RuntimeObject * __this /* static, unused */, int32_t ___seconds0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::CancelInvoke(System.String) extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour_CancelInvoke_m2180046661 (MonoBehaviour_t3962482529 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::Invoke(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour_Invoke_m4227543964 (MonoBehaviour_t3962482529 * __this, String_t* p0, float p1, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // System.Void UISprite::set_spriteName(System.String) extern "C" IL2CPP_METHOD_ATTR void UISprite_set_spriteName_m1616245412 (UISprite_t194114938 * __this, String_t* ___value0, const RuntimeMethod* method); // System.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 UnityEngine.Debug::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_Log_m4051431634 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // DMCore.Logic.CWndController DMCore.Logic.CWndController::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWndController_t749709641 * CWndController_GetInstance_m4155889192 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::ShowUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_ShowUI_m3552255067 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // DMCore.Logic.CBlessManager DMCore.Logic.CBlessManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CBlessManager_t2858824243 * CBlessManager_GetInstance_m1295054146 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CBlessManager::Init(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CBlessManager_Init_m2623164428 (CBlessManager_t2858824243 * __this, int32_t ___roomId0, const RuntimeMethod* method); // DMCore.Logic.CMarryListManager DMCore.Logic.CMarryListManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMarryListManager_t2185299657 * CMarryListManager_GetInstance_m3326671777 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CMarryListManager::RequestEntryMarryRoom(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CMarryListManager_RequestEntryMarryRoom_m378817486 (CMarryListManager_t2185299657 * __this, int32_t ___entryType0, int32_t ___roomType1, int32_t ___roomId2, const RuntimeMethod* method); // System.Void DMCore.Logic.CMarryListManager::ChangeClicked(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CMarryListManager_ChangeClicked_m3771222017 (CMarryListManager_t2185299657 * __this, int32_t ___no0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m4254788256(__this, method) (( void (*) (List_1_t3149535657 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void MemberManager::set_memberReturn(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void MemberManager_set_memberReturn_m1677060775 (MemberManager_t2979457932 * __this, List_1_t3149535657 * ___value0, const RuntimeMethod* method); // System.Void MemberManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemberManager__ctor_m1490622489 (MemberManager_t2979457932 * __this, const RuntimeMethod* method); // DMCore.Logic.CRechargeUnit DMCore.Logic.CRechargeConfig::GetUnitByMemberLevel(enumMemberLevel) extern "C" IL2CPP_METHOD_ATTR CRechargeUnit_t1619097969 * CRechargeConfig_GetUnitByMemberLevel_m652493829 (RuntimeObject * __this /* static, unused */, int32_t ___memberLevel0, const RuntimeMethod* method); // System.Int32 MemberManager::get_LeftTime() extern "C" IL2CPP_METHOD_ATTR int32_t MemberManager_get_LeftTime_m2080886271 (MemberManager_t2979457932 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::CeilToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_m432108984 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Int32 DMCore.Net.CNetServerConfig::GetConfigInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CNetServerConfig_GetConfigInt_m1392106542 (CNetServerConfig_t202072970 * __this, String_t* ___key0, int32_t ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.CMsgManager::PushHintUseTextHelp(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMsgManager_PushHintUseTextHelp_m3781284520 (CMsgManager_t455955613 * __this, String_t* ___str0, bool ___bInsertHead1, const RuntimeMethod* method); // DMCore.Logic.CRechargeManager DMCore.Logic.CRechargeManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRechargeManager_t2919414649 * CRechargeManager_GetInstance_m3912661271 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CRechargeManager/enumRequestFrom DMCore.Logic.CRechargeManager::get_RequestFrom() extern "C" IL2CPP_METHOD_ATTR int32_t CRechargeManager_get_RequestFrom_m1304987237 (CRechargeManager_t2919414649 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CInputStatistics::Increase(DMCore.Logic.SIT,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInputStatistics_Increase_m2975342541 (RuntimeObject * __this /* static, unused */, int32_t ___operationID0, int32_t ___productID1, int32_t ___requestFrom2, const RuntimeMethod* method); // System.Void DMCore.Logic.CRechargeManager::ProcessRecharge(System.Int32,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CRechargeManager_ProcessRecharge_m3776137960 (CRechargeManager_t2919414649 * __this, int32_t ___productIndex0, String_t* ___moneyCount1, String_t* ___title2, String_t* ___description3, const RuntimeMethod* method); // ActivityMenberRenewController ActivityMenberRenewController::GetInstance() extern "C" IL2CPP_METHOD_ATTR ActivityMenberRenewController_t222386189 * ActivityMenberRenewController_GetInstance_m134191520 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void ActivityMenberRenewController::HideUI() extern "C" IL2CPP_METHOD_ATTR void ActivityMenberRenewController_HideUI_m3467583140 (ActivityMenberRenewController_t222386189 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 MemberManager::get_memberReturn() extern "C" IL2CPP_METHOD_ATTR List_1_t3149535657 * MemberManager_get_memberReturn_m538859833 (MemberManager_t2979457932 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1914676108(__this, method) (( void (*) (List_1_t3149535657 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Int32 DMCore.CDataArray::GetInt(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetInt_m1111369473 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, int32_t ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.Logic.CAwardItem::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CAwardItem__ctor_m4013977086 (CAwardItem_t1677460915 * __this, int32_t ___configId0, int32_t ___amount1, int32_t ___valid2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1312316922(__this, p0, method) (( void (*) (List_1_t3149535657 *, CAwardItem_t1677460915 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool Mathf_Approximately_m245805902 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // UnityEngine.Vector3[] UnityEngine.Mesh::get_vertices() extern "C" IL2CPP_METHOD_ATTR Vector3U5BU5D_t1718750761* Mesh_get_vertices_m3585684815 (Mesh_t3648964284 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mesh::get_vertexCount() extern "C" IL2CPP_METHOD_ATTR int32_t Mesh_get_vertexCount_m884140614 (Mesh_t3648964284 * __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.Vector3[] UnityEngine.Mesh::get_normals() extern "C" IL2CPP_METHOD_ATTR Vector3U5BU5D_t1718750761* Mesh_get_normals_m4099615978 (Mesh_t3648964284 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_normals(UnityEngine.Vector3[]) extern "C" IL2CPP_METHOD_ATTR void Mesh_set_normals_m332514528 (Mesh_t3648964284 * __this, Vector3U5BU5D_t1718750761* p0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_vertices(UnityEngine.Vector3[]) extern "C" IL2CPP_METHOD_ATTR void Mesh_set_vertices_m2084450642 (Mesh_t3648964284 * __this, Vector3U5BU5D_t1718750761* p0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::RecalculateBounds() extern "C" IL2CPP_METHOD_ATTR void Mesh_RecalculateBounds_m39931642 (Mesh_t3648964284 * __this, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.Component::GetComponent(System.Type) extern "C" IL2CPP_METHOD_ATTR Component_t1923634451 * Component_GetComponent_m886226392 (Component_t1923634451 * __this, Type_t * p0, const RuntimeMethod* method); // UnityEngine.Mesh UnityEngine.SkinnedMeshRenderer::get_sharedMesh() extern "C" IL2CPP_METHOD_ATTR Mesh_t3648964284 * SkinnedMeshRenderer_get_sharedMesh_m1611698282 (SkinnedMeshRenderer_t245602842 * __this, const RuntimeMethod* method); // UnityEngine.Mesh UnityEngine.MeshFilter::get_sharedMesh() extern "C" IL2CPP_METHOD_ATTR Mesh_t3648964284 * MeshFilter_get_sharedMesh_m1726897210 (MeshFilter_t3523625662 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_m2756574208 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Clamp_m3350697880 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Void MeshMorpher::SetComplexMorph(System.Int32,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshMorpher_SetComplexMorph_m2809736551 (MeshMorpher_t3454807663 * __this, int32_t ___srcIndex0, int32_t ___dstIndex1, float ___t2, const RuntimeMethod* method); // System.Boolean UnityEngine.Application::get_isPlaying() extern "C" IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m100394690 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Behaviour_set_enabled_m20417929 (Behaviour_t1437897464 * __this, bool p0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.GameObject::GetComponent(System.Type) extern "C" IL2CPP_METHOD_ATTR Component_t1923634451 * GameObject_GetComponent_m1027872079 (GameObject_t1113636619 * __this, Type_t * p0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) #define Object_Instantiate_TisMesh_t3648964284_m1392175164(__this /* static, unused */, p0, method) (( Mesh_t3648964284 * (*) (RuntimeObject * /* static, unused */, Mesh_t3648964284 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m3060171005_gshared)(__this /* static, unused */, p0, method) // System.Void UnityEngine.SkinnedMeshRenderer::set_sharedMesh(UnityEngine.Mesh) extern "C" IL2CPP_METHOD_ATTR void SkinnedMeshRenderer_set_sharedMesh_m2397334786 (SkinnedMeshRenderer_t245602842 * __this, Mesh_t3648964284 * p0, const RuntimeMethod* method); // System.Void UnityEngine.MeshFilter::set_sharedMesh(UnityEngine.Mesh) extern "C" IL2CPP_METHOD_ATTR void MeshFilter_set_sharedMesh_m2173122548 (MeshFilter_t3523625662 * __this, Mesh_t3648964284 * p0, const RuntimeMethod* method); // UnityEngine.Mesh UnityEngine.MeshFilter::get_mesh() extern "C" IL2CPP_METHOD_ATTR Mesh_t3648964284 * MeshFilter_get_mesh_m3346355278 (MeshFilter_t3523625662 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Repeat(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Repeat_m1502810009 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::PingPong(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_PingPong_m2878066270 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // System.Void MeshMorpher::SetMorph(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshMorpher_SetMorph_m473320021 (MeshMorpher_t3454807663 * __this, float ___t0, const RuntimeMethod* method); // System.Void MessageHandler::motionHandler(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_motionHandler_m3388679817 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method); // System.Void MessageHandler::actionHandler(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_actionHandler_m385857625 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___code1, const RuntimeMethod* method); // System.Void MessageHandler::stepHandler(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_stepHandler_m2956251515 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___leftStatus1, int32_t ___rightStatus2, int32_t ___leftFrag3, int32_t ___rightFrag4, const RuntimeMethod* method); // System.Void MessageHandler::deviceHandler(System.Int32,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_deviceHandler_m2664690459 (RuntimeObject * __this /* static, unused */, int32_t ___id0, String_t* ___name1, String_t* ___address2, int32_t ___status3, int32_t ___electricity4, const RuntimeMethod* method); // System.Void MessageHandler::userFriendsHandler(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_userFriendsHandler_m1531076387 (RuntimeObject * __this /* static, unused */, int32_t ___code0, String_t* ___json1, const RuntimeMethod* method); // System.Void MessageHandler::inviteFriendHandler(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_inviteFriendHandler_m2454710401 (RuntimeObject * __this /* static, unused */, int32_t ___code0, String_t* ___userJson1, String_t* ___inviteInfo2, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisMessageHandler_t3017544858_m1549143245(__this, method) (( MessageHandler_t3017544858 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisMessageHandler_t3017544858_m772012332(__this, method) (( MessageHandler_t3017544858 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void DMCore.Logic.CKDDeviceService::_OnMotion(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService__OnMotion_m232953697 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___index1, int32_t ___code2, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Debug_LogFormat_m309087137 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Void DMCore.Logic.CKDDeviceService::_OnDeviceState(System.Int32,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService__OnDeviceState_m3200656866 (RuntimeObject * __this /* static, unused */, int32_t ___id0, String_t* ___name1, String_t* ___address2, int32_t ___status3, int32_t ___electricity4, const RuntimeMethod* method); // LitJson.JsonData LitJson.JsonData::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_get_Item_m147413252 (JsonData_t1524858407 * __this, String_t* ___prop_name0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::ToInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_ToInt_m1396402449 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, int32_t ___nDefaultVal1, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // LitJson.JsonData LitJson.JsonMapper::ToObject(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonMapper_ToObject_m537038487 (RuntimeObject * __this /* static, unused */, String_t* ___json0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1390507701(__this, method) (( void (*) (List_1_t2822533831 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void UserFriend::.ctor() extern "C" IL2CPP_METHOD_ATTR void UserFriend__ctor_m3245304558 (UserFriend_t1350459089 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1661989335(__this, p0, method) (( void (*) (List_1_t2822533831 *, UserFriend_t1350459089 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // LitJson.JsonData LitJson.JsonData::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_get_Item_m594638490 (JsonData_t1524858407 * __this, int32_t ___index0, const RuntimeMethod* method); // System.String MessageHandler::ParseJsonString(LitJson.JsonData,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* MessageHandler_ParseJsonString_m2703389344 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___jData0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.Void User::.ctor() extern "C" IL2CPP_METHOD_ATTR void User__ctor_m1077544487 (User_t2909415622 * __this, const RuntimeMethod* method); // System.Int32 MessageHandler::ParseJsonInt(LitJson.JsonData,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t MessageHandler_ParseJsonInt_m2663139697 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___jData0, String_t* ___key1, int32_t ___defaultVal2, const RuntimeMethod* method); // System.Collections.Generic.List`1 MessageHandler::ParseFriendsJson(System.String) extern "C" IL2CPP_METHOD_ATTR List_1_t2822533831 * MessageHandler_ParseFriendsJson_m3694608391 (RuntimeObject * __this /* static, unused */, String_t* ___json0, const RuntimeMethod* method); // System.Void DMCore.Logic.CKDDeviceService::_OnCbFriendList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService__OnCbFriendList_m635054578 (RuntimeObject * __this /* static, unused */, List_1_t2822533831 * ___listVal0, const RuntimeMethod* method); // System.Void DMCore.Logic.CKDDeviceService::_OnCbInviteFriend(System.String) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService__OnCbInviteFriend_m3737848923 (RuntimeObject * __this /* static, unused */, String_t* ___param0, const RuntimeMethod* method); // System.Void MessageHandler::MotionInner(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_MotionInner_m3126250861 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method); // System.Void MessageHandler::ActionInner(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_ActionInner_m1492943205 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___code1, const RuntimeMethod* method); // System.Void MessageHandler::StepInner(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_StepInner_m1799540801 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___leftStatus1, int32_t ___rightStatus2, int32_t ___leftFrag3, int32_t ___rightFrag4, const RuntimeMethod* method); // System.Void MessageHandler::DeviceInner(System.Int32,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_DeviceInner_m2945538751 (RuntimeObject * __this /* static, unused */, int32_t ___id0, String_t* ___name1, String_t* ___address2, int32_t ___status3, int32_t ___electricity4, const RuntimeMethod* method); // System.Void MessageHandler::UserFriendsInner(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_UserFriendsInner_m613430048 (RuntimeObject * __this /* static, unused */, int32_t ___code0, String_t* ___json1, const RuntimeMethod* method); // System.Void MessageHandler::InviteFriendInner(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_InviteFriendInner_m3996847314 (RuntimeObject * __this /* static, unused */, int32_t ___code0, String_t* ___userJson1, String_t* ___inviteInfo2, const RuntimeMethod* method); // System.Void MessageHandler/ActionHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ActionHandler__ctor_m826639694 (ActionHandler_t1919085295 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate(System.Delegate) extern "C" IL2CPP_METHOD_ATTR intptr_t Marshal_GetFunctionPointerForDelegate_m3926782411 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, const RuntimeMethod* method); // System.Void MessageHandler::PointerActionHandler(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_PointerActionHandler_m2349303014 (RuntimeObject * __this /* static, unused */, intptr_t ___resultHandler0, const RuntimeMethod* method); // System.Void MessageHandler/MotionHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MotionHandler__ctor_m3915821815 (MotionHandler_t4071239806 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void MessageHandler::PointerMotionHandler(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_PointerMotionHandler_m2151081230 (RuntimeObject * __this /* static, unused */, intptr_t ___resultHandler0, const RuntimeMethod* method); // System.Void MessageHandler/StepHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void StepHandler__ctor_m3581933846 (StepHandler_t3504542481 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void MessageHandler::PointerStepHandler(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_PointerStepHandler_m2426828707 (RuntimeObject * __this /* static, unused */, intptr_t ___resultHandler0, const RuntimeMethod* method); // System.Void MessageHandler/DeviceHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DeviceHandler__ctor_m1758292229 (DeviceHandler_t706368662 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void MessageHandler::PointerDeviceHandler(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_PointerDeviceHandler_m2807199095 (RuntimeObject * __this /* static, unused */, intptr_t ___resultHandler0, const RuntimeMethod* method); // System.Void MessageHandler/UserFriendsHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UserFriendsHandler__ctor_m1590936899 (UserFriendsHandler_t191220723 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void MessageHandler::PointerUserFriendsHandler(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_PointerUserFriendsHandler_m294909984 (RuntimeObject * __this /* static, unused */, intptr_t ___resultHandler0, const RuntimeMethod* method); // System.Void MessageHandler/InviteFriendHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void InviteFriendHandler__ctor_m3134905041 (InviteFriendHandler_t2781888241 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void MessageHandler::PointerInviteFriendHandler(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_PointerInviteFriendHandler_m2564626900 (RuntimeObject * __this /* static, unused */, intptr_t ___resultHandler0, const RuntimeMethod* method); // System.String MessageHandler::GetUserInfoJson() extern "C" IL2CPP_METHOD_ATTR String_t* MessageHandler_GetUserInfoJson_m223434448 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // !!0 UnityEngine.JsonUtility::FromJson(System.String) #define JsonUtility_FromJson_TisUser_t2909415622_m456058016(__this /* static, unused */, p0, method) (( User_t2909415622 * (*) (RuntimeObject * /* static, unused */, String_t*, const RuntimeMethod*))JsonUtility_FromJson_TisRuntimeObject_m1405553448_gshared)(__this /* static, unused */, p0, method) // System.Void MessageHandler::GetUserFriends(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_GetUserFriends_m1155881962 (RuntimeObject * __this /* static, unused */, int32_t ___code0, const RuntimeMethod* method); // System.Void MessageHandler::GameStart() extern "C" IL2CPP_METHOD_ATTR void MessageHandler_GameStart_m990866604 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void MessageHandler::GameEnd(System.Int32,System.Double,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_GameEnd_m1093581295 (RuntimeObject * __this /* static, unused */, int32_t ___level0, double ___score1, int32_t ___record2, int32_t ___mode3, int32_t ___opponentId4, const RuntimeMethod* method); // System.Void MessageHandler::ConnectDevice(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_ConnectDevice_m2964207229 (RuntimeObject * __this /* static, unused */, int32_t ___type0, const RuntimeMethod* method); // System.Void MessageHandler::DisConnectDevice(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_DisConnectDevice_m327782238 (RuntimeObject * __this /* static, unused */, int32_t ___type0, const RuntimeMethod* method); // System.Void MessageHandler::SearchDevice(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_SearchDevice_m2617874739 (RuntimeObject * __this /* static, unused */, int32_t ___type0, const RuntimeMethod* method); // System.Void MessageHandler::InviteFriend(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_InviteFriend_m1181323782 (RuntimeObject * __this /* static, unused */, int32_t ___friendId0, String_t* ___info1, const RuntimeMethod* method); // System.Void MessageHandler::GetInviteInfo() extern "C" IL2CPP_METHOD_ATTR void MessageHandler_GetInviteInfo_m594773672 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void MessageHandler::Vibrate(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_Vibrate_m1564897166 (RuntimeObject * __this /* static, unused */, int32_t ___type0, int32_t ___duration1, const RuntimeMethod* method); // System.Void MessageHandler/ActionHandler::Invoke(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ActionHandler_Invoke_m490367394 (ActionHandler_t1919085295 * __this, int32_t ___id0, int32_t ___code1, const RuntimeMethod* method); // System.Void MessageHandler/DeviceHandler::Invoke(System.Int32,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeviceHandler_Invoke_m3856661129 (DeviceHandler_t706368662 * __this, int32_t ___id0, String_t* ___name1, String_t* ___address2, int32_t ___status3, int32_t ___electricity4, const RuntimeMethod* method); // System.Void MessageHandler/InviteFriendHandler::Invoke(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void InviteFriendHandler_Invoke_m2025178260 (InviteFriendHandler_t2781888241 * __this, int32_t ___code0, String_t* ___userJson1, String_t* ___inviteInfo2, const RuntimeMethod* method); // System.Void MessageHandler/MotionHandler::Invoke(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MotionHandler_Invoke_m755645235 (MotionHandler_t4071239806 * __this, int32_t ___id0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method); // System.Void MessageHandler/StepHandler::Invoke(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StepHandler_Invoke_m654408108 (StepHandler_t3504542481 * __this, int32_t ___id0, int32_t ___leftStatus1, int32_t ___rightStatus2, int32_t ___leftFrag3, int32_t ___rightFrag4, const RuntimeMethod* method); // System.Void MessageHandler/UserFriendsHandler::Invoke(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void UserFriendsHandler_Invoke_m1164166503 (UserFriendsHandler_t191220723 * __this, int32_t ___code0, String_t* ___json1, const RuntimeMethod* method); // System.Void MessageReminder::_InitRemiderHost(System.String,UnityEngine.GameObject&) extern "C" IL2CPP_METHOD_ATTR void MessageReminder__InitRemiderHost_m3884307660 (MessageReminder_t679729296 * __this, String_t* ___pathInHierarchy0, GameObject_t1113636619 ** ___destObj1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Level.CLevelManager::IsLevel(System.String) extern "C" IL2CPP_METHOD_ATTR bool CLevelManager_IsLevel_m3139716542 (CLevelManager_t3077608201 * __this, String_t* ___levelName0, const RuntimeMethod* method); // DMCore.Logic.CChatManager DMCore.Logic.CChatManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CChatManager_t1988186574 * CChatManager_GetInstance_m3267979394 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CChatManager::GetAllUnreadChatCount() extern "C" IL2CPP_METHOD_ATTR int32_t CChatManager_GetAllUnreadChatCount_m2583097569 (CChatManager_t1988186574 * __this, const RuntimeMethod* method); // UnityEngine.GameObject DMCore.Logic.CMessageSignMgr::AddSign(UnityEngine.GameObject,UIWidget/Pivot,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CMessageSignMgr_AddSign_m3231234788 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___destWidget0, int32_t ___pivot1, Vector3_t3722313464 ___customOffset2, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_Destroy_m3726802780 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___target0, const RuntimeMethod* method); // UnityEngine.LayerMask UnityEngine.LayerMask::op_Implicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR LayerMask_t3493934918 LayerMask_op_Implicit_m90232283 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Boolean DMGameInterface::IsHighQuality() extern "C" IL2CPP_METHOD_ATTR bool DMGameInterface_IsHighQuality_m4008598258 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.Behaviour::get_enabled() extern "C" IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_m753527255 (Behaviour_t1437897464 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisRenderer_t2627027031_m2651633905(__this, method) (( Renderer_t2627027031 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Implicit_m3574996620 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // UnityEngine.Material UnityEngine.Renderer::get_sharedMaterial() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * Renderer_get_sharedMaterial_m1936632411 (Renderer_t2627027031 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Renderer::get_enabled() extern "C" IL2CPP_METHOD_ATTR bool Renderer_get_enabled_m3482452518 (Renderer_t2627027031 * __this, const RuntimeMethod* method); // UnityEngine.Camera UnityEngine.Camera::get_current() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * Camera_get_current_m929992396 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void MirrorReflection::CreateMirrorObjects(UnityEngine.Camera,UnityEngine.Camera&) extern "C" IL2CPP_METHOD_ATTR void MirrorReflection_CreateMirrorObjects_m904266706 (MirrorReflection_t2846055273 * __this, Camera_t4157153871 * ___currentCamera0, Camera_t4157153871 ** ___reflectionCamera1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_up() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_up_m3972993886 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.QualitySettings::get_pixelLightCount() extern "C" IL2CPP_METHOD_ATTR int32_t QualitySettings_get_pixelLightCount_m3013306133 (RuntimeObject * __this /* static, unused */, 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 MirrorReflection::UpdateCameraModes(UnityEngine.Camera,UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void MirrorReflection_UpdateCameraModes_m2010203467 (MirrorReflection_t2846055273 * __this, Camera_t4157153871 * ___src0, Camera_t4157153871 * ___dest1, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Dot(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR float Vector3_Dot_m606404487 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector4__ctor_m2498754347 (Vector4_t3319028937 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_zero() extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Matrix4x4_get_zero_m2898777066 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void MirrorReflection::CalculateReflectionMatrix(UnityEngine.Matrix4x4&,UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR void MirrorReflection_CalculateReflectionMatrix_m2664812656 (RuntimeObject * __this /* static, unused */, Matrix4x4_t1817901843 * ___reflectionMat0, Vector4_t3319028937 ___plane1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Matrix4x4_MultiplyPoint_m1575665487 (Matrix4x4_t1817901843 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Camera::get_worldToCameraMatrix() extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Camera_get_worldToCameraMatrix_m22661425 (Camera_t4157153871 * __this, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::op_Multiply(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4) extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Matrix4x4_op_Multiply_m1876492807 (RuntimeObject * __this /* static, unused */, Matrix4x4_t1817901843 p0, Matrix4x4_t1817901843 p1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_worldToCameraMatrix(UnityEngine.Matrix4x4) extern "C" IL2CPP_METHOD_ATTR void Camera_set_worldToCameraMatrix_m2548466927 (Camera_t4157153871 * __this, Matrix4x4_t1817901843 p0, const RuntimeMethod* method); // UnityEngine.Vector4 MirrorReflection::CameraSpacePlane(UnityEngine.Camera,UnityEngine.Vector3,UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 MirrorReflection_CameraSpacePlane_m2548812945 (MirrorReflection_t2846055273 * __this, Camera_t4157153871 * ___cam0, Vector3_t3722313464 ___pos1, Vector3_t3722313464 ___normal2, float ___sideSign3, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Camera::get_projectionMatrix() extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Camera_get_projectionMatrix_m667780853 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Void MirrorReflection::CalculateObliqueMatrix(UnityEngine.Matrix4x4&,UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR void MirrorReflection_CalculateObliqueMatrix_m687834819 (RuntimeObject * __this /* static, unused */, Matrix4x4_t1817901843 * ___projection0, Vector4_t3319028937 ___clipPlane1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_projectionMatrix(UnityEngine.Matrix4x4) extern "C" IL2CPP_METHOD_ATTR void Camera_set_projectionMatrix_m3293177686 (Camera_t4157153871 * __this, Matrix4x4_t1817901843 p0, const RuntimeMethod* method); // System.Int32 UnityEngine.LayerMask::get_value() extern "C" IL2CPP_METHOD_ATTR int32_t LayerMask_get_value_m1881709263 (LayerMask_t3493934918 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_cullingMask(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Camera_set_cullingMask_m1402455777 (Camera_t4157153871 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_targetTexture(UnityEngine.RenderTexture) extern "C" IL2CPP_METHOD_ATTR void Camera_set_targetTexture_m3148311140 (Camera_t4157153871 * __this, RenderTexture_t2108887433 * p0, const RuntimeMethod* method); // System.Void UnityEngine.GL::set_invertCulling(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GL_set_invertCulling_m2740667760 (RuntimeObject * __this /* static, unused */, bool p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_eulerAngles() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_eulerAngles_m2743581774 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_eulerAngles(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_eulerAngles_m135219616 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::Render() extern "C" IL2CPP_METHOD_ATTR void Camera_Render_m2813253190 (Camera_t4157153871 * __this, const RuntimeMethod* method); // UnityEngine.Material[] UnityEngine.Renderer::get_sharedMaterials() extern "C" IL2CPP_METHOD_ATTR MaterialU5BU5D_t561872642* Renderer_get_sharedMaterials_m76747498 (Renderer_t2627027031 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_lossyScale() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_lossyScale_m465496651 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Material::HasProperty(System.String) extern "C" IL2CPP_METHOD_ATTR bool Material_HasProperty_m2704238996 (Material_t340375123 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetTexture(System.String,UnityEngine.Texture) extern "C" IL2CPP_METHOD_ATTR void Material_SetTexture_m1829349465 (Material_t340375123 * __this, String_t* p0, Texture_t3661962703 * p1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_get_identity_m3722672781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Transform::get_localToWorldMatrix() extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Transform_get_localToWorldMatrix_m4155710351 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::Scale(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Matrix4x4_Scale_m1924903112 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetMatrix(System.String,UnityEngine.Matrix4x4) extern "C" IL2CPP_METHOD_ATTR void Material_SetMatrix_m4094650785 (Material_t340375123 * __this, String_t* p0, Matrix4x4_t1817901843 p1, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m3193525861 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // UnityEngine.CameraClearFlags UnityEngine.Camera::get_clearFlags() extern "C" IL2CPP_METHOD_ATTR int32_t Camera_get_clearFlags_m992534691 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_clearFlags(UnityEngine.CameraClearFlags) extern "C" IL2CPP_METHOD_ATTR void Camera_set_clearFlags_m2207032996 (Camera_t4157153871 * __this, int32_t p0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Camera::get_backgroundColor() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Camera_get_backgroundColor_m3310993309 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_backgroundColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void Camera_set_backgroundColor_m1332346802 (Camera_t4157153871 * __this, Color_t2555686324 p0, const RuntimeMethod* method); // UnityEngine.Material UnityEngine.Skybox::get_material() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * Skybox_get_material_m3789022787 (Skybox_t2662837510 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Skybox::set_material(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR void Skybox_set_material_m3176166872 (Skybox_t2662837510 * __this, Material_t340375123 * p0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_farClipPlane() extern "C" IL2CPP_METHOD_ATTR float Camera_get_farClipPlane_m538536689 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_farClipPlane(System.Single) extern "C" IL2CPP_METHOD_ATTR void Camera_set_farClipPlane_m3828313665 (Camera_t4157153871 * __this, float p0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_nearClipPlane() extern "C" IL2CPP_METHOD_ATTR float Camera_get_nearClipPlane_m837839537 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_nearClipPlane(System.Single) extern "C" IL2CPP_METHOD_ATTR void Camera_set_nearClipPlane_m3667419702 (Camera_t4157153871 * __this, float p0, const RuntimeMethod* method); // System.Boolean UnityEngine.Camera::get_orthographic() extern "C" IL2CPP_METHOD_ATTR bool Camera_get_orthographic_m2831464531 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_orthographic(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Camera_set_orthographic_m2855749523 (Camera_t4157153871 * __this, bool p0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_fieldOfView() extern "C" IL2CPP_METHOD_ATTR float Camera_get_fieldOfView_m1018585504 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_fieldOfView(System.Single) extern "C" IL2CPP_METHOD_ATTR void Camera_set_fieldOfView_m1438246590 (Camera_t4157153871 * __this, float p0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_aspect() extern "C" IL2CPP_METHOD_ATTR float Camera_get_aspect_m862507514 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_aspect(System.Single) extern "C" IL2CPP_METHOD_ATTR void Camera_set_aspect_m2625464181 (Camera_t4157153871 * __this, float p0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_orthographicSize() extern "C" IL2CPP_METHOD_ATTR float Camera_get_orthographicSize_m3903216845 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_orthographicSize(System.Single) extern "C" IL2CPP_METHOD_ATTR void Camera_set_orthographicSize_m76971700 (Camera_t4157153871 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.RenderTexture::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RenderTexture__ctor_m769234016 (RenderTexture_t2108887433 * __this, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Int32 UnityEngine.Object::GetInstanceID() extern "C" IL2CPP_METHOD_ATTR int32_t Object_GetInstanceID_m1255174761 (Object_t631007953 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RenderTexture::set_isPowerOfTwo(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RenderTexture_set_isPowerOfTwo_m3873419893 (RenderTexture_t2108887433 * __this, bool p0, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) extern "C" IL2CPP_METHOD_ATTR void Object_set_hideFlags_m1648752846 (Object_t631007953 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor(System.String,System.Type[]) extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m1350607670 (GameObject_t1113636619 * __this, String_t* p0, TypeU5BU5D_t3940880105* p1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisCamera_t4157153871_m3956151066(__this, method) (( Camera_t4157153871 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisFlareLayer_t1739223323_m1608860411(__this, method) (( FlareLayer_t1739223323 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyVector(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Matrix4x4_MultiplyVector_m3808798942 (Matrix4x4_t1817901843 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_normalized() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_normalized_m2454957984 (Vector3_t3722313464 * __this, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_inverse() extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Matrix4x4_get_inverse_m1870592360 (Matrix4x4_t1817901843 * __this, const RuntimeMethod* method); // System.Single MirrorReflection::sgn(System.Single) extern "C" IL2CPP_METHOD_ATTR float MirrorReflection_sgn_m621540040 (RuntimeObject * __this /* static, unused */, float ___a0, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Matrix4x4::op_Multiply(UnityEngine.Matrix4x4,UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 Matrix4x4_op_Multiply_m1839501195 (RuntimeObject * __this /* static, unused */, Matrix4x4_t1817901843 p0, Vector4_t3319028937 p1, const RuntimeMethod* method); // System.Single UnityEngine.Vector4::Dot(UnityEngine.Vector4,UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR float Vector4_Dot_m3492158352 (RuntimeObject * __this /* static, unused */, Vector4_t3319028937 p0, Vector4_t3319028937 p1, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::op_Multiply(UnityEngine.Vector4,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 Vector4_op_Multiply_m213790997 (RuntimeObject * __this /* static, unused */, Vector4_t3319028937 p0, float p1, const RuntimeMethod* method); // System.Single UnityEngine.Matrix4x4::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR float Matrix4x4_get_Item_m567451091 (Matrix4x4_t1817901843 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Matrix4x4::set_Item(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void Matrix4x4_set_Item_m1906605342 (Matrix4x4_t1817901843 * __this, int32_t p0, float p1, const RuntimeMethod* method); // System.Single UnityEngine.Vector4::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR float Vector4_get_Item_m2380866393 (Vector4_t3319028937 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2885667311(__this, method) (( void (*) (List_1_t777473367 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4073477735(__this, p0, method) (( void (*) (List_1_t777473367 *, Transform_t3600365921 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // 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.Transform DMCore.Framework.Misc.CGameHelp::GetRootTransform(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CGameHelp_GetRootTransform_m945878757 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisAudioSource_t3935305588_m1977431131(__this, method) (( AudioSource_t3935305588 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // DMCore.Logic.CMiscConfig DMCore.Logic.CMiscConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMiscConfig_t1694835947 * CMiscConfig_GetInstance_m3718435439 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CMiscConfig::Exist(System.String) extern "C" IL2CPP_METHOD_ATTR bool CMiscConfig_Exist_m354779141 (CMiscConfig_t1694835947 * __this, String_t* ___id0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CMiscConfig::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscConfig_GetInt_m1183615064 (CMiscConfig_t1694835947 * __this, String_t* ___id0, int32_t ___defaultValue1, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceModeManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_ClearAll_m327441746 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAnimSystem__ctor_m597813254 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::SetOverTimeAutoStop(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_SetOverTimeAutoStop_m3669538784 (CAnimSystem_t3541144328 * __this, bool ___bAutoStop0, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::Pause() extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_Pause_m710802674 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // 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); // DMCore.Framework.Movie.CAnimSequence DMCore.Framework.Movie.CAnimSystem::CreateSequence(System.String) extern "C" IL2CPP_METHOD_ATTR CAnimSequence_t1119714129 * CAnimSystem_CreateSequence_m649844871 (CAnimSystem_t3541144328 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Movie.CAnimSystem::SetSequenceTimeRange(System.String,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CAnimSystem_SetSequenceTimeRange_m3007387705 (CAnimSystem_t3541144328 * __this, String_t* ___name0, float ___fStart1, float ___fEnd2, 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.CAnimSequence::AddNode(DMCore.Framework.Movie.CAnimNode) extern "C" IL2CPP_METHOD_ATTR void CAnimSequence_AddNode_m4289820994 (CAnimSequence_t1119714129 * __this, CAnimNode_t3327376431 * ___node0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Movie.CAnimSequence::GetNodeCount() extern "C" IL2CPP_METHOD_ATTR int32_t CAnimSequence_GetNodeCount_m514257036 (CAnimSequence_t1119714129 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::DelSequence(System.String) extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_DelSequence_m3093728464 (CAnimSystem_t3541144328 * __this, String_t* ___seqName0, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::SetIntroduceMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_SetIntroduceMode_m2616741324 (CAnimSystem_t3541144328 * __this, bool ___bIntroMode0, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::DelSequenceAll() extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_DelSequenceAll_m761186596 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // System.Void DMCore.CRoot::OnSceneLoadedEnd() extern "C" IL2CPP_METHOD_ATTR void CRoot_OnSceneLoadedEnd_m1698382656 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::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.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.ILogicBase::Reset() extern "C" IL2CPP_METHOD_ATTR void ILogicBase_Reset_m2019494392 (ILogicBase_t2190831891 * __this, const RuntimeMethod* method); // UnityEngine.AnimationClip DMCore.CAnimManager::GetAnimClip(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * CAnimManager_GetAnimClip_m1783282542 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // DMCore.Framework.Resource.IResourceManager DMCore.Framework.Resource.IResourceManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IResourceManager_GetInstance_m641731805 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CUserGuideHelp::get_DanceGuideBGM() extern "C" IL2CPP_METHOD_ATTR String_t* CUserGuideHelp_get_DanceGuideBGM_m769540120 (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.Void UnityEngine.AudioSource::set_clip(UnityEngine.AudioClip) extern "C" IL2CPP_METHOD_ATTR void AudioSource_set_clip_m31653938 (AudioSource_t3935305588 * __this, AudioClip_t3680889665 * p0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_playOnAwake(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AudioSource_set_playOnAwake_m1824967994 (AudioSource_t3935305588 * __this, bool p0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_loop(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AudioSource_set_loop_m3659884460 (AudioSource_t3935305588 * __this, bool p0, const RuntimeMethod* method); // UnityEngine.AudioClip UnityEngine.AudioSource::get_clip() extern "C" IL2CPP_METHOD_ATTR AudioClip_t3680889665 * AudioSource_get_clip_m1234340632 (AudioSource_t3935305588 * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Play() extern "C" IL2CPP_METHOD_ATTR void AudioSource_Play_m48294159 (AudioSource_t3935305588 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_timeSinceLevelLoad() extern "C" IL2CPP_METHOD_ATTR float Time_get_timeSinceLevelLoad_m2224611026 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3022113929(__this, p0, method) (( Transform_t3600365921 * (*) (List_1_t777473367 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3787308655(__this, method) (( int32_t (*) (List_1_t777473367 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // DMCore.ISoundManager DMCore.IHelp::GetSoundManager() extern "C" IL2CPP_METHOD_ATTR ISoundManager_t434164892 * IHelp_GetSoundManager_m1651454919 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.ISoundManager::StopAllMidi() extern "C" IL2CPP_METHOD_ATTR void ISoundManager_StopAllMidi_m575867167 (ISoundManager_t434164892 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::Resume() extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_Resume_m1815678583 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // System.Void monoIntroduction::CallScenePageEnd() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_CallScenePageEnd_m1555028260 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method); // System.Void monoIntroduction::CallUIPageEnd() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_CallUIPageEnd_m2419180879 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method); // System.Void monoIntroduction::StartNetBeatKeyGroup() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_StartNetBeatKeyGroup_m4000293604 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method); // System.Void monoIntroduction::StartNetSwingKeyGroup() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_StartNetSwingKeyGroup_m1039600271 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method); // System.Void monoIntroduction::StartNetClassicalKeyGroup() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_StartNetClassicalKeyGroup_m2974877743 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method); // System.Void monoIntroduction::OnScenePageEndImpl(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnScenePageEndImpl_m1500825158 (monoIntroduction_t1508182689 * __this, bool ___bActiveNext0, const RuntimeMethod* method); // System.Boolean DMCore.ISoundManager::PlayAsRoot(UnityEngine.AudioClip) extern "C" IL2CPP_METHOD_ATTR bool ISoundManager_PlayAsRoot_m980633826 (ISoundManager_t434164892 * __this, AudioClip_t3680889665 * ___clip0, const RuntimeMethod* method); // System.Boolean DMCore.ISoundManager::PlayOnce(UnityEngine.AudioClip) extern "C" IL2CPP_METHOD_ATTR bool ISoundManager_PlayOnce_m3370941300 (ISoundManager_t434164892 * __this, AudioClip_t3680889665 * ___clip0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopAnim_m821603361 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* 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.OnEventCall::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnEventCall__ctor_m3140516762 (OnEventCall_t3758354630 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.CEventManager::PushOnce(System.Single,DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR void CEventManager_PushOnce_m1854500591 (CEventManager_t474365641 * __this, float ___fTimeDelay0, OnEventCall_t3758354630 * ___ptr1, const RuntimeMethod* method); // System.Void UnityEngine.Component::SendMessage(System.String,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void Component_SendMessage_m1441147224 (Component_t1923634451 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // 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); // DMCore.Framework.Resource.IResHelp DMCore.Framework.Resource.IResHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResHelp_t377823252 * IResHelp_GetInstance_m2776387326 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResHelp::ClearAllProtectedRes() extern "C" IL2CPP_METHOD_ATTR void IResHelp_ClearAllProtectedRes_m2887695512 (IResHelp_t377823252 * __this, const RuntimeMethod* method); // System.Void DMCore.CRoot::SetLoadingSceneName(System.String) extern "C" IL2CPP_METHOD_ATTR void CRoot_SetLoadingSceneName_m1081407738 (CRoot_t1043641654 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action__ctor_m2994342681 (Action_t1264377477 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void DMCore.IHelp::DoLoadLevel(System.String,System.Action) extern "C" IL2CPP_METHOD_ATTR void IHelp_DoLoadLevel_m4092529488 (RuntimeObject * __this /* static, unused */, String_t* ___levelName0, Action_t1264377477 * ___gabageCollect1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::DestroyExceptScene() extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyExceptScene_m1738914160 (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); // DMCore.Logic.CPveStage DMCore.Logic.CPveManager::GetCurStage() extern "C" IL2CPP_METHOD_ATTR CPveStage_t850204332 * CPveManager_GetCurStage_m1008327040 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveManager::GetCurStageID() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetCurStageID_m1218063981 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPveStage::IsBossLevel() extern "C" IL2CPP_METHOD_ATTR bool CPveStage_IsBossLevel_m2056120916 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // System.Void monoIntroduction::OnClkEnd() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnClkEnd_m558893634 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_time(System.Single) extern "C" IL2CPP_METHOD_ATTR void AudioSource_set_time_m3951137143 (AudioSource_t3935305588 * __this, float p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::ResumeAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_ResumeAnim_m709162895 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Single UnityEngine.AudioSource::get_time() extern "C" IL2CPP_METHOD_ATTR float AudioSource_get_time_m2174765632 (AudioSource_t3935305588 * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Pause() extern "C" IL2CPP_METHOD_ATTR void AudioSource_Pause_m1501822765 (AudioSource_t3935305588 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::PauseAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_PauseAnim_m3513522981 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.CRoot::OnAfterAnim() extern "C" IL2CPP_METHOD_ATTR void CRoot_OnAfterAnim_m836018578 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Single UnityEngine.AudioClip::get_length() extern "C" IL2CPP_METHOD_ATTR float AudioClip_get_length_m4269890037 (AudioClip_t3680889665 * __this, const RuntimeMethod* method); // System.Single DMCore.ILogicBase::Tell() extern "C" IL2CPP_METHOD_ATTR float ILogicBase_Tell_m124438213 (ILogicBase_t2190831891 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::Reset() extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_Reset_m3782247179 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::Update(System.Single) extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_Update_m3114549190 (CAnimSystem_t3541144328 * __this, float ___fTimeDelta0, 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.CBeatKeyManager DMCore.IHelp::GetBeatKeyManager() extern "C" IL2CPP_METHOD_ATTR CBeatKeyManager_t1395295909 * IHelp_GetBeatKeyManager_m1731636776 (RuntimeObject * __this /* static, unused */, 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); // DMCore.DanceMode.BeatKeyResult DMCore.DanceMode.CBeatKeyCtrlNode::GetBeatkeySectionResult(System.Int32) extern "C" IL2CPP_METHOD_ATTR BeatKeyResult_t1335677305 * CBeatKeyCtrlNode_GetBeatkeySectionResult_m4050231343 (CBeatKeyCtrlNode_t1019706062 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.BeatKeyResult::get_m_PerfectCnt() extern "C" IL2CPP_METHOD_ATTR int32_t BeatKeyResult_get_m_PerfectCnt_m3291851013 (BeatKeyResult_t1335677305 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.BeatKeyResult::get_m_GreatCnt() extern "C" IL2CPP_METHOD_ATTR int32_t BeatKeyResult_get_m_GreatCnt_m4274019200 (BeatKeyResult_t1335677305 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.BeatKeyResult::get_m_CoolCnt() extern "C" IL2CPP_METHOD_ATTR int32_t BeatKeyResult_get_m_CoolCnt_m326624524 (BeatKeyResult_t1335677305 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController::HideUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_HideUI_m732482071 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyCtrlNode::SetSectionCnt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CBeatKeyCtrlNode_SetSectionCnt_m3708356064 (CBeatKeyCtrlNode_t1019706062 * __this, int32_t ___Cnt0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyCtrlNode::SetCurSectionIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CBeatKeyCtrlNode_SetCurSectionIndex_m589556321 (CBeatKeyCtrlNode_t1019706062 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::Seek(System.Single) extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_Seek_m3915528829 (CAnimSystem_t3541144328 * __this, float ___fTime0, const RuntimeMethod* method); // System.Single monoIntroduction::GetNextBeatTime() extern "C" IL2CPP_METHOD_ATTR float monoIntroduction_GetNextBeatTime_m3374983228 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySimple::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBeatKeySimple__ctor_m478765235 (CBeatKeySimple_t479423900 * __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.Int32 UnityEngine.Screen::get_width() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_width_m345039817 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_height_m1623532518 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector2__ctor_m3970636864 (Vector2_t2156229523 * __this, float p0, float p1, const RuntimeMethod* method); // 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.DanceMode.CBeatKeyCouple::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBeatKeyCouple__ctor_m761068436 (CBeatKeyCouple_t3767634746 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyCouple::SetOffsetOtherX(System.Single) extern "C" IL2CPP_METHOD_ATTR void CBeatKeyCouple_SetOffsetOtherX_m3637047314 (CBeatKeyCouple_t3767634746 * __this, float ___fX0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyCouple::SetOffsetOtherY(System.Single) extern "C" IL2CPP_METHOD_ATTR void CBeatKeyCouple_SetOffsetOtherY_m2029015952 (CBeatKeyCouple_t3767634746 * __this, float ___fY0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyFollowDirect::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBeatKeyFollowDirect__ctor_m3328182001 (CBeatKeyFollowDirect_t2524907670 * __this, const RuntimeMethod* method); // 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); // 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); // 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); // System.Void DMCore.DanceMode.CBeatKeyFollowDirect::SetAngle(System.Single) extern "C" IL2CPP_METHOD_ATTR void CBeatKeyFollowDirect_SetAngle_m1791795054 (CBeatKeyFollowDirect_t2524907670 * __this, float ___f0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyFollowDirect::SetLength(System.Single) extern "C" IL2CPP_METHOD_ATTR void CBeatKeyFollowDirect_SetLength_m3015457432 (CBeatKeyFollowDirect_t2524907670 * __this, float ___fLength0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyHold::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBeatKeyHold__ctor_m2251009198 (CBeatKeyHold_t782767741 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyHold::SetJudgePointCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CBeatKeyHold_SetJudgePointCount_m2357206469 (CBeatKeyHold_t782767741 * __this, int32_t ___nValue0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyHold::SetHoldTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void CBeatKeyHold_SetHoldTime_m2063419916 (CBeatKeyHold_t782767741 * __this, float ___fTime0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingSimple::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingSimple__ctor_m1984930385 (CBeatKeySwingSimple_t4104270215 * __this, const RuntimeMethod* method); // 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); // System.Void DMCore.DanceMode.CBeatKeySwingCouple::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingCouple__ctor_m3765835536 (CBeatKeySwingCouple_t1807003983 * __this, const RuntimeMethod* method); // System.Boolean DMCore.DanceMode.CBeatKeySwingCouple::SetSecondGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CBeatKeySwingCouple_SetSecondGroup_m2827128829 (CBeatKeySwingCouple_t1807003983 * __this, int32_t ___secondGroup0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingHold::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingHold__ctor_m1962414686 (CBeatKeySwingHold_t593251827 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingHold::SetHoldTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingHold_SetHoldTime_m3675841006 (CBeatKeySwingHold_t593251827 * __this, float ___time0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingHold::SetJudgePointCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingHold_SetJudgePointCount_m549643017 (CBeatKeySwingHold_t593251827 * __this, int32_t ___nValue0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceModeManager::set_PlayMode(DMCore.DanceMode.ENUM_PLAY_MODE) extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_set_PlayMode_m3679479831 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyQueue::.ctor() extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyQueue__ctor_m3079727264 (ClassicalKeyQueue_t335011495 * __this, 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) #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void iTween/c__Iterator2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CStartU3Ec__Iterator2__ctor_m3243313067 (U3CStartU3Ec__Iterator2_t2390838266 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean iTween/c__Iterator2::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CStartU3Ec__Iterator2_MoveNext_m3683578645 (U3CStartU3Ec__Iterator2_t2390838266 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CStartU3Ec__Iterator2_MoveNext_m3683578645_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = __this->get_U24PC_3(); V_0 = L_0; __this->set_U24PC_3((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_0060; } } } { goto IL_0072; } IL_0021: { iTween_t770867771 * L_2 = __this->get_U24this_0(); NullCheck(L_2); float L_3 = L_2->get_delay_9(); if ((!(((float)L_3) > ((float)(0.0f))))) { goto IL_0060; } } { iTween_t770867771 * L_4 = __this->get_U24this_0(); NullCheck(L_4); Coroutine_t3829159415 * L_5 = MonoBehaviour_StartCoroutine_m2618285814(L_4, _stringLiteral1916368742, /*hidden argument*/NULL); __this->set_U24current_1(L_5); bool L_6 = __this->get_U24disposing_2(); if (L_6) { goto IL_005b; } } { __this->set_U24PC_3(1); } IL_005b: { goto IL_0074; } IL_0060: { iTween_t770867771 * L_7 = __this->get_U24this_0(); NullCheck(L_7); iTween_TweenStart_m1301801917(L_7, /*hidden argument*/NULL); __this->set_U24PC_3((-1)); } IL_0072: { return (bool)0; } IL_0074: { return (bool)1; } } // System.Object iTween/c__Iterator2::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ec__Iterator2_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m736105901 (U3CStartU3Ec__Iterator2_t2390838266 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Object iTween/c__Iterator2::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ec__Iterator2_System_Collections_IEnumerator_get_Current_m297393093 (U3CStartU3Ec__Iterator2_t2390838266 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Void iTween/c__Iterator2::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CStartU3Ec__Iterator2_Dispose_m3428899060 (U3CStartU3Ec__Iterator2_t2390838266 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_2((bool)1); __this->set_U24PC_3((-1)); return; } } // System.Void iTween/c__Iterator2::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CStartU3Ec__Iterator2_Reset_m4119635922 (U3CStartU3Ec__Iterator2_t2390838266 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CStartU3Ec__Iterator2_Reset_m4119635922_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CStartU3Ec__Iterator2_Reset_m4119635922_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void iTween/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CTweenDelayU3Ec__Iterator0__ctor_m2261583456 (U3CTweenDelayU3Ec__Iterator0_t2686771544 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean iTween/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CTweenDelayU3Ec__Iterator0_MoveNext_m125432654 (U3CTweenDelayU3Ec__Iterator0_t2686771544 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CTweenDelayU3Ec__Iterator0_MoveNext_m125432654_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = __this->get_U24PC_3(); V_0 = L_0; __this->set_U24PC_3((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_005b; } } } { goto IL_0089; } IL_0021: { iTween_t770867771 * L_2 = __this->get_U24this_0(); float L_3 = Time_get_time_m2907476221(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); L_2->set_delayStarted_15(L_3); iTween_t770867771 * L_4 = __this->get_U24this_0(); NullCheck(L_4); float L_5 = L_4->get_delay_9(); WaitForSeconds_t1699091251 * L_6 = (WaitForSeconds_t1699091251 *)il2cpp_codegen_object_new(WaitForSeconds_t1699091251_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m2199082655(L_6, L_5, /*hidden argument*/NULL); __this->set_U24current_1(L_6); bool L_7 = __this->get_U24disposing_2(); if (L_7) { goto IL_0056; } } { __this->set_U24PC_3(1); } IL_0056: { goto IL_008b; } IL_005b: { iTween_t770867771 * L_8 = __this->get_U24this_0(); NullCheck(L_8); bool L_9 = L_8->get_wasPaused_19(); if (!L_9) { goto IL_0082; } } { iTween_t770867771 * L_10 = __this->get_U24this_0(); NullCheck(L_10); L_10->set_wasPaused_19((bool)0); iTween_t770867771 * L_11 = __this->get_U24this_0(); NullCheck(L_11); iTween_TweenStart_m1301801917(L_11, /*hidden argument*/NULL); } IL_0082: { __this->set_U24PC_3((-1)); } IL_0089: { return (bool)0; } IL_008b: { return (bool)1; } } // System.Object iTween/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CTweenDelayU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m1621365327 (U3CTweenDelayU3Ec__Iterator0_t2686771544 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Object iTween/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CTweenDelayU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1557890553 (U3CTweenDelayU3Ec__Iterator0_t2686771544 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Void iTween/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CTweenDelayU3Ec__Iterator0_Dispose_m3746749663 (U3CTweenDelayU3Ec__Iterator0_t2686771544 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_2((bool)1); __this->set_U24PC_3((-1)); return; } } // System.Void iTween/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CTweenDelayU3Ec__Iterator0_Reset_m3083922588 (U3CTweenDelayU3Ec__Iterator0_t2686771544 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CTweenDelayU3Ec__Iterator0_Reset_m3083922588_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CTweenDelayU3Ec__Iterator0_Reset_m3083922588_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void iTween/c__Iterator1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CTweenRestartU3Ec__Iterator1__ctor_m2641801727 (U3CTweenRestartU3Ec__Iterator1_t1737386981 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean iTween/c__Iterator1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CTweenRestartU3Ec__Iterator1_MoveNext_m2596759960 (U3CTweenRestartU3Ec__Iterator1_t1737386981 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CTweenRestartU3Ec__Iterator1_MoveNext_m2596759960_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = __this->get_U24PC_3(); V_0 = L_0; __this->set_U24PC_3((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_0070; } } } { goto IL_008e; } IL_0021: { iTween_t770867771 * L_2 = __this->get_U24this_0(); NullCheck(L_2); float L_3 = L_2->get_delay_9(); if ((!(((float)L_3) > ((float)(0.0f))))) { goto IL_0070; } } { iTween_t770867771 * L_4 = __this->get_U24this_0(); float L_5 = Time_get_time_m2907476221(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_delayStarted_15(L_5); iTween_t770867771 * L_6 = __this->get_U24this_0(); NullCheck(L_6); float L_7 = L_6->get_delay_9(); WaitForSeconds_t1699091251 * L_8 = (WaitForSeconds_t1699091251 *)il2cpp_codegen_object_new(WaitForSeconds_t1699091251_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m2199082655(L_8, L_7, /*hidden argument*/NULL); __this->set_U24current_1(L_8); bool L_9 = __this->get_U24disposing_2(); if (L_9) { goto IL_006b; } } { __this->set_U24PC_3(1); } IL_006b: { goto IL_0090; } IL_0070: { iTween_t770867771 * L_10 = __this->get_U24this_0(); NullCheck(L_10); L_10->set_loop_17((bool)1); iTween_t770867771 * L_11 = __this->get_U24this_0(); NullCheck(L_11); iTween_TweenStart_m1301801917(L_11, /*hidden argument*/NULL); __this->set_U24PC_3((-1)); } IL_008e: { return (bool)0; } IL_0090: { return (bool)1; } } // System.Object iTween/c__Iterator1::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CTweenRestartU3Ec__Iterator1_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m445251997 (U3CTweenRestartU3Ec__Iterator1_t1737386981 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Object iTween/c__Iterator1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CTweenRestartU3Ec__Iterator1_System_Collections_IEnumerator_get_Current_m4211876350 (U3CTweenRestartU3Ec__Iterator1_t1737386981 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Void iTween/c__Iterator1::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CTweenRestartU3Ec__Iterator1_Dispose_m2895131827 (U3CTweenRestartU3Ec__Iterator1_t1737386981 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_2((bool)1); __this->set_U24PC_3((-1)); return; } } // System.Void iTween/c__Iterator1::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CTweenRestartU3Ec__Iterator1_Reset_m2065853791 (U3CTweenRestartU3Ec__Iterator1_t1737386981 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CTweenRestartU3Ec__Iterator1_Reset_m2065853791_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CTweenRestartU3Ec__Iterator1_Reset_m2065853791_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_ApplyTween_t3327999347 (ApplyTween_t3327999347 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void iTween/ApplyTween::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ApplyTween__ctor_m3154891329 (ApplyTween_t3327999347 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void iTween/ApplyTween::Invoke() extern "C" IL2CPP_METHOD_ATTR void ApplyTween_Invoke_m2263520030 (ApplyTween_t3327999347 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ApplyTween_Invoke_m2263520030((ApplyTween_t3327999347 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult iTween/ApplyTween::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ApplyTween_BeginInvoke_m3494960662 (ApplyTween_t3327999347 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void iTween/ApplyTween::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ApplyTween_EndInvoke_m2727820014 (ApplyTween_t3327999347 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void iTween/CRSpline::.ctor(UnityEngine.Vector3[]) extern "C" IL2CPP_METHOD_ATTR void CRSpline__ctor_m1806811515 (CRSpline_t2815350084 * __this, Vector3U5BU5D_t1718750761* ___pts0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRSpline__ctor_m1806811515_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Vector3U5BU5D_t1718750761* L_0 = ___pts0; NullCheck(L_0); __this->set_pts_0(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))))); Vector3U5BU5D_t1718750761* L_1 = ___pts0; Vector3U5BU5D_t1718750761* L_2 = __this->get_pts_0(); Vector3U5BU5D_t1718750761* L_3 = ___pts0; NullCheck(L_3); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (RuntimeArray *)(RuntimeArray *)L_2, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 iTween/CRSpline::Interp(System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CRSpline_Interp_m4076304528 (CRSpline_t2815350084 * __this, float ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRSpline_Interp_m4076304528_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; float V_2 = 0.0f; 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)); { Vector3U5BU5D_t1718750761* L_0 = __this->get_pts_0(); NullCheck(L_0); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)3)); float L_1 = ___t0; int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_FloorToInt_m1870542928(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_1, (float)(((float)((float)L_2))))), /*hidden argument*/NULL); int32_t L_4 = V_0; int32_t L_5 = Mathf_Min_m18103608(NULL /*static, unused*/, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_5; float L_6 = ___t0; int32_t L_7 = V_0; int32_t L_8 = V_1; V_2 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_6, (float)(((float)((float)L_7))))), (float)(((float)((float)L_8))))); Vector3U5BU5D_t1718750761* L_9 = __this->get_pts_0(); int32_t L_10 = V_1; NullCheck(L_9); V_3 = (*(Vector3_t3722313464 *)((L_9)->GetAddressAt(static_cast(L_10)))); Vector3U5BU5D_t1718750761* L_11 = __this->get_pts_0(); int32_t L_12 = V_1; NullCheck(L_11); V_4 = (*(Vector3_t3722313464 *)((L_11)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)))))); Vector3U5BU5D_t1718750761* L_13 = __this->get_pts_0(); int32_t L_14 = V_1; NullCheck(L_13); V_5 = (*(Vector3_t3722313464 *)((L_13)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2)))))); Vector3U5BU5D_t1718750761* L_15 = __this->get_pts_0(); int32_t L_16 = V_1; NullCheck(L_15); V_6 = (*(Vector3_t3722313464 *)((L_15)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)3)))))); Vector3_t3722313464 L_17 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_18 = Vector3_op_UnaryNegation_m1951478815(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); Vector3_t3722313464 L_19 = V_4; Vector3_t3722313464 L_20 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (3.0f), L_19, /*hidden argument*/NULL); Vector3_t3722313464 L_21 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_18, L_20, /*hidden argument*/NULL); Vector3_t3722313464 L_22 = V_5; Vector3_t3722313464 L_23 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (3.0f), L_22, /*hidden argument*/NULL); Vector3_t3722313464 L_24 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_21, L_23, /*hidden argument*/NULL); Vector3_t3722313464 L_25 = V_6; Vector3_t3722313464 L_26 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); float L_27 = V_2; float L_28 = V_2; float L_29 = V_2; Vector3_t3722313464 L_30 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_26, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_27, (float)L_28)), (float)L_29)), /*hidden argument*/NULL); Vector3_t3722313464 L_31 = V_3; Vector3_t3722313464 L_32 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (2.0f), L_31, /*hidden argument*/NULL); Vector3_t3722313464 L_33 = V_4; Vector3_t3722313464 L_34 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (5.0f), L_33, /*hidden argument*/NULL); Vector3_t3722313464 L_35 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_32, L_34, /*hidden argument*/NULL); Vector3_t3722313464 L_36 = V_5; Vector3_t3722313464 L_37 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (4.0f), L_36, /*hidden argument*/NULL); Vector3_t3722313464 L_38 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_35, L_37, /*hidden argument*/NULL); Vector3_t3722313464 L_39 = V_6; Vector3_t3722313464 L_40 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); float L_41 = V_2; float L_42 = V_2; Vector3_t3722313464 L_43 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_40, ((float)il2cpp_codegen_multiply((float)L_41, (float)L_42)), /*hidden argument*/NULL); Vector3_t3722313464 L_44 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_30, L_43, /*hidden argument*/NULL); Vector3_t3722313464 L_45 = V_3; Vector3_t3722313464 L_46 = Vector3_op_UnaryNegation_m1951478815(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); Vector3_t3722313464 L_47 = V_5; Vector3_t3722313464 L_48 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_46, L_47, /*hidden argument*/NULL); float L_49 = V_2; Vector3_t3722313464 L_50 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); Vector3_t3722313464 L_51 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_44, L_50, /*hidden argument*/NULL); Vector3_t3722313464 L_52 = V_4; Vector3_t3722313464 L_53 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (2.0f), L_52, /*hidden argument*/NULL); Vector3_t3722313464 L_54 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_51, L_53, /*hidden argument*/NULL); Vector3_t3722313464 L_55 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (0.5f), L_54, /*hidden argument*/NULL); return L_55; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void iTween/Defaults::.cctor() extern "C" IL2CPP_METHOD_ATTR void Defaults__cctor_m739961033 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Defaults__cctor_m739961033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_time_0((1.0f)); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_delay_1((0.0f)); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_namedColorValue_2(0); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_loopType_3(0); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_easeType_4(((int32_t)16)); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_lookSpeed_5((3.0f)); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_isLocal_6((bool)0); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_space_7(1); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_orientToPath_8((bool)0); Color_t2555686324 L_0 = Color_get_white_m332174077(NULL /*static, unused*/, /*hidden argument*/NULL); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_color_9(L_0); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_updateTimePercentage_10((0.05f)); float L_1 = ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->get_updateTimePercentage_10(); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_updateTime_11(((float)il2cpp_codegen_multiply((float)(1.0f), (float)L_1))); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_cameraFadeDepth_12(((int32_t)999999)); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_lookAhead_13((0.05f)); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_useRealTime_14((bool)0); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_2 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); ((Defaults_t3148213711_StaticFields*)il2cpp_codegen_static_fields_for(Defaults_t3148213711_il2cpp_TypeInfo_var))->set_up_15(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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" float DelegatePInvokeWrapper_EasingFunction_t2767217938 (EasingFunction_t2767217938 * __this, float ___start0, float ___end1, float ___value2, const RuntimeMethod* method) { typedef float (DEFAULT_CALL *PInvokeFunc)(float, float, float); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation float returnValue = il2cppPInvokeFunc(___start0, ___end1, ___value2); return returnValue; } // System.Void iTween/EasingFunction::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EasingFunction__ctor_m118609201 (EasingFunction_t2767217938 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Single iTween/EasingFunction::Invoke(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float EasingFunction_Invoke_m2739340836 (EasingFunction_t2767217938 * __this, float ___start0, float ___end1, float ___value2, const RuntimeMethod* method) { float result = 0.0f; if(__this->get_prev_9() != NULL) { EasingFunction_Invoke_m2739340836((EasingFunction_t2767217938 *)__this->get_prev_9(), ___start0, ___end1, ___value2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef float (*FunctionPointerType) (RuntimeObject *, float, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___start0, ___end1, ___value2, targetMethod); } } else { // closed { typedef float (*FunctionPointerType) (RuntimeObject *, void*, float, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___start0, ___end1, ___value2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< float, float, float, float >::Invoke(targetMethod, targetThis, ___start0, ___end1, ___value2); else result = GenericVirtFuncInvoker3< float, float, float, float >::Invoke(targetMethod, targetThis, ___start0, ___end1, ___value2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< float, float, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___start0, ___end1, ___value2); else result = VirtFuncInvoker3< float, float, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___start0, ___end1, ___value2); } } else { typedef float (*FunctionPointerType) (void*, float, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___start0, ___end1, ___value2, targetMethod); } } } return result; } // System.IAsyncResult iTween/EasingFunction::BeginInvoke(System.Single,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EasingFunction_BeginInvoke_m2403716944 (EasingFunction_t2767217938 * __this, float ___start0, float ___end1, float ___value2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EasingFunction_BeginInvoke_m2403716944_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___start0); __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___end1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___value2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Single iTween/EasingFunction::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR float EasingFunction_EndInvoke_m1178771746 (EasingFunction_t2767217938 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(float*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #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 LabberBT::.ctor() extern "C" IL2CPP_METHOD_ATTR void LabberBT__ctor_m2822231282 (LabberBT_t36101451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LabberBT__ctor_m2822231282_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = Transform_Find_m1729760951(L_0, _stringLiteral493089310, /*hidden argument*/NULL); NullCheck(L_1); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(L_1, /*hidden argument*/NULL); __this->set_m_active_2(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = Transform_Find_m1729760951(L_3, _stringLiteral2655166412, /*hidden argument*/NULL); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); __this->set_m_disActive_3(L_5); return; } } // System.Void LabberBT::OnEnable() extern "C" IL2CPP_METHOD_ATTR void LabberBT_OnEnable_m26035024 (LabberBT_t36101451 * __this, const RuntimeMethod* method) { { LabberBT_Init_m2567333165(__this, /*hidden argument*/NULL); return; } } // System.Void LabberBT::Init() extern "C" IL2CPP_METHOD_ATTR void LabberBT_Init_m2567333165 (LabberBT_t36101451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LabberBT_Init_m2567333165_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { CQualifyingManager_t954001806 * L_0 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = L_0->get_OpenLevel_11(); V_0 = L_1; CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CProperty_t963755051 * L_3 = ISceneBaseObj_GetNetProperty_m1709069404(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CProperty_GetInt_m2680341236(L_3, _stringLiteral1232841122, 0, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; int32_t L_6 = V_0; if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0041; } } { GameObject_t1113636619 * L_7 = __this->get_m_active_2(); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = __this->get_m_disActive_3(); NullCheck(L_8); GameObject_SetActive_m796801857(L_8, (bool)0, /*hidden argument*/NULL); return; } IL_0041: { GameObject_t1113636619 * L_9 = __this->get_m_active_2(); NullCheck(L_9); GameObject_SetActive_m796801857(L_9, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_10 = __this->get_m_disActive_3(); NullCheck(L_10); GameObject_SetActive_m796801857(L_10, (bool)1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LanguageSelection::.ctor() extern "C" IL2CPP_METHOD_ATTR void LanguageSelection__ctor_m2941984526 (LanguageSelection_t1927862481 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void LanguageSelection::Start() extern "C" IL2CPP_METHOD_ATTR void LanguageSelection_Start_m3633699300 (LanguageSelection_t1927862481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LanguageSelection_Start_m3633699300_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UIPopupList_t4167399471 * L_0 = Component_GetComponent_TisUIPopupList_t4167399471_m4093269748(__this, /*hidden argument*/Component_GetComponent_TisUIPopupList_t4167399471_m4093269748_RuntimeMethod_var); __this->set_mList_2(L_0); LanguageSelection_UpdateList_m3636753628(__this, /*hidden argument*/NULL); UIPopupList_t4167399471 * L_1 = __this->get_mList_2(); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_eventReceiver_18(L_2); UIPopupList_t4167399471 * L_3 = __this->get_mList_2(); NullCheck(L_3); L_3->set_functionName_19(_stringLiteral2162858827); return; } } // System.Void LanguageSelection::UpdateList() extern "C" IL2CPP_METHOD_ATTR void LanguageSelection_UpdateList_m3636753628 (LanguageSelection_t1927862481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LanguageSelection_UpdateList_m3636753628_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; TextAsset_t3022178571 * V_2 = NULL; { Localization_t2163216738 * L_0 = Localization_get_instance_m2799012913(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0092; } } { Localization_t2163216738 * L_2 = Localization_get_instance_m2799012913(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); TextAssetU5BU5D_t2780361322* L_3 = L_2->get_languages_4(); if (!L_3) { goto IL_0092; } } { UIPopupList_t4167399471 * L_4 = __this->get_mList_2(); NullCheck(L_4); List_1_t3319525431 * L_5 = L_4->get_items_10(); NullCheck(L_5); List_1_Clear_m2548850424(L_5, /*hidden argument*/List_1_Clear_m2548850424_RuntimeMethod_var); V_0 = 0; Localization_t2163216738 * L_6 = Localization_get_instance_m2799012913(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); TextAssetU5BU5D_t2780361322* L_7 = L_6->get_languages_4(); NullCheck(L_7); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))); goto IL_0076; } IL_0043: { Localization_t2163216738 * L_8 = Localization_get_instance_m2799012913(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); TextAssetU5BU5D_t2780361322* L_9 = L_8->get_languages_4(); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; TextAsset_t3022178571 * L_12 = (L_9)->GetAt(static_cast(L_11)); V_2 = L_12; TextAsset_t3022178571 * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_13, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_14) { goto IL_0072; } } { UIPopupList_t4167399471 * L_15 = __this->get_mList_2(); NullCheck(L_15); List_1_t3319525431 * L_16 = L_15->get_items_10(); TextAsset_t3022178571 * L_17 = V_2; NullCheck(L_17); String_t* L_18 = Object_get_name_m4211327027(L_17, /*hidden argument*/NULL); NullCheck(L_16); List_1_Add_m1685793073(L_16, L_18, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_0072: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0076: { int32_t L_20 = V_0; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0043; } } { UIPopupList_t4167399471 * L_22 = __this->get_mList_2(); Localization_t2163216738 * L_23 = Localization_get_instance_m2799012913(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); String_t* L_24 = Localization_get_currentLanguage_m94699411(L_23, /*hidden argument*/NULL); NullCheck(L_22); UIPopupList_set_selection_m1266408089(L_22, L_24, /*hidden argument*/NULL); } IL_0092: { return; } } // System.Void LanguageSelection::OnLanguageSelection(System.String) extern "C" IL2CPP_METHOD_ATTR void LanguageSelection_OnLanguageSelection_m3306129979 (LanguageSelection_t1927862481 * __this, String_t* ___language0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LanguageSelection_OnLanguageSelection_m3306129979_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Localization_t2163216738 * L_0 = Localization_get_instance_m2799012913(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001b; } } { Localization_t2163216738 * L_2 = Localization_get_instance_m2799012913(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___language0; NullCheck(L_2); Localization_set_currentLanguage_m514639924(L_2, L_3, /*hidden argument*/NULL); } IL_001b: { 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 LeftRoleModelData::.ctor() extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData__ctor_m1109596345 (LeftRoleModelData_t1991244417 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void LeftRoleModelData::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_OnPageInit_m3337217636 (LeftRoleModelData_t1991244417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LeftRoleModelData_OnPageInit_m3337217636_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_7(); if (L_0) { goto IL_0028; } } { __this->set_isPageInit_7((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); RotateRole_t1146201425 * L_2 = CMiscHelp_GetChildComponent_TisRotateRole_t1146201425_m251828452(NULL /*static, unused*/, L_1, _stringLiteral1628940300, /*hidden argument*/CMiscHelp_GetChildComponent_TisRotateRole_t1146201425_m251828452_RuntimeMethod_var); __this->set_rotate_3(L_2); } IL_0028: { return; } } // System.Void LeftRoleModelData::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_OnDestroy_m2694446294 (LeftRoleModelData_t1991244417 * __this, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = __this->get_readyRole_2(); if (!L_0) { goto IL_001c; } } { ISceneRole_t2394225724 * L_1 = __this->get_readyRole_2(); NullCheck(L_1); int64_t L_2 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_1); LeftRoleModelData_DestoryRole_m4105011877(__this, L_2, /*hidden argument*/NULL); } IL_001c: { return; } } // System.Void LeftRoleModelData::Update() extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_Update_m2764733435 (LeftRoleModelData_t1991244417 * __this, const RuntimeMethod* method) { { LeftRoleModelData_InitRole_m3341472477(__this, /*hidden argument*/NULL); return; } } // System.Void LeftRoleModelData::SetInfo(System.Int32,System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_SetInfo_m1906064002 (LeftRoleModelData_t1991244417 * __this, int32_t ___playerSign0, int32_t ___idx1, int32_t ___sex2, bool ___Init3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LeftRoleModelData_SetInfo_m1906064002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___idx1; if ((((int32_t)L_0) >= ((int32_t)3))) { goto IL_0033; } } { int32_t L_1 = ___idx1; __this->set_index_6(L_1); IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_2 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = ___playerSign0; NullCheck(L_2); ReviewInfo_t914837392 * L_4 = CChangeGameManager_GetThemeSignInfo_m3023682012(L_2, L_3, /*hidden argument*/NULL); __this->set_m_info_5(L_4); bool L_5 = ___Init3; if (!L_5) { goto IL_002d; } } { int32_t L_6 = ___sex2; LeftRoleModelData_CreatRole_m1815353763(__this, L_6, /*hidden argument*/NULL); } IL_002d: { LeftRoleModelData_CurSuit_m1465808719(__this, /*hidden argument*/NULL); } IL_0033: { return; } } // System.Void LeftRoleModelData::CurSuit() extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_CurSuit_m1465808719 (LeftRoleModelData_t1991244417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LeftRoleModelData_CurSuit_m1465808719_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(L_0, (((int64_t)((int64_t)((int32_t)100)))), /*hidden argument*/NULL); V_0 = L_1; ReviewInfo_t914837392 * L_2 = __this->get_m_info_5(); if (!L_2) { goto IL_00ca; } } { ReviewInfo_t914837392 * L_3 = __this->get_m_info_5(); NullCheck(L_3); List_1_t2571181400 * L_4 = L_3->get_m_themeInfo_2(); int32_t L_5 = __this->get_index_6(); NullCheck(L_4); ThemeInfo_t1099106658 * L_6 = List_1_get_Item_m2977262506(L_4, L_5, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_6); List_1_t128053199 * L_7 = L_6->get_m_dressId_3(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m186164705(L_7, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_00ca; } } { V_1 = 0; goto IL_00a4; } IL_0046: { ReviewInfo_t914837392 * L_9 = __this->get_m_info_5(); NullCheck(L_9); List_1_t2571181400 * L_10 = L_9->get_m_themeInfo_2(); int32_t L_11 = __this->get_index_6(); NullCheck(L_10); ThemeInfo_t1099106658 * L_12 = List_1_get_Item_m2977262506(L_10, L_11, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_12); List_1_t128053199 * L_13 = L_12->get_m_dressId_3(); int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = List_1_get_Item_m888956288(L_13, L_14, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); V_2 = L_15; int32_t L_16 = V_2; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_16/(int32_t)((int32_t)100000)))%(int32_t)((int32_t)100))); int32_t L_17 = V_3; if ((((int32_t)L_17) == ((int32_t)((int32_t)81)))) { goto IL_0083; } } { int32_t L_18 = V_3; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)80))))) { goto IL_008f; } } IL_0083: { ISceneRole_t2394225724 * L_19 = V_0; int32_t L_20 = V_2; NullCheck(L_19); ISceneRole_WearSuit_m1889746947(L_19, L_20, /*hidden argument*/NULL); goto IL_0099; } IL_008f: { ISceneRole_t2394225724 * L_21 = V_0; int32_t L_22 = V_2; NullCheck(L_21); ISceneRole_WearSubModel_m2695610556(L_21, L_22, (bool)1, (bool)1, /*hidden argument*/NULL); } IL_0099: { ISceneRole_t2394225724 * L_23 = V_0; int32_t L_24 = V_2; NullCheck(L_23); ISceneRole_WearSuit_m1889746947(L_23, L_24, /*hidden argument*/NULL); int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00a4: { int32_t L_26 = V_1; ReviewInfo_t914837392 * L_27 = __this->get_m_info_5(); NullCheck(L_27); List_1_t2571181400 * L_28 = L_27->get_m_themeInfo_2(); int32_t L_29 = __this->get_index_6(); NullCheck(L_28); ThemeInfo_t1099106658 * L_30 = List_1_get_Item_m2977262506(L_28, L_29, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_30); List_1_t128053199 * L_31 = L_30->get_m_dressId_3(); NullCheck(L_31); int32_t L_32 = List_1_get_Count_m186164705(L_31, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_26) < ((int32_t)L_32))) { goto IL_0046; } } IL_00ca: { return; } } // System.Void LeftRoleModelData::TakeOffSuit() extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_TakeOffSuit_m3312133326 (LeftRoleModelData_t1991244417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LeftRoleModelData_TakeOffSuit_m3312133326_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(L_0, (((int64_t)((int64_t)((int32_t)100)))), /*hidden argument*/NULL); V_0 = L_1; ReviewInfo_t914837392 * L_2 = __this->get_m_info_5(); if (!L_2) { goto IL_00a4; } } { ReviewInfo_t914837392 * L_3 = __this->get_m_info_5(); NullCheck(L_3); List_1_t2571181400 * L_4 = L_3->get_m_themeInfo_2(); int32_t L_5 = __this->get_index_6(); NullCheck(L_4); ThemeInfo_t1099106658 * L_6 = List_1_get_Item_m2977262506(L_4, L_5, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_6); List_1_t128053199 * L_7 = L_6->get_m_dressId_3(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m186164705(L_7, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_00a4; } } { V_1 = 0; goto IL_007e; } IL_0046: { ReviewInfo_t914837392 * L_9 = __this->get_m_info_5(); NullCheck(L_9); List_1_t2571181400 * L_10 = L_9->get_m_themeInfo_2(); int32_t L_11 = __this->get_index_6(); NullCheck(L_10); ThemeInfo_t1099106658 * L_12 = List_1_get_Item_m2977262506(L_10, L_11, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_12); List_1_t128053199 * L_13 = L_12->get_m_dressId_3(); int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = List_1_get_Item_m888956288(L_13, L_14, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); V_2 = L_15; int32_t L_16 = V_2; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_16/(int32_t)((int32_t)100000)))%(int32_t)((int32_t)100))); ISceneRole_t2394225724 * L_17 = V_0; int32_t L_18 = V_2; NullCheck(L_17); ISceneRole_TakeOffSuit_m3927739169(L_17, L_18, /*hidden argument*/NULL); int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_007e: { int32_t L_20 = V_1; ReviewInfo_t914837392 * L_21 = __this->get_m_info_5(); NullCheck(L_21); List_1_t2571181400 * L_22 = L_21->get_m_themeInfo_2(); int32_t L_23 = __this->get_index_6(); NullCheck(L_22); ThemeInfo_t1099106658 * L_24 = List_1_get_Item_m2977262506(L_22, L_23, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_24); List_1_t128053199 * L_25 = L_24->get_m_dressId_3(); NullCheck(L_25); int32_t L_26 = List_1_get_Count_m186164705(L_25, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_20) < ((int32_t)L_26))) { goto IL_0046; } } IL_00a4: { return; } } // System.Void LeftRoleModelData::InitRole() extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_InitRole_m3341472477 (LeftRoleModelData_t1991244417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LeftRoleModelData_InitRole_m3341472477_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; int32_t V_2 = 0; Transform_t3600365921 * V_3 = NULL; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); { ISceneRole_t2394225724 * L_0 = __this->get_readyRole_2(); if (!L_0) { goto IL_001b; } } { ISceneRole_t2394225724 * L_1 = __this->get_readyRole_2(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_1); if (L_2) { goto IL_001c; } } IL_001b: { return; } IL_001c: { ISceneRole_t2394225724 * L_3 = __this->get_readyRole_2(); NullCheck(L_3); bool L_4 = ISceneBaseObj_IsValid_m1197404667(L_3, /*hidden argument*/NULL); V_0 = L_4; ISceneRole_t2394225724 * L_5 = __this->get_readyRole_2(); NullCheck(L_5); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_5); bool L_6 = V_0; if (L_6) { goto IL_0181; } } { ISceneRole_t2394225724 * L_7 = __this->get_readyRole_2(); NullCheck(L_7); Transform_t3600365921 * L_8 = ISceneBaseObj_GetTransform_m3818769012(L_7, /*hidden argument*/NULL); Transform_t3600365921 * L_9 = LeftRoleModelData_GetRoleParent_m1786729448(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_SetParent_m381167889(L_8, L_9, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_10 = __this->get_readyRole_2(); NullCheck(L_10); bool L_11 = ISceneBaseObj_IfExistAnim_m267911107(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_00ab; } } { V_1 = _stringLiteral2833084525; ISceneRole_t2394225724 * L_12 = __this->get_readyRole_2(); NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_12); V_2 = L_13; int32_t L_14 = V_2; if ((((int32_t)L_14) == ((int32_t)1))) { goto IL_0083; } } { int32_t L_15 = V_2; if (!L_15) { goto IL_008e; } } { goto IL_0099; } IL_0083: { V_1 = _stringLiteral3548628297; goto IL_009e; } IL_008e: { V_1 = _stringLiteral2833084525; goto IL_009e; } IL_0099: { goto IL_009e; } IL_009e: { ISceneRole_t2394225724 * L_16 = __this->get_readyRole_2(); String_t* L_17 = V_1; NullCheck(L_16); ISceneBaseObj_SetIdleAnim_m1936918694(L_16, L_17, /*hidden argument*/NULL); } IL_00ab: { ISceneRole_t2394225724 * L_18 = __this->get_readyRole_2(); NullCheck(L_18); ILogicBase_Update_m3853008051(L_18, (0.001f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_19 = __this->get_readyRole_2(); NullCheck(L_19); Transform_t3600365921 * L_20 = ISceneBaseObj_GetTransform_m3818769012(L_19, /*hidden argument*/NULL); V_3 = L_20; Camera_t4157153871 * L_21 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_22 = V_3; NullCheck(L_22); Vector3_t3722313464 L_23 = Transform_get_position_m36019626(L_22, /*hidden argument*/NULL); NullCheck(L_21); Vector3_t3722313464 L_24 = Camera_WorldToScreenPoint_m3726311023(L_21, L_23, /*hidden argument*/NULL); V_4 = L_24; Camera_t4157153871 * L_25 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); RotateRole_t1146201425 * L_26 = __this->get_rotate_3(); NullCheck(L_26); Transform_t3600365921 * L_27 = Component_get_transform_m3162698980(L_26, /*hidden argument*/NULL); NullCheck(L_27); Vector3_t3722313464 L_28 = Transform_get_position_m36019626(L_27, /*hidden argument*/NULL); NullCheck(L_25); Vector3_t3722313464 L_29 = Camera_WorldToScreenPoint_m3726311023(L_25, L_28, /*hidden argument*/NULL); V_5 = L_29; float L_30 = (&V_5)->get_x_1(); float L_31 = (&V_5)->get_y_2(); float L_32 = (&V_4)->get_z_3(); Vector3__ctor_m3353183577((&V_6), L_30, L_31, L_32, /*hidden argument*/NULL); Transform_t3600365921 * L_33 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_34 = Quaternion_Euler_m3049309462(NULL /*static, unused*/, (0.0f), (165.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_33); Transform_set_rotation_m3524318132(L_33, L_34, /*hidden argument*/NULL); Transform_t3600365921 * L_35 = V_3; Camera_t4157153871 * L_36 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_37 = V_6; NullCheck(L_36); Vector3_t3722313464 L_38 = Camera_ScreenToWorldPoint_m3978588570(L_36, L_37, /*hidden argument*/NULL); NullCheck(L_35); Transform_set_position_m3387557959(L_35, L_38, /*hidden argument*/NULL); Transform_t3600365921 * L_39 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_40 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_39); Transform_set_localScale_m3053443106(L_39, L_40, /*hidden argument*/NULL); Transform_t3600365921 * L_41 = V_3; Vector3_t3722313464 L_42 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_43 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_42, (1.0f), /*hidden argument*/NULL); NullCheck(L_41); Transform_set_localScale_m3053443106(L_41, L_43, /*hidden argument*/NULL); RotateRole_t1146201425 * L_44 = __this->get_rotate_3(); GameObjectU5BU5D_t3328599146* L_45 = ((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)1)); ISceneRole_t2394225724 * L_46 = __this->get_readyRole_2(); NullCheck(L_46); Transform_t3600365921 * L_47 = ISceneBaseObj_GetTransform_m3818769012(L_46, /*hidden argument*/NULL); NullCheck(L_47); GameObject_t1113636619 * L_48 = Component_get_gameObject_m442555142(L_47, /*hidden argument*/NULL); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_48); (L_45)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_48); NullCheck(L_44); RotateRole_SetRotateObj_m814283472(L_44, L_45, /*hidden argument*/NULL); } IL_0181: { return; } } // UnityEngine.Transform LeftRoleModelData::GetRoleParent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * LeftRoleModelData_GetRoleParent_m1786729448 (LeftRoleModelData_t1991244417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LeftRoleModelData_GetRoleParent_m1786729448_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; { GameObject_t1113636619 * L_0 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral2992781582, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); V_0 = L_1; Transform_t3600365921 * L_2 = V_0; NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral1763011648, /*hidden argument*/NULL); V_1 = L_3; Transform_t3600365921 * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_4, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0067; } } { GameObject_t1113636619 * L_6 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_6, _stringLiteral1763011648, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = GameObject_get_transform_m1369836730(L_6, /*hidden argument*/NULL); V_1 = L_7; Transform_t3600365921 * L_8 = V_1; Transform_t3600365921 * L_9 = V_0; NullCheck(L_8); Transform_SetParent_m381167889(L_8, L_9, /*hidden argument*/NULL); Transform_t3600365921 * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_11 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); Transform_set_localEulerAngles_m4202601546(L_10, L_11, /*hidden argument*/NULL); Transform_t3600365921 * L_12 = V_1; Vector3_t3722313464 L_13 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); Transform_set_localScale_m3053443106(L_12, L_13, /*hidden argument*/NULL); Transform_t3600365921 * L_14 = V_1; Vector3_t3722313464 L_15 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); Transform_set_localPosition_m4128471975(L_14, L_15, /*hidden argument*/NULL); Transform_t3600365921 * L_16 = V_1; __this->set_roleParent_4(L_16); } IL_0067: { Transform_t3600365921 * L_17 = V_1; return L_17; } } // System.Void LeftRoleModelData::CreatRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_CreatRole_m1815353763 (LeftRoleModelData_t1991244417 * __this, int32_t ___sex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LeftRoleModelData_CreatRole_m1815353763_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ISceneRole_t2394225724 * V_1 = NULL; String_t* G_B3_0 = NULL; { int32_t L_0 = ___sex0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0011; } } { G_B3_0 = _stringLiteral3926317133; goto IL_0016; } IL_0011: { G_B3_0 = _stringLiteral4072509751; } IL_0016: { V_0 = G_B3_0; CSceneService_t551449725 * L_1 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = V_0; NullCheck(L_1); ISceneBaseObj_t858622483 * L_3 = CSceneService_CreateGameObj_m958236987(L_1, L_2, 1, /*hidden argument*/NULL); V_1 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_3, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_4 = V_1; NullCheck(L_4); VirtActionInvoker1< int64_t >::Invoke(18 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetUserId(System.Int64) */, L_4, (((int64_t)((int64_t)((int32_t)100))))); ISceneRole_t2394225724 * L_5 = V_1; NullCheck(L_5); CDataProperty_t2806246268 * L_6 = ISceneBaseObj_GetUserProperty_m776816018(L_5, /*hidden argument*/NULL); NullCheck(L_6); CDataProperty_Add_m837145387(L_6, _stringLiteral836452629, 1, /*hidden argument*/NULL); int32_t L_7 = ___sex0; LeftRoleModelData_DefautRole_m1126237588(__this, L_7, /*hidden argument*/NULL); return; } } // System.Void LeftRoleModelData::DestoryRole(System.Int64) extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_DestoryRole_m4105011877 (LeftRoleModelData_t1991244417 * __this, int64_t ___userid0, const RuntimeMethod* method) { { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___userid0; NullCheck(L_0); CSceneService_DestroyRoleObj_m3016152155(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void LeftRoleModelData::ResumeSubModels() extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_ResumeSubModels_m3857455080 (LeftRoleModelData_t1991244417 * __this, const RuntimeMethod* method) { { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(L_0, (((int64_t)((int64_t)((int32_t)100)))), /*hidden argument*/NULL); NullCheck(L_1); ISceneRole_ResumeSubModels_m1744956637(L_1, /*hidden argument*/NULL); return; } } // System.Void LeftRoleModelData::DefautRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR void LeftRoleModelData_DefautRole_m1126237588 (LeftRoleModelData_t1991244417 * __this, int32_t ___sex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LeftRoleModelData_DefautRole_m1126237588_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; bool V_1 = false; Func_3_t1497391353 * V_2 = NULL; int32_t V_3 = 0; ISceneRole_t2394225724 * G_B2_0 = NULL; ISceneRole_t2394225724 * G_B1_0 = NULL; int32_t G_B3_0 = 0; ISceneRole_t2394225724 * G_B3_1 = NULL; String_t* G_B5_0 = NULL; CProperty_t963755051 * G_B5_1 = NULL; String_t* G_B4_0 = NULL; CProperty_t963755051 * G_B4_1 = NULL; int32_t G_B6_0 = 0; String_t* G_B6_1 = NULL; CProperty_t963755051 * G_B6_2 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(L_0, (((int64_t)((int64_t)((int32_t)100)))), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___sex0; V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); ISceneRole_t2394225724 * L_3 = V_0; bool L_4 = V_1; G_B1_0 = L_3; if (!L_4) { G_B2_0 = L_3; goto IL_0020; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0021; } IL_0020: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0021: { NullCheck(G_B3_1); ISceneBaseObj_SetModelID_m3286778194(G_B3_1, G_B3_0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_5 = V_0; NullCheck(L_5); CProperty_t963755051 * L_6 = ISceneBaseObj_GetNetProperty_m1709069404(L_5, /*hidden argument*/NULL); bool L_7 = V_1; G_B4_0 = _stringLiteral4166355951; G_B4_1 = L_6; if (!L_7) { G_B5_0 = _stringLiteral4166355951; G_B5_1 = L_6; goto IL_003d; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_003e; } IL_003d: { G_B6_0 = 1; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_003e: { NullCheck(G_B6_2); CProperty_SetInt_m72189256(G_B6_2, G_B6_1, G_B6_0, /*hidden argument*/NULL); CJuniorRoleModelItem_t636793867 * L_8 = CJuniorRoleModelItem_GetInstance_m2353718821(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_9 = (intptr_t)CJuniorRoleModelItem_GetDefaultModelItem_m3195588872_RuntimeMethod_var; Func_3_t1497391353 * L_10 = (Func_3_t1497391353 *)il2cpp_codegen_object_new(Func_3_t1497391353_il2cpp_TypeInfo_var); Func_3__ctor_m2676186645(L_10, L_8, L_9, /*hidden argument*/Func_3__ctor_m2676186645_RuntimeMethod_var); V_2 = L_10; Func_3_t1497391353 * L_11 = V_2; bool L_12 = V_1; NullCheck(L_11); int32_t L_13 = Func_3_Invoke_m1444580883(L_11, L_12, 2, /*hidden argument*/Func_3_Invoke_m1444580883_RuntimeMethod_var); V_3 = L_13; ISceneRole_t2394225724 * L_14 = V_0; NullCheck(L_14); CProperty_t963755051 * L_15 = ISceneBaseObj_GetNetProperty_m1709069404(L_14, /*hidden argument*/NULL); int32_t L_16 = V_3; NullCheck(L_15); CProperty_SetInt_m72189256(L_15, _stringLiteral4145493834, L_16, /*hidden argument*/NULL); Func_3_t1497391353 * L_17 = V_2; bool L_18 = V_1; NullCheck(L_17); int32_t L_19 = Func_3_Invoke_m1444580883(L_17, L_18, 7, /*hidden argument*/Func_3_Invoke_m1444580883_RuntimeMethod_var); V_3 = L_19; ISceneRole_t2394225724 * L_20 = V_0; NullCheck(L_20); CProperty_t963755051 * L_21 = ISceneBaseObj_GetNetProperty_m1709069404(L_20, /*hidden argument*/NULL); int32_t L_22 = V_3; NullCheck(L_21); CProperty_SetInt_m72189256(L_21, _stringLiteral3385978947, L_22, /*hidden argument*/NULL); Func_3_t1497391353 * L_23 = V_2; bool L_24 = V_1; NullCheck(L_23); int32_t L_25 = Func_3_Invoke_m1444580883(L_23, L_24, ((int32_t)13), /*hidden argument*/Func_3_Invoke_m1444580883_RuntimeMethod_var); V_3 = L_25; ISceneRole_t2394225724 * L_26 = V_0; NullCheck(L_26); CProperty_t963755051 * L_27 = ISceneBaseObj_GetNetProperty_m1709069404(L_26, /*hidden argument*/NULL); int32_t L_28 = V_3; NullCheck(L_27); CProperty_SetInt_m72189256(L_27, _stringLiteral1859365861, L_28, /*hidden argument*/NULL); Func_3_t1497391353 * L_29 = V_2; bool L_30 = V_1; NullCheck(L_29); int32_t L_31 = Func_3_Invoke_m1444580883(L_29, L_30, ((int32_t)15), /*hidden argument*/Func_3_Invoke_m1444580883_RuntimeMethod_var); V_3 = L_31; ISceneRole_t2394225724 * L_32 = V_0; NullCheck(L_32); CProperty_t963755051 * L_33 = ISceneBaseObj_GetNetProperty_m1709069404(L_32, /*hidden argument*/NULL); int32_t L_34 = V_3; NullCheck(L_33); CProperty_SetInt_m72189256(L_33, _stringLiteral712354789, L_34, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_35 = V_0; NullCheck(L_35); ISceneRole_LoadRoleModel_m1111386502(L_35, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_36 = V_0; __this->set_readyRole_2(L_36); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LinkedEffect::.ctor() extern "C" IL2CPP_METHOD_ATTR void LinkedEffect__ctor_m2680639147 (LinkedEffect_t3338585141 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void LinkedEffect::Awake() extern "C" IL2CPP_METHOD_ATTR void LinkedEffect_Awake_m2727953044 (LinkedEffect_t3338585141 * __this, const RuntimeMethod* method) { { return; } } // System.Void LinkedEffect::Start() extern "C" IL2CPP_METHOD_ATTR void LinkedEffect_Start_m3337807997 (LinkedEffect_t3338585141 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LinkedEffect_Start_m3337807997_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; int32_t L_1 = __this->get_Type_2(); if (L_1) { goto IL_0032; } } { String_t* L_2 = __this->get_Name_3(); String_t* L_3 = __this->get_Name_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral1616650057, L_2, _stringLiteral3452614529, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_004e; } IL_0032: { String_t* L_5 = __this->get_Name_3(); String_t* L_6 = __this->get_Name_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2768880969, L_5, _stringLiteral3452614529, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_004e: { String_t* L_8 = V_0; Object_t631007953 * L_9 = DMMiscInterface_Instantiate_m3737946631(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_1 = ((GameObject_t1113636619 *)CastclassSealed((RuntimeObject*)L_9, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_10 = V_1; 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_0067; } } { return; } IL_0067: { GameObject_t1113636619 * L_12 = V_1; __this->set_m_Effect_7(L_12); GameObject_t1113636619 * L_13 = __this->get_m_Effect_7(); NullCheck(L_13); Transform_t3600365921 * L_14 = GameObject_get_transform_m1369836730(L_13, /*hidden argument*/NULL); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_14); Transform_set_parent_m786917804(L_14, L_15, /*hidden argument*/NULL); GameObject_t1113636619 * L_16 = __this->get_m_Effect_7(); GameObject_t1113636619 * L_17 = V_1; NullCheck(L_17); String_t* L_18 = Object_get_name_m4211327027(L_17, /*hidden argument*/NULL); NullCheck(L_16); Object_set_name_m291480324(L_16, L_18, /*hidden argument*/NULL); return; } } // System.Void LinkedEffect::OnAfterAnim(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void LinkedEffect_OnAfterAnim_m4034090402 (LinkedEffect_t3338585141 * __this, Transform_t3600365921 * ___linkedRoot0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LinkedEffect_OnAfterAnim_m4034090402_MetadataUsageId); s_Il2CppMethodInitialized = true; } Matrix4x4_t1817901843 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); { Transform_t3600365921 * L_0 = ___linkedRoot0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_2 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_3 = ___linkedRoot0; NullCheck(L_3); Quaternion_t2301928331 L_4 = Transform_get_rotation_m3502953881(L_3, /*hidden argument*/NULL); Vector3_t3722313464 L_5 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t1817901843_il2cpp_TypeInfo_var); Matrix4x4_t1817901843 L_6 = Matrix4x4_TRS_m3801934620(NULL /*static, unused*/, L_2, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; Vector3_t3722313464 L_7 = __this->get_BindPosOffset_5(); Vector3_t3722313464 L_8 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_0), L_7, /*hidden argument*/NULL); V_1 = L_8; GameObject_t1113636619 * L_9 = __this->get_m_Effect_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0079; } } { GameObject_t1113636619 * L_11 = __this->get_m_Effect_7(); NullCheck(L_11); Transform_t3600365921 * L_12 = GameObject_get_transform_m1369836730(L_11, /*hidden argument*/NULL); Transform_t3600365921 * L_13 = ___linkedRoot0; NullCheck(L_13); Vector3_t3722313464 L_14 = Transform_get_position_m36019626(L_13, /*hidden argument*/NULL); Vector3_t3722313464 L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_16 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); NullCheck(L_12); Transform_set_position_m3387557959(L_12, L_16, /*hidden argument*/NULL); GameObject_t1113636619 * L_17 = __this->get_m_Effect_7(); NullCheck(L_17); Transform_t3600365921 * L_18 = GameObject_get_transform_m1369836730(L_17, /*hidden argument*/NULL); Vector3_t3722313464 L_19 = __this->get_BindRotation_6(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_20 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); Transform_set_rotation_m3524318132(L_18, L_20, /*hidden argument*/NULL); } IL_0079: { 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 // Conversion methods for marshalling of: LitJson.ArrayMetadata extern "C" void ArrayMetadata_t894288939_marshal_pinvoke(const ArrayMetadata_t894288939& unmarshaled, ArrayMetadata_t894288939_marshaled_pinvoke& marshaled) { Exception_t* ___element_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'element_type' of type 'ArrayMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___element_type_0Exception,NULL); } extern "C" void ArrayMetadata_t894288939_marshal_pinvoke_back(const ArrayMetadata_t894288939_marshaled_pinvoke& marshaled, ArrayMetadata_t894288939& unmarshaled) { Exception_t* ___element_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'element_type' of type 'ArrayMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___element_type_0Exception,NULL); } // Conversion method for clean up from marshalling of: LitJson.ArrayMetadata extern "C" void ArrayMetadata_t894288939_marshal_pinvoke_cleanup(ArrayMetadata_t894288939_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: LitJson.ArrayMetadata extern "C" void ArrayMetadata_t894288939_marshal_com(const ArrayMetadata_t894288939& unmarshaled, ArrayMetadata_t894288939_marshaled_com& marshaled) { Exception_t* ___element_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'element_type' of type 'ArrayMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___element_type_0Exception,NULL); } extern "C" void ArrayMetadata_t894288939_marshal_com_back(const ArrayMetadata_t894288939_marshaled_com& marshaled, ArrayMetadata_t894288939& unmarshaled) { Exception_t* ___element_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'element_type' of type 'ArrayMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___element_type_0Exception,NULL); } // Conversion method for clean up from marshalling of: LitJson.ArrayMetadata extern "C" void ArrayMetadata_t894288939_marshal_com_cleanup(ArrayMetadata_t894288939_marshaled_com& marshaled) { } // System.Type LitJson.ArrayMetadata::get_ElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * ArrayMetadata_get_ElementType_m1928955287 (ArrayMetadata_t894288939 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayMetadata_get_ElementType_m1928955287_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get_element_type_0(); if (L_0) { goto IL_0016; } } { RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (JsonData_t1524858407_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } IL_0016: { Type_t * L_3 = __this->get_element_type_0(); return L_3; } } extern "C" Type_t * ArrayMetadata_get_ElementType_m1928955287_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ArrayMetadata_t894288939 * _thisAdjusted = reinterpret_cast(__this + 1); return ArrayMetadata_get_ElementType_m1928955287(_thisAdjusted, method); } // System.Void LitJson.ArrayMetadata::set_ElementType(System.Type) extern "C" IL2CPP_METHOD_ATTR void ArrayMetadata_set_ElementType_m3337714219 (ArrayMetadata_t894288939 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_element_type_0(L_0); return; } } extern "C" void ArrayMetadata_set_ElementType_m3337714219_AdjustorThunk (RuntimeObject * __this, Type_t * ___value0, const RuntimeMethod* method) { ArrayMetadata_t894288939 * _thisAdjusted = reinterpret_cast(__this + 1); ArrayMetadata_set_ElementType_m3337714219(_thisAdjusted, ___value0, method); } // System.Boolean LitJson.ArrayMetadata::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool ArrayMetadata_get_IsArray_m872644532 (ArrayMetadata_t894288939 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_array_1(); return L_0; } } extern "C" bool ArrayMetadata_get_IsArray_m872644532_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ArrayMetadata_t894288939 * _thisAdjusted = reinterpret_cast(__this + 1); return ArrayMetadata_get_IsArray_m872644532(_thisAdjusted, method); } // System.Void LitJson.ArrayMetadata::set_IsArray(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ArrayMetadata_set_IsArray_m786849152 (ArrayMetadata_t894288939 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_is_array_1(L_0); return; } } extern "C" void ArrayMetadata_set_IsArray_m786849152_AdjustorThunk (RuntimeObject * __this, bool ___value0, const RuntimeMethod* method) { ArrayMetadata_t894288939 * _thisAdjusted = reinterpret_cast(__this + 1); ArrayMetadata_set_IsArray_m786849152(_thisAdjusted, ___value0, method); } // System.Boolean LitJson.ArrayMetadata::get_IsList() extern "C" IL2CPP_METHOD_ATTR bool ArrayMetadata_get_IsList_m3955393105 (ArrayMetadata_t894288939 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_list_2(); return L_0; } } extern "C" bool ArrayMetadata_get_IsList_m3955393105_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ArrayMetadata_t894288939 * _thisAdjusted = reinterpret_cast(__this + 1); return ArrayMetadata_get_IsList_m3955393105(_thisAdjusted, method); } // System.Void LitJson.ArrayMetadata::set_IsList(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ArrayMetadata_set_IsList_m1397670476 (ArrayMetadata_t894288939 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_is_list_2(L_0); return; } } extern "C" void ArrayMetadata_set_IsList_m1397670476_AdjustorThunk (RuntimeObject * __this, bool ___value0, const RuntimeMethod* method) { ArrayMetadata_t894288939 * _thisAdjusted = reinterpret_cast(__this + 1); ArrayMetadata_set_IsList_m1397670476(_thisAdjusted, ___value0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LitJson.ExporterFunc::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc__ctor_m39319225 (ExporterFunc_t1851311465 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void LitJson.ExporterFunc::Invoke(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc_Invoke_m2393032417 (ExporterFunc_t1851311465 * __this, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ExporterFunc_Invoke_m2393032417((ExporterFunc_t1851311465 *)__this->get_prev_9(), ___obj0, ___writer1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, ___writer1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, ___writer1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, JsonWriter_t3570089748 * >::Invoke(targetMethod, targetThis, ___obj0, ___writer1); else GenericVirtActionInvoker2< RuntimeObject *, JsonWriter_t3570089748 * >::Invoke(targetMethod, targetThis, ___obj0, ___writer1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, JsonWriter_t3570089748 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0, ___writer1); else VirtActionInvoker2< RuntimeObject *, JsonWriter_t3570089748 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0, ___writer1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, ___writer1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< JsonWriter_t3570089748 * >::Invoke(targetMethod, ___obj0, ___writer1); else GenericVirtActionInvoker1< JsonWriter_t3570089748 * >::Invoke(targetMethod, ___obj0, ___writer1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< JsonWriter_t3570089748 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0, ___writer1); else VirtActionInvoker1< JsonWriter_t3570089748 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0, ___writer1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, ___writer1, targetMethod); } } } } // System.IAsyncResult LitJson.ExporterFunc::BeginInvoke(System.Object,LitJson.JsonWriter,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExporterFunc_BeginInvoke_m2135360587 (ExporterFunc_t1851311465 * __this, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___obj0; __d_args[1] = ___writer1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void LitJson.ExporterFunc::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc_EndInvoke_m1291875147 (ExporterFunc_t1851311465 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LitJson.FsmContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void FsmContext__ctor_m1618303708 (FsmContext_t2331368794 * __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 LitJson.ImporterFunc::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ImporterFunc__ctor_m1859902585 (ImporterFunc_t3630937194 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Object LitJson.ImporterFunc::Invoke(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ImporterFunc_Invoke_m1321867327 (ImporterFunc_t3630937194 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { ImporterFunc_Invoke_m1321867327((ImporterFunc_t3630937194 *)__this->get_prev_9(), ___input0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___input0, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___input0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___input0); else result = GenericVirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___input0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___input0); else result = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___input0); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___input0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ___input0); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ___input0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___input0); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___input0); } } else { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___input0, targetMethod); } } } return result; } // System.IAsyncResult LitJson.ImporterFunc::BeginInvoke(System.Object,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ImporterFunc_BeginInvoke_m3646036457 (ImporterFunc_t3630937194 * __this, RuntimeObject * ___input0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___input0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Object LitJson.ImporterFunc::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ImporterFunc_EndInvoke_m3188526793 (ImporterFunc_t3630937194 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LitJson.JsonData::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m1915385334 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonData::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m885761978 (JsonData_t1524858407 * __this, bool ___boolean0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_type_8(7); bool L_0 = ___boolean0; __this->set_inst_boolean_1(L_0); return; } } // System.Void LitJson.JsonData::.ctor(System.Double) extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m734492008 (JsonData_t1524858407 * __this, double ___number0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_type_8(6); double L_0 = ___number0; __this->set_inst_double_2(L_0); return; } } // System.Void LitJson.JsonData::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m119894298 (JsonData_t1524858407 * __this, int32_t ___number0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_type_8(4); int32_t L_0 = ___number0; __this->set_inst_int_3(L_0); return; } } // System.Void LitJson.JsonData::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m2026420257 (JsonData_t1524858407 * __this, int64_t ___number0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_type_8(5); int64_t L_0 = ___number0; __this->set_inst_long_4(L_0); return; } } // System.Void LitJson.JsonData::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m181517051 (JsonData_t1524858407 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData__ctor_m181517051_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Boolean_t97287965_il2cpp_TypeInfo_var))) { goto IL_0025; } } { __this->set_type_8(7); RuntimeObject * L_1 = ___obj0; __this->set_inst_boolean_1(((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var))))); return; } IL_0025: { RuntimeObject * L_2 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_2, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_0044; } } { __this->set_type_8(6); RuntimeObject * L_3 = ___obj0; __this->set_inst_double_2(((*(double*)((double*)UnBox(L_3, Double_t594665363_il2cpp_TypeInfo_var))))); return; } IL_0044: { RuntimeObject * L_4 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_0063; } } { __this->set_type_8(4); RuntimeObject * L_5 = ___obj0; __this->set_inst_int_3(((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t2950945753_il2cpp_TypeInfo_var))))); return; } IL_0063: { RuntimeObject * L_6 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_6, Int64_t3736567304_il2cpp_TypeInfo_var))) { goto IL_0082; } } { __this->set_type_8(5); RuntimeObject * L_7 = ___obj0; __this->set_inst_long_4(((*(int64_t*)((int64_t*)UnBox(L_7, Int64_t3736567304_il2cpp_TypeInfo_var))))); return; } IL_0082: { RuntimeObject * L_8 = ___obj0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var))) { goto IL_00a1; } } { __this->set_type_8(3); RuntimeObject * L_9 = ___obj0; __this->set_inst_string_6(((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var))); return; } IL_00a1: { ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, _stringLiteral2958118195, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JsonData__ctor_m181517051_RuntimeMethod_var); } } // System.Void LitJson.JsonData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m194201056 (JsonData_t1524858407 * __this, String_t* ___str0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_type_8(3); String_t* L_0 = ___str0; __this->set_inst_string_6(L_0); return; } } // System.Int32 LitJson.JsonData::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t JsonData_get_Count_m487704605 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_get_Count_m487704605_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureCollection_m4219281389(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean LitJson.JsonData::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsArray_m341185705 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_type_8(); return (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0); } } // System.Boolean LitJson.JsonData::get_IsBoolean() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsBoolean_m4066201384 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_type_8(); return (bool)((((int32_t)L_0) == ((int32_t)7))? 1 : 0); } } // System.Boolean LitJson.JsonData::get_IsDouble() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsDouble_m1202047635 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_type_8(); return (bool)((((int32_t)L_0) == ((int32_t)6))? 1 : 0); } } // System.Boolean LitJson.JsonData::get_IsInt() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsInt_m1089956696 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_type_8(); return (bool)((((int32_t)L_0) == ((int32_t)4))? 1 : 0); } } // System.Boolean LitJson.JsonData::get_IsLong() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsLong_m1550593855 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_type_8(); return (bool)((((int32_t)L_0) == ((int32_t)5))? 1 : 0); } } // System.Boolean LitJson.JsonData::get_IsObject() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsObject_m2304895784 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_type_8(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Boolean LitJson.JsonData::get_IsString() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsString_m3956777256 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_type_8(); return (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0); } } // System.Collections.Generic.ICollection`1 LitJson.JsonData::get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonData_get_Keys_m2760508788 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_get_Keys_m2760508788_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = __this->get_inst_object_5(); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.Generic.ICollection`1 System.Collections.Generic.IDictionary`2::get_Keys() */, IDictionary_2_t4068933393_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int32 LitJson.JsonData::System.Collections.ICollection.get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t JsonData_System_Collections_ICollection_get_Count_m3987105428 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { int32_t L_0 = JsonData_get_Count_m487704605(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean LitJson.JsonData::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool JsonData_System_Collections_ICollection_get_IsSynchronized_m85214724 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_ICollection_get_IsSynchronized_m85214724_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureCollection_m4219281389(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.ICollection::get_IsSynchronized() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Object LitJson.JsonData::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonData_System_Collections_ICollection_get_SyncRoot_m3899853743 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_ICollection_get_SyncRoot_m3899853743_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureCollection_m4219281389(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean LitJson.JsonData::System.Collections.IDictionary.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool JsonData_System_Collections_IDictionary_get_IsFixedSize_m3010638053 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IDictionary_get_IsFixedSize_m3010638053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IDictionary::get_IsFixedSize() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean LitJson.JsonData::System.Collections.IDictionary.get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool JsonData_System_Collections_IDictionary_get_IsReadOnly_m1647873087 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IDictionary_get_IsReadOnly_m1647873087_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IDictionary::get_IsReadOnly() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Collections.ICollection LitJson.JsonData::System.Collections.IDictionary.get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonData_System_Collections_IDictionary_get_Keys_m2566273112 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IDictionary_get_Keys_m2566273112_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; KeyValuePair_2_t3707786873 V_1; memset(&V_1, 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); 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 = (RuntimeObject*)L_0; RuntimeObject* L_1 = __this->get_object_list_9(); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IEnumerable_1_t2687639762_il2cpp_TypeInfo_var, L_1); V_2 = L_2; } IL_0019: try { // begin try (depth: 1) { goto IL_0032; } IL_001e: { RuntimeObject* L_3 = V_2; NullCheck(L_3); KeyValuePair_2_t3707786873 L_4 = InterfaceFuncInvoker0< KeyValuePair_2_t3707786873 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t4140357341_il2cpp_TypeInfo_var, L_3); V_1 = L_4; RuntimeObject* L_5 = V_0; String_t* L_6 = KeyValuePair_2_get_Key_m960528961((&V_1), /*hidden argument*/KeyValuePair_2_get_Key_m960528961_RuntimeMethod_var); NullCheck(L_5); InterfaceActionInvoker1< String_t* >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t380635627_il2cpp_TypeInfo_var, L_5, L_6); } IL_0032: { RuntimeObject* L_7 = V_2; NullCheck(L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_001e; } } IL_003d: { IL2CPP_LEAVE(0x4F, FINALLY_0042); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_2; if (!L_9) { goto IL_004e; } } IL_0048: { RuntimeObject* L_10 = V_2; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); } IL_004e: { IL2CPP_END_FINALLY(66) } } // end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_JUMP_TBL(0x4F, IL_004f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004f: { RuntimeObject* L_11 = V_0; return ((RuntimeObject*)Castclass((RuntimeObject*)L_11, ICollection_t3904884886_il2cpp_TypeInfo_var)); } } // System.Collections.ICollection LitJson.JsonData::System.Collections.IDictionary.get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonData_System_Collections_IDictionary_get_Values_m2045243560 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IDictionary_get_Values_m2045243560_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; KeyValuePair_2_t3707786873 V_1; memset(&V_1, 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); List_1_t2996933149 * L_0 = (List_1_t2996933149 *)il2cpp_codegen_object_new(List_1_t2996933149_il2cpp_TypeInfo_var); List_1__ctor_m2914731008(L_0, /*hidden argument*/List_1__ctor_m2914731008_RuntimeMethod_var); V_0 = (RuntimeObject*)L_0; RuntimeObject* L_1 = __this->get_object_list_9(); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IEnumerable_1_t2687639762_il2cpp_TypeInfo_var, L_1); V_2 = L_2; } IL_0019: try { // begin try (depth: 1) { goto IL_0032; } IL_001e: { RuntimeObject* L_3 = V_2; NullCheck(L_3); KeyValuePair_2_t3707786873 L_4 = InterfaceFuncInvoker0< KeyValuePair_2_t3707786873 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t4140357341_il2cpp_TypeInfo_var, L_3); V_1 = L_4; RuntimeObject* L_5 = V_0; JsonData_t1524858407 * L_6 = KeyValuePair_2_get_Value_m702912653((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m702912653_RuntimeMethod_var); NullCheck(L_5); InterfaceActionInvoker1< JsonData_t1524858407 * >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t58043345_il2cpp_TypeInfo_var, L_5, L_6); } IL_0032: { RuntimeObject* L_7 = V_2; NullCheck(L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_001e; } } IL_003d: { IL2CPP_LEAVE(0x4F, FINALLY_0042); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_2; if (!L_9) { goto IL_004e; } } IL_0048: { RuntimeObject* L_10 = V_2; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); } IL_004e: { IL2CPP_END_FINALLY(66) } } // end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_JUMP_TBL(0x4F, IL_004f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004f: { RuntimeObject* L_11 = V_0; return ((RuntimeObject*)Castclass((RuntimeObject*)L_11, ICollection_t3904884886_il2cpp_TypeInfo_var)); } } // System.Boolean LitJson.JsonData::LitJson.IJsonWrapper.get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool JsonData_LitJson_IJsonWrapper_get_IsArray_m4148567256 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { bool L_0 = JsonData_get_IsArray_m341185705(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean LitJson.JsonData::LitJson.IJsonWrapper.get_IsBoolean() extern "C" IL2CPP_METHOD_ATTR bool JsonData_LitJson_IJsonWrapper_get_IsBoolean_m2052139369 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { bool L_0 = JsonData_get_IsBoolean_m4066201384(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean LitJson.JsonData::LitJson.IJsonWrapper.get_IsDouble() extern "C" IL2CPP_METHOD_ATTR bool JsonData_LitJson_IJsonWrapper_get_IsDouble_m3781376426 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { bool L_0 = JsonData_get_IsDouble_m1202047635(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean LitJson.JsonData::LitJson.IJsonWrapper.get_IsInt() extern "C" IL2CPP_METHOD_ATTR bool JsonData_LitJson_IJsonWrapper_get_IsInt_m3953427832 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { bool L_0 = JsonData_get_IsInt_m1089956696(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean LitJson.JsonData::LitJson.IJsonWrapper.get_IsLong() extern "C" IL2CPP_METHOD_ATTR bool JsonData_LitJson_IJsonWrapper_get_IsLong_m1734434136 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { bool L_0 = JsonData_get_IsLong_m1550593855(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean LitJson.JsonData::LitJson.IJsonWrapper.get_IsObject() extern "C" IL2CPP_METHOD_ATTR bool JsonData_LitJson_IJsonWrapper_get_IsObject_m3781616219 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { bool L_0 = JsonData_get_IsObject_m2304895784(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean LitJson.JsonData::LitJson.IJsonWrapper.get_IsString() extern "C" IL2CPP_METHOD_ATTR bool JsonData_LitJson_IJsonWrapper_get_IsString_m2631634650 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { bool L_0 = JsonData_get_IsString_m3956777256(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean LitJson.JsonData::System.Collections.IList.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool JsonData_System_Collections_IList_get_IsFixedSize_m2080664777 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IList_get_IsFixedSize_m2080664777_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureList_m965356566(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IList::get_IsFixedSize() */, IList_t2094931216_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean LitJson.JsonData::System.Collections.IList.get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool JsonData_System_Collections_IList_get_IsReadOnly_m3365642336 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IList_get_IsReadOnly_m3365642336_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureList_m965356566(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IList::get_IsReadOnly() */, IList_t2094931216_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Object LitJson.JsonData::System.Collections.IDictionary.get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonData_System_Collections_IDictionary_get_Item_m477366307 (JsonData_t1524858407 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IDictionary_get_Item_m477366307_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; NullCheck(L_0); RuntimeObject * L_2 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Void LitJson.JsonData::System.Collections.IDictionary.set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_IDictionary_set_Item_m955126813 (JsonData_t1524858407 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IDictionary_set_Item_m955126813_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { RuntimeObject * L_0 = ___key0; if (((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0016; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral349688317, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonData_System_Collections_IDictionary_set_Item_m955126813_RuntimeMethod_var); } IL_0016: { RuntimeObject * L_2 = ___value1; JsonData_t1524858407 * L_3 = JsonData_ToJsonData_m71560816(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; RuntimeObject * L_4 = ___key0; JsonData_t1524858407 * L_5 = V_0; JsonData_set_Item_m3790047234(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL); return; } } // System.Object LitJson.JsonData::System.Collections.Specialized.IOrderedDictionary.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonData_System_Collections_Specialized_IOrderedDictionary_get_Item_m4223118505 (JsonData_t1524858407 * __this, int32_t ___idx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_Specialized_IOrderedDictionary_get_Item_m4223118505_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t3707786873 V_0; memset(&V_0, 0, sizeof(V_0)); { JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = __this->get_object_list_9(); int32_t L_1 = ___idx0; NullCheck(L_0); KeyValuePair_2_t3707786873 L_2 = InterfaceFuncInvoker1< KeyValuePair_2_t3707786873 , int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_0, L_1); V_0 = L_2; JsonData_t1524858407 * L_3 = KeyValuePair_2_get_Value_m702912653((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m702912653_RuntimeMethod_var); return L_3; } } // System.Void LitJson.JsonData::System.Collections.Specialized.IOrderedDictionary.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_Specialized_IOrderedDictionary_set_Item_m884781669 (JsonData_t1524858407 * __this, int32_t ___idx0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_Specialized_IOrderedDictionary_set_Item_m884781669_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; KeyValuePair_2_t3707786873 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t3707786873 V_2; memset(&V_2, 0, sizeof(V_2)); { JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value1; JsonData_t1524858407 * L_1 = JsonData_ToJsonData_m71560816(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = __this->get_object_list_9(); int32_t L_3 = ___idx0; NullCheck(L_2); KeyValuePair_2_t3707786873 L_4 = InterfaceFuncInvoker1< KeyValuePair_2_t3707786873 , int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_2, L_3); V_1 = L_4; RuntimeObject* L_5 = __this->get_inst_object_5(); String_t* L_6 = KeyValuePair_2_get_Key_m960528961((&V_1), /*hidden argument*/KeyValuePair_2_get_Key_m960528961_RuntimeMethod_var); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_5); InterfaceActionInvoker2< String_t*, JsonData_t1524858407 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t4068933393_il2cpp_TypeInfo_var, L_5, L_6, L_7); String_t* L_8 = KeyValuePair_2_get_Key_m960528961((&V_1), /*hidden argument*/KeyValuePair_2_get_Key_m960528961_RuntimeMethod_var); JsonData_t1524858407 * L_9 = V_0; KeyValuePair_2__ctor_m450545329((&V_2), L_8, L_9, /*hidden argument*/KeyValuePair_2__ctor_m450545329_RuntimeMethod_var); RuntimeObject* L_10 = __this->get_object_list_9(); int32_t L_11 = ___idx0; KeyValuePair_2_t3707786873 L_12 = V_2; NullCheck(L_10); InterfaceActionInvoker2< int32_t, KeyValuePair_2_t3707786873 >::Invoke(4 /* System.Void System.Collections.Generic.IList`1>::set_Item(System.Int32,!0) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_10, L_11, L_12); return; } } // System.Object LitJson.JsonData::System.Collections.IList.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonData_System_Collections_IList_get_Item_m2090719095 (JsonData_t1524858407 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IList_get_Item_m2090719095_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureList_m965356566(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Void LitJson.JsonData::System.Collections.IList.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_IList_set_Item_m473753544 (JsonData_t1524858407 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { JsonData_t1524858407 * V_0 = NULL; { JsonData_EnsureList_m965356566(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value1; JsonData_t1524858407 * L_1 = JsonData_ToJsonData_m71560816(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___index0; JsonData_t1524858407 * L_3 = V_0; JsonData_set_Item_m2520714287(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // LitJson.JsonData LitJson.JsonData::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_get_Item_m147413252 (JsonData_t1524858407 * __this, String_t* ___prop_name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_get_Item_m147413252_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = __this->get_inst_object_5(); String_t* L_1 = ___prop_name0; NullCheck(L_0); JsonData_t1524858407 * L_2 = InterfaceFuncInvoker1< JsonData_t1524858407 *, String_t* >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t4068933393_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Void LitJson.JsonData::set_Item(System.String,LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR void JsonData_set_Item_m3790047234 (JsonData_t1524858407 * __this, String_t* ___prop_name0, JsonData_t1524858407 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_set_Item_m3790047234_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t3707786873 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; KeyValuePair_2_t3707786873 V_2; memset(&V_2, 0, sizeof(V_2)); { JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); String_t* L_0 = ___prop_name0; JsonData_t1524858407 * L_1 = ___value1; KeyValuePair_2__ctor_m450545329((&V_0), L_0, L_1, /*hidden argument*/KeyValuePair_2__ctor_m450545329_RuntimeMethod_var); RuntimeObject* L_2 = __this->get_inst_object_5(); String_t* L_3 = ___prop_name0; NullCheck(L_2); bool L_4 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2::ContainsKey(!0) */, IDictionary_2_t4068933393_il2cpp_TypeInfo_var, L_2, L_3); if (!L_4) { goto IL_0073; } } { V_1 = 0; goto IL_005d; } IL_0028: { RuntimeObject* L_5 = __this->get_object_list_9(); int32_t L_6 = V_1; NullCheck(L_5); KeyValuePair_2_t3707786873 L_7 = InterfaceFuncInvoker1< KeyValuePair_2_t3707786873 , int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_5, L_6); V_2 = L_7; String_t* L_8 = KeyValuePair_2_get_Key_m960528961((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m960528961_RuntimeMethod_var); String_t* L_9 = ___prop_name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0059; } } { RuntimeObject* L_11 = __this->get_object_list_9(); int32_t L_12 = V_1; KeyValuePair_2_t3707786873 L_13 = V_0; NullCheck(L_11); InterfaceActionInvoker2< int32_t, KeyValuePair_2_t3707786873 >::Invoke(4 /* System.Void System.Collections.Generic.IList`1>::set_Item(System.Int32,!0) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_11, L_12, L_13); goto IL_006e; } IL_0059: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005d: { int32_t L_15 = V_1; RuntimeObject* L_16 = __this->get_object_list_9(); NullCheck(L_16); int32_t L_17 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1>::get_Count() */, ICollection_1_t2240971811_il2cpp_TypeInfo_var, L_16); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0028; } } IL_006e: { goto IL_007f; } IL_0073: { RuntimeObject* L_18 = __this->get_object_list_9(); KeyValuePair_2_t3707786873 L_19 = V_0; NullCheck(L_18); InterfaceActionInvoker1< KeyValuePair_2_t3707786873 >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1>::Add(!0) */, ICollection_1_t2240971811_il2cpp_TypeInfo_var, L_18, L_19); } IL_007f: { RuntimeObject* L_20 = __this->get_inst_object_5(); String_t* L_21 = ___prop_name0; JsonData_t1524858407 * L_22 = ___value1; NullCheck(L_20); InterfaceActionInvoker2< String_t*, JsonData_t1524858407 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t4068933393_il2cpp_TypeInfo_var, L_20, L_21, L_22); __this->set_json_7((String_t*)NULL); return; } } // LitJson.JsonData LitJson.JsonData::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_get_Item_m594638490 (JsonData_t1524858407 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_get_Item_m594638490_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t3707786873 V_0; memset(&V_0, 0, sizeof(V_0)); { JsonData_EnsureCollection_m4219281389(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_type_8(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0020; } } { RuntimeObject* L_1 = __this->get_inst_array_0(); int32_t L_2 = ___index0; NullCheck(L_1); JsonData_t1524858407 * L_3 = InterfaceFuncInvoker1< JsonData_t1524858407 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t3340178190_il2cpp_TypeInfo_var, L_1, L_2); return L_3; } IL_0020: { RuntimeObject* L_4 = __this->get_object_list_9(); int32_t L_5 = ___index0; NullCheck(L_4); KeyValuePair_2_t3707786873 L_6 = InterfaceFuncInvoker1< KeyValuePair_2_t3707786873 , int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_4, L_5); V_0 = L_6; JsonData_t1524858407 * L_7 = KeyValuePair_2_get_Value_m702912653((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m702912653_RuntimeMethod_var); return L_7; } } // System.Void LitJson.JsonData::set_Item(System.Int32,LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR void JsonData_set_Item_m2520714287 (JsonData_t1524858407 * __this, int32_t ___index0, JsonData_t1524858407 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_set_Item_m2520714287_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t3707786873 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t3707786873 V_1; memset(&V_1, 0, sizeof(V_1)); { JsonData_EnsureCollection_m4219281389(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_type_8(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0025; } } { RuntimeObject* L_1 = __this->get_inst_array_0(); int32_t L_2 = ___index0; JsonData_t1524858407 * L_3 = ___value1; NullCheck(L_1); InterfaceActionInvoker2< int32_t, JsonData_t1524858407 * >::Invoke(4 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IList_1_t3340178190_il2cpp_TypeInfo_var, L_1, L_2, L_3); goto IL_0061; } IL_0025: { RuntimeObject* L_4 = __this->get_object_list_9(); int32_t L_5 = ___index0; NullCheck(L_4); KeyValuePair_2_t3707786873 L_6 = InterfaceFuncInvoker1< KeyValuePair_2_t3707786873 , int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_4, L_5); V_0 = L_6; String_t* L_7 = KeyValuePair_2_get_Key_m960528961((&V_0), /*hidden argument*/KeyValuePair_2_get_Key_m960528961_RuntimeMethod_var); JsonData_t1524858407 * L_8 = ___value1; KeyValuePair_2__ctor_m450545329((&V_1), L_7, L_8, /*hidden argument*/KeyValuePair_2__ctor_m450545329_RuntimeMethod_var); RuntimeObject* L_9 = __this->get_object_list_9(); int32_t L_10 = ___index0; KeyValuePair_2_t3707786873 L_11 = V_1; NullCheck(L_9); InterfaceActionInvoker2< int32_t, KeyValuePair_2_t3707786873 >::Invoke(4 /* System.Void System.Collections.Generic.IList`1>::set_Item(System.Int32,!0) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_9, L_10, L_11); RuntimeObject* L_12 = __this->get_inst_object_5(); String_t* L_13 = KeyValuePair_2_get_Key_m960528961((&V_0), /*hidden argument*/KeyValuePair_2_get_Key_m960528961_RuntimeMethod_var); JsonData_t1524858407 * L_14 = ___value1; NullCheck(L_12); InterfaceActionInvoker2< String_t*, JsonData_t1524858407 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t4068933393_il2cpp_TypeInfo_var, L_12, L_13, L_14); } IL_0061: { __this->set_json_7((String_t*)NULL); return; } } // LitJson.JsonData LitJson.JsonData::op_Implicit(System.Boolean) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_op_Implicit_m1824263642 (RuntimeObject * __this /* static, unused */, bool ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_op_Implicit_m1824263642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___data0; JsonData_t1524858407 * L_1 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m885761978(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // LitJson.JsonData LitJson.JsonData::op_Implicit(System.Double) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_op_Implicit_m840601638 (RuntimeObject * __this /* static, unused */, double ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_op_Implicit_m840601638_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___data0; JsonData_t1524858407 * L_1 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m734492008(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // LitJson.JsonData LitJson.JsonData::op_Implicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_op_Implicit_m3913182454 (RuntimeObject * __this /* static, unused */, int32_t ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_op_Implicit_m3913182454_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___data0; JsonData_t1524858407 * L_1 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m119894298(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // LitJson.JsonData LitJson.JsonData::op_Implicit(System.Int64) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_op_Implicit_m3106941080 (RuntimeObject * __this /* static, unused */, int64_t ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_op_Implicit_m3106941080_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___data0; JsonData_t1524858407 * L_1 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m2026420257(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // LitJson.JsonData LitJson.JsonData::op_Implicit(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_op_Implicit_m1133586328 (RuntimeObject * __this /* static, unused */, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_op_Implicit_m1133586328_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___data0; JsonData_t1524858407 * L_1 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m194201056(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean LitJson.JsonData::op_Explicit(LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR bool JsonData_op_Explicit_m1081408216 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_op_Explicit_m1081408216_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonData_t1524858407 * L_0 = ___data0; NullCheck(L_0); int32_t L_1 = L_0->get_type_8(); if ((((int32_t)L_1) == ((int32_t)7))) { goto IL_0017; } } { InvalidCastException_t3927145244 * L_2 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_2, _stringLiteral572590453, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonData_op_Explicit_m1081408216_RuntimeMethod_var); } IL_0017: { JsonData_t1524858407 * L_3 = ___data0; NullCheck(L_3); bool L_4 = L_3->get_inst_boolean_1(); return L_4; } } // System.Double LitJson.JsonData::op_Explicit(LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR double JsonData_op_Explicit_m3501170776 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_op_Explicit_m3501170776_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonData_t1524858407 * L_0 = ___data0; NullCheck(L_0); int32_t L_1 = L_0->get_type_8(); if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_0017; } } { InvalidCastException_t3927145244 * L_2 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_2, _stringLiteral572590453, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonData_op_Explicit_m3501170776_RuntimeMethod_var); } IL_0017: { JsonData_t1524858407 * L_3 = ___data0; NullCheck(L_3); double L_4 = L_3->get_inst_double_2(); return L_4; } } // System.Int32 LitJson.JsonData::op_Explicit(LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR int32_t JsonData_op_Explicit_m2499283840 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_op_Explicit_m2499283840_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonData_t1524858407 * L_0 = ___data0; NullCheck(L_0); int32_t L_1 = L_0->get_type_8(); if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_0017; } } { InvalidCastException_t3927145244 * L_2 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_2, _stringLiteral2625070694, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonData_op_Explicit_m2499283840_RuntimeMethod_var); } IL_0017: { JsonData_t1524858407 * L_3 = ___data0; NullCheck(L_3); int32_t L_4 = L_3->get_inst_int_3(); return L_4; } } // System.Int64 LitJson.JsonData::op_Explicit(LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR int64_t JsonData_op_Explicit_m2723023062 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_op_Explicit_m2723023062_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonData_t1524858407 * L_0 = ___data0; NullCheck(L_0); int32_t L_1 = L_0->get_type_8(); if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_0017; } } { InvalidCastException_t3927145244 * L_2 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_2, _stringLiteral2625070694, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonData_op_Explicit_m2723023062_RuntimeMethod_var); } IL_0017: { JsonData_t1524858407 * L_3 = ___data0; NullCheck(L_3); int64_t L_4 = L_3->get_inst_long_4(); return L_4; } } // System.String LitJson.JsonData::op_Explicit(LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR String_t* JsonData_op_Explicit_m3156283470 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_op_Explicit_m3156283470_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonData_t1524858407 * L_0 = ___data0; NullCheck(L_0); int32_t L_1 = L_0->get_type_8(); if ((((int32_t)L_1) == ((int32_t)3))) { goto IL_0017; } } { InvalidCastException_t3927145244 * L_2 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_2, _stringLiteral2508607235, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonData_op_Explicit_m3156283470_RuntimeMethod_var); } IL_0017: { JsonData_t1524858407 * L_3 = ___data0; NullCheck(L_3); String_t* L_4 = L_3->get_inst_string_6(); return L_4; } } // System.Void LitJson.JsonData::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_ICollection_CopyTo_m2798881357 (JsonData_t1524858407 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_ICollection_CopyTo_m2798881357_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureCollection_m4219281389(__this, /*hidden argument*/NULL); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0, L_1, L_2); return; } } // System.Void LitJson.JsonData::System.Collections.IDictionary.Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_IDictionary_Add_m2365602516 (JsonData_t1524858407 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IDictionary_Add_m2365602516_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; KeyValuePair_2_t3707786873 V_1; memset(&V_1, 0, sizeof(V_1)); { RuntimeObject * L_0 = ___value1; JsonData_t1524858407 * L_1 = JsonData_ToJsonData_m71560816(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); RuntimeObject * L_3 = ___key0; JsonData_t1524858407 * L_4 = V_0; NullCheck(L_2); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_2, L_3, L_4); RuntimeObject * L_5 = ___key0; JsonData_t1524858407 * L_6 = V_0; KeyValuePair_2__ctor_m450545329((&V_1), ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)), L_6, /*hidden argument*/KeyValuePair_2__ctor_m450545329_RuntimeMethod_var); RuntimeObject* L_7 = __this->get_object_list_9(); KeyValuePair_2_t3707786873 L_8 = V_1; NullCheck(L_7); InterfaceActionInvoker1< KeyValuePair_2_t3707786873 >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1>::Add(!0) */, ICollection_1_t2240971811_il2cpp_TypeInfo_var, L_7, L_8); __this->set_json_7((String_t*)NULL); return; } } // System.Void LitJson.JsonData::System.Collections.IDictionary.Clear() extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_IDictionary_Clear_m2212462216 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IDictionary_Clear_m2212462216_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker0::Invoke(7 /* System.Void System.Collections.IDictionary::Clear() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0); RuntimeObject* L_1 = __this->get_object_list_9(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(3 /* System.Void System.Collections.Generic.ICollection`1>::Clear() */, ICollection_1_t2240971811_il2cpp_TypeInfo_var, L_1); __this->set_json_7((String_t*)NULL); return; } } // System.Boolean LitJson.JsonData::System.Collections.IDictionary.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonData_System_Collections_IDictionary_Contains_m4182895889 (JsonData_t1524858407 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IDictionary_Contains_m4182895889_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; NullCheck(L_0); bool L_2 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Collections.IDictionaryEnumerator LitJson.JsonData::System.Collections.IDictionary.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonData_System_Collections_IDictionary_GetEnumerator_m3286111850 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IDictionary_GetEnumerator_m3286111850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IDictionaryEnumerator System.Collections.Specialized.IOrderedDictionary::GetEnumerator() */, IOrderedDictionary_t2745322917_il2cpp_TypeInfo_var, __this); return L_0; } } // System.Void LitJson.JsonData::System.Collections.IDictionary.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_IDictionary_Remove_m3968005052 (JsonData_t1524858407 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IDictionary_Remove_m3968005052_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; KeyValuePair_2_t3707786873 V_1; memset(&V_1, 0, sizeof(V_1)); { RuntimeObject* L_0 = JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; NullCheck(L_0); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0, L_1); V_0 = 0; goto IL_004c; } IL_0013: { RuntimeObject* L_2 = __this->get_object_list_9(); int32_t L_3 = V_0; NullCheck(L_2); KeyValuePair_2_t3707786873 L_4 = InterfaceFuncInvoker1< KeyValuePair_2_t3707786873 , int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_2, L_3); V_1 = L_4; String_t* L_5 = KeyValuePair_2_get_Key_m960528961((&V_1), /*hidden argument*/KeyValuePair_2_get_Key_m960528961_RuntimeMethod_var); RuntimeObject * L_6 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (!L_7) { goto IL_0048; } } { RuntimeObject* L_8 = __this->get_object_list_9(); int32_t L_9 = V_0; NullCheck(L_8); InterfaceActionInvoker1< int32_t >::Invoke(2 /* System.Void System.Collections.Generic.IList`1>::RemoveAt(System.Int32) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_8, L_9); goto IL_005d; } IL_0048: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_004c: { int32_t L_11 = V_0; RuntimeObject* L_12 = __this->get_object_list_9(); NullCheck(L_12); int32_t L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1>::get_Count() */, ICollection_1_t2240971811_il2cpp_TypeInfo_var, L_12); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0013; } } IL_005d: { __this->set_json_7((String_t*)NULL); return; } } // System.Collections.IEnumerator LitJson.JsonData::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonData_System_Collections_IEnumerable_GetEnumerator_m851839037 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IEnumerable_GetEnumerator_m851839037_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureCollection_m4219281389(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean LitJson.JsonData::LitJson.IJsonWrapper.GetBoolean() extern "C" IL2CPP_METHOD_ATTR bool JsonData_LitJson_IJsonWrapper_GetBoolean_m1570915811 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_LitJson_IJsonWrapper_GetBoolean_m1570915811_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_type_8(); if ((((int32_t)L_0) == ((int32_t)7))) { goto IL_0017; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral2576403075, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonData_LitJson_IJsonWrapper_GetBoolean_m1570915811_RuntimeMethod_var); } IL_0017: { bool L_2 = __this->get_inst_boolean_1(); return L_2; } } // System.Double LitJson.JsonData::LitJson.IJsonWrapper.GetDouble() extern "C" IL2CPP_METHOD_ATTR double JsonData_LitJson_IJsonWrapper_GetDouble_m744054841 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_LitJson_IJsonWrapper_GetDouble_m744054841_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_type_8(); if ((((int32_t)L_0) == ((int32_t)6))) { goto IL_0017; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral4072536089, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonData_LitJson_IJsonWrapper_GetDouble_m744054841_RuntimeMethod_var); } IL_0017: { double L_2 = __this->get_inst_double_2(); return L_2; } } // System.Int32 LitJson.JsonData::LitJson.IJsonWrapper.GetInt() extern "C" IL2CPP_METHOD_ATTR int32_t JsonData_LitJson_IJsonWrapper_GetInt_m922501396 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_LitJson_IJsonWrapper_GetInt_m922501396_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_type_8(); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_0017; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral2920577160, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonData_LitJson_IJsonWrapper_GetInt_m922501396_RuntimeMethod_var); } IL_0017: { int32_t L_2 = __this->get_inst_int_3(); return L_2; } } // System.Int64 LitJson.JsonData::LitJson.IJsonWrapper.GetLong() extern "C" IL2CPP_METHOD_ATTR int64_t JsonData_LitJson_IJsonWrapper_GetLong_m1063549152 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_LitJson_IJsonWrapper_GetLong_m1063549152_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_type_8(); if ((((int32_t)L_0) == ((int32_t)5))) { goto IL_0017; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral3856905571, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonData_LitJson_IJsonWrapper_GetLong_m1063549152_RuntimeMethod_var); } IL_0017: { int64_t L_2 = __this->get_inst_long_4(); return L_2; } } // System.String LitJson.JsonData::LitJson.IJsonWrapper.GetString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonData_LitJson_IJsonWrapper_GetString_m1572412245 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_LitJson_IJsonWrapper_GetString_m1572412245_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_type_8(); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0017; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral1443227995, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonData_LitJson_IJsonWrapper_GetString_m1572412245_RuntimeMethod_var); } IL_0017: { String_t* L_2 = __this->get_inst_string_6(); return L_2; } } // System.Void LitJson.JsonData::LitJson.IJsonWrapper.SetBoolean(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonData_LitJson_IJsonWrapper_SetBoolean_m1036148584 (JsonData_t1524858407 * __this, bool ___val0, const RuntimeMethod* method) { { __this->set_type_8(7); bool L_0 = ___val0; __this->set_inst_boolean_1(L_0); __this->set_json_7((String_t*)NULL); return; } } // System.Void LitJson.JsonData::LitJson.IJsonWrapper.SetDouble(System.Double) extern "C" IL2CPP_METHOD_ATTR void JsonData_LitJson_IJsonWrapper_SetDouble_m3211426402 (JsonData_t1524858407 * __this, double ___val0, const RuntimeMethod* method) { { __this->set_type_8(6); double L_0 = ___val0; __this->set_inst_double_2(L_0); __this->set_json_7((String_t*)NULL); return; } } // System.Void LitJson.JsonData::LitJson.IJsonWrapper.SetInt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonData_LitJson_IJsonWrapper_SetInt_m3662677069 (JsonData_t1524858407 * __this, int32_t ___val0, const RuntimeMethod* method) { { __this->set_type_8(4); int32_t L_0 = ___val0; __this->set_inst_int_3(L_0); __this->set_json_7((String_t*)NULL); return; } } // System.Void LitJson.JsonData::LitJson.IJsonWrapper.SetLong(System.Int64) extern "C" IL2CPP_METHOD_ATTR void JsonData_LitJson_IJsonWrapper_SetLong_m1032318487 (JsonData_t1524858407 * __this, int64_t ___val0, const RuntimeMethod* method) { { __this->set_type_8(5); int64_t L_0 = ___val0; __this->set_inst_long_4(L_0); __this->set_json_7((String_t*)NULL); return; } } // System.Void LitJson.JsonData::LitJson.IJsonWrapper.SetString(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonData_LitJson_IJsonWrapper_SetString_m3410998769 (JsonData_t1524858407 * __this, String_t* ___val0, const RuntimeMethod* method) { { __this->set_type_8(3); String_t* L_0 = ___val0; __this->set_inst_string_6(L_0); __this->set_json_7((String_t*)NULL); return; } } // System.String LitJson.JsonData::LitJson.IJsonWrapper.ToJson() extern "C" IL2CPP_METHOD_ATTR String_t* JsonData_LitJson_IJsonWrapper_ToJson_m4123940713 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { String_t* L_0 = JsonData_ToJson_m692076605(__this, /*hidden argument*/NULL); return L_0; } } // System.Void LitJson.JsonData::LitJson.IJsonWrapper.ToJson(LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonData_LitJson_IJsonWrapper_ToJson_m2793200441 (JsonData_t1524858407 * __this, JsonWriter_t3570089748 * ___writer0, const RuntimeMethod* method) { { JsonWriter_t3570089748 * L_0 = ___writer0; JsonData_ToJson_m376281285(__this, L_0, /*hidden argument*/NULL); return; } } // System.Int32 LitJson.JsonData::System.Collections.IList.Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JsonData_System_Collections_IList_Add_m1982501817 (JsonData_t1524858407 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; int32_t L_1 = JsonData_Add_m3218740604(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void LitJson.JsonData::System.Collections.IList.Clear() extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_IList_Clear_m967425828 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IList_Clear_m967425828_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureList_m965356566(__this, /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker0::Invoke(5 /* System.Void System.Collections.IList::Clear() */, IList_t2094931216_il2cpp_TypeInfo_var, L_0); __this->set_json_7((String_t*)NULL); return; } } // System.Boolean LitJson.JsonData::System.Collections.IList.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonData_System_Collections_IList_Contains_m720412194 (JsonData_t1524858407 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IList_Contains_m720412194_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureList_m965356566(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___value0; NullCheck(L_0); bool L_2 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(6 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Int32 LitJson.JsonData::System.Collections.IList.IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JsonData_System_Collections_IList_IndexOf_m2644720048 (JsonData_t1524858407 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IList_IndexOf_m2644720048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureList_m965356566(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___value0; NullCheck(L_0); int32_t L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(7 /* System.Int32 System.Collections.IList::IndexOf(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Void LitJson.JsonData::System.Collections.IList.Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_IList_Insert_m4127439598 (JsonData_t1524858407 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IList_Insert_m4127439598_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureList_m965356566(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck(L_0); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(8 /* System.Void System.Collections.IList::Insert(System.Int32,System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1, L_2); __this->set_json_7((String_t*)NULL); return; } } // System.Void LitJson.JsonData::System.Collections.IList.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_IList_Remove_m1993209341 (JsonData_t1524858407 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IList_Remove_m1993209341_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureList_m965356566(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___value0; NullCheck(L_0); InterfaceActionInvoker1< RuntimeObject * >::Invoke(9 /* System.Void System.Collections.IList::Remove(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1); __this->set_json_7((String_t*)NULL); return; } } // System.Void LitJson.JsonData::System.Collections.IList.RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_IList_RemoveAt_m3874091430 (JsonData_t1524858407 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_IList_RemoveAt_m3874091430_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = JsonData_EnsureList_m965356566(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; NullCheck(L_0); InterfaceActionInvoker1< int32_t >::Invoke(10 /* System.Void System.Collections.IList::RemoveAt(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1); __this->set_json_7((String_t*)NULL); return; } } // System.Collections.IDictionaryEnumerator LitJson.JsonData::System.Collections.Specialized.IOrderedDictionary.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonData_System_Collections_Specialized_IOrderedDictionary_GetEnumerator_m4059192558 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_Specialized_IOrderedDictionary_GetEnumerator_m4059192558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = __this->get_object_list_9(); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IEnumerable_1_t2687639762_il2cpp_TypeInfo_var, L_0); OrderedDictionaryEnumerator_t386339177 * L_2 = (OrderedDictionaryEnumerator_t386339177 *)il2cpp_codegen_object_new(OrderedDictionaryEnumerator_t386339177_il2cpp_TypeInfo_var); OrderedDictionaryEnumerator__ctor_m1738407231(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void LitJson.JsonData::System.Collections.Specialized.IOrderedDictionary.Insert(System.Int32,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_Specialized_IOrderedDictionary_Insert_m2346614422 (JsonData_t1524858407 * __this, int32_t ___idx0, RuntimeObject * ___key1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_Specialized_IOrderedDictionary_Insert_m2346614422_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; JsonData_t1524858407 * V_1 = NULL; KeyValuePair_2_t3707786873 V_2; memset(&V_2, 0, sizeof(V_2)); { RuntimeObject * L_0 = ___key1; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___value2; JsonData_t1524858407 * L_2 = JsonData_ToJsonData_m71560816(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = V_0; JsonData_t1524858407 * L_4 = V_1; JsonData_set_Item_m3790047234(__this, L_3, L_4, /*hidden argument*/NULL); String_t* L_5 = V_0; JsonData_t1524858407 * L_6 = V_1; KeyValuePair_2__ctor_m450545329((&V_2), L_5, L_6, /*hidden argument*/KeyValuePair_2__ctor_m450545329_RuntimeMethod_var); RuntimeObject* L_7 = __this->get_object_list_9(); int32_t L_8 = ___idx0; KeyValuePair_2_t3707786873 L_9 = V_2; NullCheck(L_7); InterfaceActionInvoker2< int32_t, KeyValuePair_2_t3707786873 >::Invoke(1 /* System.Void System.Collections.Generic.IList`1>::Insert(System.Int32,!0) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_7, L_8, L_9); return; } } // System.Void LitJson.JsonData::System.Collections.Specialized.IOrderedDictionary.RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonData_System_Collections_Specialized_IOrderedDictionary_RemoveAt_m479781465 (JsonData_t1524858407 * __this, int32_t ___idx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_System_Collections_Specialized_IOrderedDictionary_RemoveAt_m479781465_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t3707786873 V_0; memset(&V_0, 0, sizeof(V_0)); { JsonData_EnsureDictionary_m1447982444(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = __this->get_inst_object_5(); RuntimeObject* L_1 = __this->get_object_list_9(); int32_t L_2 = ___idx0; NullCheck(L_1); KeyValuePair_2_t3707786873 L_3 = InterfaceFuncInvoker1< KeyValuePair_2_t3707786873 , int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_1, L_2); V_0 = L_3; String_t* L_4 = KeyValuePair_2_get_Key_m960528961((&V_0), /*hidden argument*/KeyValuePair_2_get_Key_m960528961_RuntimeMethod_var); NullCheck(L_0); InterfaceFuncInvoker1< bool, String_t* >::Invoke(2 /* System.Boolean System.Collections.Generic.IDictionary`2::Remove(!0) */, IDictionary_2_t4068933393_il2cpp_TypeInfo_var, L_0, L_4); RuntimeObject* L_5 = __this->get_object_list_9(); int32_t L_6 = ___idx0; NullCheck(L_5); InterfaceActionInvoker1< int32_t >::Invoke(2 /* System.Void System.Collections.Generic.IList`1>::RemoveAt(System.Int32) */, IList_1_t1228139360_il2cpp_TypeInfo_var, L_5, L_6); return; } } // System.Collections.ICollection LitJson.JsonData::EnsureCollection() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonData_EnsureCollection_m4219281389 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_EnsureCollection_m4219281389_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_type_8(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0018; } } { RuntimeObject* L_1 = __this->get_inst_array_0(); return ((RuntimeObject*)Castclass((RuntimeObject*)L_1, ICollection_t3904884886_il2cpp_TypeInfo_var)); } IL_0018: { int32_t L_2 = __this->get_type_8(); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0030; } } { RuntimeObject* L_3 = __this->get_inst_object_5(); return ((RuntimeObject*)Castclass((RuntimeObject*)L_3, ICollection_t3904884886_il2cpp_TypeInfo_var)); } IL_0030: { InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, _stringLiteral2524214959, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,JsonData_EnsureCollection_m4219281389_RuntimeMethod_var); } } // System.Collections.IDictionary LitJson.JsonData::EnsureDictionary() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonData_EnsureDictionary_m1447982444 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_EnsureDictionary_m1447982444_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_type_8(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0018; } } { RuntimeObject* L_1 = __this->get_inst_object_5(); return ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IDictionary_t1363984059_il2cpp_TypeInfo_var)); } IL_0018: { int32_t L_2 = __this->get_type_8(); if (!L_2) { goto IL_002e; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral2604237559, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,JsonData_EnsureDictionary_m1447982444_RuntimeMethod_var); } IL_002e: { __this->set_type_8(1); Dictionary_2_t1310114706 * L_4 = (Dictionary_2_t1310114706 *)il2cpp_codegen_object_new(Dictionary_2_t1310114706_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2185328526(L_4, /*hidden argument*/Dictionary_2__ctor_m2185328526_RuntimeMethod_var); __this->set_inst_object_5(L_4); List_1_t884894319 * L_5 = (List_1_t884894319 *)il2cpp_codegen_object_new(List_1_t884894319_il2cpp_TypeInfo_var); List_1__ctor_m4287165311(L_5, /*hidden argument*/List_1__ctor_m4287165311_RuntimeMethod_var); __this->set_object_list_9(L_5); RuntimeObject* L_6 = __this->get_inst_object_5(); return ((RuntimeObject*)Castclass((RuntimeObject*)L_6, IDictionary_t1363984059_il2cpp_TypeInfo_var)); } } // System.Collections.IList LitJson.JsonData::EnsureList() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonData_EnsureList_m965356566 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_EnsureList_m965356566_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_type_8(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0018; } } { RuntimeObject* L_1 = __this->get_inst_array_0(); return ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IList_t2094931216_il2cpp_TypeInfo_var)); } IL_0018: { int32_t L_2 = __this->get_type_8(); if (!L_2) { goto IL_002e; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral4137426702, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,JsonData_EnsureList_m965356566_RuntimeMethod_var); } IL_002e: { __this->set_type_8(2); List_1_t2996933149 * L_4 = (List_1_t2996933149 *)il2cpp_codegen_object_new(List_1_t2996933149_il2cpp_TypeInfo_var); List_1__ctor_m2914731008(L_4, /*hidden argument*/List_1__ctor_m2914731008_RuntimeMethod_var); __this->set_inst_array_0(L_4); RuntimeObject* L_5 = __this->get_inst_array_0(); return ((RuntimeObject*)Castclass((RuntimeObject*)L_5, IList_t2094931216_il2cpp_TypeInfo_var)); } } // LitJson.JsonData LitJson.JsonData::ToJsonData(System.Object) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_ToJsonData_m71560816 (JsonData_t1524858407 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_ToJsonData_m71560816_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0008; } } { return (JsonData_t1524858407 *)NULL; } IL_0008: { RuntimeObject * L_1 = ___obj0; if (!((JsonData_t1524858407 *)IsInstClass((RuntimeObject*)L_1, JsonData_t1524858407_il2cpp_TypeInfo_var))) { goto IL_001a; } } { RuntimeObject * L_2 = ___obj0; return ((JsonData_t1524858407 *)CastclassClass((RuntimeObject*)L_2, JsonData_t1524858407_il2cpp_TypeInfo_var)); } IL_001a: { RuntimeObject * L_3 = ___obj0; JsonData_t1524858407 * L_4 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m181517051(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void LitJson.JsonData::WriteJson(LitJson.IJsonWrapper,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonData_WriteJson_m2275232696 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_WriteJson_m2275232696_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; DictionaryEntry_t3123975638 V_3; memset(&V_3, 0, sizeof(V_3)); RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___obj0; if (L_0) { goto IL_000e; } } { JsonWriter_t3570089748 * L_1 = ___writer1; NullCheck(L_1); JsonWriter_Write_m470866366(L_1, (String_t*)NULL, /*hidden argument*/NULL); return; } IL_000e: { RuntimeObject* L_2 = ___obj0; NullCheck(L_2); bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(6 /* System.Boolean LitJson.IJsonWrapper::get_IsString() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_2); if (!L_3) { goto IL_0026; } } { JsonWriter_t3570089748 * L_4 = ___writer1; RuntimeObject* L_5 = ___obj0; NullCheck(L_5); String_t* L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(12 /* System.String LitJson.IJsonWrapper::GetString() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_5); NullCheck(L_4); JsonWriter_Write_m470866366(L_4, L_6, /*hidden argument*/NULL); return; } IL_0026: { RuntimeObject* L_7 = ___obj0; NullCheck(L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean LitJson.IJsonWrapper::get_IsBoolean() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_7); if (!L_8) { goto IL_003e; } } { JsonWriter_t3570089748 * L_9 = ___writer1; RuntimeObject* L_10 = ___obj0; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(7 /* System.Boolean LitJson.IJsonWrapper::GetBoolean() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_10); NullCheck(L_9); JsonWriter_Write_m2445807389(L_9, L_11, /*hidden argument*/NULL); return; } IL_003e: { RuntimeObject* L_12 = ___obj0; NullCheck(L_12); bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean LitJson.IJsonWrapper::get_IsDouble() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_12); if (!L_13) { goto IL_0056; } } { JsonWriter_t3570089748 * L_14 = ___writer1; RuntimeObject* L_15 = ___obj0; NullCheck(L_15); double L_16 = InterfaceFuncInvoker0< double >::Invoke(8 /* System.Double LitJson.IJsonWrapper::GetDouble() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_15); NullCheck(L_14); JsonWriter_Write_m1157331754(L_14, L_16, /*hidden argument*/NULL); return; } IL_0056: { RuntimeObject* L_17 = ___obj0; NullCheck(L_17); bool L_18 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean LitJson.IJsonWrapper::get_IsInt() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_17); if (!L_18) { goto IL_006e; } } { JsonWriter_t3570089748 * L_19 = ___writer1; RuntimeObject* L_20 = ___obj0; NullCheck(L_20); int32_t L_21 = InterfaceFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 LitJson.IJsonWrapper::GetInt() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_20); NullCheck(L_19); JsonWriter_Write_m3372360412(L_19, L_21, /*hidden argument*/NULL); return; } IL_006e: { RuntimeObject* L_22 = ___obj0; NullCheck(L_22); bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean LitJson.IJsonWrapper::get_IsLong() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_22); if (!L_23) { goto IL_0086; } } { JsonWriter_t3570089748 * L_24 = ___writer1; RuntimeObject* L_25 = ___obj0; NullCheck(L_25); int64_t L_26 = InterfaceFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 LitJson.IJsonWrapper::GetLong() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_25); NullCheck(L_24); JsonWriter_Write_m3372753631(L_24, L_26, /*hidden argument*/NULL); return; } IL_0086: { RuntimeObject* L_27 = ___obj0; NullCheck(L_27); bool L_28 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean LitJson.IJsonWrapper::get_IsArray() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_27); if (!L_28) { goto IL_00e1; } } { JsonWriter_t3570089748 * L_29 = ___writer1; NullCheck(L_29); JsonWriter_WriteArrayStart_m2860784547(L_29, /*hidden argument*/NULL); RuntimeObject* L_30 = ___obj0; NullCheck(L_30); RuntimeObject* L_31 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_30); V_1 = L_31; } IL_009e: try { // begin try (depth: 1) { goto IL_00b6; } IL_00a3: { RuntimeObject* L_32 = V_1; NullCheck(L_32); RuntimeObject * L_33 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_32); V_0 = L_33; RuntimeObject * L_34 = V_0; JsonWriter_t3570089748 * L_35 = ___writer1; JsonData_WriteJson_m2275232696(NULL /*static, unused*/, ((JsonData_t1524858407 *)CastclassClass((RuntimeObject*)L_34, JsonData_t1524858407_il2cpp_TypeInfo_var)), L_35, /*hidden argument*/NULL); } IL_00b6: { RuntimeObject* L_36 = V_1; NullCheck(L_36); bool L_37 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_36); if (L_37) { goto IL_00a3; } } IL_00c1: { IL2CPP_LEAVE(0xDA, FINALLY_00c6); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c6; } FINALLY_00c6: { // begin finally (depth: 1) { RuntimeObject* L_38 = V_1; RuntimeObject* L_39 = ((RuntimeObject*)IsInst((RuntimeObject*)L_38, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_2 = L_39; if (!L_39) { goto IL_00d9; } } IL_00d3: { RuntimeObject* L_40 = V_2; NullCheck(L_40); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_40); } IL_00d9: { IL2CPP_END_FINALLY(198) } } // end finally (depth: 1) IL2CPP_CLEANUP(198) { IL2CPP_JUMP_TBL(0xDA, IL_00da) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00da: { JsonWriter_t3570089748 * L_41 = ___writer1; NullCheck(L_41); JsonWriter_WriteArrayEnd_m4212030344(L_41, /*hidden argument*/NULL); return; } IL_00e1: { RuntimeObject* L_42 = ___obj0; NullCheck(L_42); bool L_43 = InterfaceFuncInvoker0< bool >::Invoke(5 /* System.Boolean LitJson.IJsonWrapper::get_IsObject() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_42); if (!L_43) { goto IL_015f; } } { JsonWriter_t3570089748 * L_44 = ___writer1; NullCheck(L_44); JsonWriter_WriteObjectStart_m1149206805(L_44, /*hidden argument*/NULL); RuntimeObject* L_45 = ___obj0; NullCheck(L_45); RuntimeObject* L_46 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_45); V_4 = L_46; } IL_00fa: try { // begin try (depth: 1) { goto IL_0130; } IL_00ff: { RuntimeObject* L_47 = V_4; NullCheck(L_47); RuntimeObject * L_48 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_47); V_3 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_48, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); JsonWriter_t3570089748 * L_49 = ___writer1; RuntimeObject * L_50 = DictionaryEntry_get_Key_m3117378551((&V_3), /*hidden argument*/NULL); NullCheck(L_49); JsonWriter_WritePropertyName_m2049458875(L_49, ((String_t*)CastclassSealed((RuntimeObject*)L_50, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); RuntimeObject * L_51 = DictionaryEntry_get_Value_m618120527((&V_3), /*hidden argument*/NULL); JsonWriter_t3570089748 * L_52 = ___writer1; JsonData_WriteJson_m2275232696(NULL /*static, unused*/, ((JsonData_t1524858407 *)CastclassClass((RuntimeObject*)L_51, JsonData_t1524858407_il2cpp_TypeInfo_var)), L_52, /*hidden argument*/NULL); } IL_0130: { RuntimeObject* L_53 = V_4; NullCheck(L_53); bool L_54 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_53); if (L_54) { goto IL_00ff; } } IL_013c: { IL2CPP_LEAVE(0x158, FINALLY_0141); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0141; } FINALLY_0141: { // begin finally (depth: 1) { RuntimeObject* L_55 = V_4; RuntimeObject* L_56 = ((RuntimeObject*)IsInst((RuntimeObject*)L_55, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_5 = L_56; if (!L_56) { goto IL_0157; } } IL_0150: { RuntimeObject* L_57 = V_5; NullCheck(L_57); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_57); } IL_0157: { IL2CPP_END_FINALLY(321) } } // end finally (depth: 1) IL2CPP_CLEANUP(321) { IL2CPP_JUMP_TBL(0x158, IL_0158) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0158: { JsonWriter_t3570089748 * L_58 = ___writer1; NullCheck(L_58); JsonWriter_WriteObjectEnd_m3752603488(L_58, /*hidden argument*/NULL); return; } IL_015f: { return; } } // System.Int32 LitJson.JsonData::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JsonData_Add_m3218740604 (JsonData_t1524858407 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_Add_m3218740604_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; JsonData_t1524858407 * L_1 = JsonData_ToJsonData_m71560816(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; __this->set_json_7((String_t*)NULL); RuntimeObject* L_2 = JsonData_EnsureList_m965356566(__this, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; NullCheck(L_2); int32_t L_4 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_2, L_3); return L_4; } } // System.Void LitJson.JsonData::Clear() extern "C" IL2CPP_METHOD_ATTR void JsonData_Clear_m2138286346 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_Clear_m2138286346_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = JsonData_get_IsObject_m2304895784(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { InterfaceActionInvoker0::Invoke(7 /* System.Void System.Collections.IDictionary::Clear() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, __this); return; } IL_0012: { bool L_1 = JsonData_get_IsArray_m341185705(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { InterfaceActionInvoker0::Invoke(5 /* System.Void System.Collections.IList::Clear() */, IList_t2094931216_il2cpp_TypeInfo_var, __this); return; } IL_0024: { return; } } // System.Boolean LitJson.JsonData::Equals(LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR bool JsonData_Equals_m413464453 (JsonData_t1524858407 * __this, JsonData_t1524858407 * ___x0, const RuntimeMethod* method) { int32_t V_0 = 0; { JsonData_t1524858407 * L_0 = ___x0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { JsonData_t1524858407 * L_1 = ___x0; NullCheck(L_1); int32_t L_2 = L_1->get_type_8(); int32_t L_3 = __this->get_type_8(); if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_001b; } } { return (bool)0; } IL_001b: { int32_t L_4 = __this->get_type_8(); V_0 = L_4; int32_t L_5 = V_0; switch (L_5) { case 0: { goto IL_004d; } case 1: { goto IL_004f; } case 2: { goto IL_0061; } case 3: { goto IL_0073; } case 4: { goto IL_0085; } case 5: { goto IL_0097; } case 6: { goto IL_00a9; } case 7: { goto IL_00bb; } } } { goto IL_00cd; } IL_004d: { return (bool)1; } IL_004f: { RuntimeObject* L_6 = __this->get_inst_object_5(); JsonData_t1524858407 * L_7 = ___x0; NullCheck(L_7); RuntimeObject* L_8 = L_7->get_inst_object_5(); NullCheck(L_6); bool L_9 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_6, L_8); return L_9; } IL_0061: { RuntimeObject* L_10 = __this->get_inst_array_0(); JsonData_t1524858407 * L_11 = ___x0; NullCheck(L_11); RuntimeObject* L_12 = L_11->get_inst_array_0(); NullCheck(L_10); bool L_13 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_10, L_12); return L_13; } IL_0073: { String_t* L_14 = __this->get_inst_string_6(); JsonData_t1524858407 * L_15 = ___x0; NullCheck(L_15); String_t* L_16 = L_15->get_inst_string_6(); NullCheck(L_14); bool L_17 = String_Equals_m2270643605(L_14, L_16, /*hidden argument*/NULL); return L_17; } IL_0085: { int32_t* L_18 = __this->get_address_of_inst_int_3(); JsonData_t1524858407 * L_19 = ___x0; NullCheck(L_19); int32_t L_20 = L_19->get_inst_int_3(); bool L_21 = Int32_Equals_m2976157357(L_18, L_20, /*hidden argument*/NULL); return L_21; } IL_0097: { int64_t* L_22 = __this->get_address_of_inst_long_4(); JsonData_t1524858407 * L_23 = ___x0; NullCheck(L_23); int64_t L_24 = L_23->get_inst_long_4(); bool L_25 = Int64_Equals_m680137412(L_22, L_24, /*hidden argument*/NULL); return L_25; } IL_00a9: { double* L_26 = __this->get_address_of_inst_double_2(); JsonData_t1524858407 * L_27 = ___x0; NullCheck(L_27); double L_28 = L_27->get_inst_double_2(); bool L_29 = Double_Equals_m2309369974(L_26, L_28, /*hidden argument*/NULL); return L_29; } IL_00bb: { bool* L_30 = __this->get_address_of_inst_boolean_1(); JsonData_t1524858407 * L_31 = ___x0; NullCheck(L_31); bool L_32 = L_31->get_inst_boolean_1(); bool L_33 = Boolean_Equals_m535526264(L_30, L_32, /*hidden argument*/NULL); return L_33; } IL_00cd: { return (bool)0; } } // LitJson.JsonType LitJson.JsonData::GetJsonType() extern "C" IL2CPP_METHOD_ATTR int32_t JsonData_GetJsonType_m3663744171 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_type_8(); return L_0; } } // System.Void LitJson.JsonData::SetJsonType(LitJson.JsonType) extern "C" IL2CPP_METHOD_ATTR void JsonData_SetJsonType_m3542462393 (JsonData_t1524858407 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_SetJsonType_m3542462393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_type_8(); int32_t L_1 = ___type0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000d; } } { return; } IL_000d: { int32_t L_2 = ___type0; switch (L_2) { case 0: { goto IL_0038; } case 1: { goto IL_003d; } case 2: { goto IL_0058; } case 3: { goto IL_0068; } case 4: { goto IL_0074; } case 5: { goto IL_0080; } case 6: { goto IL_008d; } case 7: { goto IL_00a1; } } } { goto IL_00ad; } IL_0038: { goto IL_00ad; } IL_003d: { Dictionary_2_t1310114706 * L_3 = (Dictionary_2_t1310114706 *)il2cpp_codegen_object_new(Dictionary_2_t1310114706_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2185328526(L_3, /*hidden argument*/Dictionary_2__ctor_m2185328526_RuntimeMethod_var); __this->set_inst_object_5(L_3); List_1_t884894319 * L_4 = (List_1_t884894319 *)il2cpp_codegen_object_new(List_1_t884894319_il2cpp_TypeInfo_var); List_1__ctor_m4287165311(L_4, /*hidden argument*/List_1__ctor_m4287165311_RuntimeMethod_var); __this->set_object_list_9(L_4); goto IL_00ad; } IL_0058: { List_1_t2996933149 * L_5 = (List_1_t2996933149 *)il2cpp_codegen_object_new(List_1_t2996933149_il2cpp_TypeInfo_var); List_1__ctor_m2914731008(L_5, /*hidden argument*/List_1__ctor_m2914731008_RuntimeMethod_var); __this->set_inst_array_0(L_5); goto IL_00ad; } IL_0068: { __this->set_inst_string_6((String_t*)NULL); goto IL_00ad; } IL_0074: { __this->set_inst_int_3(0); goto IL_00ad; } IL_0080: { __this->set_inst_long_4((((int64_t)((int64_t)0)))); goto IL_00ad; } IL_008d: { __this->set_inst_double_2((0.0)); goto IL_00ad; } IL_00a1: { __this->set_inst_boolean_1((bool)0); goto IL_00ad; } IL_00ad: { int32_t L_6 = ___type0; __this->set_type_8(L_6); return; } } // System.String LitJson.JsonData::ToJson() extern "C" IL2CPP_METHOD_ATTR String_t* JsonData_ToJson_m692076605 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_ToJson_m692076605_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringWriter_t802263757 * V_0 = NULL; JsonWriter_t3570089748 * V_1 = NULL; { String_t* L_0 = __this->get_json_7(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_json_7(); return L_1; } IL_0012: { StringWriter_t802263757 * L_2 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m1244548890(L_2, /*hidden argument*/NULL); V_0 = L_2; StringWriter_t802263757 * L_3 = V_0; JsonWriter_t3570089748 * L_4 = (JsonWriter_t3570089748 *)il2cpp_codegen_object_new(JsonWriter_t3570089748_il2cpp_TypeInfo_var); JsonWriter__ctor_m2781877538(L_4, L_3, /*hidden argument*/NULL); V_1 = L_4; JsonWriter_t3570089748 * L_5 = V_1; NullCheck(L_5); JsonWriter_set_Validate_m294838160(L_5, (bool)0, /*hidden argument*/NULL); JsonWriter_t3570089748 * L_6 = V_1; JsonData_WriteJson_m2275232696(NULL /*static, unused*/, __this, L_6, /*hidden argument*/NULL); StringWriter_t802263757 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); __this->set_json_7(L_8); String_t* L_9 = __this->get_json_7(); return L_9; } } // System.Void LitJson.JsonData::ToJson(LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonData_ToJson_m376281285 (JsonData_t1524858407 * __this, JsonWriter_t3570089748 * ___writer0, const RuntimeMethod* method) { bool V_0 = false; { JsonWriter_t3570089748 * L_0 = ___writer0; NullCheck(L_0); bool L_1 = JsonWriter_get_Validate_m3378208143(L_0, /*hidden argument*/NULL); V_0 = L_1; JsonWriter_t3570089748 * L_2 = ___writer0; NullCheck(L_2); JsonWriter_set_Validate_m294838160(L_2, (bool)0, /*hidden argument*/NULL); JsonWriter_t3570089748 * L_3 = ___writer0; JsonData_WriteJson_m2275232696(NULL /*static, unused*/, __this, L_3, /*hidden argument*/NULL); JsonWriter_t3570089748 * L_4 = ___writer0; bool L_5 = V_0; NullCheck(L_4); JsonWriter_set_Validate_m294838160(L_4, L_5, /*hidden argument*/NULL); return; } } // System.String LitJson.JsonData::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonData_ToString_m3646897867 (JsonData_t1524858407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonData_ToString_m3646897867_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_type_8(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_007e; } case 1: { goto IL_0030; } case 2: { goto IL_0084; } case 3: { goto IL_005a; } case 4: { goto IL_006c; } case 5: { goto IL_0048; } case 6: { goto IL_0036; } } } { goto IL_008b; } IL_0030: { return _stringLiteral4244825595; } IL_0036: { bool* L_2 = __this->get_address_of_inst_boolean_1(); String_t* L_3 = Boolean_ToString_m2664721875(L_2, /*hidden argument*/NULL); return L_3; } IL_0048: { double* L_4 = __this->get_address_of_inst_double_2(); String_t* L_5 = Double_ToString_m1229922074(L_4, /*hidden argument*/NULL); return L_5; } IL_005a: { int32_t* L_6 = __this->get_address_of_inst_int_3(); String_t* L_7 = Int32_ToString_m141394615(L_6, /*hidden argument*/NULL); return L_7; } IL_006c: { int64_t* L_8 = __this->get_address_of_inst_long_4(); String_t* L_9 = Int64_ToString_m2986581816(L_8, /*hidden argument*/NULL); return L_9; } IL_007e: { return _stringLiteral3670642506; } IL_0084: { String_t* L_10 = __this->get_inst_string_6(); return L_10; } IL_008b: { return _stringLiteral2138300441; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LitJson.JsonException::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m422510163 (JsonException_t3682484112 * __this, const RuntimeMethod* method) { { ApplicationException__ctor_m2557611022(__this, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonException::.ctor(LitJson.ParserToken) extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m1098159212 (JsonException_t3682484112 * __this, int32_t ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonException__ctor_m1098159212_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___token0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(ParserToken_t2380208742_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral917256838, L_2, /*hidden argument*/NULL); ApplicationException__ctor_m2517758450(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonException::.ctor(LitJson.ParserToken,System.Exception) extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m3061014959 (JsonException_t3682484112 * __this, int32_t ___token0, Exception_t * ___inner_exception1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonException__ctor_m3061014959_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___token0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(ParserToken_t2380208742_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral917256838, L_2, /*hidden argument*/NULL); Exception_t * L_4 = ___inner_exception1; ApplicationException__ctor_m692455299(__this, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonException::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m1455369572 (JsonException_t3682484112 * __this, int32_t ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonException__ctor_m1455369572_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___c0; Il2CppChar L_1 = ((Il2CppChar)(((int32_t)((uint16_t)L_0)))); RuntimeObject * L_2 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4006081049, L_2, /*hidden argument*/NULL); ApplicationException__ctor_m2517758450(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonException::.ctor(System.Int32,System.Exception) extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m299375985 (JsonException_t3682484112 * __this, int32_t ___c0, Exception_t * ___inner_exception1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonException__ctor_m299375985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___c0; Il2CppChar L_1 = ((Il2CppChar)(((int32_t)((uint16_t)L_0)))); RuntimeObject * L_2 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4006081049, L_2, /*hidden argument*/NULL); Exception_t * L_4 = ___inner_exception1; ApplicationException__ctor_m692455299(__this, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m3480626545 (JsonException_t3682484112 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; ApplicationException__ctor_m2517758450(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m2336693396 (JsonException_t3682484112 * __this, String_t* ___message0, Exception_t * ___inner_exception1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___inner_exception1; ApplicationException__ctor_m692455299(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LitJson.JsonMapper::.cctor() extern "C" IL2CPP_METHOD_ATTR void JsonMapper__cctor_m2301354983 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper__cctor_m2301354983_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_array_metadata_lock_7(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_1, /*hidden argument*/NULL); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_conv_ops_lock_9(L_1); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_2, /*hidden argument*/NULL); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_object_metadata_lock_11(L_2); RuntimeObject * L_3 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_3, /*hidden argument*/NULL); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_type_properties_lock_13(L_3); RuntimeObject * L_4 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_4, /*hidden argument*/NULL); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_static_writer_lock_15(L_4); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_max_nesting_depth_0(((int32_t)100)); Dictionary_2_t3338636003 * L_5 = (Dictionary_2_t3338636003 *)il2cpp_codegen_object_new(Dictionary_2_t3338636003_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2158423195(L_5, /*hidden argument*/Dictionary_2__ctor_m2158423195_RuntimeMethod_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_array_metadata_6(L_5); Dictionary_2_t935204471 * L_6 = (Dictionary_2_t935204471 *)il2cpp_codegen_object_new(Dictionary_2_t935204471_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2416213419(L_6, /*hidden argument*/Dictionary_2__ctor_m2416213419_RuntimeMethod_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_conv_ops_8(L_6); Dictionary_2_t1715664290 * L_7 = (Dictionary_2_t1715664290 *)il2cpp_codegen_object_new(Dictionary_2_t1715664290_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1076599954(L_7, /*hidden argument*/Dictionary_2__ctor_m1076599954_RuntimeMethod_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_object_metadata_10(L_7); Dictionary_2_t3692140024 * L_8 = (Dictionary_2_t3692140024 *)il2cpp_codegen_object_new(Dictionary_2_t3692140024_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1757933334(L_8, /*hidden argument*/Dictionary_2__ctor_m1757933334_RuntimeMethod_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_type_properties_12(L_8); JsonWriter_t3570089748 * L_9 = (JsonWriter_t3570089748 *)il2cpp_codegen_object_new(JsonWriter_t3570089748_il2cpp_TypeInfo_var); JsonWriter__ctor_m1780975115(L_9, /*hidden argument*/NULL); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_static_writer_14(L_9); IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo_t2405853701 * L_10 = DateTimeFormatInfo_get_InvariantInfo_m2329875772(NULL /*static, unused*/, /*hidden argument*/NULL); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_datetime_format_1(L_10); Dictionary_2_t691233 * L_11 = (Dictionary_2_t691233 *)il2cpp_codegen_object_new(Dictionary_2_t691233_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1391760323(L_11, /*hidden argument*/Dictionary_2__ctor_m1391760323_RuntimeMethod_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_base_exporters_table_2(L_11); Dictionary_2_t691233 * L_12 = (Dictionary_2_t691233 *)il2cpp_codegen_object_new(Dictionary_2_t691233_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1391760323(L_12, /*hidden argument*/Dictionary_2__ctor_m1391760323_RuntimeMethod_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_custom_exporters_table_3(L_12); Dictionary_2_t2688515417 * L_13 = (Dictionary_2_t2688515417 *)il2cpp_codegen_object_new(Dictionary_2_t2688515417_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1505559904(L_13, /*hidden argument*/Dictionary_2__ctor_m1505559904_RuntimeMethod_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_base_importers_table_4(L_13); Dictionary_2_t2688515417 * L_14 = (Dictionary_2_t2688515417 *)il2cpp_codegen_object_new(Dictionary_2_t2688515417_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1505559904(L_14, /*hidden argument*/Dictionary_2__ctor_m1505559904_RuntimeMethod_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_custom_importers_table_5(L_14); JsonMapper_RegisterBaseExporters_m2374613009(NULL /*static, unused*/, /*hidden argument*/NULL); JsonMapper_RegisterBaseImporters_m962513141(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonMapper__ctor_m2977725938 (JsonMapper_t3815285241 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper::AddArrayMetadata(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_AddArrayMetadata_m3022750432 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_AddArrayMetadata_m3022750432_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayMetadata_t894288939 V_0; memset(&V_0, 0, sizeof(V_0)); PropertyInfo_t * V_1 = NULL; PropertyInfoU5BU5D_t1461822886* V_2 = NULL; int32_t V_3 = 0; ParameterInfoU5BU5D_t390618515* V_4 = NULL; RuntimeObject * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_array_metadata_6(); Type_t * L_1 = ___type0; NullCheck(L_0); bool L_2 = InterfaceFuncInvoker1< bool, Type_t * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2::ContainsKey(!0) */, IDictionary_2_t1802487394_il2cpp_TypeInfo_var, L_0, L_1); if (!L_2) { goto IL_0011; } } { return; } IL_0011: { il2cpp_codegen_initobj((&V_0), sizeof(ArrayMetadata_t894288939 )); Type_t * L_3 = ___type0; NullCheck(L_3); bool L_4 = Type_get_IsArray_m2591212821(L_3, /*hidden argument*/NULL); ArrayMetadata_set_IsArray_m786849152((&V_0), L_4, /*hidden argument*/NULL); Type_t * L_5 = ___type0; NullCheck(L_5); Type_t * L_6 = Type_GetInterface_m23870712(L_5, _stringLiteral2211611910, /*hidden argument*/NULL); if (!L_6) { goto IL_003e; } } { ArrayMetadata_set_IsList_m1397670476((&V_0), (bool)1, /*hidden argument*/NULL); } IL_003e: { Type_t * L_7 = ___type0; NullCheck(L_7); PropertyInfoU5BU5D_t1461822886* L_8 = Type_GetProperties_m1538559489(L_7, /*hidden argument*/NULL); V_2 = L_8; V_3 = 0; goto IL_00aa; } IL_004c: { PropertyInfoU5BU5D_t1461822886* L_9 = V_2; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; PropertyInfo_t * L_12 = (L_9)->GetAt(static_cast(L_11)); V_1 = L_12; PropertyInfo_t * L_13 = V_1; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_14, _stringLiteral1949155704, /*hidden argument*/NULL); if (!L_15) { goto IL_006a; } } { goto IL_00a6; } IL_006a: { PropertyInfo_t * L_16 = V_1; NullCheck(L_16); ParameterInfoU5BU5D_t390618515* L_17 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(21 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_16); V_4 = L_17; ParameterInfoU5BU5D_t390618515* L_18 = V_4; NullCheck(L_18); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))) == ((int32_t)1))) { goto IL_0081; } } { goto IL_00a6; } IL_0081: { ParameterInfoU5BU5D_t390618515* L_19 = V_4; NullCheck(L_19); int32_t L_20 = 0; ParameterInfo_t1861056598 * L_21 = (L_19)->GetAt(static_cast(L_20)); NullCheck(L_21); Type_t * L_22 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_21); RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_22) == ((RuntimeObject*)(Type_t *)L_24)))) { goto IL_00a6; } } { PropertyInfo_t * L_25 = V_1; NullCheck(L_25); Type_t * L_26 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_25); ArrayMetadata_set_ElementType_m3337714219((&V_0), L_26, /*hidden argument*/NULL); } IL_00a6: { int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00aa: { int32_t L_28 = V_3; PropertyInfoU5BU5D_t1461822886* L_29 = V_2; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_004c; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject * L_30 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_array_metadata_lock_7(); V_5 = L_30; RuntimeObject * L_31 = V_5; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); } IL_00c1: try { // begin try (depth: 1) try { // begin try (depth: 2) IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_32 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_array_metadata_6(); Type_t * L_33 = ___type0; ArrayMetadata_t894288939 L_34 = V_0; NullCheck(L_32); InterfaceActionInvoker2< Type_t *, ArrayMetadata_t894288939 >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2::Add(!0,!1) */, IDictionary_2_t1802487394_il2cpp_TypeInfo_var, L_32, L_33, L_34); goto IL_00d8; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_t132251570_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00d2; throw e; } CATCH_00d2: { // begin catch(System.ArgumentException) IL2CPP_LEAVE(0xE5, FINALLY_00dd); } // end catch (depth: 2) IL_00d8: { IL2CPP_LEAVE(0xE5, FINALLY_00dd); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: { // begin finally (depth: 1) RuntimeObject * L_35 = V_5; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); IL2CPP_END_FINALLY(221) } // end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_JUMP_TBL(0xE5, IL_00e5) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00e5: { return; } } // System.Void LitJson.JsonMapper::AddObjectMetadata(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_AddObjectMetadata_m1915824869 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_AddObjectMetadata_m1915824869_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectMetadata_t3566284522 V_0; memset(&V_0, 0, sizeof(V_0)); PropertyInfo_t * V_1 = NULL; PropertyInfoU5BU5D_t1461822886* V_2 = NULL; int32_t V_3 = 0; ParameterInfoU5BU5D_t390618515* V_4 = NULL; PropertyMetadata_t3727440473 V_5; memset(&V_5, 0, sizeof(V_5)); FieldInfo_t * V_6 = NULL; FieldInfoU5BU5D_t846150980* V_7 = NULL; int32_t V_8 = 0; PropertyMetadata_t3727440473 V_9; memset(&V_9, 0, sizeof(V_9)); RuntimeObject * V_10 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_object_metadata_10(); Type_t * L_1 = ___type0; NullCheck(L_0); bool L_2 = InterfaceFuncInvoker1< bool, Type_t * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2::ContainsKey(!0) */, IDictionary_2_t179515681_il2cpp_TypeInfo_var, L_0, L_1); if (!L_2) { goto IL_0011; } } { return; } IL_0011: { il2cpp_codegen_initobj((&V_0), sizeof(ObjectMetadata_t3566284522 )); Type_t * L_3 = ___type0; NullCheck(L_3); Type_t * L_4 = Type_GetInterface_m23870712(L_3, _stringLiteral1480664753, /*hidden argument*/NULL); if (!L_4) { goto IL_0031; } } { ObjectMetadata_set_IsDictionary_m4180364639((&V_0), (bool)1, /*hidden argument*/NULL); } IL_0031: { Dictionary_2_t3512696772 * L_5 = (Dictionary_2_t3512696772 *)il2cpp_codegen_object_new(Dictionary_2_t3512696772_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3750040357(L_5, /*hidden argument*/Dictionary_2__ctor_m3750040357_RuntimeMethod_var); ObjectMetadata_set_Properties_m1274841768((&V_0), L_5, /*hidden argument*/NULL); Type_t * L_6 = ___type0; NullCheck(L_6); PropertyInfoU5BU5D_t1461822886* L_7 = Type_GetProperties_m1538559489(L_6, /*hidden argument*/NULL); V_2 = L_7; V_3 = 0; goto IL_00da; } IL_004b: { PropertyInfoU5BU5D_t1461822886* L_8 = V_2; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = L_9; PropertyInfo_t * L_11 = (L_8)->GetAt(static_cast(L_10)); V_1 = L_11; PropertyInfo_t * L_12 = V_1; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, _stringLiteral1949155704, /*hidden argument*/NULL); if (!L_14) { goto IL_00a5; } } { PropertyInfo_t * L_15 = V_1; NullCheck(L_15); ParameterInfoU5BU5D_t390618515* L_16 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(21 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_15); V_4 = L_16; ParameterInfoU5BU5D_t390618515* L_17 = V_4; NullCheck(L_17); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))) == ((int32_t)1))) { goto IL_007b; } } { goto IL_00d6; } IL_007b: { ParameterInfoU5BU5D_t390618515* L_18 = V_4; NullCheck(L_18); int32_t L_19 = 0; ParameterInfo_t1861056598 * L_20 = (L_18)->GetAt(static_cast(L_19)); NullCheck(L_20); Type_t * L_21 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_20); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_21) == ((RuntimeObject*)(Type_t *)L_23)))) { goto IL_00a0; } } { PropertyInfo_t * L_24 = V_1; NullCheck(L_24); Type_t * L_25 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_24); ObjectMetadata_set_ElementType_m1031500093((&V_0), L_25, /*hidden argument*/NULL); } IL_00a0: { goto IL_00d6; } IL_00a5: { il2cpp_codegen_initobj((&V_5), sizeof(PropertyMetadata_t3727440473 )); PropertyInfo_t * L_26 = V_1; (&V_5)->set_Info_0(L_26); PropertyInfo_t * L_27 = V_1; NullCheck(L_27); Type_t * L_28 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_27); (&V_5)->set_Type_2(L_28); RuntimeObject* L_29 = ObjectMetadata_get_Properties_m2101871532((&V_0), /*hidden argument*/NULL); PropertyInfo_t * L_30 = V_1; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_30); PropertyMetadata_t3727440473 L_32 = V_5; NullCheck(L_29); InterfaceActionInvoker2< String_t*, PropertyMetadata_t3727440473 >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2::Add(!0,!1) */, IDictionary_2_t1976548163_il2cpp_TypeInfo_var, L_29, L_31, L_32); } IL_00d6: { int32_t L_33 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00da: { int32_t L_34 = V_3; PropertyInfoU5BU5D_t1461822886* L_35 = V_2; NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))))) { goto IL_004b; } } { Type_t * L_36 = ___type0; NullCheck(L_36); FieldInfoU5BU5D_t846150980* L_37 = Type_GetFields_m3709891696(L_36, /*hidden argument*/NULL); V_7 = L_37; V_8 = 0; goto IL_013c; } IL_00f3: { FieldInfoU5BU5D_t846150980* L_38 = V_7; int32_t L_39 = V_8; NullCheck(L_38); int32_t L_40 = L_39; FieldInfo_t * L_41 = (L_38)->GetAt(static_cast(L_40)); V_6 = L_41; il2cpp_codegen_initobj((&V_9), sizeof(PropertyMetadata_t3727440473 )); FieldInfo_t * L_42 = V_6; (&V_9)->set_Info_0(L_42); (&V_9)->set_IsField_1((bool)1); FieldInfo_t * L_43 = V_6; NullCheck(L_43); Type_t * L_44 = VirtFuncInvoker0< Type_t * >::Invoke(16 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_43); (&V_9)->set_Type_2(L_44); RuntimeObject* L_45 = ObjectMetadata_get_Properties_m2101871532((&V_0), /*hidden argument*/NULL); FieldInfo_t * L_46 = V_6; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_46); PropertyMetadata_t3727440473 L_48 = V_9; NullCheck(L_45); InterfaceActionInvoker2< String_t*, PropertyMetadata_t3727440473 >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2::Add(!0,!1) */, IDictionary_2_t1976548163_il2cpp_TypeInfo_var, L_45, L_47, L_48); int32_t L_49 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_013c: { int32_t L_50 = V_8; FieldInfoU5BU5D_t846150980* L_51 = V_7; NullCheck(L_51); if ((((int32_t)L_50) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))))) { goto IL_00f3; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject * L_52 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_object_metadata_lock_11(); V_10 = L_52; RuntimeObject * L_53 = V_10; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); } IL_0155: try { // begin try (depth: 1) try { // begin try (depth: 2) IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_54 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_object_metadata_10(); Type_t * L_55 = ___type0; ObjectMetadata_t3566284522 L_56 = V_0; NullCheck(L_54); InterfaceActionInvoker2< Type_t *, ObjectMetadata_t3566284522 >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2::Add(!0,!1) */, IDictionary_2_t179515681_il2cpp_TypeInfo_var, L_54, L_55, L_56); goto IL_016c; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_t132251570_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0166; throw e; } CATCH_0166: { // begin catch(System.ArgumentException) IL2CPP_LEAVE(0x179, FINALLY_0171); } // end catch (depth: 2) IL_016c: { IL2CPP_LEAVE(0x179, FINALLY_0171); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0171; } FINALLY_0171: { // begin finally (depth: 1) RuntimeObject * L_57 = V_10; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); IL2CPP_END_FINALLY(369) } // end finally (depth: 1) IL2CPP_CLEANUP(369) { IL2CPP_JUMP_TBL(0x179, IL_0179) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0179: { return; } } // System.Void LitJson.JsonMapper::AddTypeProperties(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_AddTypeProperties_m711607369 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_AddTypeProperties_m711607369_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; PropertyInfo_t * V_1 = NULL; PropertyInfoU5BU5D_t1461822886* V_2 = NULL; int32_t V_3 = 0; PropertyMetadata_t3727440473 V_4; memset(&V_4, 0, sizeof(V_4)); FieldInfo_t * V_5 = NULL; FieldInfoU5BU5D_t846150980* V_6 = NULL; int32_t V_7 = 0; PropertyMetadata_t3727440473 V_8; memset(&V_8, 0, sizeof(V_8)); RuntimeObject * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_type_properties_12(); Type_t * L_1 = ___type0; NullCheck(L_0); bool L_2 = InterfaceFuncInvoker1< bool, Type_t * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2>::ContainsKey(!0) */, IDictionary_2_t2155991415_il2cpp_TypeInfo_var, L_0, L_1); if (!L_2) { goto IL_0011; } } { return; } IL_0011: { List_1_t904547919 * L_3 = (List_1_t904547919 *)il2cpp_codegen_object_new(List_1_t904547919_il2cpp_TypeInfo_var); List_1__ctor_m988032232(L_3, /*hidden argument*/List_1__ctor_m988032232_RuntimeMethod_var); V_0 = (RuntimeObject*)L_3; Type_t * L_4 = ___type0; NullCheck(L_4); PropertyInfoU5BU5D_t1461822886* L_5 = Type_GetProperties_m1538559489(L_4, /*hidden argument*/NULL); V_2 = L_5; V_3 = 0; goto IL_0067; } IL_0025: { PropertyInfoU5BU5D_t1461822886* L_6 = V_2; int32_t L_7 = V_3; NullCheck(L_6); int32_t L_8 = L_7; PropertyInfo_t * L_9 = (L_6)->GetAt(static_cast(L_8)); V_1 = L_9; PropertyInfo_t * L_10 = V_1; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, _stringLiteral1949155704, /*hidden argument*/NULL); if (!L_12) { goto IL_0043; } } { goto IL_0063; } IL_0043: { il2cpp_codegen_initobj((&V_4), sizeof(PropertyMetadata_t3727440473 )); PropertyInfo_t * L_13 = V_1; (&V_4)->set_Info_0(L_13); (&V_4)->set_IsField_1((bool)0); RuntimeObject* L_14 = V_0; PropertyMetadata_t3727440473 L_15 = V_4; NullCheck(L_14); InterfaceActionInvoker1< PropertyMetadata_t3727440473 >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t2260625411_il2cpp_TypeInfo_var, L_14, L_15); } IL_0063: { int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0067: { int32_t L_17 = V_3; PropertyInfoU5BU5D_t1461822886* L_18 = V_2; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_0025; } } { Type_t * L_19 = ___type0; NullCheck(L_19); FieldInfoU5BU5D_t846150980* L_20 = Type_GetFields_m3709891696(L_19, /*hidden argument*/NULL); V_6 = L_20; V_7 = 0; goto IL_00ae; } IL_0080: { FieldInfoU5BU5D_t846150980* L_21 = V_6; int32_t L_22 = V_7; NullCheck(L_21); int32_t L_23 = L_22; FieldInfo_t * L_24 = (L_21)->GetAt(static_cast(L_23)); V_5 = L_24; il2cpp_codegen_initobj((&V_8), sizeof(PropertyMetadata_t3727440473 )); FieldInfo_t * L_25 = V_5; (&V_8)->set_Info_0(L_25); (&V_8)->set_IsField_1((bool)1); RuntimeObject* L_26 = V_0; PropertyMetadata_t3727440473 L_27 = V_8; NullCheck(L_26); InterfaceActionInvoker1< PropertyMetadata_t3727440473 >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t2260625411_il2cpp_TypeInfo_var, L_26, L_27); int32_t L_28 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00ae: { int32_t L_29 = V_7; FieldInfoU5BU5D_t846150980* L_30 = V_6; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_0080; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject * L_31 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_type_properties_lock_13(); V_9 = L_31; RuntimeObject * L_32 = V_9; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); } IL_00c7: try { // begin try (depth: 1) try { // begin try (depth: 2) IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_33 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_type_properties_12(); Type_t * L_34 = ___type0; RuntimeObject* L_35 = V_0; NullCheck(L_33); InterfaceActionInvoker2< Type_t *, RuntimeObject* >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2>::Add(!0,!1) */, IDictionary_2_t2155991415_il2cpp_TypeInfo_var, L_33, L_34, L_35); goto IL_00de; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_t132251570_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00d8; throw e; } CATCH_00d8: { // begin catch(System.ArgumentException) IL2CPP_LEAVE(0xEB, FINALLY_00e3); } // end catch (depth: 2) IL_00de: { IL2CPP_LEAVE(0xEB, FINALLY_00e3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e3; } FINALLY_00e3: { // begin finally (depth: 1) RuntimeObject * L_36 = V_9; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); IL2CPP_END_FINALLY(227) } // end finally (depth: 1) IL2CPP_CLEANUP(227) { IL2CPP_JUMP_TBL(0xEB, IL_00eb) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00eb: { return; } } // System.Reflection.MethodInfo LitJson.JsonMapper::GetConvOp(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * JsonMapper_GetConvOp_m1331155593 (RuntimeObject * __this /* static, unused */, Type_t * ___t10, Type_t * ___t21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_GetConvOp_m1331155593_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; MethodInfo_t * V_1 = NULL; RuntimeObject * V_2 = NULL; MethodInfo_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); { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_conv_ops_lock_9(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_2 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_conv_ops_8(); Type_t * L_3 = ___t10; NullCheck(L_2); bool L_4 = InterfaceFuncInvoker1< bool, Type_t * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2>::ContainsKey(!0) */, IDictionary_2_t3694023158_il2cpp_TypeInfo_var, L_2, L_3); if (L_4) { goto IL_002c; } } IL_001c: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_5 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_conv_ops_8(); Type_t * L_6 = ___t10; Dictionary_2_t27006016 * L_7 = (Dictionary_2_t27006016 *)il2cpp_codegen_object_new(Dictionary_2_t27006016_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4056601757(L_7, /*hidden argument*/Dictionary_2__ctor_m4056601757_RuntimeMethod_var); NullCheck(L_5); InterfaceActionInvoker2< Type_t *, RuntimeObject* >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2>::Add(!0,!1) */, IDictionary_2_t3694023158_il2cpp_TypeInfo_var, L_5, L_6, L_7); } IL_002c: { IL2CPP_LEAVE(0x38, 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) RuntimeObject * L_8 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(49) } // end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_JUMP_TBL(0x38, IL_0038) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0038: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_9 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_conv_ops_8(); Type_t * L_10 = ___t10; NullCheck(L_9); RuntimeObject* L_11 = InterfaceFuncInvoker1< RuntimeObject*, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2>::get_Item(!0) */, IDictionary_2_t3694023158_il2cpp_TypeInfo_var, L_9, L_10); Type_t * L_12 = ___t21; NullCheck(L_11); bool L_13 = InterfaceFuncInvoker1< bool, Type_t * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2::ContainsKey(!0) */, IDictionary_2_t2785824703_il2cpp_TypeInfo_var, L_11, L_12); if (!L_13) { goto IL_0060; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_14 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_conv_ops_8(); Type_t * L_15 = ___t10; NullCheck(L_14); RuntimeObject* L_16 = InterfaceFuncInvoker1< RuntimeObject*, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2>::get_Item(!0) */, IDictionary_2_t3694023158_il2cpp_TypeInfo_var, L_14, L_15); Type_t * L_17 = ___t21; NullCheck(L_16); MethodInfo_t * L_18 = InterfaceFuncInvoker1< MethodInfo_t *, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t2785824703_il2cpp_TypeInfo_var, L_16, L_17); return L_18; } IL_0060: { Type_t * L_19 = ___t10; TypeU5BU5D_t3940880105* L_20 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_21 = ___t21; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(0), (Type_t *)L_21); NullCheck(L_19); MethodInfo_t * L_22 = Type_GetMethod_m1479779718(L_19, _stringLiteral3306367446, L_20, /*hidden argument*/NULL); V_1 = L_22; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject * L_23 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_conv_ops_lock_9(); V_2 = L_23; RuntimeObject * L_24 = V_2; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); } IL_0082: try { // begin try (depth: 1) try { // begin try (depth: 2) IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_25 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_conv_ops_8(); Type_t * L_26 = ___t10; NullCheck(L_25); RuntimeObject* L_27 = InterfaceFuncInvoker1< RuntimeObject*, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2>::get_Item(!0) */, IDictionary_2_t3694023158_il2cpp_TypeInfo_var, L_25, L_26); Type_t * L_28 = ___t21; MethodInfo_t * L_29 = V_1; NullCheck(L_27); InterfaceActionInvoker2< Type_t *, MethodInfo_t * >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2::Add(!0,!1) */, IDictionary_2_t2785824703_il2cpp_TypeInfo_var, L_27, L_28, L_29); goto IL_00b1; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_t132251570_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0099; throw e; } CATCH_0099: { // begin catch(System.ArgumentException) IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_30 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_conv_ops_8(); Type_t * L_31 = ___t10; NullCheck(L_30); RuntimeObject* L_32 = InterfaceFuncInvoker1< RuntimeObject*, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2>::get_Item(!0) */, IDictionary_2_t3694023158_il2cpp_TypeInfo_var, L_30, L_31); Type_t * L_33 = ___t21; NullCheck(L_32); MethodInfo_t * L_34 = InterfaceFuncInvoker1< MethodInfo_t *, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t2785824703_il2cpp_TypeInfo_var, L_32, L_33); V_3 = L_34; IL2CPP_LEAVE(0xBF, FINALLY_00b6); } // end catch (depth: 2) IL_00b1: { IL2CPP_LEAVE(0xBD, FINALLY_00b6); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b6; } FINALLY_00b6: { // begin finally (depth: 1) RuntimeObject * L_35 = V_2; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); IL2CPP_END_FINALLY(182) } // end finally (depth: 1) IL2CPP_CLEANUP(182) { IL2CPP_JUMP_TBL(0xBF, IL_00bf) IL2CPP_JUMP_TBL(0xBD, IL_00bd) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00bd: { MethodInfo_t * L_36 = V_1; return L_36; } IL_00bf: { MethodInfo_t * L_37 = V_3; return L_37; } } // System.Object LitJson.JsonMapper::ReadValue(System.Type,LitJson.JsonReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_ReadValue_m573299964 (RuntimeObject * __this /* static, unused */, Type_t * ___inst_type0, JsonReader_t836887441 * ___reader1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_ReadValue_m573299964_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; ImporterFunc_t3630937194 * V_3 = NULL; ImporterFunc_t3630937194 * V_4 = NULL; MethodInfo_t * V_5 = NULL; RuntimeObject * V_6 = NULL; ArrayMetadata_t894288939 V_7; memset(&V_7, 0, sizeof(V_7)); RuntimeObject* V_8 = NULL; Type_t * V_9 = NULL; RuntimeObject * V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; ObjectMetadata_t3566284522 V_13; memset(&V_13, 0, sizeof(V_13)); String_t* V_14 = NULL; PropertyMetadata_t3727440473 V_15; memset(&V_15, 0, sizeof(V_15)); PropertyInfo_t * V_16 = NULL; Type_t * G_B4_0 = NULL; Type_t * G_B3_0 = NULL; { JsonReader_t836887441 * L_0 = ___reader1; NullCheck(L_0); JsonReader_Read_m2661163174(L_0, /*hidden argument*/NULL); JsonReader_t836887441 * L_1 = ___reader1; NullCheck(L_1); int32_t L_2 = JsonReader_get_Token_m3560133770(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_0015; } } { return NULL; } IL_0015: { Type_t * L_3 = ___inst_type0; Type_t * L_4 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; Type_t * L_5 = V_0; Type_t * L_6 = L_5; G_B3_0 = L_6; if (L_6) { G_B4_0 = L_6; goto IL_0025; } } { Type_t * L_7 = ___inst_type0; G_B4_0 = L_7; } IL_0025: { V_1 = G_B4_0; JsonReader_t836887441 * L_8 = ___reader1; NullCheck(L_8); int32_t L_9 = JsonReader_get_Token_m3560133770(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)11))))) { goto IL_0057; } } { Type_t * L_10 = ___inst_type0; NullCheck(L_10); bool L_11 = Type_get_IsClass_m589177581(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0044; } } { Type_t * L_12 = V_0; if (!L_12) { goto IL_0046; } } IL_0044: { return NULL; } IL_0046: { Type_t * L_13 = ___inst_type0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2156791391, L_13, /*hidden argument*/NULL); JsonException_t3682484112 * L_15 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3480626545(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,JsonMapper_ReadValue_m573299964_RuntimeMethod_var); } IL_0057: { JsonReader_t836887441 * L_16 = ___reader1; NullCheck(L_16); int32_t L_17 = JsonReader_get_Token_m3560133770(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) == ((int32_t)8))) { goto IL_0095; } } { JsonReader_t836887441 * L_18 = ___reader1; NullCheck(L_18); int32_t L_19 = JsonReader_get_Token_m3560133770(L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) == ((int32_t)6))) { goto IL_0095; } } { JsonReader_t836887441 * L_20 = ___reader1; NullCheck(L_20); int32_t L_21 = JsonReader_get_Token_m3560133770(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) == ((int32_t)7))) { goto IL_0095; } } { JsonReader_t836887441 * L_22 = ___reader1; NullCheck(L_22); int32_t L_23 = JsonReader_get_Token_m3560133770(L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)((int32_t)9)))) { goto IL_0095; } } { JsonReader_t836887441 * L_24 = ___reader1; NullCheck(L_24); int32_t L_25 = JsonReader_get_Token_m3560133770(L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)10))))) { goto IL_0198; } } IL_0095: { JsonReader_t836887441 * L_26 = ___reader1; NullCheck(L_26); RuntimeObject * L_27 = JsonReader_get_Value_m1566705723(L_26, /*hidden argument*/NULL); NullCheck(L_27); Type_t * L_28 = Object_GetType_m88164663(L_27, /*hidden argument*/NULL); V_2 = L_28; Type_t * L_29 = V_1; Type_t * L_30 = V_2; NullCheck(L_29); bool L_31 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_29, L_30); if (!L_31) { goto IL_00b4; } } { JsonReader_t836887441 * L_32 = ___reader1; NullCheck(L_32); RuntimeObject * L_33 = JsonReader_get_Value_m1566705723(L_32, /*hidden argument*/NULL); return L_33; } IL_00b4: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_34 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_custom_importers_table_5(); Type_t * L_35 = V_2; NullCheck(L_34); bool L_36 = InterfaceFuncInvoker1< bool, Type_t * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2>::ContainsKey(!0) */, IDictionary_2_t1152366808_il2cpp_TypeInfo_var, L_34, L_35); if (!L_36) { goto IL_00f9; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_37 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_custom_importers_table_5(); Type_t * L_38 = V_2; NullCheck(L_37); RuntimeObject* L_39 = InterfaceFuncInvoker1< RuntimeObject*, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2>::get_Item(!0) */, IDictionary_2_t1152366808_il2cpp_TypeInfo_var, L_37, L_38); Type_t * L_40 = V_1; NullCheck(L_39); bool L_41 = InterfaceFuncInvoker1< bool, Type_t * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2::ContainsKey(!0) */, IDictionary_2_t244168353_il2cpp_TypeInfo_var, L_39, L_40); if (!L_41) { goto IL_00f9; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_42 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_custom_importers_table_5(); Type_t * L_43 = V_2; NullCheck(L_42); RuntimeObject* L_44 = InterfaceFuncInvoker1< RuntimeObject*, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2>::get_Item(!0) */, IDictionary_2_t1152366808_il2cpp_TypeInfo_var, L_42, L_43); Type_t * L_45 = V_1; NullCheck(L_44); ImporterFunc_t3630937194 * L_46 = InterfaceFuncInvoker1< ImporterFunc_t3630937194 *, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t244168353_il2cpp_TypeInfo_var, L_44, L_45); V_3 = L_46; ImporterFunc_t3630937194 * L_47 = V_3; JsonReader_t836887441 * L_48 = ___reader1; NullCheck(L_48); RuntimeObject * L_49 = JsonReader_get_Value_m1566705723(L_48, /*hidden argument*/NULL); NullCheck(L_47); RuntimeObject * L_50 = ImporterFunc_Invoke_m1321867327(L_47, L_49, /*hidden argument*/NULL); return L_50; } IL_00f9: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_51 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); Type_t * L_52 = V_2; NullCheck(L_51); bool L_53 = InterfaceFuncInvoker1< bool, Type_t * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2>::ContainsKey(!0) */, IDictionary_2_t1152366808_il2cpp_TypeInfo_var, L_51, L_52); if (!L_53) { goto IL_0140; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_54 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); Type_t * L_55 = V_2; NullCheck(L_54); RuntimeObject* L_56 = InterfaceFuncInvoker1< RuntimeObject*, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2>::get_Item(!0) */, IDictionary_2_t1152366808_il2cpp_TypeInfo_var, L_54, L_55); Type_t * L_57 = V_1; NullCheck(L_56); bool L_58 = InterfaceFuncInvoker1< bool, Type_t * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2::ContainsKey(!0) */, IDictionary_2_t244168353_il2cpp_TypeInfo_var, L_56, L_57); if (!L_58) { goto IL_0140; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_59 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); Type_t * L_60 = V_2; NullCheck(L_59); RuntimeObject* L_61 = InterfaceFuncInvoker1< RuntimeObject*, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2>::get_Item(!0) */, IDictionary_2_t1152366808_il2cpp_TypeInfo_var, L_59, L_60); Type_t * L_62 = V_1; NullCheck(L_61); ImporterFunc_t3630937194 * L_63 = InterfaceFuncInvoker1< ImporterFunc_t3630937194 *, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t244168353_il2cpp_TypeInfo_var, L_61, L_62); V_4 = L_63; ImporterFunc_t3630937194 * L_64 = V_4; JsonReader_t836887441 * L_65 = ___reader1; NullCheck(L_65); RuntimeObject * L_66 = JsonReader_get_Value_m1566705723(L_65, /*hidden argument*/NULL); NullCheck(L_64); RuntimeObject * L_67 = ImporterFunc_Invoke_m1321867327(L_64, L_66, /*hidden argument*/NULL); return L_67; } IL_0140: { Type_t * L_68 = V_1; NullCheck(L_68); bool L_69 = Type_get_IsEnum_m208091508(L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_0158; } } { Type_t * L_70 = V_1; JsonReader_t836887441 * L_71 = ___reader1; NullCheck(L_71); RuntimeObject * L_72 = JsonReader_get_Value_m1566705723(L_71, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_73 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_70, L_72, /*hidden argument*/NULL); return L_73; } IL_0158: { Type_t * L_74 = V_1; Type_t * L_75 = V_2; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); MethodInfo_t * L_76 = JsonMapper_GetConvOp_m1331155593(NULL /*static, unused*/, L_74, L_75, /*hidden argument*/NULL); V_5 = L_76; MethodInfo_t * L_77 = V_5; if (!L_77) { goto IL_0180; } } { MethodInfo_t * L_78 = V_5; ObjectU5BU5D_t2843939325* L_79 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); JsonReader_t836887441 * L_80 = ___reader1; NullCheck(L_80); RuntimeObject * L_81 = JsonReader_get_Value_m1566705723(L_80, /*hidden argument*/NULL); NullCheck(L_79); ArrayElementTypeCheck (L_79, L_81); (L_79)->SetAt(static_cast(0), (RuntimeObject *)L_81); NullCheck(L_78); RuntimeObject * L_82 = MethodBase_Invoke_m1776411915(L_78, NULL, L_79, /*hidden argument*/NULL); return L_82; } IL_0180: { JsonReader_t836887441 * L_83 = ___reader1; NullCheck(L_83); RuntimeObject * L_84 = JsonReader_get_Value_m1566705723(L_83, /*hidden argument*/NULL); Type_t * L_85 = V_2; Type_t * L_86 = ___inst_type0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_87 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral57478429, L_84, L_85, L_86, /*hidden argument*/NULL); JsonException_t3682484112 * L_88 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3480626545(L_88, L_87, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_88,JsonMapper_ReadValue_m573299964_RuntimeMethod_var); } IL_0198: { V_6 = NULL; JsonReader_t836887441 * L_89 = ___reader1; NullCheck(L_89); int32_t L_90 = JsonReader_get_Token_m3560133770(L_89, /*hidden argument*/NULL); if ((!(((uint32_t)L_90) == ((uint32_t)4)))) { goto IL_02a6; } } { Type_t * L_91 = ___inst_type0; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonMapper_AddArrayMetadata_m3022750432(NULL /*static, unused*/, L_91, /*hidden argument*/NULL); RuntimeObject* L_92 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_array_metadata_6(); Type_t * L_93 = ___inst_type0; NullCheck(L_92); ArrayMetadata_t894288939 L_94 = InterfaceFuncInvoker1< ArrayMetadata_t894288939 , Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t1802487394_il2cpp_TypeInfo_var, L_92, L_93); V_7 = L_94; bool L_95 = ArrayMetadata_get_IsArray_m872644532((&V_7), /*hidden argument*/NULL); if (L_95) { goto IL_01e3; } } { bool L_96 = ArrayMetadata_get_IsList_m3955393105((&V_7), /*hidden argument*/NULL); if (L_96) { goto IL_01e3; } } { Type_t * L_97 = ___inst_type0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_98 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3271142035, L_97, /*hidden argument*/NULL); JsonException_t3682484112 * L_99 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3480626545(L_99, L_98, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_99,JsonMapper_ReadValue_m573299964_RuntimeMethod_var); } IL_01e3: { bool L_100 = ArrayMetadata_get_IsArray_m872644532((&V_7), /*hidden argument*/NULL); if (L_100) { goto IL_020a; } } { Type_t * L_101 = ___inst_type0; RuntimeObject * L_102 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, L_101, /*hidden argument*/NULL); V_8 = ((RuntimeObject*)Castclass((RuntimeObject*)L_102, IList_t2094931216_il2cpp_TypeInfo_var)); Type_t * L_103 = ArrayMetadata_get_ElementType_m1928955287((&V_7), /*hidden argument*/NULL); V_9 = L_103; goto IL_0219; } IL_020a: { ArrayList_t2718874744 * L_104 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_104, /*hidden argument*/NULL); V_8 = L_104; Type_t * L_105 = ___inst_type0; NullCheck(L_105); Type_t * L_106 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_105); V_9 = L_106; } IL_0219: { Type_t * L_107 = V_9; JsonReader_t836887441 * L_108 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject * L_109 = JsonMapper_ReadValue_m573299964(NULL /*static, unused*/, L_107, L_108, /*hidden argument*/NULL); V_10 = L_109; RuntimeObject * L_110 = V_10; if (L_110) { goto IL_023b; } } { JsonReader_t836887441 * L_111 = ___reader1; NullCheck(L_111); int32_t L_112 = JsonReader_get_Token_m3560133770(L_111, /*hidden argument*/NULL); if ((!(((uint32_t)L_112) == ((uint32_t)5)))) { goto IL_023b; } } { goto IL_024a; } IL_023b: { RuntimeObject* L_113 = V_8; RuntimeObject * L_114 = V_10; NullCheck(L_113); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_113, L_114); goto IL_0219; } IL_024a: { bool L_115 = ArrayMetadata_get_IsArray_m872644532((&V_7), /*hidden argument*/NULL); if (!L_115) { goto IL_029d; } } { RuntimeObject* L_116 = V_8; NullCheck(L_116); int32_t L_117 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_116); V_11 = L_117; Type_t * L_118 = V_9; int32_t L_119 = V_11; RuntimeArray * L_120 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_118, L_119, /*hidden argument*/NULL); V_6 = L_120; V_12 = 0; goto IL_028f; } IL_0272: { RuntimeObject * L_121 = V_6; RuntimeObject* L_122 = V_8; int32_t L_123 = V_12; NullCheck(L_122); RuntimeObject * L_124 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_122, L_123); int32_t L_125 = V_12; NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_121, RuntimeArray_il2cpp_TypeInfo_var))); Array_SetValue_m3412255035(((RuntimeArray *)CastclassClass((RuntimeObject*)L_121, RuntimeArray_il2cpp_TypeInfo_var)), L_124, L_125, /*hidden argument*/NULL); int32_t L_126 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1)); } IL_028f: { int32_t L_127 = V_12; int32_t L_128 = V_11; if ((((int32_t)L_127) < ((int32_t)L_128))) { goto IL_0272; } } { goto IL_02a1; } IL_029d: { RuntimeObject* L_129 = V_8; V_6 = L_129; } IL_02a1: { goto IL_03e4; } IL_02a6: { JsonReader_t836887441 * L_130 = ___reader1; NullCheck(L_130); int32_t L_131 = JsonReader_get_Token_m3560133770(L_130, /*hidden argument*/NULL); if ((!(((uint32_t)L_131) == ((uint32_t)1)))) { goto IL_03e4; } } { Type_t * L_132 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonMapper_AddObjectMetadata_m1915824869(NULL /*static, unused*/, L_132, /*hidden argument*/NULL); RuntimeObject* L_133 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_object_metadata_10(); Type_t * L_134 = V_1; NullCheck(L_133); ObjectMetadata_t3566284522 L_135 = InterfaceFuncInvoker1< ObjectMetadata_t3566284522 , Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t179515681_il2cpp_TypeInfo_var, L_133, L_134); V_13 = L_135; Type_t * L_136 = V_1; RuntimeObject * L_137 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, L_136, /*hidden argument*/NULL); V_6 = L_137; } IL_02cd: { JsonReader_t836887441 * L_138 = ___reader1; NullCheck(L_138); JsonReader_Read_m2661163174(L_138, /*hidden argument*/NULL); JsonReader_t836887441 * L_139 = ___reader1; NullCheck(L_139); int32_t L_140 = JsonReader_get_Token_m3560133770(L_139, /*hidden argument*/NULL); if ((!(((uint32_t)L_140) == ((uint32_t)3)))) { goto IL_02e5; } } { goto IL_03e4; } IL_02e5: { JsonReader_t836887441 * L_141 = ___reader1; NullCheck(L_141); RuntimeObject * L_142 = JsonReader_get_Value_m1566705723(L_141, /*hidden argument*/NULL); V_14 = ((String_t*)CastclassSealed((RuntimeObject*)L_142, String_t_il2cpp_TypeInfo_var)); RuntimeObject* L_143 = ObjectMetadata_get_Properties_m2101871532((&V_13), /*hidden argument*/NULL); String_t* L_144 = V_14; NullCheck(L_143); bool L_145 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2::ContainsKey(!0) */, IDictionary_2_t1976548163_il2cpp_TypeInfo_var, L_143, L_144); if (!L_145) { goto IL_038f; } } { RuntimeObject* L_146 = ObjectMetadata_get_Properties_m2101871532((&V_13), /*hidden argument*/NULL); String_t* L_147 = V_14; NullCheck(L_146); PropertyMetadata_t3727440473 L_148 = InterfaceFuncInvoker1< PropertyMetadata_t3727440473 , String_t* >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t1976548163_il2cpp_TypeInfo_var, L_146, L_147); V_15 = L_148; bool L_149 = (&V_15)->get_IsField_1(); if (!L_149) { goto IL_0346; } } { MemberInfo_t * L_150 = (&V_15)->get_Info_0(); RuntimeObject * L_151 = V_6; Type_t * L_152 = (&V_15)->get_Type_2(); JsonReader_t836887441 * L_153 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject * L_154 = JsonMapper_ReadValue_m573299964(NULL /*static, unused*/, L_152, L_153, /*hidden argument*/NULL); NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_150, FieldInfo_t_il2cpp_TypeInfo_var))); FieldInfo_SetValue_m2460171138(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_150, FieldInfo_t_il2cpp_TypeInfo_var)), L_151, L_154, /*hidden argument*/NULL); goto IL_038a; } IL_0346: { MemberInfo_t * L_155 = (&V_15)->get_Info_0(); V_16 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_155, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_156 = V_16; NullCheck(L_156); bool L_157 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean System.Reflection.PropertyInfo::get_CanWrite() */, L_156); if (!L_157) { goto IL_037c; } } { PropertyInfo_t * L_158 = V_16; RuntimeObject * L_159 = V_6; Type_t * L_160 = (&V_15)->get_Type_2(); JsonReader_t836887441 * L_161 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject * L_162 = JsonMapper_ReadValue_m573299964(NULL /*static, unused*/, L_160, L_161, /*hidden argument*/NULL); NullCheck(L_158); VirtActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(25 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, L_158, L_159, L_162, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL); goto IL_038a; } IL_037c: { Type_t * L_163 = (&V_15)->get_Type_2(); JsonReader_t836887441 * L_164 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonMapper_ReadValue_m573299964(NULL /*static, unused*/, L_163, L_164, /*hidden argument*/NULL); } IL_038a: { goto IL_03df; } IL_038f: { bool L_165 = ObjectMetadata_get_IsDictionary_m3315154275((&V_13), /*hidden argument*/NULL); if (L_165) { goto IL_03c4; } } { JsonReader_t836887441 * L_166 = ___reader1; NullCheck(L_166); bool L_167 = JsonReader_get_SkipNonMembers_m2081129687(L_166, /*hidden argument*/NULL); if (L_167) { goto IL_03b9; } } { Type_t * L_168 = ___inst_type0; String_t* L_169 = V_14; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_170 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral888960820, L_168, L_169, /*hidden argument*/NULL); JsonException_t3682484112 * L_171 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3480626545(L_171, L_170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_171,JsonMapper_ReadValue_m573299964_RuntimeMethod_var); } IL_03b9: { JsonReader_t836887441 * L_172 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonMapper_ReadSkip_m487320729(NULL /*static, unused*/, L_172, /*hidden argument*/NULL); goto IL_02cd; } IL_03c4: { RuntimeObject * L_173 = V_6; String_t* L_174 = V_14; Type_t * L_175 = ObjectMetadata_get_ElementType_m3745587648((&V_13), /*hidden argument*/NULL); JsonReader_t836887441 * L_176 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject * L_177 = JsonMapper_ReadValue_m573299964(NULL /*static, unused*/, L_175, L_176, /*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_173, IDictionary_t1363984059_il2cpp_TypeInfo_var))); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_173, IDictionary_t1363984059_il2cpp_TypeInfo_var)), L_174, L_177); } IL_03df: { goto IL_02cd; } IL_03e4: { RuntimeObject * L_178 = V_6; return L_178; } } // LitJson.IJsonWrapper LitJson.JsonMapper::ReadValue(LitJson.WrapperFactory,LitJson.JsonReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMapper_ReadValue_m1366735571 (RuntimeObject * __this /* static, unused */, WrapperFactory_t2158548929 * ___factory0, JsonReader_t836887441 * ___reader1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_ReadValue_m1366735571_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; { JsonReader_t836887441 * L_0 = ___reader1; NullCheck(L_0); JsonReader_Read_m2661163174(L_0, /*hidden argument*/NULL); JsonReader_t836887441 * L_1 = ___reader1; NullCheck(L_1); int32_t L_2 = JsonReader_get_Token_m3560133770(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_0020; } } { JsonReader_t836887441 * L_3 = ___reader1; NullCheck(L_3); int32_t L_4 = JsonReader_get_Token_m3560133770(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)11))))) { goto IL_0022; } } IL_0020: { return (RuntimeObject*)NULL; } IL_0022: { WrapperFactory_t2158548929 * L_5 = ___factory0; NullCheck(L_5); RuntimeObject* L_6 = WrapperFactory_Invoke_m2855181365(L_5, /*hidden argument*/NULL); V_0 = L_6; JsonReader_t836887441 * L_7 = ___reader1; NullCheck(L_7); int32_t L_8 = JsonReader_get_Token_m3560133770(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)9))))) { goto IL_0049; } } { RuntimeObject* L_9 = V_0; JsonReader_t836887441 * L_10 = ___reader1; NullCheck(L_10); RuntimeObject * L_11 = JsonReader_get_Value_m1566705723(L_10, /*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker1< String_t* >::Invoke(18 /* System.Void LitJson.IJsonWrapper::SetString(System.String) */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_9, ((String_t*)CastclassSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var))); RuntimeObject* L_12 = V_0; return L_12; } IL_0049: { JsonReader_t836887441 * L_13 = ___reader1; NullCheck(L_13); int32_t L_14 = JsonReader_get_Token_m3560133770(L_13, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)8)))) { goto IL_0068; } } { RuntimeObject* L_15 = V_0; JsonReader_t836887441 * L_16 = ___reader1; NullCheck(L_16); RuntimeObject * L_17 = JsonReader_get_Value_m1566705723(L_16, /*hidden argument*/NULL); NullCheck(L_15); InterfaceActionInvoker1< double >::Invoke(14 /* System.Void LitJson.IJsonWrapper::SetDouble(System.Double) */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_15, ((*(double*)((double*)UnBox(L_17, Double_t594665363_il2cpp_TypeInfo_var))))); RuntimeObject* L_18 = V_0; return L_18; } IL_0068: { JsonReader_t836887441 * L_19 = ___reader1; NullCheck(L_19); int32_t L_20 = JsonReader_get_Token_m3560133770(L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)6)))) { goto IL_0087; } } { RuntimeObject* L_21 = V_0; JsonReader_t836887441 * L_22 = ___reader1; NullCheck(L_22); RuntimeObject * L_23 = JsonReader_get_Value_m1566705723(L_22, /*hidden argument*/NULL); NullCheck(L_21); InterfaceActionInvoker1< int32_t >::Invoke(15 /* System.Void LitJson.IJsonWrapper::SetInt(System.Int32) */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_21, ((*(int32_t*)((int32_t*)UnBox(L_23, Int32_t2950945753_il2cpp_TypeInfo_var))))); RuntimeObject* L_24 = V_0; return L_24; } IL_0087: { JsonReader_t836887441 * L_25 = ___reader1; NullCheck(L_25); int32_t L_26 = JsonReader_get_Token_m3560133770(L_25, /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)7)))) { goto IL_00a6; } } { RuntimeObject* L_27 = V_0; JsonReader_t836887441 * L_28 = ___reader1; NullCheck(L_28); RuntimeObject * L_29 = JsonReader_get_Value_m1566705723(L_28, /*hidden argument*/NULL); NullCheck(L_27); InterfaceActionInvoker1< int64_t >::Invoke(17 /* System.Void LitJson.IJsonWrapper::SetLong(System.Int64) */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_27, ((*(int64_t*)((int64_t*)UnBox(L_29, Int64_t3736567304_il2cpp_TypeInfo_var))))); RuntimeObject* L_30 = V_0; return L_30; } IL_00a6: { JsonReader_t836887441 * L_31 = ___reader1; NullCheck(L_31); int32_t L_32 = JsonReader_get_Token_m3560133770(L_31, /*hidden argument*/NULL); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)10))))) { goto IL_00c6; } } { RuntimeObject* L_33 = V_0; JsonReader_t836887441 * L_34 = ___reader1; NullCheck(L_34); RuntimeObject * L_35 = JsonReader_get_Value_m1566705723(L_34, /*hidden argument*/NULL); NullCheck(L_33); InterfaceActionInvoker1< bool >::Invoke(13 /* System.Void LitJson.IJsonWrapper::SetBoolean(System.Boolean) */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_33, ((*(bool*)((bool*)UnBox(L_35, Boolean_t97287965_il2cpp_TypeInfo_var))))); RuntimeObject* L_36 = V_0; return L_36; } IL_00c6: { JsonReader_t836887441 * L_37 = ___reader1; NullCheck(L_37); int32_t L_38 = JsonReader_get_Token_m3560133770(L_37, /*hidden argument*/NULL); if ((!(((uint32_t)L_38) == ((uint32_t)4)))) { goto IL_010a; } } { RuntimeObject* L_39 = V_0; NullCheck(L_39); InterfaceActionInvoker1< int32_t >::Invoke(16 /* System.Void LitJson.IJsonWrapper::SetJsonType(LitJson.JsonType) */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_39, 2); } IL_00d9: { WrapperFactory_t2158548929 * L_40 = ___factory0; JsonReader_t836887441 * L_41 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_42 = JsonMapper_ReadValue_m1366735571(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL); V_1 = L_42; RuntimeObject* L_43 = V_1; if (L_43) { goto IL_00f8; } } { JsonReader_t836887441 * L_44 = ___reader1; NullCheck(L_44); int32_t L_45 = JsonReader_get_Token_m3560133770(L_44, /*hidden argument*/NULL); if ((!(((uint32_t)L_45) == ((uint32_t)5)))) { goto IL_00f8; } } { goto IL_0105; } IL_00f8: { RuntimeObject* L_46 = V_0; RuntimeObject* L_47 = V_1; NullCheck(L_46); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_46, L_47); goto IL_00d9; } IL_0105: { goto IL_0154; } IL_010a: { JsonReader_t836887441 * L_48 = ___reader1; NullCheck(L_48); int32_t L_49 = JsonReader_get_Token_m3560133770(L_48, /*hidden argument*/NULL); if ((!(((uint32_t)L_49) == ((uint32_t)1)))) { goto IL_0154; } } { RuntimeObject* L_50 = V_0; NullCheck(L_50); InterfaceActionInvoker1< int32_t >::Invoke(16 /* System.Void LitJson.IJsonWrapper::SetJsonType(LitJson.JsonType) */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, L_50, 1); } IL_011d: { JsonReader_t836887441 * L_51 = ___reader1; NullCheck(L_51); JsonReader_Read_m2661163174(L_51, /*hidden argument*/NULL); JsonReader_t836887441 * L_52 = ___reader1; NullCheck(L_52); int32_t L_53 = JsonReader_get_Token_m3560133770(L_52, /*hidden argument*/NULL); if ((!(((uint32_t)L_53) == ((uint32_t)3)))) { goto IL_0135; } } { goto IL_0154; } IL_0135: { JsonReader_t836887441 * L_54 = ___reader1; NullCheck(L_54); RuntimeObject * L_55 = JsonReader_get_Value_m1566705723(L_54, /*hidden argument*/NULL); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_55, String_t_il2cpp_TypeInfo_var)); RuntimeObject* L_56 = V_0; String_t* L_57 = V_2; WrapperFactory_t2158548929 * L_58 = ___factory0; JsonReader_t836887441 * L_59 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_60 = JsonMapper_ReadValue_m1366735571(NULL /*static, unused*/, L_58, L_59, /*hidden argument*/NULL); NullCheck(L_56); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_56, L_57, L_60); goto IL_011d; } IL_0154: { RuntimeObject* L_61 = V_0; return L_61; } } // System.Void LitJson.JsonMapper::ReadSkip(LitJson.JsonReader) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_ReadSkip_m487320729 (RuntimeObject * __this /* static, unused */, JsonReader_t836887441 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_ReadSkip_m487320729_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); WrapperFactory_t2158548929 * L_0 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_16(); if (L_0) { goto IL_0018; } } { intptr_t L_1 = (intptr_t)JsonMapper_U3CReadSkipU3Em__0_m1895629662_RuntimeMethod_var; WrapperFactory_t2158548929 * L_2 = (WrapperFactory_t2158548929 *)il2cpp_codegen_object_new(WrapperFactory_t2158548929_il2cpp_TypeInfo_var); WrapperFactory__ctor_m3502489384(L_2, NULL, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache0_16(L_2); } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); WrapperFactory_t2158548929 * L_3 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_16(); JsonReader_t836887441 * L_4 = ___reader0; JsonMapper_ToWrapper_m1155297701(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper::RegisterBaseExporters() extern "C" IL2CPP_METHOD_ATTR void JsonMapper_RegisterBaseExporters_m2374613009 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_RegisterBaseExporters_m2374613009_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * G_B2_0 = NULL; RuntimeObject* G_B2_1 = NULL; Type_t * G_B1_0 = NULL; RuntimeObject* G_B1_1 = NULL; Type_t * G_B4_0 = NULL; RuntimeObject* G_B4_1 = NULL; Type_t * G_B3_0 = NULL; RuntimeObject* G_B3_1 = NULL; Type_t * G_B6_0 = NULL; RuntimeObject* G_B6_1 = NULL; Type_t * G_B5_0 = NULL; RuntimeObject* G_B5_1 = NULL; Type_t * G_B8_0 = NULL; RuntimeObject* G_B8_1 = NULL; Type_t * G_B7_0 = NULL; RuntimeObject* G_B7_1 = NULL; Type_t * G_B10_0 = NULL; RuntimeObject* G_B10_1 = NULL; Type_t * G_B9_0 = NULL; RuntimeObject* G_B9_1 = NULL; Type_t * G_B12_0 = NULL; RuntimeObject* G_B12_1 = NULL; Type_t * G_B11_0 = NULL; RuntimeObject* G_B11_1 = NULL; Type_t * G_B14_0 = NULL; RuntimeObject* G_B14_1 = NULL; Type_t * G_B13_0 = NULL; RuntimeObject* G_B13_1 = NULL; Type_t * G_B16_0 = NULL; RuntimeObject* G_B16_1 = NULL; Type_t * G_B15_0 = NULL; RuntimeObject* G_B15_1 = NULL; Type_t * G_B18_0 = NULL; RuntimeObject* G_B18_1 = NULL; Type_t * G_B17_0 = NULL; RuntimeObject* G_B17_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_exporters_table_2(); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); ExporterFunc_t1851311465 * L_3 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_17(); G_B1_0 = L_2; G_B1_1 = L_0; if (L_3) { G_B2_0 = L_2; G_B2_1 = L_0; goto IL_0027; } } { intptr_t L_4 = (intptr_t)JsonMapper_U3CRegisterBaseExportersU3Em__1_m3785983073_RuntimeMethod_var; ExporterFunc_t1851311465 * L_5 = (ExporterFunc_t1851311465 *)il2cpp_codegen_object_new(ExporterFunc_t1851311465_il2cpp_TypeInfo_var); ExporterFunc__ctor_m39319225(L_5, NULL, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache1_17(L_5); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ExporterFunc_t1851311465 * L_6 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_17(); NullCheck(G_B2_1); InterfaceActionInvoker2< Type_t *, ExporterFunc_t1851311465 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, G_B2_1, G_B2_0, L_6); RuntimeObject* L_7 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_exporters_table_2(); RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); ExporterFunc_t1851311465 * L_10 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache2_18(); G_B3_0 = L_9; G_B3_1 = L_7; if (L_10) { G_B4_0 = L_9; G_B4_1 = L_7; goto IL_0058; } } { intptr_t L_11 = (intptr_t)JsonMapper_U3CRegisterBaseExportersU3Em__2_m1600907169_RuntimeMethod_var; ExporterFunc_t1851311465 * L_12 = (ExporterFunc_t1851311465 *)il2cpp_codegen_object_new(ExporterFunc_t1851311465_il2cpp_TypeInfo_var); ExporterFunc__ctor_m39319225(L_12, NULL, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache2_18(L_12); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; } IL_0058: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ExporterFunc_t1851311465 * L_13 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache2_18(); NullCheck(G_B4_1); InterfaceActionInvoker2< Type_t *, ExporterFunc_t1851311465 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, G_B4_1, G_B4_0, L_13); RuntimeObject* L_14 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_exporters_table_2(); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); ExporterFunc_t1851311465 * L_17 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache3_19(); G_B5_0 = L_16; G_B5_1 = L_14; if (L_17) { G_B6_0 = L_16; G_B6_1 = L_14; goto IL_0089; } } { intptr_t L_18 = (intptr_t)JsonMapper_U3CRegisterBaseExportersU3Em__3_m1293593899_RuntimeMethod_var; ExporterFunc_t1851311465 * L_19 = (ExporterFunc_t1851311465 *)il2cpp_codegen_object_new(ExporterFunc_t1851311465_il2cpp_TypeInfo_var); ExporterFunc__ctor_m39319225(L_19, NULL, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache3_19(L_19); G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; } IL_0089: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ExporterFunc_t1851311465 * L_20 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache3_19(); NullCheck(G_B6_1); InterfaceActionInvoker2< Type_t *, ExporterFunc_t1851311465 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, G_B6_1, G_B6_0, L_20); RuntimeObject* L_21 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_exporters_table_2(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); ExporterFunc_t1851311465 * L_24 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache4_20(); G_B7_0 = L_23; G_B7_1 = L_21; if (L_24) { G_B8_0 = L_23; G_B8_1 = L_21; goto IL_00ba; } } { intptr_t L_25 = (intptr_t)JsonMapper_U3CRegisterBaseExportersU3Em__4_m1594130945_RuntimeMethod_var; ExporterFunc_t1851311465 * L_26 = (ExporterFunc_t1851311465 *)il2cpp_codegen_object_new(ExporterFunc_t1851311465_il2cpp_TypeInfo_var); ExporterFunc__ctor_m39319225(L_26, NULL, L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache4_20(L_26); G_B8_0 = G_B7_0; G_B8_1 = G_B7_1; } IL_00ba: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ExporterFunc_t1851311465 * L_27 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache4_20(); NullCheck(G_B8_1); InterfaceActionInvoker2< Type_t *, ExporterFunc_t1851311465 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, G_B8_1, G_B8_0, L_27); RuntimeObject* L_28 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_exporters_table_2(); RuntimeTypeHandle_t3027515415 L_29 = { reinterpret_cast (SByte_t1669577662_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); ExporterFunc_t1851311465 * L_31 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache5_21(); G_B9_0 = L_30; G_B9_1 = L_28; if (L_31) { G_B10_0 = L_30; G_B10_1 = L_28; goto IL_00eb; } } { intptr_t L_32 = (intptr_t)JsonMapper_U3CRegisterBaseExportersU3Em__5_m2442603803_RuntimeMethod_var; ExporterFunc_t1851311465 * L_33 = (ExporterFunc_t1851311465 *)il2cpp_codegen_object_new(ExporterFunc_t1851311465_il2cpp_TypeInfo_var); ExporterFunc__ctor_m39319225(L_33, NULL, L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache5_21(L_33); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; } IL_00eb: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ExporterFunc_t1851311465 * L_34 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache5_21(); NullCheck(G_B10_1); InterfaceActionInvoker2< Type_t *, ExporterFunc_t1851311465 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, G_B10_1, G_B10_0, L_34); RuntimeObject* L_35 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_exporters_table_2(); RuntimeTypeHandle_t3027515415 L_36 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_37 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); ExporterFunc_t1851311465 * L_38 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache6_22(); G_B11_0 = L_37; G_B11_1 = L_35; if (L_38) { G_B12_0 = L_37; G_B12_1 = L_35; goto IL_011c; } } { intptr_t L_39 = (intptr_t)JsonMapper_U3CRegisterBaseExportersU3Em__6_m1638073050_RuntimeMethod_var; ExporterFunc_t1851311465 * L_40 = (ExporterFunc_t1851311465 *)il2cpp_codegen_object_new(ExporterFunc_t1851311465_il2cpp_TypeInfo_var); ExporterFunc__ctor_m39319225(L_40, NULL, L_39, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache6_22(L_40); G_B12_0 = G_B11_0; G_B12_1 = G_B11_1; } IL_011c: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ExporterFunc_t1851311465 * L_41 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache6_22(); NullCheck(G_B12_1); InterfaceActionInvoker2< Type_t *, ExporterFunc_t1851311465 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, G_B12_1, G_B12_0, L_41); RuntimeObject* L_42 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_exporters_table_2(); RuntimeTypeHandle_t3027515415 L_43 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_44 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); ExporterFunc_t1851311465 * L_45 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache7_23(); G_B13_0 = L_44; G_B13_1 = L_42; if (L_45) { G_B14_0 = L_44; G_B14_1 = L_42; goto IL_014d; } } { intptr_t L_46 = (intptr_t)JsonMapper_U3CRegisterBaseExportersU3Em__7_m2286051894_RuntimeMethod_var; ExporterFunc_t1851311465 * L_47 = (ExporterFunc_t1851311465 *)il2cpp_codegen_object_new(ExporterFunc_t1851311465_il2cpp_TypeInfo_var); ExporterFunc__ctor_m39319225(L_47, NULL, L_46, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache7_23(L_47); G_B14_0 = G_B13_0; G_B14_1 = G_B13_1; } IL_014d: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ExporterFunc_t1851311465 * L_48 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache7_23(); NullCheck(G_B14_1); InterfaceActionInvoker2< Type_t *, ExporterFunc_t1851311465 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, G_B14_1, G_B14_0, L_48); RuntimeObject* L_49 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_exporters_table_2(); RuntimeTypeHandle_t3027515415 L_50 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_51 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); ExporterFunc_t1851311465 * L_52 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache8_24(); G_B15_0 = L_51; G_B15_1 = L_49; if (L_52) { G_B16_0 = L_51; G_B16_1 = L_49; goto IL_017e; } } { intptr_t L_53 = (intptr_t)JsonMapper_U3CRegisterBaseExportersU3Em__8_m655013061_RuntimeMethod_var; ExporterFunc_t1851311465 * L_54 = (ExporterFunc_t1851311465 *)il2cpp_codegen_object_new(ExporterFunc_t1851311465_il2cpp_TypeInfo_var); ExporterFunc__ctor_m39319225(L_54, NULL, L_53, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache8_24(L_54); G_B16_0 = G_B15_0; G_B16_1 = G_B15_1; } IL_017e: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ExporterFunc_t1851311465 * L_55 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache8_24(); NullCheck(G_B16_1); InterfaceActionInvoker2< Type_t *, ExporterFunc_t1851311465 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, G_B16_1, G_B16_0, L_55); RuntimeObject* L_56 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_exporters_table_2(); RuntimeTypeHandle_t3027515415 L_57 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_58 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); ExporterFunc_t1851311465 * L_59 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache9_25(); G_B17_0 = L_58; G_B17_1 = L_56; if (L_59) { G_B18_0 = L_58; G_B18_1 = L_56; goto IL_01af; } } { intptr_t L_60 = (intptr_t)JsonMapper_U3CRegisterBaseExportersU3Em__9_m1299414995_RuntimeMethod_var; ExporterFunc_t1851311465 * L_61 = (ExporterFunc_t1851311465 *)il2cpp_codegen_object_new(ExporterFunc_t1851311465_il2cpp_TypeInfo_var); ExporterFunc__ctor_m39319225(L_61, NULL, L_60, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache9_25(L_61); G_B18_0 = G_B17_0; G_B18_1 = G_B17_1; } IL_01af: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ExporterFunc_t1851311465 * L_62 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache9_25(); NullCheck(G_B18_1); InterfaceActionInvoker2< Type_t *, ExporterFunc_t1851311465 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, G_B18_1, G_B18_0, L_62); return; } } // System.Void LitJson.JsonMapper::RegisterBaseImporters() extern "C" IL2CPP_METHOD_ATTR void JsonMapper_RegisterBaseImporters_m962513141 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_RegisterBaseImporters_m962513141_MetadataUsageId); s_Il2CppMethodInitialized = true; } ImporterFunc_t3630937194 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_0 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheA_26(); if (L_0) { goto IL_0018; } } { intptr_t L_1 = (intptr_t)JsonMapper_U3CRegisterBaseImportersU3Em__A_m2863114751_RuntimeMethod_var; ImporterFunc_t3630937194 * L_2 = (ImporterFunc_t3630937194 *)il2cpp_codegen_object_new(ImporterFunc_t3630937194_il2cpp_TypeInfo_var); ImporterFunc__ctor_m1859902585(L_2, NULL, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cacheA_26(L_2); } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_3 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheA_26(); V_0 = L_3; RuntimeObject* L_4 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_9 = V_0; JsonMapper_RegisterImporter_m2431859135(NULL /*static, unused*/, L_4, L_6, L_8, L_9, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_10 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheB_27(); if (L_10) { goto IL_0055; } } { intptr_t L_11 = (intptr_t)JsonMapper_U3CRegisterBaseImportersU3Em__B_m2859163628_RuntimeMethod_var; ImporterFunc_t3630937194 * L_12 = (ImporterFunc_t3630937194 *)il2cpp_codegen_object_new(ImporterFunc_t3630937194_il2cpp_TypeInfo_var); ImporterFunc__ctor_m1859902585(L_12, NULL, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cacheB_27(L_12); } IL_0055: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_13 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheB_27(); V_0 = L_13; RuntimeObject* L_14 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_19 = V_0; JsonMapper_RegisterImporter_m2431859135(NULL /*static, unused*/, L_14, L_16, L_18, L_19, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_20 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheC_28(); if (L_20) { goto IL_0092; } } { intptr_t L_21 = (intptr_t)JsonMapper_U3CRegisterBaseImportersU3Em__C_m2859258689_RuntimeMethod_var; ImporterFunc_t3630937194 * L_22 = (ImporterFunc_t3630937194 *)il2cpp_codegen_object_new(ImporterFunc_t3630937194_il2cpp_TypeInfo_var); ImporterFunc__ctor_m1859902585(L_22, NULL, L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cacheC_28(L_22); } IL_0092: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_23 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheC_28(); V_0 = L_23; RuntimeObject* L_24 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); RuntimeTypeHandle_t3027515415 L_25 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_26 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_27 = { reinterpret_cast (SByte_t1669577662_0_0_0_var) }; Type_t * L_28 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_29 = V_0; JsonMapper_RegisterImporter_m2431859135(NULL /*static, unused*/, L_24, L_26, L_28, L_29, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_30 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheD_29(); if (L_30) { goto IL_00cf; } } { intptr_t L_31 = (intptr_t)JsonMapper_U3CRegisterBaseImportersU3Em__D_m2862733718_RuntimeMethod_var; ImporterFunc_t3630937194 * L_32 = (ImporterFunc_t3630937194 *)il2cpp_codegen_object_new(ImporterFunc_t3630937194_il2cpp_TypeInfo_var); ImporterFunc__ctor_m1859902585(L_32, NULL, L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cacheD_29(L_32); } IL_00cf: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_33 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheD_29(); V_0 = L_33; RuntimeObject* L_34 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); RuntimeTypeHandle_t3027515415 L_35 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_37 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; Type_t * L_38 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_39 = V_0; JsonMapper_RegisterImporter_m2431859135(NULL /*static, unused*/, L_34, L_36, L_38, L_39, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_40 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheE_30(); if (L_40) { goto IL_010c; } } { intptr_t L_41 = (intptr_t)JsonMapper_U3CRegisterBaseImportersU3Em__E_m2862709131_RuntimeMethod_var; ImporterFunc_t3630937194 * L_42 = (ImporterFunc_t3630937194 *)il2cpp_codegen_object_new(ImporterFunc_t3630937194_il2cpp_TypeInfo_var); ImporterFunc__ctor_m1859902585(L_42, NULL, L_41, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cacheE_30(L_42); } IL_010c: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_43 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheE_30(); V_0 = L_43; RuntimeObject* L_44 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); RuntimeTypeHandle_t3027515415 L_45 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_46 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_47 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; Type_t * L_48 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_49 = V_0; JsonMapper_RegisterImporter_m2431859135(NULL /*static, unused*/, L_44, L_46, L_48, L_49, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_50 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheF_31(); if (L_50) { goto IL_0149; } } { intptr_t L_51 = (intptr_t)JsonMapper_U3CRegisterBaseImportersU3Em__F_m2863083368_RuntimeMethod_var; ImporterFunc_t3630937194 * L_52 = (ImporterFunc_t3630937194 *)il2cpp_codegen_object_new(ImporterFunc_t3630937194_il2cpp_TypeInfo_var); ImporterFunc__ctor_m1859902585(L_52, NULL, L_51, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cacheF_31(L_52); } IL_0149: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_53 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheF_31(); V_0 = L_53; RuntimeObject* L_54 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); RuntimeTypeHandle_t3027515415 L_55 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_57 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; Type_t * L_58 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_59 = V_0; JsonMapper_RegisterImporter_m2431859135(NULL /*static, unused*/, L_54, L_56, L_58, L_59, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_60 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache10_32(); if (L_60) { goto IL_0186; } } { intptr_t L_61 = (intptr_t)JsonMapper_U3CRegisterBaseImportersU3Em__10_m3089407590_RuntimeMethod_var; ImporterFunc_t3630937194 * L_62 = (ImporterFunc_t3630937194 *)il2cpp_codegen_object_new(ImporterFunc_t3630937194_il2cpp_TypeInfo_var); ImporterFunc__ctor_m1859902585(L_62, NULL, L_61, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache10_32(L_62); } IL_0186: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_63 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache10_32(); V_0 = L_63; RuntimeObject* L_64 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); RuntimeTypeHandle_t3027515415 L_65 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_67 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; Type_t * L_68 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_67, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_69 = V_0; JsonMapper_RegisterImporter_m2431859135(NULL /*static, unused*/, L_64, L_66, L_68, L_69, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_70 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache11_33(); if (L_70) { goto IL_01c3; } } { intptr_t L_71 = (intptr_t)JsonMapper_U3CRegisterBaseImportersU3Em__11_m3498817555_RuntimeMethod_var; ImporterFunc_t3630937194 * L_72 = (ImporterFunc_t3630937194 *)il2cpp_codegen_object_new(ImporterFunc_t3630937194_il2cpp_TypeInfo_var); ImporterFunc__ctor_m1859902585(L_72, NULL, L_71, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache11_33(L_72); } IL_01c3: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_73 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache11_33(); V_0 = L_73; RuntimeObject* L_74 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); RuntimeTypeHandle_t3027515415 L_75 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_76 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_75, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_77 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; Type_t * L_78 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_77, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_79 = V_0; JsonMapper_RegisterImporter_m2431859135(NULL /*static, unused*/, L_74, L_76, L_78, L_79, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_80 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache12_34(); if (L_80) { goto IL_0200; } } { intptr_t L_81 = (intptr_t)JsonMapper_U3CRegisterBaseImportersU3Em__12_m1634908261_RuntimeMethod_var; ImporterFunc_t3630937194 * L_82 = (ImporterFunc_t3630937194 *)il2cpp_codegen_object_new(ImporterFunc_t3630937194_il2cpp_TypeInfo_var); ImporterFunc__ctor_m1859902585(L_82, NULL, L_81, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache12_34(L_82); } IL_0200: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_83 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache12_34(); V_0 = L_83; RuntimeObject* L_84 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); RuntimeTypeHandle_t3027515415 L_85 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_86 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_85, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_87 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; Type_t * L_88 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_87, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_89 = V_0; JsonMapper_RegisterImporter_m2431859135(NULL /*static, unused*/, L_84, L_86, L_88, L_89, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_90 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache13_35(); if (L_90) { goto IL_023d; } } { intptr_t L_91 = (intptr_t)JsonMapper_U3CRegisterBaseImportersU3Em__13_m2180102875_RuntimeMethod_var; ImporterFunc_t3630937194 * L_92 = (ImporterFunc_t3630937194 *)il2cpp_codegen_object_new(ImporterFunc_t3630937194_il2cpp_TypeInfo_var); ImporterFunc__ctor_m1859902585(L_92, NULL, L_91, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache13_35(L_92); } IL_023d: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_93 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache13_35(); V_0 = L_93; RuntimeObject* L_94 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); RuntimeTypeHandle_t3027515415 L_95 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_96 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_95, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_97 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; Type_t * L_98 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_97, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_99 = V_0; JsonMapper_RegisterImporter_m2431859135(NULL /*static, unused*/, L_94, L_96, L_98, L_99, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_100 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache14_36(); if (L_100) { goto IL_027a; } } { intptr_t L_101 = (intptr_t)JsonMapper_U3CRegisterBaseImportersU3Em__14_m4180189853_RuntimeMethod_var; ImporterFunc_t3630937194 * L_102 = (ImporterFunc_t3630937194 *)il2cpp_codegen_object_new(ImporterFunc_t3630937194_il2cpp_TypeInfo_var); ImporterFunc__ctor_m1859902585(L_102, NULL, L_101, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache14_36(L_102); } IL_027a: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_103 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache14_36(); V_0 = L_103; RuntimeObject* L_104 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); RuntimeTypeHandle_t3027515415 L_105 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_106 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_105, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_107 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; Type_t * L_108 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_107, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_109 = V_0; JsonMapper_RegisterImporter_m2431859135(NULL /*static, unused*/, L_104, L_106, L_108, L_109, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_110 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache15_37(); if (L_110) { goto IL_02b7; } } { intptr_t L_111 = (intptr_t)JsonMapper_U3CRegisterBaseImportersU3Em__15_m2440011328_RuntimeMethod_var; ImporterFunc_t3630937194 * L_112 = (ImporterFunc_t3630937194 *)il2cpp_codegen_object_new(ImporterFunc_t3630937194_il2cpp_TypeInfo_var); ImporterFunc__ctor_m1859902585(L_112, NULL, L_111, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache15_37(L_112); } IL_02b7: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ImporterFunc_t3630937194 * L_113 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache15_37(); V_0 = L_113; RuntimeObject* L_114 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_importers_table_4(); RuntimeTypeHandle_t3027515415 L_115 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_116 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_115, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_117 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; Type_t * L_118 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_117, /*hidden argument*/NULL); ImporterFunc_t3630937194 * L_119 = V_0; JsonMapper_RegisterImporter_m2431859135(NULL /*static, unused*/, L_114, L_116, L_118, L_119, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper::RegisterImporter(System.Collections.Generic.IDictionary`2>,System.Type,System.Type,LitJson.ImporterFunc) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_RegisterImporter_m2431859135 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___table0, Type_t * ___json_type1, Type_t * ___value_type2, ImporterFunc_t3630937194 * ___importer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_RegisterImporter_m2431859135_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___table0; Type_t * L_1 = ___json_type1; NullCheck(L_0); bool L_2 = InterfaceFuncInvoker1< bool, Type_t * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2>::ContainsKey(!0) */, IDictionary_2_t1152366808_il2cpp_TypeInfo_var, L_0, L_1); if (L_2) { goto IL_0018; } } { RuntimeObject* L_3 = ___table0; Type_t * L_4 = ___json_type1; Dictionary_2_t1780316962 * L_5 = (Dictionary_2_t1780316962 *)il2cpp_codegen_object_new(Dictionary_2_t1780316962_il2cpp_TypeInfo_var); Dictionary_2__ctor_m789271418(L_5, /*hidden argument*/Dictionary_2__ctor_m789271418_RuntimeMethod_var); NullCheck(L_3); InterfaceActionInvoker2< Type_t *, RuntimeObject* >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2>::Add(!0,!1) */, IDictionary_2_t1152366808_il2cpp_TypeInfo_var, L_3, L_4, L_5); } IL_0018: { RuntimeObject* L_6 = ___table0; Type_t * L_7 = ___json_type1; NullCheck(L_6); RuntimeObject* L_8 = InterfaceFuncInvoker1< RuntimeObject*, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2>::get_Item(!0) */, IDictionary_2_t1152366808_il2cpp_TypeInfo_var, L_6, L_7); Type_t * L_9 = ___value_type2; ImporterFunc_t3630937194 * L_10 = ___importer3; NullCheck(L_8); InterfaceActionInvoker2< Type_t *, ImporterFunc_t3630937194 * >::Invoke(4 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t244168353_il2cpp_TypeInfo_var, L_8, L_9, L_10); return; } } // System.Void LitJson.JsonMapper::WriteValue(System.Object,LitJson.JsonWriter,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_WriteValue_m3407234217 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, bool ___writer_is_private2, int32_t ___depth3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_WriteValue_m3407234217_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; DictionaryEntry_t3123975638 V_6; memset(&V_6, 0, sizeof(V_6)); RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; Type_t * V_9 = NULL; ExporterFunc_t1851311465 * V_10 = NULL; ExporterFunc_t1851311465 * V_11 = NULL; Type_t * V_12 = NULL; RuntimeObject* V_13 = NULL; PropertyMetadata_t3727440473 V_14; memset(&V_14, 0, sizeof(V_14)); RuntimeObject* V_15 = NULL; PropertyInfo_t * V_16 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = ___depth3; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); int32_t L_1 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_max_nesting_depth_0(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0021; } } { RuntimeObject * L_2 = ___obj0; NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2854558491, L_3, /*hidden argument*/NULL); JsonException_t3682484112 * L_5 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3480626545(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,JsonMapper_WriteValue_m3407234217_RuntimeMethod_var); } IL_0021: { RuntimeObject * L_6 = ___obj0; if (L_6) { goto IL_002f; } } { JsonWriter_t3570089748 * L_7 = ___writer1; NullCheck(L_7); JsonWriter_Write_m470866366(L_7, (String_t*)NULL, /*hidden argument*/NULL); return; } IL_002f: { RuntimeObject * L_8 = ___obj0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_8, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var))) { goto IL_0068; } } { bool L_9 = ___writer_is_private2; if (!L_9) { goto IL_005b; } } { JsonWriter_t3570089748 * L_10 = ___writer1; NullCheck(L_10); TextWriter_t3478189236 * L_11 = JsonWriter_get_TextWriter_m2604978284(L_10, /*hidden argument*/NULL); RuntimeObject * L_12 = ___obj0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_12, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var))); String_t* L_13 = InterfaceFuncInvoker0< String_t* >::Invoke(19 /* System.String LitJson.IJsonWrapper::ToJson() */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_12, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var))); NullCheck(L_11); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_11, L_13); goto IL_0067; } IL_005b: { RuntimeObject * L_14 = ___obj0; JsonWriter_t3570089748 * L_15 = ___writer1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_14, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< JsonWriter_t3570089748 * >::Invoke(20 /* System.Void LitJson.IJsonWrapper::ToJson(LitJson.JsonWriter) */, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_14, IJsonWrapper_t1028825384_il2cpp_TypeInfo_var)), L_15); } IL_0067: { return; } IL_0068: { RuntimeObject * L_16 = ___obj0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var))) { goto IL_0080; } } { JsonWriter_t3570089748 * L_17 = ___writer1; RuntimeObject * L_18 = ___obj0; NullCheck(L_17); JsonWriter_Write_m470866366(L_17, ((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } IL_0080: { RuntimeObject * L_19 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_19, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_0098; } } { JsonWriter_t3570089748 * L_20 = ___writer1; RuntimeObject * L_21 = ___obj0; NullCheck(L_20); JsonWriter_Write_m1157331754(L_20, ((*(double*)((double*)UnBox(L_21, Double_t594665363_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return; } IL_0098: { RuntimeObject * L_22 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_22, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_00b0; } } { JsonWriter_t3570089748 * L_23 = ___writer1; RuntimeObject * L_24 = ___obj0; NullCheck(L_23); JsonWriter_Write_m3372360412(L_23, ((*(int32_t*)((int32_t*)UnBox(L_24, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return; } IL_00b0: { RuntimeObject * L_25 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_25, Boolean_t97287965_il2cpp_TypeInfo_var))) { goto IL_00c8; } } { JsonWriter_t3570089748 * L_26 = ___writer1; RuntimeObject * L_27 = ___obj0; NullCheck(L_26); JsonWriter_Write_m2445807389(L_26, ((*(bool*)((bool*)UnBox(L_27, Boolean_t97287965_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return; } IL_00c8: { RuntimeObject * L_28 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_28, Int64_t3736567304_il2cpp_TypeInfo_var))) { goto IL_00e0; } } { JsonWriter_t3570089748 * L_29 = ___writer1; RuntimeObject * L_30 = ___obj0; NullCheck(L_29); JsonWriter_Write_m3372753631(L_29, ((*(int64_t*)((int64_t*)UnBox(L_30, Int64_t3736567304_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return; } IL_00e0: { RuntimeObject * L_31 = ___obj0; if (!((RuntimeArray *)IsInstClass((RuntimeObject*)L_31, RuntimeArray_il2cpp_TypeInfo_var))) { goto IL_013f; } } { JsonWriter_t3570089748 * L_32 = ___writer1; NullCheck(L_32); JsonWriter_WriteArrayStart_m2860784547(L_32, /*hidden argument*/NULL); RuntimeObject * L_33 = ___obj0; NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_33, RuntimeArray_il2cpp_TypeInfo_var))); RuntimeObject* L_34 = Array_GetEnumerator_m4277730612(((RuntimeArray *)CastclassClass((RuntimeObject*)L_33, RuntimeArray_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_34; } IL_00fd: try { // begin try (depth: 1) { goto IL_0114; } IL_0102: { RuntimeObject* L_35 = V_1; NullCheck(L_35); RuntimeObject * L_36 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_35); V_0 = L_36; RuntimeObject * L_37 = V_0; JsonWriter_t3570089748 * L_38 = ___writer1; bool L_39 = ___writer_is_private2; int32_t L_40 = ___depth3; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonMapper_WriteValue_m3407234217(NULL /*static, unused*/, L_37, L_38, L_39, ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)), /*hidden argument*/NULL); } IL_0114: { RuntimeObject* L_41 = V_1; NullCheck(L_41); bool L_42 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_41); if (L_42) { goto IL_0102; } } IL_011f: { IL2CPP_LEAVE(0x138, FINALLY_0124); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0124; } FINALLY_0124: { // begin finally (depth: 1) { RuntimeObject* L_43 = V_1; RuntimeObject* L_44 = ((RuntimeObject*)IsInst((RuntimeObject*)L_43, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_2 = L_44; if (!L_44) { goto IL_0137; } } IL_0131: { RuntimeObject* L_45 = V_2; NullCheck(L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_45); } IL_0137: { IL2CPP_END_FINALLY(292) } } // end finally (depth: 1) IL2CPP_CLEANUP(292) { IL2CPP_JUMP_TBL(0x138, IL_0138) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0138: { JsonWriter_t3570089748 * L_46 = ___writer1; NullCheck(L_46); JsonWriter_WriteArrayEnd_m4212030344(L_46, /*hidden argument*/NULL); return; } IL_013f: { RuntimeObject * L_47 = ___obj0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_47, IList_t2094931216_il2cpp_TypeInfo_var))) { goto IL_01a4; } } { JsonWriter_t3570089748 * L_48 = ___writer1; NullCheck(L_48); JsonWriter_WriteArrayStart_m2860784547(L_48, /*hidden argument*/NULL); RuntimeObject * L_49 = ___obj0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_49, IList_t2094931216_il2cpp_TypeInfo_var))); RuntimeObject* L_50 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_49, IList_t2094931216_il2cpp_TypeInfo_var))); V_4 = L_50; } IL_015d: try { // begin try (depth: 1) { goto IL_0175; } IL_0162: { RuntimeObject* L_51 = V_4; NullCheck(L_51); RuntimeObject * L_52 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_51); V_3 = L_52; RuntimeObject * L_53 = V_3; JsonWriter_t3570089748 * L_54 = ___writer1; bool L_55 = ___writer_is_private2; int32_t L_56 = ___depth3; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonMapper_WriteValue_m3407234217(NULL /*static, unused*/, L_53, L_54, L_55, ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)), /*hidden argument*/NULL); } IL_0175: { RuntimeObject* L_57 = V_4; NullCheck(L_57); bool L_58 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_57); if (L_58) { goto IL_0162; } } IL_0181: { IL2CPP_LEAVE(0x19D, FINALLY_0186); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0186; } FINALLY_0186: { // begin finally (depth: 1) { RuntimeObject* L_59 = V_4; RuntimeObject* L_60 = ((RuntimeObject*)IsInst((RuntimeObject*)L_59, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_5 = L_60; if (!L_60) { goto IL_019c; } } IL_0195: { RuntimeObject* L_61 = V_5; NullCheck(L_61); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_61); } IL_019c: { IL2CPP_END_FINALLY(390) } } // end finally (depth: 1) IL2CPP_CLEANUP(390) { IL2CPP_JUMP_TBL(0x19D, IL_019d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_019d: { JsonWriter_t3570089748 * L_62 = ___writer1; NullCheck(L_62); JsonWriter_WriteArrayEnd_m4212030344(L_62, /*hidden argument*/NULL); return; } IL_01a4: { RuntimeObject * L_63 = ___obj0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_63, IDictionary_t1363984059_il2cpp_TypeInfo_var))) { goto IL_0227; } } { JsonWriter_t3570089748 * L_64 = ___writer1; NullCheck(L_64); JsonWriter_WriteObjectStart_m1149206805(L_64, /*hidden argument*/NULL); RuntimeObject * L_65 = ___obj0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_65, IDictionary_t1363984059_il2cpp_TypeInfo_var))); RuntimeObject* L_66 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_65, IDictionary_t1363984059_il2cpp_TypeInfo_var))); V_7 = L_66; } IL_01c2: try { // begin try (depth: 1) { goto IL_01f8; } IL_01c7: { RuntimeObject* L_67 = V_7; NullCheck(L_67); RuntimeObject * L_68 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_67); V_6 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_68, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); JsonWriter_t3570089748 * L_69 = ___writer1; RuntimeObject * L_70 = DictionaryEntry_get_Key_m3117378551((&V_6), /*hidden argument*/NULL); NullCheck(L_69); JsonWriter_WritePropertyName_m2049458875(L_69, ((String_t*)CastclassSealed((RuntimeObject*)L_70, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); RuntimeObject * L_71 = DictionaryEntry_get_Value_m618120527((&V_6), /*hidden argument*/NULL); JsonWriter_t3570089748 * L_72 = ___writer1; bool L_73 = ___writer_is_private2; int32_t L_74 = ___depth3; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonMapper_WriteValue_m3407234217(NULL /*static, unused*/, L_71, L_72, L_73, ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)), /*hidden argument*/NULL); } IL_01f8: { RuntimeObject* L_75 = V_7; NullCheck(L_75); bool L_76 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_75); if (L_76) { goto IL_01c7; } } IL_0204: { IL2CPP_LEAVE(0x220, FINALLY_0209); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0209; } FINALLY_0209: { // begin finally (depth: 1) { RuntimeObject* L_77 = V_7; RuntimeObject* L_78 = ((RuntimeObject*)IsInst((RuntimeObject*)L_77, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_8 = L_78; if (!L_78) { goto IL_021f; } } IL_0218: { RuntimeObject* L_79 = V_8; NullCheck(L_79); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_79); } IL_021f: { IL2CPP_END_FINALLY(521) } } // end finally (depth: 1) IL2CPP_CLEANUP(521) { IL2CPP_JUMP_TBL(0x220, IL_0220) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0220: { JsonWriter_t3570089748 * L_80 = ___writer1; NullCheck(L_80); JsonWriter_WriteObjectEnd_m3752603488(L_80, /*hidden argument*/NULL); return; } IL_0227: { RuntimeObject * L_81 = ___obj0; NullCheck(L_81); Type_t * L_82 = Object_GetType_m88164663(L_81, /*hidden argument*/NULL); V_9 = L_82; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_83 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_custom_exporters_table_3(); Type_t * L_84 = V_9; NullCheck(L_83); bool L_85 = InterfaceFuncInvoker1< bool, Type_t * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2::ContainsKey(!0) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, L_83, L_84); if (!L_85) { goto IL_0258; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_86 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_custom_exporters_table_3(); Type_t * L_87 = V_9; NullCheck(L_86); ExporterFunc_t1851311465 * L_88 = InterfaceFuncInvoker1< ExporterFunc_t1851311465 *, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, L_86, L_87); V_10 = L_88; ExporterFunc_t1851311465 * L_89 = V_10; RuntimeObject * L_90 = ___obj0; JsonWriter_t3570089748 * L_91 = ___writer1; NullCheck(L_89); ExporterFunc_Invoke_m2393032417(L_89, L_90, L_91, /*hidden argument*/NULL); return; } IL_0258: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_92 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_exporters_table_2(); Type_t * L_93 = V_9; NullCheck(L_92); bool L_94 = InterfaceFuncInvoker1< bool, Type_t * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2::ContainsKey(!0) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, L_92, L_93); if (!L_94) { goto IL_0281; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_95 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_base_exporters_table_2(); Type_t * L_96 = V_9; NullCheck(L_95); ExporterFunc_t1851311465 * L_97 = InterfaceFuncInvoker1< ExporterFunc_t1851311465 *, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t2759509920_il2cpp_TypeInfo_var, L_95, L_96); V_11 = L_97; ExporterFunc_t1851311465 * L_98 = V_11; RuntimeObject * L_99 = ___obj0; JsonWriter_t3570089748 * L_100 = ___writer1; NullCheck(L_98); ExporterFunc_Invoke_m2393032417(L_98, L_99, L_100, /*hidden argument*/NULL); return; } IL_0281: { RuntimeObject * L_101 = ___obj0; if (!((Enum_t4135868527 *)IsInstClass((RuntimeObject*)L_101, Enum_t4135868527_il2cpp_TypeInfo_var))) { goto IL_02e6; } } { Type_t * L_102 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); Type_t * L_103 = Enum_GetUnderlyingType_m2480312097(NULL /*static, unused*/, L_102, /*hidden argument*/NULL); V_12 = L_103; Type_t * L_104 = V_12; RuntimeTypeHandle_t3027515415 L_105 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_106 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_105, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_104) == ((RuntimeObject*)(Type_t *)L_106))) { goto IL_02c8; } } { Type_t * L_107 = V_12; RuntimeTypeHandle_t3027515415 L_108 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_109 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_108, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_107) == ((RuntimeObject*)(Type_t *)L_109))) { goto IL_02c8; } } { Type_t * L_110 = V_12; RuntimeTypeHandle_t3027515415 L_111 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_112 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_111, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_110) == ((RuntimeObject*)(Type_t *)L_112)))) { goto IL_02d9; } } IL_02c8: { JsonWriter_t3570089748 * L_113 = ___writer1; RuntimeObject * L_114 = ___obj0; NullCheck(L_113); JsonWriter_Write_m1937799895(L_113, ((*(uint64_t*)((uint64_t*)UnBox(L_114, UInt64_t4134040092_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); goto IL_02e5; } IL_02d9: { JsonWriter_t3570089748 * L_115 = ___writer1; RuntimeObject * L_116 = ___obj0; NullCheck(L_115); JsonWriter_Write_m3372360412(L_115, ((*(int32_t*)((int32_t*)UnBox(L_116, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); } IL_02e5: { return; } IL_02e6: { Type_t * L_117 = V_9; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonMapper_AddTypeProperties_m711607369(NULL /*static, unused*/, L_117, /*hidden argument*/NULL); RuntimeObject* L_118 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_type_properties_12(); Type_t * L_119 = V_9; NullCheck(L_118); RuntimeObject* L_120 = InterfaceFuncInvoker1< RuntimeObject*, Type_t * >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2>::get_Item(!0) */, IDictionary_2_t2155991415_il2cpp_TypeInfo_var, L_118, L_119); V_13 = L_120; JsonWriter_t3570089748 * L_121 = ___writer1; NullCheck(L_121); JsonWriter_WriteObjectStart_m1149206805(L_121, /*hidden argument*/NULL); RuntimeObject* L_122 = V_13; NullCheck(L_122); RuntimeObject* L_123 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t2707293362_il2cpp_TypeInfo_var, L_122); V_15 = L_123; } IL_030a: try { // begin try (depth: 1) { goto IL_0396; } IL_030f: { RuntimeObject* L_124 = V_15; NullCheck(L_124); PropertyMetadata_t3727440473 L_125 = InterfaceFuncInvoker0< PropertyMetadata_t3727440473 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t4160010941_il2cpp_TypeInfo_var, L_124); V_14 = L_125; bool L_126 = (&V_14)->get_IsField_1(); if (!L_126) { goto IL_0357; } } IL_0324: { JsonWriter_t3570089748 * L_127 = ___writer1; MemberInfo_t * L_128 = (&V_14)->get_Info_0(); NullCheck(L_128); String_t* L_129 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_128); NullCheck(L_127); JsonWriter_WritePropertyName_m2049458875(L_127, L_129, /*hidden argument*/NULL); MemberInfo_t * L_130 = (&V_14)->get_Info_0(); RuntimeObject * L_131 = ___obj0; NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_130, FieldInfo_t_il2cpp_TypeInfo_var))); RuntimeObject * L_132 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(17 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_130, FieldInfo_t_il2cpp_TypeInfo_var)), L_131); JsonWriter_t3570089748 * L_133 = ___writer1; bool L_134 = ___writer_is_private2; int32_t L_135 = ___depth3; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonMapper_WriteValue_m3407234217(NULL /*static, unused*/, L_132, L_133, L_134, ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)1)), /*hidden argument*/NULL); goto IL_0396; } IL_0357: { MemberInfo_t * L_136 = (&V_14)->get_Info_0(); V_16 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_136, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_137 = V_16; NullCheck(L_137); bool L_138 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Reflection.PropertyInfo::get_CanRead() */, L_137); if (!L_138) { goto IL_0396; } } IL_0371: { JsonWriter_t3570089748 * L_139 = ___writer1; MemberInfo_t * L_140 = (&V_14)->get_Info_0(); NullCheck(L_140); String_t* L_141 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_140); NullCheck(L_139); JsonWriter_WritePropertyName_m2049458875(L_139, L_141, /*hidden argument*/NULL); PropertyInfo_t * L_142 = V_16; RuntimeObject * L_143 = ___obj0; NullCheck(L_142); RuntimeObject * L_144 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(23 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_142, L_143, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL); JsonWriter_t3570089748 * L_145 = ___writer1; bool L_146 = ___writer_is_private2; int32_t L_147 = ___depth3; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonMapper_WriteValue_m3407234217(NULL /*static, unused*/, L_144, L_145, L_146, ((int32_t)il2cpp_codegen_add((int32_t)L_147, (int32_t)1)), /*hidden argument*/NULL); } IL_0396: { RuntimeObject* L_148 = V_15; NullCheck(L_148); bool L_149 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_148); if (L_149) { goto IL_030f; } } IL_03a2: { IL2CPP_LEAVE(0x3B6, FINALLY_03a7); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_03a7; } FINALLY_03a7: { // begin finally (depth: 1) { RuntimeObject* L_150 = V_15; if (!L_150) { goto IL_03b5; } } IL_03ae: { RuntimeObject* L_151 = V_15; NullCheck(L_151); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_151); } IL_03b5: { IL2CPP_END_FINALLY(935) } } // end finally (depth: 1) IL2CPP_CLEANUP(935) { IL2CPP_JUMP_TBL(0x3B6, IL_03b6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_03b6: { JsonWriter_t3570089748 * L_152 = ___writer1; NullCheck(L_152); JsonWriter_WriteObjectEnd_m3752603488(L_152, /*hidden argument*/NULL); return; } } // System.String LitJson.JsonMapper::ToJson(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* JsonMapper_ToJson_m3580473269 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_ToJson_m3580473269_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; String_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); { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_static_writer_lock_15(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonWriter_t3570089748 * L_2 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_static_writer_14(); NullCheck(L_2); JsonWriter_Reset_m1337472812(L_2, /*hidden argument*/NULL); RuntimeObject * L_3 = ___obj0; JsonWriter_t3570089748 * L_4 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_static_writer_14(); JsonMapper_WriteValue_m3407234217(NULL /*static, unused*/, L_3, L_4, (bool)1, 0, /*hidden argument*/NULL); JsonWriter_t3570089748 * L_5 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_static_writer_14(); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); V_1 = L_6; IL2CPP_LEAVE(0x3A, FINALLY_0033); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: { // begin finally (depth: 1) RuntimeObject * L_7 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); IL2CPP_END_FINALLY(51) } // end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_JUMP_TBL(0x3A, IL_003a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003a: { String_t* L_8 = V_1; return L_8; } } // System.Void LitJson.JsonMapper::ToJson(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_ToJson_m2893819535 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_ToJson_m2893819535_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; JsonWriter_t3570089748 * L_1 = ___writer1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonMapper_WriteValue_m3407234217(NULL /*static, unused*/, L_0, L_1, (bool)0, 0, /*hidden argument*/NULL); return; } } // LitJson.JsonData LitJson.JsonMapper::ToObject(LitJson.JsonReader) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonMapper_ToObject_m412660133 (RuntimeObject * __this /* static, unused */, JsonReader_t836887441 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_ToObject_m412660133_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); WrapperFactory_t2158548929 * L_0 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache16_38(); if (L_0) { goto IL_0018; } } { intptr_t L_1 = (intptr_t)JsonMapper_U3CToObjectU3Em__16_m2100538837_RuntimeMethod_var; WrapperFactory_t2158548929 * L_2 = (WrapperFactory_t2158548929 *)il2cpp_codegen_object_new(WrapperFactory_t2158548929_il2cpp_TypeInfo_var); WrapperFactory__ctor_m3502489384(L_2, NULL, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache16_38(L_2); } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); WrapperFactory_t2158548929 * L_3 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache16_38(); JsonReader_t836887441 * L_4 = ___reader0; RuntimeObject* L_5 = JsonMapper_ToWrapper_m1155297701(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); return ((JsonData_t1524858407 *)CastclassClass((RuntimeObject*)L_5, JsonData_t1524858407_il2cpp_TypeInfo_var)); } } // LitJson.JsonData LitJson.JsonMapper::ToObject(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonMapper_ToObject_m177868645 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_ToObject_m177868645_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonReader_t836887441 * V_0 = NULL; { TextReader_t283511965 * L_0 = ___reader0; JsonReader_t836887441 * L_1 = (JsonReader_t836887441 *)il2cpp_codegen_object_new(JsonReader_t836887441_il2cpp_TypeInfo_var); JsonReader__ctor_m3000466194(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); WrapperFactory_t2158548929 * L_2 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache17_39(); if (L_2) { goto IL_001f; } } { intptr_t L_3 = (intptr_t)JsonMapper_U3CToObjectU3Em__17_m4056853973_RuntimeMethod_var; WrapperFactory_t2158548929 * L_4 = (WrapperFactory_t2158548929 *)il2cpp_codegen_object_new(WrapperFactory_t2158548929_il2cpp_TypeInfo_var); WrapperFactory__ctor_m3502489384(L_4, NULL, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache17_39(L_4); } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); WrapperFactory_t2158548929 * L_5 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache17_39(); JsonReader_t836887441 * L_6 = V_0; RuntimeObject* L_7 = JsonMapper_ToWrapper_m1155297701(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); return ((JsonData_t1524858407 *)CastclassClass((RuntimeObject*)L_7, JsonData_t1524858407_il2cpp_TypeInfo_var)); } } // LitJson.JsonData LitJson.JsonMapper::ToObject(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonMapper_ToObject_m537038487 (RuntimeObject * __this /* static, unused */, String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_ToObject_m537038487_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); WrapperFactory_t2158548929 * L_0 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache18_40(); if (L_0) { goto IL_0018; } } { intptr_t L_1 = (intptr_t)JsonMapper_U3CToObjectU3Em__18_m188853717_RuntimeMethod_var; WrapperFactory_t2158548929 * L_2 = (WrapperFactory_t2158548929 *)il2cpp_codegen_object_new(WrapperFactory_t2158548929_il2cpp_TypeInfo_var); WrapperFactory__ctor_m3502489384(L_2, NULL, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache18_40(L_2); } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); WrapperFactory_t2158548929 * L_3 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache18_40(); String_t* L_4 = ___json0; RuntimeObject* L_5 = JsonMapper_ToWrapper_m2519087008(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); return ((JsonData_t1524858407 *)CastclassClass((RuntimeObject*)L_5, JsonData_t1524858407_il2cpp_TypeInfo_var)); } } // LitJson.IJsonWrapper LitJson.JsonMapper::ToWrapper(LitJson.WrapperFactory,LitJson.JsonReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMapper_ToWrapper_m1155297701 (RuntimeObject * __this /* static, unused */, WrapperFactory_t2158548929 * ___factory0, JsonReader_t836887441 * ___reader1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_ToWrapper_m1155297701_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WrapperFactory_t2158548929 * L_0 = ___factory0; JsonReader_t836887441 * L_1 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_2 = JsonMapper_ReadValue_m1366735571(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // LitJson.IJsonWrapper LitJson.JsonMapper::ToWrapper(LitJson.WrapperFactory,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMapper_ToWrapper_m2519087008 (RuntimeObject * __this /* static, unused */, WrapperFactory_t2158548929 * ___factory0, String_t* ___json1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_ToWrapper_m2519087008_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonReader_t836887441 * V_0 = NULL; { String_t* L_0 = ___json1; JsonReader_t836887441 * L_1 = (JsonReader_t836887441 *)il2cpp_codegen_object_new(JsonReader_t836887441_il2cpp_TypeInfo_var); JsonReader__ctor_m1297809221(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; WrapperFactory_t2158548929 * L_2 = ___factory0; JsonReader_t836887441 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_4 = JsonMapper_ReadValue_m1366735571(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void LitJson.JsonMapper::UnregisterExporters() extern "C" IL2CPP_METHOD_ATTR void JsonMapper_UnregisterExporters_m1463623485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_UnregisterExporters_m1463623485_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_custom_exporters_table_3(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(3 /* System.Void System.Collections.Generic.ICollection`1>::Clear() */, ICollection_1_t931548338_il2cpp_TypeInfo_var, L_0); return; } } // System.Void LitJson.JsonMapper::UnregisterImporters() extern "C" IL2CPP_METHOD_ATTR void JsonMapper_UnregisterImporters_m3018091985 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_UnregisterImporters_m3018091985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_custom_importers_table_5(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(3 /* System.Void System.Collections.Generic.ICollection`1>>::Clear() */, ICollection_1_t3619372522_il2cpp_TypeInfo_var, L_0); return; } } // LitJson.IJsonWrapper LitJson.JsonMapper::m__0() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMapper_U3CReadSkipU3Em__0_m1895629662 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CReadSkipU3Em__0_m1895629662_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonMockWrapper_t82875095 * L_0 = (JsonMockWrapper_t82875095 *)il2cpp_codegen_object_new(JsonMockWrapper_t82875095_il2cpp_TypeInfo_var); JsonMockWrapper__ctor_m161506238(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void LitJson.JsonMapper::m__1(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_U3CRegisterBaseExportersU3Em__1_m3785983073 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseExportersU3Em__1_m3785983073_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_t3570089748 * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ToInt32_m2505564049(NULL /*static, unused*/, ((*(uint8_t*)((uint8_t*)UnBox(L_1, Byte_t1134296376_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m3372360412(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper::m__2(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_U3CRegisterBaseExportersU3Em__2_m1600907169 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseExportersU3Em__2_m1600907169_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_t3570089748 * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_2 = Convert_ToString_m1553911740(NULL /*static, unused*/, ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_1, Char_t3634460470_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m470866366(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper::m__3(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_U3CRegisterBaseExportersU3Em__3_m1293593899 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseExportersU3Em__3_m1293593899_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_t3570089748 * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_2 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_datetime_format_1(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_3 = Convert_ToString_m41256750(NULL /*static, unused*/, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_1, DateTime_t3738529785_il2cpp_TypeInfo_var)))), L_2, /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m470866366(L_0, L_3, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper::m__4(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_U3CRegisterBaseExportersU3Em__4_m1594130945 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseExportersU3Em__4_m1594130945_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_t3570089748 * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; NullCheck(L_0); JsonWriter_Write_m3898175898(L_0, ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_1, Decimal_t2948259380_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper::m__5(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_U3CRegisterBaseExportersU3Em__5_m2442603803 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseExportersU3Em__5_m2442603803_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_t3570089748 * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ToInt32_m1405693041(NULL /*static, unused*/, ((*(int8_t*)((int8_t*)UnBox(L_1, SByte_t1669577662_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m3372360412(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper::m__6(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_U3CRegisterBaseExportersU3Em__6_m1638073050 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseExportersU3Em__6_m1638073050_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_t3570089748 * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ToInt32_m1085744762(NULL /*static, unused*/, ((*(int16_t*)((int16_t*)UnBox(L_1, Int16_t2552820387_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m3372360412(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper::m__7(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_U3CRegisterBaseExportersU3Em__7_m2286051894 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseExportersU3Em__7_m2286051894_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_t3570089748 * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ToInt32_m1987758323(NULL /*static, unused*/, ((*(uint16_t*)((uint16_t*)UnBox(L_1, UInt16_t2177724958_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m3372360412(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper::m__8(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_U3CRegisterBaseExportersU3Em__8_m655013061 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseExportersU3Em__8_m655013061_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_t3570089748 * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_2 = Convert_ToUInt64_m1745056470(NULL /*static, unused*/, ((*(uint32_t*)((uint32_t*)UnBox(L_1, UInt32_t2560061978_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m1937799895(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper::m__9(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonMapper_U3CRegisterBaseExportersU3Em__9_m1299414995 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseExportersU3Em__9_m1299414995_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_t3570089748 * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; NullCheck(L_0); JsonWriter_Write_m1937799895(L_0, ((*(uint64_t*)((uint64_t*)UnBox(L_1, UInt64_t4134040092_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return; } } // System.Object LitJson.JsonMapper::m__A(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_U3CRegisterBaseImportersU3Em__A_m2863114751 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseImportersU3Em__A_m2863114751_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_1 = Convert_ToByte_m1734770211(NULL /*static, unused*/, ((*(int32_t*)((int32_t*)UnBox(L_0, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); uint8_t L_2 = L_1; RuntimeObject * L_3 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper::m__B(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_U3CRegisterBaseImportersU3Em__B_m2859163628 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseImportersU3Em__B_m2859163628_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_1 = Convert_ToUInt64_m786726853(NULL /*static, unused*/, ((*(int32_t*)((int32_t*)UnBox(L_0, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); uint64_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper::m__C(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_U3CRegisterBaseImportersU3Em__C_m2859258689 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseImportersU3Em__C_m2859258689_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_1 = Convert_ToSByte_m2653418303(NULL /*static, unused*/, ((*(int32_t*)((int32_t*)UnBox(L_0, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); int8_t L_2 = L_1; RuntimeObject * L_3 = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper::m__D(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_U3CRegisterBaseImportersU3Em__D_m2862733718 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseImportersU3Em__D_m2862733718_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_1 = Convert_ToInt16_m4174308322(NULL /*static, unused*/, ((*(int32_t*)((int32_t*)UnBox(L_0, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); int16_t L_2 = L_1; RuntimeObject * L_3 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper::m__E(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_U3CRegisterBaseImportersU3Em__E_m2862709131 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseImportersU3Em__E_m2862709131_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_1 = Convert_ToUInt16_m3515425647(NULL /*static, unused*/, ((*(int32_t*)((int32_t*)UnBox(L_0, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); uint16_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper::m__F(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_U3CRegisterBaseImportersU3Em__F_m2863083368 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseImportersU3Em__F_m2863083368_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_1 = Convert_ToUInt32_m2215525276(NULL /*static, unused*/, ((*(int32_t*)((int32_t*)UnBox(L_0, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); uint32_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper::m__10(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_U3CRegisterBaseImportersU3Em__10_m3089407590 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseImportersU3Em__10_m3089407590_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_1 = Convert_ToSingle_m3635698920(NULL /*static, unused*/, ((*(int32_t*)((int32_t*)UnBox(L_0, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); float L_2 = L_1; RuntimeObject * L_3 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper::m__11(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_U3CRegisterBaseImportersU3Em__11_m3498817555 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseImportersU3Em__11_m3498817555_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_1 = Convert_ToDouble_m2924063577(NULL /*static, unused*/, ((*(int32_t*)((int32_t*)UnBox(L_0, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); double L_2 = L_1; RuntimeObject * L_3 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper::m__12(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_U3CRegisterBaseImportersU3Em__12_m1634908261 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseImportersU3Em__12_m1634908261_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Convert_ToDecimal_m841368097(NULL /*static, unused*/, ((*(double*)((double*)UnBox(L_0, Double_t594665363_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); Decimal_t2948259380 L_2 = L_1; RuntimeObject * L_3 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper::m__13(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_U3CRegisterBaseImportersU3Em__13_m2180102875 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseImportersU3Em__13_m2180102875_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_1 = Convert_ToUInt32_m2194577773(NULL /*static, unused*/, ((*(int64_t*)((int64_t*)UnBox(L_0, Int64_t3736567304_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); uint32_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper::m__14(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_U3CRegisterBaseImportersU3Em__14_m4180189853 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseImportersU3Em__14_m4180189853_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_1 = Convert_ToChar_m85718752(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Il2CppChar L_2 = L_1; RuntimeObject * L_3 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper::m__15(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMapper_U3CRegisterBaseImportersU3Em__15_m2440011328 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CRegisterBaseImportersU3Em__15_m2440011328_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((JsonMapper_t3815285241_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_t3815285241_il2cpp_TypeInfo_var))->get_datetime_format_1(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = Convert_ToDateTime_m3802186295(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), L_1, /*hidden argument*/NULL); DateTime_t3738529785 L_3 = L_2; RuntimeObject * L_4 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_3); return L_4; } } // LitJson.IJsonWrapper LitJson.JsonMapper::m__16() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMapper_U3CToObjectU3Em__16_m2100538837 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CToObjectU3Em__16_m2100538837_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); return L_0; } } // LitJson.IJsonWrapper LitJson.JsonMapper::m__17() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMapper_U3CToObjectU3Em__17_m4056853973 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CToObjectU3Em__17_m4056853973_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); return L_0; } } // LitJson.IJsonWrapper LitJson.JsonMapper::m__18() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMapper_U3CToObjectU3Em__18_m188853717 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMapper_U3CToObjectU3Em__18_m188853717_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*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 LitJson.JsonMockWrapper::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper__ctor_m161506238 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean LitJson.JsonMockWrapper::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_get_IsArray_m2533102374 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean LitJson.JsonMockWrapper::get_IsBoolean() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_get_IsBoolean_m358257011 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean LitJson.JsonMockWrapper::get_IsDouble() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_get_IsDouble_m1195523544 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean LitJson.JsonMockWrapper::get_IsInt() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_get_IsInt_m1648320789 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean LitJson.JsonMockWrapper::get_IsLong() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_get_IsLong_m332469355 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean LitJson.JsonMockWrapper::get_IsObject() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_get_IsObject_m2788065845 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean LitJson.JsonMockWrapper::get_IsString() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_get_IsString_m4187080192 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean LitJson.JsonMockWrapper::GetBoolean() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_GetBoolean_m1447564529 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Double LitJson.JsonMockWrapper::GetDouble() extern "C" IL2CPP_METHOD_ATTR double JsonMockWrapper_GetDouble_m1014555928 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (0.0); } } // System.Int32 LitJson.JsonMockWrapper::GetInt() extern "C" IL2CPP_METHOD_ATTR int32_t JsonMockWrapper_GetInt_m2200011793 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return 0; } } // LitJson.JsonType LitJson.JsonMockWrapper::GetJsonType() extern "C" IL2CPP_METHOD_ATTR int32_t JsonMockWrapper_GetJsonType_m2372805492 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Int64 LitJson.JsonMockWrapper::GetLong() extern "C" IL2CPP_METHOD_ATTR int64_t JsonMockWrapper_GetLong_m2685176479 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (((int64_t)((int64_t)0))); } } // System.String LitJson.JsonMockWrapper::GetString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonMockWrapper_GetString_m1455639520 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMockWrapper_GetString_m1455639520_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(); return L_0; } } // System.Void LitJson.JsonMockWrapper::SetBoolean(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_SetBoolean_m344181380 (JsonMockWrapper_t82875095 * __this, bool ___val0, const RuntimeMethod* method) { { return; } } // System.Void LitJson.JsonMockWrapper::SetDouble(System.Double) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_SetDouble_m3324571252 (JsonMockWrapper_t82875095 * __this, double ___val0, const RuntimeMethod* method) { { return; } } // System.Void LitJson.JsonMockWrapper::SetInt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_SetInt_m3012119592 (JsonMockWrapper_t82875095 * __this, int32_t ___val0, const RuntimeMethod* method) { { return; } } // System.Void LitJson.JsonMockWrapper::SetJsonType(LitJson.JsonType) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_SetJsonType_m225345273 (JsonMockWrapper_t82875095 * __this, int32_t ___type0, const RuntimeMethod* method) { { return; } } // System.Void LitJson.JsonMockWrapper::SetLong(System.Int64) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_SetLong_m3353859343 (JsonMockWrapper_t82875095 * __this, int64_t ___val0, const RuntimeMethod* method) { { return; } } // System.Void LitJson.JsonMockWrapper::SetString(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_SetString_m1759178692 (JsonMockWrapper_t82875095 * __this, String_t* ___val0, const RuntimeMethod* method) { { return; } } // System.String LitJson.JsonMockWrapper::ToJson() extern "C" IL2CPP_METHOD_ATTR String_t* JsonMockWrapper_ToJson_m1882177526 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonMockWrapper_ToJson_m1882177526_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(); return L_0; } } // System.Void LitJson.JsonMockWrapper::ToJson(LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_ToJson_m933255682 (JsonMockWrapper_t82875095 * __this, JsonWriter_t3570089748 * ___writer0, const RuntimeMethod* method) { { return; } } // System.Boolean LitJson.JsonMockWrapper::System.Collections.IList.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_System_Collections_IList_get_IsFixedSize_m4036564285 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean LitJson.JsonMockWrapper::System.Collections.IList.get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_System_Collections_IList_get_IsReadOnly_m4283280694 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object LitJson.JsonMockWrapper::System.Collections.IList.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMockWrapper_System_Collections_IList_get_Item_m3295544744 (JsonMockWrapper_t82875095 * __this, int32_t ___index0, const RuntimeMethod* method) { { return NULL; } } // System.Void LitJson.JsonMockWrapper::System.Collections.IList.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_IList_set_Item_m1022980344 (JsonMockWrapper_t82875095 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { return; } } // System.Int32 LitJson.JsonMockWrapper::System.Collections.IList.Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JsonMockWrapper_System_Collections_IList_Add_m3607589392 (JsonMockWrapper_t82875095 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { return 0; } } // System.Void LitJson.JsonMockWrapper::System.Collections.IList.Clear() extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_IList_Clear_m2634288633 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean LitJson.JsonMockWrapper::System.Collections.IList.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_System_Collections_IList_Contains_m3512585584 (JsonMockWrapper_t82875095 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 LitJson.JsonMockWrapper::System.Collections.IList.IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JsonMockWrapper_System_Collections_IList_IndexOf_m3810981976 (JsonMockWrapper_t82875095 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { return (-1); } } // System.Void LitJson.JsonMockWrapper::System.Collections.IList.Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_IList_Insert_m393440234 (JsonMockWrapper_t82875095 * __this, int32_t ___i0, RuntimeObject * ___v1, const RuntimeMethod* method) { { return; } } // System.Void LitJson.JsonMockWrapper::System.Collections.IList.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_IList_Remove_m787288960 (JsonMockWrapper_t82875095 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { return; } } // System.Void LitJson.JsonMockWrapper::System.Collections.IList.RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_IList_RemoveAt_m888559155 (JsonMockWrapper_t82875095 * __this, int32_t ___index0, const RuntimeMethod* method) { { return; } } // System.Int32 LitJson.JsonMockWrapper::System.Collections.ICollection.get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t JsonMockWrapper_System_Collections_ICollection_get_Count_m2478819242 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return 0; } } // System.Boolean LitJson.JsonMockWrapper::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_System_Collections_ICollection_get_IsSynchronized_m3953015804 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object LitJson.JsonMockWrapper::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMockWrapper_System_Collections_ICollection_get_SyncRoot_m3845320295 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return NULL; } } // System.Void LitJson.JsonMockWrapper::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_ICollection_CopyTo_m3900432809 (JsonMockWrapper_t82875095 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { return; } } // System.Collections.IEnumerator LitJson.JsonMockWrapper::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMockWrapper_System_Collections_IEnumerable_GetEnumerator_m3706374388 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.Boolean LitJson.JsonMockWrapper::System.Collections.IDictionary.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_System_Collections_IDictionary_get_IsFixedSize_m1200733645 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean LitJson.JsonMockWrapper::System.Collections.IDictionary.get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_System_Collections_IDictionary_get_IsReadOnly_m4052848101 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Collections.ICollection LitJson.JsonMockWrapper::System.Collections.IDictionary.get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMockWrapper_System_Collections_IDictionary_get_Keys_m1523268708 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.Collections.ICollection LitJson.JsonMockWrapper::System.Collections.IDictionary.get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMockWrapper_System_Collections_IDictionary_get_Values_m655561220 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.Object LitJson.JsonMockWrapper::System.Collections.IDictionary.get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMockWrapper_System_Collections_IDictionary_get_Item_m3002638831 (JsonMockWrapper_t82875095 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { return NULL; } } // System.Void LitJson.JsonMockWrapper::System.Collections.IDictionary.set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_IDictionary_set_Item_m1492446805 (JsonMockWrapper_t82875095 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { return; } } // System.Void LitJson.JsonMockWrapper::System.Collections.IDictionary.Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_IDictionary_Add_m1625235242 (JsonMockWrapper_t82875095 * __this, RuntimeObject * ___k0, RuntimeObject * ___v1, const RuntimeMethod* method) { { return; } } // System.Void LitJson.JsonMockWrapper::System.Collections.IDictionary.Clear() extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_IDictionary_Clear_m2056678017 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean LitJson.JsonMockWrapper::System.Collections.IDictionary.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonMockWrapper_System_Collections_IDictionary_Contains_m3167226741 (JsonMockWrapper_t82875095 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { return (bool)0; } } // System.Void LitJson.JsonMockWrapper::System.Collections.IDictionary.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_IDictionary_Remove_m2348935066 (JsonMockWrapper_t82875095 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { return; } } // System.Collections.IDictionaryEnumerator LitJson.JsonMockWrapper::System.Collections.IDictionary.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMockWrapper_System_Collections_IDictionary_GetEnumerator_m404842706 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.Object LitJson.JsonMockWrapper::System.Collections.Specialized.IOrderedDictionary.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonMockWrapper_System_Collections_Specialized_IOrderedDictionary_get_Item_m4262287092 (JsonMockWrapper_t82875095 * __this, int32_t ___idx0, const RuntimeMethod* method) { { return NULL; } } // System.Void LitJson.JsonMockWrapper::System.Collections.Specialized.IOrderedDictionary.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_Specialized_IOrderedDictionary_set_Item_m3475850674 (JsonMockWrapper_t82875095 * __this, int32_t ___idx0, RuntimeObject * ___value1, const RuntimeMethod* method) { { return; } } // System.Collections.IDictionaryEnumerator LitJson.JsonMockWrapper::System.Collections.Specialized.IOrderedDictionary.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonMockWrapper_System_Collections_Specialized_IOrderedDictionary_GetEnumerator_m1430240491 (JsonMockWrapper_t82875095 * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.Void LitJson.JsonMockWrapper::System.Collections.Specialized.IOrderedDictionary.Insert(System.Int32,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_Specialized_IOrderedDictionary_Insert_m906961665 (JsonMockWrapper_t82875095 * __this, int32_t ___i0, RuntimeObject * ___k1, RuntimeObject * ___v2, const RuntimeMethod* method) { { return; } } // System.Void LitJson.JsonMockWrapper::System.Collections.Specialized.IOrderedDictionary.RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonMockWrapper_System_Collections_Specialized_IOrderedDictionary_RemoveAt_m61469253 (JsonMockWrapper_t82875095 * __this, int32_t ___i0, 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 LitJson.JsonReader::.cctor() extern "C" IL2CPP_METHOD_ATTR void JsonReader__cctor_m2519439869 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { JsonReader_PopulateParseTable_m3523639334(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonReader__ctor_m1297809221 (JsonReader_t836887441 * __this, String_t* ___json_text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader__ctor_m1297809221_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___json_text0; StringReader_t3465604688 * L_1 = (StringReader_t3465604688 *)il2cpp_codegen_object_new(StringReader_t3465604688_il2cpp_TypeInfo_var); StringReader__ctor_m126993932(L_1, L_0, /*hidden argument*/NULL); JsonReader__ctor_m141007973(__this, L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonReader::.ctor(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void JsonReader__ctor_m3000466194 (JsonReader_t836887441 * __this, TextReader_t283511965 * ___reader0, const RuntimeMethod* method) { { TextReader_t283511965 * L_0 = ___reader0; JsonReader__ctor_m141007973(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonReader::.ctor(System.IO.TextReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader__ctor_m141007973 (JsonReader_t836887441 * __this, TextReader_t283511965 * ___reader0, bool ___owned1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader__ctor_m141007973_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); TextReader_t283511965 * L_0 = ___reader0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3529812268, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonReader__ctor_m141007973_RuntimeMethod_var); } IL_0017: { __this->set_parser_in_string_7((bool)0); __this->set_parser_return_8((bool)0); __this->set_read_started_9((bool)0); Stack_1_t3794335208 * L_2 = (Stack_1_t3794335208 *)il2cpp_codegen_object_new(Stack_1_t3794335208_il2cpp_TypeInfo_var); Stack_1__ctor_m113769803(L_2, /*hidden argument*/Stack_1__ctor_m113769803_RuntimeMethod_var); __this->set_automaton_stack_1(L_2); Stack_1_t3794335208 * L_3 = __this->get_automaton_stack_1(); NullCheck(L_3); Stack_1_Push_m2177882517(L_3, ((int32_t)65553), /*hidden argument*/Stack_1_Push_m2177882517_RuntimeMethod_var); Stack_1_t3794335208 * L_4 = __this->get_automaton_stack_1(); NullCheck(L_4); Stack_1_Push_m2177882517(L_4, ((int32_t)65543), /*hidden argument*/Stack_1_Push_m2177882517_RuntimeMethod_var); TextReader_t283511965 * L_5 = ___reader0; Lexer_t1514038666 * L_6 = (Lexer_t1514038666 *)il2cpp_codegen_object_new(Lexer_t1514038666_il2cpp_TypeInfo_var); Lexer__ctor_m2391221585(L_6, L_5, /*hidden argument*/NULL); __this->set_lexer_6(L_6); __this->set_end_of_input_5((bool)0); __this->set_end_of_json_4((bool)0); __this->set_skip_non_members_12((bool)1); TextReader_t283511965 * L_7 = ___reader0; __this->set_reader_10(L_7); bool L_8 = ___owned1; __this->set_reader_is_owned_11(L_8); return; } } // System.Boolean LitJson.JsonReader::get_AllowComments() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_get_AllowComments_m1134943574 (JsonReader_t836887441 * __this, const RuntimeMethod* method) { { Lexer_t1514038666 * L_0 = __this->get_lexer_6(); NullCheck(L_0); bool L_1 = Lexer_get_AllowComments_m2806058878(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void LitJson.JsonReader::set_AllowComments(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_AllowComments_m1915365049 (JsonReader_t836887441 * __this, bool ___value0, const RuntimeMethod* method) { { Lexer_t1514038666 * L_0 = __this->get_lexer_6(); bool L_1 = ___value0; NullCheck(L_0); Lexer_set_AllowComments_m2647949953(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Boolean LitJson.JsonReader::get_AllowSingleQuotedStrings() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_get_AllowSingleQuotedStrings_m2037228529 (JsonReader_t836887441 * __this, const RuntimeMethod* method) { { Lexer_t1514038666 * L_0 = __this->get_lexer_6(); NullCheck(L_0); bool L_1 = Lexer_get_AllowSingleQuotedStrings_m2362353968(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void LitJson.JsonReader::set_AllowSingleQuotedStrings(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_AllowSingleQuotedStrings_m114936032 (JsonReader_t836887441 * __this, bool ___value0, const RuntimeMethod* method) { { Lexer_t1514038666 * L_0 = __this->get_lexer_6(); bool L_1 = ___value0; NullCheck(L_0); Lexer_set_AllowSingleQuotedStrings_m1148053294(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Boolean LitJson.JsonReader::get_SkipNonMembers() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_get_SkipNonMembers_m2081129687 (JsonReader_t836887441 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_skip_non_members_12(); return L_0; } } // System.Void LitJson.JsonReader::set_SkipNonMembers(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_SkipNonMembers_m1282234307 (JsonReader_t836887441 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_skip_non_members_12(L_0); return; } } // System.Boolean LitJson.JsonReader::get_EndOfInput() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_get_EndOfInput_m3033496588 (JsonReader_t836887441 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_end_of_input_5(); return L_0; } } // System.Boolean LitJson.JsonReader::get_EndOfJson() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_get_EndOfJson_m1161119520 (JsonReader_t836887441 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_end_of_json_4(); return L_0; } } // LitJson.JsonToken LitJson.JsonReader::get_Token() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_Token_m3560133770 (JsonReader_t836887441 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_token_14(); return L_0; } } // System.Object LitJson.JsonReader::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonReader_get_Value_m1566705723 (JsonReader_t836887441 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_token_value_13(); return L_0; } } // System.Void LitJson.JsonReader::PopulateParseTable() extern "C" IL2CPP_METHOD_ATTR void JsonReader_PopulateParseTable_m3523639334 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_PopulateParseTable_m3523639334_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t921491721 * L_0 = (Dictionary_2_t921491721 *)il2cpp_codegen_object_new(Dictionary_2_t921491721_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1227275383(L_0, /*hidden argument*/Dictionary_2__ctor_m1227275383_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(JsonReader_t836887441_il2cpp_TypeInfo_var); ((JsonReader_t836887441_StaticFields*)il2cpp_codegen_static_fields_for(JsonReader_t836887441_il2cpp_TypeInfo_var))->set_parse_table_0(L_0); JsonReader_TableAddRow_m3468167234(NULL /*static, unused*/, ((int32_t)65548), /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_1 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (int32_t)((int32_t)91)); Int32U5BU5D_t385246372* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)((int32_t)65549)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65548), ((int32_t)91), L_2, /*hidden argument*/NULL); JsonReader_TableAddRow_m3468167234(NULL /*static, unused*/, ((int32_t)65549), /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_3 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_4 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, L_4, /*hidden argument*/NULL); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65549), ((int32_t)34), L_3, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_5 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65549), ((int32_t)91), L_5, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_7 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (int32_t)((int32_t)93)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65549), ((int32_t)93), L_7, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_8 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_9 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65549), ((int32_t)123), L_8, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_10 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65549), ((int32_t)65537), L_10, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_12 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_13 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_12, L_13, /*hidden argument*/NULL); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65549), ((int32_t)65538), L_12, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_14 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_15 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_14, L_15, /*hidden argument*/NULL); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65549), ((int32_t)65539), L_14, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_16 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_17 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65549), ((int32_t)65540), L_16, /*hidden argument*/NULL); JsonReader_TableAddRow_m3468167234(NULL /*static, unused*/, ((int32_t)65544), /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_18 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_18); (L_18)->SetAt(static_cast(0), (int32_t)((int32_t)123)); Int32U5BU5D_t385246372* L_19 = L_18; NullCheck(L_19); (L_19)->SetAt(static_cast(1), (int32_t)((int32_t)65545)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65544), ((int32_t)123), L_19, /*hidden argument*/NULL); JsonReader_TableAddRow_m3468167234(NULL /*static, unused*/, ((int32_t)65545), /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_20 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_21 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_20, L_21, /*hidden argument*/NULL); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65545), ((int32_t)34), L_20, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_22 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_22); (L_22)->SetAt(static_cast(0), (int32_t)((int32_t)125)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65545), ((int32_t)125), L_22, /*hidden argument*/NULL); JsonReader_TableAddRow_m3468167234(NULL /*static, unused*/, ((int32_t)65546), /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_23 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_24 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_23, L_24, /*hidden argument*/NULL); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65546), ((int32_t)34), L_23, /*hidden argument*/NULL); JsonReader_TableAddRow_m3468167234(NULL /*static, unused*/, ((int32_t)65547), /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_25 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_26 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_25, L_26, /*hidden argument*/NULL); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65547), ((int32_t)44), L_25, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_27 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_27); (L_27)->SetAt(static_cast(0), (int32_t)((int32_t)65554)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65547), ((int32_t)125), L_27, /*hidden argument*/NULL); JsonReader_TableAddRow_m3468167234(NULL /*static, unused*/, ((int32_t)65552), /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_28 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_29 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_28, L_29, /*hidden argument*/NULL); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65552), ((int32_t)34), L_28, /*hidden argument*/NULL); JsonReader_TableAddRow_m3468167234(NULL /*static, unused*/, ((int32_t)65543), /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_30 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_30); (L_30)->SetAt(static_cast(0), (int32_t)((int32_t)65548)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65543), ((int32_t)91), L_30, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_31 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_31); (L_31)->SetAt(static_cast(0), (int32_t)((int32_t)65544)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65543), ((int32_t)123), L_31, /*hidden argument*/NULL); JsonReader_TableAddRow_m3468167234(NULL /*static, unused*/, ((int32_t)65550), /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_32 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_32); (L_32)->SetAt(static_cast(0), (int32_t)((int32_t)65552)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65550), ((int32_t)34), L_32, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_33 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_33); (L_33)->SetAt(static_cast(0), (int32_t)((int32_t)65548)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65550), ((int32_t)91), L_33, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_34 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_34); (L_34)->SetAt(static_cast(0), (int32_t)((int32_t)65544)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65550), ((int32_t)123), L_34, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_35 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_35); (L_35)->SetAt(static_cast(0), (int32_t)((int32_t)65537)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65550), ((int32_t)65537), L_35, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_36 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_36); (L_36)->SetAt(static_cast(0), (int32_t)((int32_t)65538)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65550), ((int32_t)65538), L_36, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_37 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_37); (L_37)->SetAt(static_cast(0), (int32_t)((int32_t)65539)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65550), ((int32_t)65539), L_37, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_38 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_38); (L_38)->SetAt(static_cast(0), (int32_t)((int32_t)65540)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65550), ((int32_t)65540), L_38, /*hidden argument*/NULL); JsonReader_TableAddRow_m3468167234(NULL /*static, unused*/, ((int32_t)65551), /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_39 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_40 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_39, L_40, /*hidden argument*/NULL); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65551), ((int32_t)44), L_39, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_41 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_41); (L_41)->SetAt(static_cast(0), (int32_t)((int32_t)65554)); JsonReader_TableAddCol_m2820841847(NULL /*static, unused*/, ((int32_t)65551), ((int32_t)93), L_41, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonReader::TableAddCol(LitJson.ParserToken,System.Int32,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void JsonReader_TableAddCol_m2820841847 (RuntimeObject * __this /* static, unused */, int32_t ___row0, int32_t ___col1, Int32U5BU5D_t385246372* ___symbols2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_TableAddCol_m2820841847_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonReader_t836887441_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((JsonReader_t836887441_StaticFields*)il2cpp_codegen_static_fields_for(JsonReader_t836887441_il2cpp_TypeInfo_var))->get_parse_table_0(); int32_t L_1 = ___row0; NullCheck(L_0); RuntimeObject* L_2 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2>::get_Item(!0) */, IDictionary_2_t3680310408_il2cpp_TypeInfo_var, L_0, L_1); int32_t L_3 = ___col1; Int32U5BU5D_t385246372* L_4 = ___symbols2; NullCheck(L_2); InterfaceActionInvoker2< int32_t, Int32U5BU5D_t385246372* >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2::Add(!0,!1) */, IDictionary_2_t2032778390_il2cpp_TypeInfo_var, L_2, L_3, L_4); return; } } // System.Void LitJson.JsonReader::TableAddRow(LitJson.ParserToken) extern "C" IL2CPP_METHOD_ATTR void JsonReader_TableAddRow_m3468167234 (RuntimeObject * __this /* static, unused */, int32_t ___rule0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_TableAddRow_m3468167234_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonReader_t836887441_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((JsonReader_t836887441_StaticFields*)il2cpp_codegen_static_fields_for(JsonReader_t836887441_il2cpp_TypeInfo_var))->get_parse_table_0(); int32_t L_1 = ___rule0; Dictionary_2_t3568926999 * L_2 = (Dictionary_2_t3568926999 *)il2cpp_codegen_object_new(Dictionary_2_t3568926999_il2cpp_TypeInfo_var); Dictionary_2__ctor_m893838985(L_2, /*hidden argument*/Dictionary_2__ctor_m893838985_RuntimeMethod_var); NullCheck(L_0); InterfaceActionInvoker2< int32_t, RuntimeObject* >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2>::Add(!0,!1) */, IDictionary_2_t3680310408_il2cpp_TypeInfo_var, L_0, L_1, L_2); return; } } // System.Void LitJson.JsonReader::ProcessNumber(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonReader_ProcessNumber_m1763128378 (JsonReader_t836887441 * __this, String_t* ___number0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ProcessNumber_m1763128378_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; int32_t V_1 = 0; int64_t V_2 = 0; uint64_t V_3 = 0; { String_t* L_0 = ___number0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(L_0, ((int32_t)46), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_002a; } } { String_t* L_2 = ___number0; NullCheck(L_2); int32_t L_3 = String_IndexOf_m363431711(L_2, ((int32_t)101), /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_002a; } } { String_t* L_4 = ___number0; NullCheck(L_4); int32_t L_5 = String_IndexOf_m363431711(L_4, ((int32_t)69), /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_004b; } } IL_002a: { String_t* L_6 = ___number0; bool L_7 = Double_TryParse_m3021978240(NULL /*static, unused*/, L_6, (&V_0), /*hidden argument*/NULL); if (!L_7) { goto IL_004b; } } { __this->set_token_14(8); double L_8 = V_0; double L_9 = L_8; RuntimeObject * L_10 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_9); __this->set_token_value_13(L_10); return; } IL_004b: { String_t* L_11 = ___number0; bool L_12 = Int32_TryParse_m2404707562(NULL /*static, unused*/, L_11, (&V_1), /*hidden argument*/NULL); if (!L_12) { goto IL_006c; } } { __this->set_token_14(6); int32_t L_13 = V_1; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14); __this->set_token_value_13(L_15); return; } IL_006c: { String_t* L_16 = ___number0; bool L_17 = Int64_TryParse_m2208578514(NULL /*static, unused*/, L_16, (&V_2), /*hidden argument*/NULL); if (!L_17) { goto IL_008d; } } { __this->set_token_14(7); int64_t L_18 = V_2; int64_t L_19 = L_18; RuntimeObject * L_20 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_19); __this->set_token_value_13(L_20); return; } IL_008d: { String_t* L_21 = ___number0; bool L_22 = UInt64_TryParse_m2263420204(NULL /*static, unused*/, L_21, (&V_3), /*hidden argument*/NULL); if (!L_22) { goto IL_00ae; } } { __this->set_token_14(7); uint64_t L_23 = V_3; uint64_t L_24 = L_23; RuntimeObject * L_25 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_24); __this->set_token_value_13(L_25); return; } IL_00ae: { __this->set_token_14(6); int32_t L_26 = 0; RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26); __this->set_token_value_13(L_27); return; } } // System.Void LitJson.JsonReader::ProcessSymbol() extern "C" IL2CPP_METHOD_ATTR void JsonReader_ProcessSymbol_m1079061290 (JsonReader_t836887441 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ProcessSymbol_m1079061290_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_current_symbol_3(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)91))))) { goto IL_0020; } } { __this->set_token_14(4); __this->set_parser_return_8((bool)1); goto IL_01b8; } IL_0020: { int32_t L_1 = __this->get_current_symbol_3(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)93))))) { goto IL_0040; } } { __this->set_token_14(5); __this->set_parser_return_8((bool)1); goto IL_01b8; } IL_0040: { int32_t L_2 = __this->get_current_symbol_3(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)123))))) { goto IL_0060; } } { __this->set_token_14(1); __this->set_parser_return_8((bool)1); goto IL_01b8; } IL_0060: { int32_t L_3 = __this->get_current_symbol_3(); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)125))))) { goto IL_0080; } } { __this->set_token_14(3); __this->set_parser_return_8((bool)1); goto IL_01b8; } IL_0080: { int32_t L_4 = __this->get_current_symbol_3(); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)34))))) { goto IL_00ca; } } { bool L_5 = __this->get_parser_in_string_7(); if (!L_5) { goto IL_00ab; } } { __this->set_parser_in_string_7((bool)0); __this->set_parser_return_8((bool)1); goto IL_00c5; } IL_00ab: { int32_t L_6 = __this->get_token_14(); if (L_6) { goto IL_00be; } } { __this->set_token_14(((int32_t)9)); } IL_00be: { __this->set_parser_in_string_7((bool)1); } IL_00c5: { goto IL_01b8; } IL_00ca: { int32_t L_7 = __this->get_current_symbol_3(); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)65541))))) { goto IL_00f0; } } { Lexer_t1514038666 * L_8 = __this->get_lexer_6(); NullCheck(L_8); String_t* L_9 = Lexer_get_StringValue_m2571291423(L_8, /*hidden argument*/NULL); __this->set_token_value_13(L_9); goto IL_01b8; } IL_00f0: { int32_t L_10 = __this->get_current_symbol_3(); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)65539))))) { goto IL_0120; } } { __this->set_token_14(((int32_t)10)); bool L_11 = ((bool)0); RuntimeObject * L_12 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_11); __this->set_token_value_13(L_12); __this->set_parser_return_8((bool)1); goto IL_01b8; } IL_0120: { int32_t L_13 = __this->get_current_symbol_3(); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)65540))))) { goto IL_0144; } } { __this->set_token_14(((int32_t)11)); __this->set_parser_return_8((bool)1); goto IL_01b8; } IL_0144: { int32_t L_14 = __this->get_current_symbol_3(); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)65537))))) { goto IL_0171; } } { Lexer_t1514038666 * L_15 = __this->get_lexer_6(); NullCheck(L_15); String_t* L_16 = Lexer_get_StringValue_m2571291423(L_15, /*hidden argument*/NULL); JsonReader_ProcessNumber_m1763128378(__this, L_16, /*hidden argument*/NULL); __this->set_parser_return_8((bool)1); goto IL_01b8; } IL_0171: { int32_t L_17 = __this->get_current_symbol_3(); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)65546))))) { goto IL_018d; } } { __this->set_token_14(2); goto IL_01b8; } IL_018d: { int32_t L_18 = __this->get_current_symbol_3(); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)65538))))) { goto IL_01b8; } } { __this->set_token_14(((int32_t)10)); bool L_19 = ((bool)1); RuntimeObject * L_20 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_19); __this->set_token_value_13(L_20); __this->set_parser_return_8((bool)1); } IL_01b8: { return; } } // System.Boolean LitJson.JsonReader::ReadToken() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_ReadToken_m3836927488 (JsonReader_t836887441 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_end_of_input_5(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { Lexer_t1514038666 * L_1 = __this->get_lexer_6(); NullCheck(L_1); Lexer_NextToken_m915562469(L_1, /*hidden argument*/NULL); Lexer_t1514038666 * L_2 = __this->get_lexer_6(); NullCheck(L_2); bool L_3 = Lexer_get_EndOfInput_m531191172(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0031; } } { JsonReader_Close_m3066405579(__this, /*hidden argument*/NULL); return (bool)0; } IL_0031: { Lexer_t1514038666 * L_4 = __this->get_lexer_6(); NullCheck(L_4); int32_t L_5 = Lexer_get_Token_m2631516167(L_4, /*hidden argument*/NULL); __this->set_current_input_2(L_5); return (bool)1; } } // System.Void LitJson.JsonReader::Close() extern "C" IL2CPP_METHOD_ATTR void JsonReader_Close_m3066405579 (JsonReader_t836887441 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_end_of_input_5(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_end_of_input_5((bool)1); __this->set_end_of_json_4((bool)1); bool L_1 = __this->get_reader_is_owned_11(); if (!L_1) { goto IL_0030; } } { TextReader_t283511965 * L_2 = __this->get_reader_10(); NullCheck(L_2); VirtActionInvoker0::Invoke(7 /* System.Void System.IO.TextReader::Close() */, L_2); } IL_0030: { __this->set_reader_10((TextReader_t283511965 *)NULL); return; } } // System.Boolean LitJson.JsonReader::Read() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_Read_m2661163174 (JsonReader_t836887441 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_Read_m2661163174_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; KeyNotFoundException_t2292407383 * V_1 = NULL; 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); { bool L_0 = __this->get_end_of_input_5(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { bool L_1 = __this->get_end_of_json_4(); if (!L_1) { goto IL_004a; } } { __this->set_end_of_json_4((bool)0); Stack_1_t3794335208 * L_2 = __this->get_automaton_stack_1(); NullCheck(L_2); Stack_1_Clear_m3857829451(L_2, /*hidden argument*/Stack_1_Clear_m3857829451_RuntimeMethod_var); Stack_1_t3794335208 * L_3 = __this->get_automaton_stack_1(); NullCheck(L_3); Stack_1_Push_m2177882517(L_3, ((int32_t)65553), /*hidden argument*/Stack_1_Push_m2177882517_RuntimeMethod_var); Stack_1_t3794335208 * L_4 = __this->get_automaton_stack_1(); NullCheck(L_4); Stack_1_Push_m2177882517(L_4, ((int32_t)65543), /*hidden argument*/Stack_1_Push_m2177882517_RuntimeMethod_var); } IL_004a: { __this->set_parser_in_string_7((bool)0); __this->set_parser_return_8((bool)0); __this->set_token_14(0); __this->set_token_value_13(NULL); bool L_5 = __this->get_read_started_9(); if (L_5) { goto IL_0085; } } { __this->set_read_started_9((bool)1); bool L_6 = JsonReader_ReadToken_m3836927488(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0085; } } { return (bool)0; } IL_0085: { bool L_7 = __this->get_parser_return_8(); if (!L_7) { goto IL_00ae; } } { Stack_1_t3794335208 * L_8 = __this->get_automaton_stack_1(); NullCheck(L_8); int32_t L_9 = Stack_1_Peek_m4184154580(L_8, /*hidden argument*/Stack_1_Peek_m4184154580_RuntimeMethod_var); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)65553))))) { goto IL_00ac; } } { __this->set_end_of_json_4((bool)1); } IL_00ac: { return (bool)1; } IL_00ae: { Stack_1_t3794335208 * L_10 = __this->get_automaton_stack_1(); NullCheck(L_10); int32_t L_11 = Stack_1_Pop_m2599871233(L_10, /*hidden argument*/Stack_1_Pop_m2599871233_RuntimeMethod_var); __this->set_current_symbol_3(L_11); JsonReader_ProcessSymbol_m1079061290(__this, /*hidden argument*/NULL); int32_t L_12 = __this->get_current_symbol_3(); int32_t L_13 = __this->get_current_input_2(); if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_0115; } } { bool L_14 = JsonReader_ReadToken_m3836927488(__this, /*hidden argument*/NULL); if (L_14) { goto IL_0110; } } { Stack_1_t3794335208 * L_15 = __this->get_automaton_stack_1(); NullCheck(L_15); int32_t L_16 = Stack_1_Peek_m4184154580(L_15, /*hidden argument*/Stack_1_Peek_m4184154580_RuntimeMethod_var); if ((((int32_t)L_16) == ((int32_t)((int32_t)65553)))) { goto IL_0101; } } { JsonException_t3682484112 * L_17 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3480626545(L_17, _stringLiteral320911726, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,JsonReader_Read_m2661163174_RuntimeMethod_var); } IL_0101: { bool L_18 = __this->get_parser_return_8(); if (!L_18) { goto IL_010e; } } { return (bool)1; } IL_010e: { return (bool)0; } IL_0110: { goto IL_0085; } IL_0115: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(JsonReader_t836887441_il2cpp_TypeInfo_var); RuntimeObject* L_19 = ((JsonReader_t836887441_StaticFields*)il2cpp_codegen_static_fields_for(JsonReader_t836887441_il2cpp_TypeInfo_var))->get_parse_table_0(); int32_t L_20 = __this->get_current_symbol_3(); NullCheck(L_19); RuntimeObject* L_21 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2>::get_Item(!0) */, IDictionary_2_t3680310408_il2cpp_TypeInfo_var, L_19, L_20); int32_t L_22 = __this->get_current_input_2(); NullCheck(L_21); Int32U5BU5D_t385246372* L_23 = InterfaceFuncInvoker1< Int32U5BU5D_t385246372*, int32_t >::Invoke(3 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t2032778390_il2cpp_TypeInfo_var, L_21, L_22); V_0 = L_23; goto IL_0144; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (KeyNotFoundException_t2292407383_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0136; throw e; } CATCH_0136: { // begin catch(System.Collections.Generic.KeyNotFoundException) V_1 = ((KeyNotFoundException_t2292407383 *)__exception_local); int32_t L_24 = __this->get_current_input_2(); KeyNotFoundException_t2292407383 * L_25 = V_1; JsonException_t3682484112 * L_26 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3061014959(L_26, L_24, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,JsonReader_Read_m2661163174_RuntimeMethod_var); } // end catch (depth: 1) IL_0144: { Int32U5BU5D_t385246372* L_27 = V_0; NullCheck(L_27); int32_t L_28 = 0; int32_t L_29 = (L_27)->GetAt(static_cast(L_28)); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)65554))))) { goto IL_0156; } } { goto IL_0085; } IL_0156: { Int32U5BU5D_t385246372* L_30 = V_0; NullCheck(L_30); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length)))), (int32_t)1)); goto IL_0173; } IL_0161: { Stack_1_t3794335208 * L_31 = __this->get_automaton_stack_1(); Int32U5BU5D_t385246372* L_32 = V_0; int32_t L_33 = V_2; NullCheck(L_32); int32_t L_34 = L_33; int32_t L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_31); Stack_1_Push_m2177882517(L_31, L_35, /*hidden argument*/Stack_1_Push_m2177882517_RuntimeMethod_var); int32_t L_36 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); } IL_0173: { int32_t L_37 = V_2; if ((((int32_t)L_37) >= ((int32_t)0))) { goto IL_0161; } } { goto IL_0085; } } #ifdef __clang__ #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 LitJson.JsonWriter::.cctor() extern "C" IL2CPP_METHOD_ATTR void JsonWriter__cctor_m4079708480 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter__cctor_m4079708480_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatInfo_t435877138_il2cpp_TypeInfo_var); NumberFormatInfo_t435877138 * L_0 = NumberFormatInfo_get_InvariantInfo_m349577018(NULL /*static, unused*/, /*hidden argument*/NULL); ((JsonWriter_t3570089748_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_t3570089748_il2cpp_TypeInfo_var))->set_number_format_0(L_0); return; } } // System.Void LitJson.JsonWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonWriter__ctor_m1780975115 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter__ctor_m1780975115_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); __this->set_inst_string_builder_7(L_0); StringBuilder_t * L_1 = __this->get_inst_string_builder_7(); StringWriter_t802263757 * L_2 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m1259274362(L_2, L_1, /*hidden argument*/NULL); __this->set_writer_10(L_2); JsonWriter_Init_m2021803741(__this, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonWriter::.ctor(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void JsonWriter__ctor_m253699815 (JsonWriter_t3570089748 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter__ctor_m253699815_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = ___sb0; StringWriter_t802263757 * L_1 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m1259274362(L_1, L_0, /*hidden argument*/NULL); JsonWriter__ctor_m2781877538(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonWriter::.ctor(System.IO.TextWriter) extern "C" IL2CPP_METHOD_ATTR void JsonWriter__ctor_m2781877538 (JsonWriter_t3570089748 * __this, TextWriter_t3478189236 * ___writer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter__ctor_m2781877538_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); TextWriter_t3478189236 * L_0 = ___writer0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1980498921, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonWriter__ctor_m2781877538_RuntimeMethod_var); } IL_0017: { TextWriter_t3478189236 * L_2 = ___writer0; __this->set_writer_10(L_2); JsonWriter_Init_m2021803741(__this, /*hidden argument*/NULL); return; } } // System.Int32 LitJson.JsonWriter::get_IndentValue() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_IndentValue_m406300501 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_indent_value_6(); return L_0; } } // System.Void LitJson.JsonWriter::set_IndentValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_IndentValue_m3440684497 (JsonWriter_t3570089748 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_indentation_5(); int32_t L_1 = __this->get_indent_value_6(); int32_t L_2 = ___value0; __this->set_indentation_5(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_0/(int32_t)L_1)), (int32_t)L_2))); int32_t L_3 = ___value0; __this->set_indent_value_6(L_3); return; } } // System.Boolean LitJson.JsonWriter::get_PrettyPrint() extern "C" IL2CPP_METHOD_ATTR bool JsonWriter_get_PrettyPrint_m3253475743 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_pretty_print_8(); return L_0; } } // System.Void LitJson.JsonWriter::set_PrettyPrint(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_PrettyPrint_m4087760674 (JsonWriter_t3570089748 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_pretty_print_8(L_0); return; } } // System.IO.TextWriter LitJson.JsonWriter::get_TextWriter() extern "C" IL2CPP_METHOD_ATTR TextWriter_t3478189236 * JsonWriter_get_TextWriter_m2604978284 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { { TextWriter_t3478189236 * L_0 = __this->get_writer_10(); return L_0; } } // System.Boolean LitJson.JsonWriter::get_Validate() extern "C" IL2CPP_METHOD_ATTR bool JsonWriter_get_Validate_m3378208143 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_validate_9(); return L_0; } } // System.Void LitJson.JsonWriter::set_Validate(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_Validate_m294838160 (JsonWriter_t3570089748 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_validate_9(L_0); return; } } // System.Void LitJson.JsonWriter::DoValidation(LitJson.Condition) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_DoValidation_m3720573283 (JsonWriter_t3570089748 * __this, int32_t ___cond0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_DoValidation_m3720573283_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WriterContext_t1011093999 * L_0 = __this->get_context_1(); NullCheck(L_0); bool L_1 = L_0->get_ExpectingValue_3(); if (L_1) { goto IL_0023; } } { WriterContext_t1011093999 * L_2 = __this->get_context_1(); WriterContext_t1011093999 * L_3 = L_2; NullCheck(L_3); int32_t L_4 = L_3->get_Count_0(); NullCheck(L_3); L_3->set_Count_0(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); } IL_0023: { bool L_5 = __this->get_validate_9(); if (L_5) { goto IL_002f; } } { return; } IL_002f: { bool L_6 = __this->get_has_reached_end_3(); if (!L_6) { goto IL_0045; } } { JsonException_t3682484112 * L_7 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3480626545(L_7, _stringLiteral3717129058, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,JsonWriter_DoValidation_m3720573283_RuntimeMethod_var); } IL_0045: { int32_t L_8 = ___cond0; switch (L_8) { case 0: { goto IL_0064; } case 1: { goto IL_0084; } case 2: { goto IL_00b4; } case 3: { goto IL_00e4; } case 4: { goto IL_0114; } } } { goto IL_0154; } IL_0064: { WriterContext_t1011093999 * L_9 = __this->get_context_1(); NullCheck(L_9); bool L_10 = L_9->get_InArray_1(); if (L_10) { goto IL_007f; } } { JsonException_t3682484112 * L_11 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3480626545(L_11, _stringLiteral4103647921, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,JsonWriter_DoValidation_m3720573283_RuntimeMethod_var); } IL_007f: { goto IL_0154; } IL_0084: { WriterContext_t1011093999 * L_12 = __this->get_context_1(); NullCheck(L_12); bool L_13 = L_12->get_InObject_2(); if (!L_13) { goto IL_00a4; } } { WriterContext_t1011093999 * L_14 = __this->get_context_1(); NullCheck(L_14); bool L_15 = L_14->get_ExpectingValue_3(); if (!L_15) { goto IL_00af; } } IL_00a4: { JsonException_t3682484112 * L_16 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3480626545(L_16, _stringLiteral1740842079, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,JsonWriter_DoValidation_m3720573283_RuntimeMethod_var); } IL_00af: { goto IL_0154; } IL_00b4: { WriterContext_t1011093999 * L_17 = __this->get_context_1(); NullCheck(L_17); bool L_18 = L_17->get_InObject_2(); if (!L_18) { goto IL_00df; } } { WriterContext_t1011093999 * L_19 = __this->get_context_1(); NullCheck(L_19); bool L_20 = L_19->get_ExpectingValue_3(); if (L_20) { goto IL_00df; } } { JsonException_t3682484112 * L_21 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3480626545(L_21, _stringLiteral2856579791, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,JsonWriter_DoValidation_m3720573283_RuntimeMethod_var); } IL_00df: { goto IL_0154; } IL_00e4: { WriterContext_t1011093999 * L_22 = __this->get_context_1(); NullCheck(L_22); bool L_23 = L_22->get_InObject_2(); if (!L_23) { goto IL_0104; } } { WriterContext_t1011093999 * L_24 = __this->get_context_1(); NullCheck(L_24); bool L_25 = L_24->get_ExpectingValue_3(); if (!L_25) { goto IL_010f; } } IL_0104: { JsonException_t3682484112 * L_26 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3480626545(L_26, _stringLiteral393113856, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,JsonWriter_DoValidation_m3720573283_RuntimeMethod_var); } IL_010f: { goto IL_0154; } IL_0114: { WriterContext_t1011093999 * L_27 = __this->get_context_1(); NullCheck(L_27); bool L_28 = L_27->get_InArray_1(); if (L_28) { goto IL_014f; } } { WriterContext_t1011093999 * L_29 = __this->get_context_1(); NullCheck(L_29); bool L_30 = L_29->get_InObject_2(); if (!L_30) { goto IL_0144; } } { WriterContext_t1011093999 * L_31 = __this->get_context_1(); NullCheck(L_31); bool L_32 = L_31->get_ExpectingValue_3(); if (L_32) { goto IL_014f; } } IL_0144: { JsonException_t3682484112 * L_33 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m3480626545(L_33, _stringLiteral4135352181, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,JsonWriter_DoValidation_m3720573283_RuntimeMethod_var); } IL_014f: { goto IL_0154; } IL_0154: { return; } } // System.Void LitJson.JsonWriter::Init() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Init_m2021803741 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_Init_m2021803741_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_has_reached_end_3((bool)0); __this->set_hex_seq_4(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)4))); __this->set_indentation_5(0); __this->set_indent_value_6(4); __this->set_pretty_print_8((bool)0); __this->set_validate_9((bool)1); Stack_1_t1854483454 * L_0 = (Stack_1_t1854483454 *)il2cpp_codegen_object_new(Stack_1_t1854483454_il2cpp_TypeInfo_var); Stack_1__ctor_m2155362428(L_0, /*hidden argument*/Stack_1__ctor_m2155362428_RuntimeMethod_var); __this->set_ctx_stack_2(L_0); WriterContext_t1011093999 * L_1 = (WriterContext_t1011093999 *)il2cpp_codegen_object_new(WriterContext_t1011093999_il2cpp_TypeInfo_var); WriterContext__ctor_m223138607(L_1, /*hidden argument*/NULL); __this->set_context_1(L_1); Stack_1_t1854483454 * L_2 = __this->get_ctx_stack_2(); WriterContext_t1011093999 * L_3 = __this->get_context_1(); NullCheck(L_2); Stack_1_Push_m1652061791(L_2, L_3, /*hidden argument*/Stack_1_Push_m1652061791_RuntimeMethod_var); return; } } // System.Void LitJson.JsonWriter::IntToHex(System.Int32,System.Char[]) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_IntToHex_m2811255264 (RuntimeObject * __this /* static, unused */, int32_t ___n0, CharU5BU5D_t3528271667* ___hex1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_1 = 0; goto IL_0039; } IL_0007: { int32_t L_0 = ___n0; V_0 = ((int32_t)((int32_t)L_0%(int32_t)((int32_t)16))); int32_t L_1 = V_0; if ((((int32_t)L_1) >= ((int32_t)((int32_t)10)))) { goto IL_0023; } } { CharU5BU5D_t3528271667* L_2 = ___hex1; int32_t L_3 = V_1; int32_t L_4 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)3, (int32_t)L_3))), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)L_4)))))); goto IL_0030; } IL_0023: { CharU5BU5D_t3528271667* L_5 = ___hex1; int32_t L_6 = V_1; int32_t L_7 = V_0; NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)3, (int32_t)L_6))), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)65), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)10))))))))); } IL_0030: { int32_t L_8 = ___n0; ___n0 = ((int32_t)((int32_t)L_8>>(int32_t)4)); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0039: { int32_t L_10 = V_1; if ((((int32_t)L_10) < ((int32_t)4))) { goto IL_0007; } } { return; } } // System.Void LitJson.JsonWriter::Indent() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Indent_m1201100729 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_pretty_print_8(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = __this->get_indentation_5(); int32_t L_2 = __this->get_indent_value_6(); __this->set_indentation_5(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))); } IL_001e: { return; } } // System.Void LitJson.JsonWriter::Put(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Put_m1954060466 (JsonWriter_t3570089748 * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_pretty_print_8(); if (!L_0) { goto IL_003f; } } { WriterContext_t1011093999 * L_1 = __this->get_context_1(); NullCheck(L_1); bool L_2 = L_1->get_ExpectingValue_3(); if (L_2) { goto IL_003f; } } { V_0 = 0; goto IL_0033; } IL_0022: { TextWriter_t3478189236 * L_3 = __this->get_writer_10(); NullCheck(L_3); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_3, ((int32_t)32)); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0033: { int32_t L_5 = V_0; int32_t L_6 = __this->get_indentation_5(); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0022; } } IL_003f: { TextWriter_t3478189236 * L_7 = __this->get_writer_10(); String_t* L_8 = ___str0; NullCheck(L_7); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_7, L_8); return; } } // System.Void LitJson.JsonWriter::PutNewline() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_PutNewline_m1066285735 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { { JsonWriter_PutNewline_m3425090130(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonWriter::PutNewline(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_PutNewline_m3425090130 (JsonWriter_t3570089748 * __this, bool ___add_comma0, const RuntimeMethod* method) { { bool L_0 = ___add_comma0; if (!L_0) { goto IL_0034; } } { WriterContext_t1011093999 * L_1 = __this->get_context_1(); NullCheck(L_1); bool L_2 = L_1->get_ExpectingValue_3(); if (L_2) { goto IL_0034; } } { WriterContext_t1011093999 * L_3 = __this->get_context_1(); NullCheck(L_3); int32_t L_4 = L_3->get_Count_0(); if ((((int32_t)L_4) <= ((int32_t)1))) { goto IL_0034; } } { TextWriter_t3478189236 * L_5 = __this->get_writer_10(); NullCheck(L_5); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_5, ((int32_t)44)); } IL_0034: { bool L_6 = __this->get_pretty_print_8(); if (!L_6) { goto IL_005c; } } { WriterContext_t1011093999 * L_7 = __this->get_context_1(); NullCheck(L_7); bool L_8 = L_7->get_ExpectingValue_3(); if (L_8) { goto IL_005c; } } { TextWriter_t3478189236 * L_9 = __this->get_writer_10(); NullCheck(L_9); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_9, ((int32_t)10)); } IL_005c: { return; } } // System.Void LitJson.JsonWriter::PutString(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_PutString_m1134683299 (JsonWriter_t3570089748 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_PutString_m1134683299_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { 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(); JsonWriter_Put_m1954060466(__this, L_0, /*hidden argument*/NULL); TextWriter_t3478189236 * L_1 = __this->get_writer_10(); NullCheck(L_1); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, ((int32_t)34)); String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_015a; } IL_0026: { String_t* L_4 = ___str0; int32_t L_5 = V_1; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m2986988803(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; Il2CppChar L_7 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)8))) { case 0: { goto IL_00db; } case 1: { goto IL_008d; } case 2: { goto IL_0063; } case 3: { goto IL_004e; } case 4: { goto IL_00c6; } case 5: { goto IL_0078; } } } IL_004e: { Il2CppChar L_8 = V_2; if ((((int32_t)L_8) == ((int32_t)((int32_t)34)))) { goto IL_00a2; } } { Il2CppChar L_9 = V_2; if ((((int32_t)L_9) == ((int32_t)((int32_t)92)))) { goto IL_00a2; } } { goto IL_00f0; } IL_0063: { TextWriter_t3478189236 * L_10 = __this->get_writer_10(); NullCheck(L_10); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_10, _stringLiteral3454842868); goto IL_0156; } IL_0078: { TextWriter_t3478189236 * L_11 = __this->get_writer_10(); NullCheck(L_11); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_11, _stringLiteral3455629300); goto IL_0156; } IL_008d: { TextWriter_t3478189236 * L_12 = __this->get_writer_10(); NullCheck(L_12); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_12, _stringLiteral3455498228); goto IL_0156; } IL_00a2: { TextWriter_t3478189236 * L_13 = __this->get_writer_10(); NullCheck(L_13); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_13, ((int32_t)92)); TextWriter_t3478189236 * L_14 = __this->get_writer_10(); String_t* L_15 = ___str0; int32_t L_16 = V_1; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_14, L_17); goto IL_0156; } IL_00c6: { TextWriter_t3478189236 * L_18 = __this->get_writer_10(); NullCheck(L_18); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_18, _stringLiteral3454318580); goto IL_0156; } IL_00db: { TextWriter_t3478189236 * L_19 = __this->get_writer_10(); NullCheck(L_19); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_19, _stringLiteral3454580724); goto IL_0156; } IL_00f0: { String_t* L_20 = ___str0; int32_t L_21 = V_1; NullCheck(L_20); Il2CppChar L_22 = String_get_Chars_m2986988803(L_20, L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)((int32_t)32)))) { goto IL_0123; } } { String_t* L_23 = ___str0; int32_t L_24 = V_1; NullCheck(L_23); Il2CppChar L_25 = String_get_Chars_m2986988803(L_23, L_24, /*hidden argument*/NULL); if ((((int32_t)L_25) > ((int32_t)((int32_t)126)))) { goto IL_0123; } } { TextWriter_t3478189236 * L_26 = __this->get_writer_10(); String_t* L_27 = ___str0; int32_t L_28 = V_1; NullCheck(L_27); Il2CppChar L_29 = String_get_Chars_m2986988803(L_27, L_28, /*hidden argument*/NULL); NullCheck(L_26); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_26, L_29); goto IL_0156; } IL_0123: { String_t* L_30 = ___str0; int32_t L_31 = V_1; NullCheck(L_30); Il2CppChar L_32 = String_get_Chars_m2986988803(L_30, L_31, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_33 = __this->get_hex_seq_4(); IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t3570089748_il2cpp_TypeInfo_var); JsonWriter_IntToHex_m2811255264(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); TextWriter_t3478189236 * L_34 = __this->get_writer_10(); NullCheck(L_34); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_34, _stringLiteral3455432692); TextWriter_t3478189236 * L_35 = __this->get_writer_10(); CharU5BU5D_t3528271667* L_36 = __this->get_hex_seq_4(); NullCheck(L_35); VirtActionInvoker1< CharU5BU5D_t3528271667* >::Invoke(13 /* System.Void System.IO.TextWriter::Write(System.Char[]) */, L_35, L_36); } IL_0156: { int32_t L_37 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_015a: { int32_t L_38 = V_1; int32_t L_39 = V_0; if ((((int32_t)L_38) < ((int32_t)L_39))) { goto IL_0026; } } { TextWriter_t3478189236 * L_40 = __this->get_writer_10(); NullCheck(L_40); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_40, ((int32_t)34)); return; } } // System.Void LitJson.JsonWriter::Unindent() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Unindent_m638440977 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_pretty_print_8(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = __this->get_indentation_5(); int32_t L_2 = __this->get_indent_value_6(); __this->set_indentation_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))); } IL_001e: { return; } } // System.String LitJson.JsonWriter::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonWriter_ToString_m1597768463 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_ToString_m1597768463_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = __this->get_inst_string_builder_7(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { StringBuilder_t * L_2 = __this->get_inst_string_builder_7(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); return L_3; } } // System.Void LitJson.JsonWriter::Reset() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Reset_m1337472812 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_Reset_m1337472812_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_has_reached_end_3((bool)0); Stack_1_t1854483454 * L_0 = __this->get_ctx_stack_2(); NullCheck(L_0); Stack_1_Clear_m1125338639(L_0, /*hidden argument*/Stack_1_Clear_m1125338639_RuntimeMethod_var); WriterContext_t1011093999 * L_1 = (WriterContext_t1011093999 *)il2cpp_codegen_object_new(WriterContext_t1011093999_il2cpp_TypeInfo_var); WriterContext__ctor_m223138607(L_1, /*hidden argument*/NULL); __this->set_context_1(L_1); Stack_1_t1854483454 * L_2 = __this->get_ctx_stack_2(); WriterContext_t1011093999 * L_3 = __this->get_context_1(); NullCheck(L_2); Stack_1_Push_m1652061791(L_2, L_3, /*hidden argument*/Stack_1_Push_m1652061791_RuntimeMethod_var); StringBuilder_t * L_4 = __this->get_inst_string_builder_7(); if (!L_4) { goto IL_0051; } } { StringBuilder_t * L_5 = __this->get_inst_string_builder_7(); StringBuilder_t * L_6 = __this->get_inst_string_builder_7(); NullCheck(L_6); int32_t L_7 = StringBuilder_get_Length_m3238060835(L_6, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_Remove_m940064945(L_5, 0, L_7, /*hidden argument*/NULL); } IL_0051: { return; } } // System.Void LitJson.JsonWriter::Write(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m2445807389 (JsonWriter_t3570089748 * __this, bool ___boolean0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_Write_m2445807389_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonWriter_t3570089748 * G_B2_0 = NULL; JsonWriter_t3570089748 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; JsonWriter_t3570089748 * G_B3_1 = NULL; { JsonWriter_DoValidation_m3720573283(__this, 4, /*hidden argument*/NULL); JsonWriter_PutNewline_m1066285735(__this, /*hidden argument*/NULL); bool L_0 = ___boolean0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_001e; } } { G_B3_0 = _stringLiteral4002445229; G_B3_1 = G_B1_0; goto IL_0023; } IL_001e: { G_B3_0 = _stringLiteral3875954633; G_B3_1 = G_B2_0; } IL_0023: { NullCheck(G_B3_1); JsonWriter_Put_m1954060466(G_B3_1, G_B3_0, /*hidden argument*/NULL); WriterContext_t1011093999 * L_1 = __this->get_context_1(); NullCheck(L_1); L_1->set_ExpectingValue_3((bool)0); return; } } // System.Void LitJson.JsonWriter::Write(System.Decimal) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m3898175898 (JsonWriter_t3570089748 * __this, Decimal_t2948259380 ___number0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_Write_m3898175898_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_DoValidation_m3720573283(__this, 4, /*hidden argument*/NULL); JsonWriter_PutNewline_m1066285735(__this, /*hidden argument*/NULL); Decimal_t2948259380 L_0 = ___number0; IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t3570089748_il2cpp_TypeInfo_var); NumberFormatInfo_t435877138 * L_1 = ((JsonWriter_t3570089748_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_t3570089748_il2cpp_TypeInfo_var))->get_number_format_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_2 = Convert_ToString_m3734943936(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); JsonWriter_Put_m1954060466(__this, L_2, /*hidden argument*/NULL); WriterContext_t1011093999 * L_3 = __this->get_context_1(); NullCheck(L_3); L_3->set_ExpectingValue_3((bool)0); return; } } // System.Void LitJson.JsonWriter::Write(System.Double) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m1157331754 (JsonWriter_t3570089748 * __this, double ___number0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_Write_m1157331754_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { JsonWriter_DoValidation_m3720573283(__this, 4, /*hidden argument*/NULL); JsonWriter_PutNewline_m1066285735(__this, /*hidden argument*/NULL); double L_0 = ___number0; IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t3570089748_il2cpp_TypeInfo_var); NumberFormatInfo_t435877138 * L_1 = ((JsonWriter_t3570089748_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_t3570089748_il2cpp_TypeInfo_var))->get_number_format_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_2 = Convert_ToString_m1282703378(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; JsonWriter_Put_m1954060466(__this, L_3, /*hidden argument*/NULL); String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5 = String_IndexOf_m363431711(L_4, ((int32_t)46), /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_004c; } } { String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7 = String_IndexOf_m363431711(L_6, ((int32_t)69), /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_004c; } } { TextWriter_t3478189236 * L_8 = __this->get_writer_10(); NullCheck(L_8); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_8, _stringLiteral3451565954); } IL_004c: { WriterContext_t1011093999 * L_9 = __this->get_context_1(); NullCheck(L_9); L_9->set_ExpectingValue_3((bool)0); return; } } // System.Void LitJson.JsonWriter::Write(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m3372360412 (JsonWriter_t3570089748 * __this, int32_t ___number0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_Write_m3372360412_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_DoValidation_m3720573283(__this, 4, /*hidden argument*/NULL); JsonWriter_PutNewline_m1066285735(__this, /*hidden argument*/NULL); int32_t L_0 = ___number0; IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t3570089748_il2cpp_TypeInfo_var); NumberFormatInfo_t435877138 * L_1 = ((JsonWriter_t3570089748_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_t3570089748_il2cpp_TypeInfo_var))->get_number_format_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_2 = Convert_ToString_m2614817407(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); JsonWriter_Put_m1954060466(__this, L_2, /*hidden argument*/NULL); WriterContext_t1011093999 * L_3 = __this->get_context_1(); NullCheck(L_3); L_3->set_ExpectingValue_3((bool)0); return; } } // System.Void LitJson.JsonWriter::Write(System.Int64) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m3372753631 (JsonWriter_t3570089748 * __this, int64_t ___number0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_Write_m3372753631_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_DoValidation_m3720573283(__this, 4, /*hidden argument*/NULL); JsonWriter_PutNewline_m1066285735(__this, /*hidden argument*/NULL); int64_t L_0 = ___number0; IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t3570089748_il2cpp_TypeInfo_var); NumberFormatInfo_t435877138 * L_1 = ((JsonWriter_t3570089748_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_t3570089748_il2cpp_TypeInfo_var))->get_number_format_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_2 = Convert_ToString_m239190601(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); JsonWriter_Put_m1954060466(__this, L_2, /*hidden argument*/NULL); WriterContext_t1011093999 * L_3 = __this->get_context_1(); NullCheck(L_3); L_3->set_ExpectingValue_3((bool)0); return; } } // System.Void LitJson.JsonWriter::Write(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m470866366 (JsonWriter_t3570089748 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_Write_m470866366_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_DoValidation_m3720573283(__this, 4, /*hidden argument*/NULL); JsonWriter_PutNewline_m1066285735(__this, /*hidden argument*/NULL); String_t* L_0 = ___str0; if (L_0) { goto IL_0023; } } { JsonWriter_Put_m1954060466(__this, _stringLiteral1202628576, /*hidden argument*/NULL); goto IL_002a; } IL_0023: { String_t* L_1 = ___str0; JsonWriter_PutString_m1134683299(__this, L_1, /*hidden argument*/NULL); } IL_002a: { WriterContext_t1011093999 * L_2 = __this->get_context_1(); NullCheck(L_2); L_2->set_ExpectingValue_3((bool)0); return; } } // System.Void LitJson.JsonWriter::Write(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Write_m1937799895 (JsonWriter_t3570089748 * __this, uint64_t ___number0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_Write_m1937799895_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_DoValidation_m3720573283(__this, 4, /*hidden argument*/NULL); JsonWriter_PutNewline_m1066285735(__this, /*hidden argument*/NULL); uint64_t L_0 = ___number0; IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t3570089748_il2cpp_TypeInfo_var); NumberFormatInfo_t435877138 * L_1 = ((JsonWriter_t3570089748_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_t3570089748_il2cpp_TypeInfo_var))->get_number_format_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_2 = Convert_ToString_m301771913(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); JsonWriter_Put_m1954060466(__this, L_2, /*hidden argument*/NULL); WriterContext_t1011093999 * L_3 = __this->get_context_1(); NullCheck(L_3); L_3->set_ExpectingValue_3((bool)0); return; } } // System.Void LitJson.JsonWriter::WriteArrayEnd() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteArrayEnd_m4212030344 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteArrayEnd_m4212030344_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_DoValidation_m3720573283(__this, 0, /*hidden argument*/NULL); JsonWriter_PutNewline_m3425090130(__this, (bool)0, /*hidden argument*/NULL); Stack_1_t1854483454 * L_0 = __this->get_ctx_stack_2(); NullCheck(L_0); Stack_1_Pop_m376171544(L_0, /*hidden argument*/Stack_1_Pop_m376171544_RuntimeMethod_var); Stack_1_t1854483454 * L_1 = __this->get_ctx_stack_2(); NullCheck(L_1); int32_t L_2 = Stack_1_get_Count_m2197686965(L_1, /*hidden argument*/Stack_1_get_Count_m2197686965_RuntimeMethod_var); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0037; } } { __this->set_has_reached_end_3((bool)1); goto IL_0054; } IL_0037: { Stack_1_t1854483454 * L_3 = __this->get_ctx_stack_2(); NullCheck(L_3); WriterContext_t1011093999 * L_4 = Stack_1_Peek_m634478750(L_3, /*hidden argument*/Stack_1_Peek_m634478750_RuntimeMethod_var); __this->set_context_1(L_4); WriterContext_t1011093999 * L_5 = __this->get_context_1(); NullCheck(L_5); L_5->set_ExpectingValue_3((bool)0); } IL_0054: { JsonWriter_Unindent_m638440977(__this, /*hidden argument*/NULL); JsonWriter_Put_m1954060466(__this, _stringLiteral3452614643, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonWriter::WriteArrayStart() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteArrayStart_m2860784547 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteArrayStart_m2860784547_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_DoValidation_m3720573283(__this, 2, /*hidden argument*/NULL); JsonWriter_PutNewline_m1066285735(__this, /*hidden argument*/NULL); JsonWriter_Put_m1954060466(__this, _stringLiteral3452614645, /*hidden argument*/NULL); WriterContext_t1011093999 * L_0 = (WriterContext_t1011093999 *)il2cpp_codegen_object_new(WriterContext_t1011093999_il2cpp_TypeInfo_var); WriterContext__ctor_m223138607(L_0, /*hidden argument*/NULL); __this->set_context_1(L_0); WriterContext_t1011093999 * L_1 = __this->get_context_1(); NullCheck(L_1); L_1->set_InArray_1((bool)1); Stack_1_t1854483454 * L_2 = __this->get_ctx_stack_2(); WriterContext_t1011093999 * L_3 = __this->get_context_1(); NullCheck(L_2); Stack_1_Push_m1652061791(L_2, L_3, /*hidden argument*/Stack_1_Push_m1652061791_RuntimeMethod_var); JsonWriter_Indent_m1201100729(__this, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonWriter::WriteObjectEnd() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteObjectEnd_m3752603488 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteObjectEnd_m3752603488_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_DoValidation_m3720573283(__this, 1, /*hidden argument*/NULL); JsonWriter_PutNewline_m3425090130(__this, (bool)0, /*hidden argument*/NULL); Stack_1_t1854483454 * L_0 = __this->get_ctx_stack_2(); NullCheck(L_0); Stack_1_Pop_m376171544(L_0, /*hidden argument*/Stack_1_Pop_m376171544_RuntimeMethod_var); Stack_1_t1854483454 * L_1 = __this->get_ctx_stack_2(); NullCheck(L_1); int32_t L_2 = Stack_1_get_Count_m2197686965(L_1, /*hidden argument*/Stack_1_get_Count_m2197686965_RuntimeMethod_var); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0037; } } { __this->set_has_reached_end_3((bool)1); goto IL_0054; } IL_0037: { Stack_1_t1854483454 * L_3 = __this->get_ctx_stack_2(); NullCheck(L_3); WriterContext_t1011093999 * L_4 = Stack_1_Peek_m634478750(L_3, /*hidden argument*/Stack_1_Peek_m634478750_RuntimeMethod_var); __this->set_context_1(L_4); WriterContext_t1011093999 * L_5 = __this->get_context_1(); NullCheck(L_5); L_5->set_ExpectingValue_3((bool)0); } IL_0054: { JsonWriter_Unindent_m638440977(__this, /*hidden argument*/NULL); JsonWriter_Put_m1954060466(__this, _stringLiteral3452614611, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonWriter::WriteObjectStart() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteObjectStart_m1149206805 (JsonWriter_t3570089748 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteObjectStart_m1149206805_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_DoValidation_m3720573283(__this, 2, /*hidden argument*/NULL); JsonWriter_PutNewline_m1066285735(__this, /*hidden argument*/NULL); JsonWriter_Put_m1954060466(__this, _stringLiteral3452614613, /*hidden argument*/NULL); WriterContext_t1011093999 * L_0 = (WriterContext_t1011093999 *)il2cpp_codegen_object_new(WriterContext_t1011093999_il2cpp_TypeInfo_var); WriterContext__ctor_m223138607(L_0, /*hidden argument*/NULL); __this->set_context_1(L_0); WriterContext_t1011093999 * L_1 = __this->get_context_1(); NullCheck(L_1); L_1->set_InObject_2((bool)1); Stack_1_t1854483454 * L_2 = __this->get_ctx_stack_2(); WriterContext_t1011093999 * L_3 = __this->get_context_1(); NullCheck(L_2); Stack_1_Push_m1652061791(L_2, L_3, /*hidden argument*/Stack_1_Push_m1652061791_RuntimeMethod_var); JsonWriter_Indent_m1201100729(__this, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonWriter::WritePropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WritePropertyName_m2049458875 (JsonWriter_t3570089748 * __this, String_t* ___property_name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WritePropertyName_m2049458875_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { JsonWriter_DoValidation_m3720573283(__this, 3, /*hidden argument*/NULL); JsonWriter_PutNewline_m1066285735(__this, /*hidden argument*/NULL); String_t* L_0 = ___property_name0; JsonWriter_PutString_m1134683299(__this, L_0, /*hidden argument*/NULL); bool L_1 = __this->get_pretty_print_8(); if (!L_1) { goto IL_008b; } } { String_t* L_2 = ___property_name0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); WriterContext_t1011093999 * L_4 = __this->get_context_1(); NullCheck(L_4); int32_t L_5 = L_4->get_Padding_4(); if ((((int32_t)L_3) <= ((int32_t)L_5))) { goto IL_0046; } } { WriterContext_t1011093999 * L_6 = __this->get_context_1(); String_t* L_7 = ___property_name0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_Padding_4(L_8); } IL_0046: { WriterContext_t1011093999 * L_9 = __this->get_context_1(); NullCheck(L_9); int32_t L_10 = L_9->get_Padding_4(); String_t* L_11 = ___property_name0; NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_12)); goto IL_006f; } IL_005e: { TextWriter_t3478189236 * L_13 = __this->get_writer_10(); NullCheck(L_13); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_13, ((int32_t)32)); int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); } IL_006f: { int32_t L_15 = V_0; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_005e; } } { TextWriter_t3478189236 * L_16 = __this->get_writer_10(); NullCheck(L_16); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_16, _stringLiteral3450517398); goto IL_0098; } IL_008b: { TextWriter_t3478189236 * L_17 = __this->get_writer_10(); NullCheck(L_17); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_17, ((int32_t)58)); } IL_0098: { WriterContext_t1011093999 * L_18 = __this->get_context_1(); NullCheck(L_18); L_18->set_ExpectingValue_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 LitJson.Lexer::.cctor() extern "C" IL2CPP_METHOD_ATTR void Lexer__cctor_m3741752564 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { Lexer_PopulateFsmTables_m504913204(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void LitJson.Lexer::.ctor(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void Lexer__ctor_m2391221585 (Lexer_t1514038666 * __this, TextReader_t283511965 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lexer__ctor_m2391221585_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_allow_comments_2((bool)1); __this->set_allow_single_quoted_strings_3((bool)1); __this->set_input_buffer_6(0); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_0, ((int32_t)128), /*hidden argument*/NULL); __this->set_string_buffer_10(L_0); __this->set_state_9(1); __this->set_end_of_input_4((bool)0); TextReader_t283511965 * L_1 = ___reader0; __this->set_reader_8(L_1); FsmContext_t2331368794 * L_2 = (FsmContext_t2331368794 *)il2cpp_codegen_object_new(FsmContext_t2331368794_il2cpp_TypeInfo_var); FsmContext__ctor_m1618303708(L_2, /*hidden argument*/NULL); __this->set_fsm_context_5(L_2); FsmContext_t2331368794 * L_3 = __this->get_fsm_context_5(); NullCheck(L_3); L_3->set_L_2(__this); return; } } // System.Boolean LitJson.Lexer::get_AllowComments() extern "C" IL2CPP_METHOD_ATTR bool Lexer_get_AllowComments_m2806058878 (Lexer_t1514038666 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_allow_comments_2(); return L_0; } } // System.Void LitJson.Lexer::set_AllowComments(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Lexer_set_AllowComments_m2647949953 (Lexer_t1514038666 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_allow_comments_2(L_0); return; } } // System.Boolean LitJson.Lexer::get_AllowSingleQuotedStrings() extern "C" IL2CPP_METHOD_ATTR bool Lexer_get_AllowSingleQuotedStrings_m2362353968 (Lexer_t1514038666 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_allow_single_quoted_strings_3(); return L_0; } } // System.Void LitJson.Lexer::set_AllowSingleQuotedStrings(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Lexer_set_AllowSingleQuotedStrings_m1148053294 (Lexer_t1514038666 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_allow_single_quoted_strings_3(L_0); return; } } // System.Boolean LitJson.Lexer::get_EndOfInput() extern "C" IL2CPP_METHOD_ATTR bool Lexer_get_EndOfInput_m531191172 (Lexer_t1514038666 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_end_of_input_4(); return L_0; } } // System.Int32 LitJson.Lexer::get_Token() extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_get_Token_m2631516167 (Lexer_t1514038666 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_token_12(); return L_0; } } // System.String LitJson.Lexer::get_StringValue() extern "C" IL2CPP_METHOD_ATTR String_t* Lexer_get_StringValue_m2571291423 (Lexer_t1514038666 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_string_value_11(); return L_0; } } // System.Int32 LitJson.Lexer::HexValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_HexValue_m4106397610 (RuntimeObject * __this /* static, unused */, int32_t ___digit0, const RuntimeMethod* method) { { int32_t L_0 = ___digit0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)65)))) { case 0: { goto IL_0047; } case 1: { goto IL_004a; } case 2: { goto IL_004d; } case 3: { goto IL_0050; } case 4: { goto IL_0053; } case 5: { goto IL_0056; } } } { int32_t L_1 = ___digit0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)97)))) { case 0: { goto IL_0047; } case 1: { goto IL_004a; } case 2: { goto IL_004d; } case 3: { goto IL_0050; } case 4: { goto IL_0053; } case 5: { goto IL_0056; } } } { goto IL_0059; } IL_0047: { return ((int32_t)10); } IL_004a: { return ((int32_t)11); } IL_004d: { return ((int32_t)12); } IL_0050: { return ((int32_t)13); } IL_0053: { return ((int32_t)14); } IL_0056: { return ((int32_t)15); } IL_0059: { int32_t L_2 = ___digit0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)48))); } } // System.Void LitJson.Lexer::PopulateFsmTables() extern "C" IL2CPP_METHOD_ATTR void Lexer_PopulateFsmTables_m504913204 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lexer_PopulateFsmTables_m504913204_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; StateHandlerU5BU5D_t1323790106* G_B2_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B2_2 = NULL; int32_t G_B1_0 = 0; StateHandlerU5BU5D_t1323790106* G_B1_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B1_2 = NULL; int32_t G_B4_0 = 0; StateHandlerU5BU5D_t1323790106* G_B4_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B4_2 = NULL; int32_t G_B3_0 = 0; StateHandlerU5BU5D_t1323790106* G_B3_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B3_2 = NULL; int32_t G_B6_0 = 0; StateHandlerU5BU5D_t1323790106* G_B6_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B6_2 = NULL; int32_t G_B5_0 = 0; StateHandlerU5BU5D_t1323790106* G_B5_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B5_2 = NULL; int32_t G_B8_0 = 0; StateHandlerU5BU5D_t1323790106* G_B8_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B8_2 = NULL; int32_t G_B7_0 = 0; StateHandlerU5BU5D_t1323790106* G_B7_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B7_2 = NULL; int32_t G_B10_0 = 0; StateHandlerU5BU5D_t1323790106* G_B10_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B10_2 = NULL; int32_t G_B9_0 = 0; StateHandlerU5BU5D_t1323790106* G_B9_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B9_2 = NULL; int32_t G_B12_0 = 0; StateHandlerU5BU5D_t1323790106* G_B12_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B12_2 = NULL; int32_t G_B11_0 = 0; StateHandlerU5BU5D_t1323790106* G_B11_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B11_2 = NULL; int32_t G_B14_0 = 0; StateHandlerU5BU5D_t1323790106* G_B14_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B14_2 = NULL; int32_t G_B13_0 = 0; StateHandlerU5BU5D_t1323790106* G_B13_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B13_2 = NULL; int32_t G_B16_0 = 0; StateHandlerU5BU5D_t1323790106* G_B16_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B16_2 = NULL; int32_t G_B15_0 = 0; StateHandlerU5BU5D_t1323790106* G_B15_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B15_2 = NULL; int32_t G_B18_0 = 0; StateHandlerU5BU5D_t1323790106* G_B18_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B18_2 = NULL; int32_t G_B17_0 = 0; StateHandlerU5BU5D_t1323790106* G_B17_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B17_2 = NULL; int32_t G_B20_0 = 0; StateHandlerU5BU5D_t1323790106* G_B20_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B20_2 = NULL; int32_t G_B19_0 = 0; StateHandlerU5BU5D_t1323790106* G_B19_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B19_2 = NULL; int32_t G_B22_0 = 0; StateHandlerU5BU5D_t1323790106* G_B22_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B22_2 = NULL; int32_t G_B21_0 = 0; StateHandlerU5BU5D_t1323790106* G_B21_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B21_2 = NULL; int32_t G_B24_0 = 0; StateHandlerU5BU5D_t1323790106* G_B24_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B24_2 = NULL; int32_t G_B23_0 = 0; StateHandlerU5BU5D_t1323790106* G_B23_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B23_2 = NULL; int32_t G_B26_0 = 0; StateHandlerU5BU5D_t1323790106* G_B26_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B26_2 = NULL; int32_t G_B25_0 = 0; StateHandlerU5BU5D_t1323790106* G_B25_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B25_2 = NULL; int32_t G_B28_0 = 0; StateHandlerU5BU5D_t1323790106* G_B28_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B28_2 = NULL; int32_t G_B27_0 = 0; StateHandlerU5BU5D_t1323790106* G_B27_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B27_2 = NULL; int32_t G_B30_0 = 0; StateHandlerU5BU5D_t1323790106* G_B30_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B30_2 = NULL; int32_t G_B29_0 = 0; StateHandlerU5BU5D_t1323790106* G_B29_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B29_2 = NULL; int32_t G_B32_0 = 0; StateHandlerU5BU5D_t1323790106* G_B32_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B32_2 = NULL; int32_t G_B31_0 = 0; StateHandlerU5BU5D_t1323790106* G_B31_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B31_2 = NULL; int32_t G_B34_0 = 0; StateHandlerU5BU5D_t1323790106* G_B34_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B34_2 = NULL; int32_t G_B33_0 = 0; StateHandlerU5BU5D_t1323790106* G_B33_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B33_2 = NULL; int32_t G_B36_0 = 0; StateHandlerU5BU5D_t1323790106* G_B36_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B36_2 = NULL; int32_t G_B35_0 = 0; StateHandlerU5BU5D_t1323790106* G_B35_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B35_2 = NULL; int32_t G_B38_0 = 0; StateHandlerU5BU5D_t1323790106* G_B38_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B38_2 = NULL; int32_t G_B37_0 = 0; StateHandlerU5BU5D_t1323790106* G_B37_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B37_2 = NULL; int32_t G_B40_0 = 0; StateHandlerU5BU5D_t1323790106* G_B40_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B40_2 = NULL; int32_t G_B39_0 = 0; StateHandlerU5BU5D_t1323790106* G_B39_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B39_2 = NULL; int32_t G_B42_0 = 0; StateHandlerU5BU5D_t1323790106* G_B42_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B42_2 = NULL; int32_t G_B41_0 = 0; StateHandlerU5BU5D_t1323790106* G_B41_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B41_2 = NULL; int32_t G_B44_0 = 0; StateHandlerU5BU5D_t1323790106* G_B44_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B44_2 = NULL; int32_t G_B43_0 = 0; StateHandlerU5BU5D_t1323790106* G_B43_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B43_2 = NULL; int32_t G_B46_0 = 0; StateHandlerU5BU5D_t1323790106* G_B46_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B46_2 = NULL; int32_t G_B45_0 = 0; StateHandlerU5BU5D_t1323790106* G_B45_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B45_2 = NULL; int32_t G_B48_0 = 0; StateHandlerU5BU5D_t1323790106* G_B48_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B48_2 = NULL; int32_t G_B47_0 = 0; StateHandlerU5BU5D_t1323790106* G_B47_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B47_2 = NULL; int32_t G_B50_0 = 0; StateHandlerU5BU5D_t1323790106* G_B50_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B50_2 = NULL; int32_t G_B49_0 = 0; StateHandlerU5BU5D_t1323790106* G_B49_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B49_2 = NULL; int32_t G_B52_0 = 0; StateHandlerU5BU5D_t1323790106* G_B52_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B52_2 = NULL; int32_t G_B51_0 = 0; StateHandlerU5BU5D_t1323790106* G_B51_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B51_2 = NULL; int32_t G_B54_0 = 0; StateHandlerU5BU5D_t1323790106* G_B54_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B54_2 = NULL; int32_t G_B53_0 = 0; StateHandlerU5BU5D_t1323790106* G_B53_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B53_2 = NULL; int32_t G_B56_0 = 0; StateHandlerU5BU5D_t1323790106* G_B56_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B56_2 = NULL; int32_t G_B55_0 = 0; StateHandlerU5BU5D_t1323790106* G_B55_1 = NULL; StateHandlerU5BU5D_t1323790106* G_B55_2 = NULL; { StateHandlerU5BU5D_t1323790106* L_0 = ((StateHandlerU5BU5D_t1323790106*)SZArrayNew(StateHandlerU5BU5D_t1323790106_il2cpp_TypeInfo_var, (uint32_t)((int32_t)28))); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_1 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_14(); G_B1_0 = 0; G_B1_1 = L_0; G_B1_2 = L_0; if (L_1) { G_B2_0 = 0; G_B2_1 = L_0; G_B2_2 = L_0; goto IL_0021; } } { intptr_t L_2 = (intptr_t)Lexer_State1_m630944111_RuntimeMethod_var; StateHandler_t105866779 * L_3 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_3, NULL, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_14(L_3); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_4 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_14(); NullCheck(G_B2_1); ArrayElementTypeCheck (G_B2_1, L_4); (G_B2_1)->SetAt(static_cast(G_B2_0), (StateHandler_t105866779 *)L_4); StateHandlerU5BU5D_t1323790106* L_5 = G_B2_2; StateHandler_t105866779 * L_6 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_15(); G_B3_0 = 1; G_B3_1 = L_5; G_B3_2 = L_5; if (L_6) { G_B4_0 = 1; G_B4_1 = L_5; G_B4_2 = L_5; goto IL_0041; } } { intptr_t L_7 = (intptr_t)Lexer_State2_m2046757324_RuntimeMethod_var; StateHandler_t105866779 * L_8 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_8, NULL, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_15(L_8); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_9 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_15(); NullCheck(G_B4_1); ArrayElementTypeCheck (G_B4_1, L_9); (G_B4_1)->SetAt(static_cast(G_B4_0), (StateHandler_t105866779 *)L_9); StateHandlerU5BU5D_t1323790106* L_10 = G_B4_2; StateHandler_t105866779 * L_11 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_16(); G_B5_0 = 2; G_B5_1 = L_10; G_B5_2 = L_10; if (L_11) { G_B6_0 = 2; G_B6_1 = L_10; G_B6_2 = L_10; goto IL_0061; } } { intptr_t L_12 = (intptr_t)Lexer_State3_m3838405303_RuntimeMethod_var; StateHandler_t105866779 * L_13 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_13, NULL, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_16(L_13); G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_0061: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_14 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_16(); NullCheck(G_B6_1); ArrayElementTypeCheck (G_B6_1, L_14); (G_B6_1)->SetAt(static_cast(G_B6_0), (StateHandler_t105866779 *)L_14); StateHandlerU5BU5D_t1323790106* L_15 = G_B6_2; StateHandler_t105866779 * L_16 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_17(); G_B7_0 = 3; G_B7_1 = L_15; G_B7_2 = L_15; if (L_16) { G_B8_0 = 3; G_B8_1 = L_15; G_B8_2 = L_15; goto IL_0081; } } { intptr_t L_17 = (intptr_t)Lexer_State4_m161341214_RuntimeMethod_var; StateHandler_t105866779 * L_18 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_18, NULL, L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_17(L_18); G_B8_0 = G_B7_0; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; } IL_0081: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_19 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_17(); NullCheck(G_B8_1); ArrayElementTypeCheck (G_B8_1, L_19); (G_B8_1)->SetAt(static_cast(G_B8_0), (StateHandler_t105866779 *)L_19); StateHandlerU5BU5D_t1323790106* L_20 = G_B8_2; StateHandler_t105866779 * L_21 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_18(); G_B9_0 = 4; G_B9_1 = L_20; G_B9_2 = L_20; if (L_21) { G_B10_0 = 4; G_B10_1 = L_20; G_B10_2 = L_20; goto IL_00a1; } } { intptr_t L_22 = (intptr_t)Lexer_State5_m1300265169_RuntimeMethod_var; StateHandler_t105866779 * L_23 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_23, NULL, L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache4_18(L_23); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; } IL_00a1: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_24 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_18(); NullCheck(G_B10_1); ArrayElementTypeCheck (G_B10_1, L_24); (G_B10_1)->SetAt(static_cast(G_B10_0), (StateHandler_t105866779 *)L_24); StateHandlerU5BU5D_t1323790106* L_25 = G_B10_2; StateHandler_t105866779 * L_26 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_19(); G_B11_0 = 5; G_B11_1 = L_25; G_B11_2 = L_25; if (L_26) { G_B12_0 = 5; G_B12_1 = L_25; G_B12_2 = L_25; goto IL_00c1; } } { intptr_t L_27 = (intptr_t)Lexer_State6_m852077224_RuntimeMethod_var; StateHandler_t105866779 * L_28 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_28, NULL, L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache5_19(L_28); G_B12_0 = G_B11_0; G_B12_1 = G_B11_1; G_B12_2 = G_B11_2; } IL_00c1: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_29 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_19(); NullCheck(G_B12_1); ArrayElementTypeCheck (G_B12_1, L_29); (G_B12_1)->SetAt(static_cast(G_B12_0), (StateHandler_t105866779 *)L_29); StateHandlerU5BU5D_t1323790106* L_30 = G_B12_2; StateHandler_t105866779 * L_31 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache6_20(); G_B13_0 = 6; G_B13_1 = L_30; G_B13_2 = L_30; if (L_31) { G_B14_0 = 6; G_B14_1 = L_30; G_B14_2 = L_30; goto IL_00e1; } } { intptr_t L_32 = (intptr_t)Lexer_State7_m47209804_RuntimeMethod_var; StateHandler_t105866779 * L_33 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_33, NULL, L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache6_20(L_33); G_B14_0 = G_B13_0; G_B14_1 = G_B13_1; G_B14_2 = G_B13_2; } IL_00e1: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_34 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache6_20(); NullCheck(G_B14_1); ArrayElementTypeCheck (G_B14_1, L_34); (G_B14_1)->SetAt(static_cast(G_B14_0), (StateHandler_t105866779 *)L_34); StateHandlerU5BU5D_t1323790106* L_35 = G_B14_2; StateHandler_t105866779 * L_36 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache7_21(); G_B15_0 = 7; G_B15_1 = L_35; G_B15_2 = L_35; if (L_36) { G_B16_0 = 7; G_B16_1 = L_35; G_B16_2 = L_35; goto IL_0101; } } { intptr_t L_37 = (intptr_t)Lexer_State8_m4236629208_RuntimeMethod_var; StateHandler_t105866779 * L_38 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_38, NULL, L_37, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache7_21(L_38); G_B16_0 = G_B15_0; G_B16_1 = G_B15_1; G_B16_2 = G_B15_2; } IL_0101: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_39 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache7_21(); NullCheck(G_B16_1); ArrayElementTypeCheck (G_B16_1, L_39); (G_B16_1)->SetAt(static_cast(G_B16_0), (StateHandler_t105866779 *)L_39); StateHandlerU5BU5D_t1323790106* L_40 = G_B16_2; StateHandler_t105866779 * L_41 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache8_22(); G_B17_0 = 8; G_B17_1 = L_40; G_B17_2 = L_40; if (L_41) { G_B18_0 = 8; G_B18_1 = L_40; G_B18_2 = L_40; goto IL_0121; } } { intptr_t L_42 = (intptr_t)Lexer_State9_m3063268735_RuntimeMethod_var; StateHandler_t105866779 * L_43 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_43, NULL, L_42, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache8_22(L_43); G_B18_0 = G_B17_0; G_B18_1 = G_B17_1; G_B18_2 = G_B17_2; } IL_0121: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_44 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache8_22(); NullCheck(G_B18_1); ArrayElementTypeCheck (G_B18_1, L_44); (G_B18_1)->SetAt(static_cast(G_B18_0), (StateHandler_t105866779 *)L_44); StateHandlerU5BU5D_t1323790106* L_45 = G_B18_2; StateHandler_t105866779 * L_46 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache9_23(); G_B19_0 = ((int32_t)9); G_B19_1 = L_45; G_B19_2 = L_45; if (L_46) { G_B20_0 = ((int32_t)9); G_B20_1 = L_45; G_B20_2 = L_45; goto IL_0142; } } { intptr_t L_47 = (intptr_t)Lexer_State10_m757572457_RuntimeMethod_var; StateHandler_t105866779 * L_48 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_48, NULL, L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache9_23(L_48); G_B20_0 = G_B19_0; G_B20_1 = G_B19_1; G_B20_2 = G_B19_2; } IL_0142: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_49 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache9_23(); NullCheck(G_B20_1); ArrayElementTypeCheck (G_B20_1, L_49); (G_B20_1)->SetAt(static_cast(G_B20_0), (StateHandler_t105866779 *)L_49); StateHandlerU5BU5D_t1323790106* L_50 = G_B20_2; StateHandler_t105866779 * L_51 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheA_24(); G_B21_0 = ((int32_t)10); G_B21_1 = L_50; G_B21_2 = L_50; if (L_51) { G_B22_0 = ((int32_t)10); G_B22_1 = L_50; G_B22_2 = L_50; goto IL_0163; } } { intptr_t L_52 = (intptr_t)Lexer_State11_m915935908_RuntimeMethod_var; StateHandler_t105866779 * L_53 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_53, NULL, L_52, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheA_24(L_53); G_B22_0 = G_B21_0; G_B22_1 = G_B21_1; G_B22_2 = G_B21_2; } IL_0163: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_54 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheA_24(); NullCheck(G_B22_1); ArrayElementTypeCheck (G_B22_1, L_54); (G_B22_1)->SetAt(static_cast(G_B22_0), (StateHandler_t105866779 *)L_54); StateHandlerU5BU5D_t1323790106* L_55 = G_B22_2; StateHandler_t105866779 * L_56 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheB_25(); G_B23_0 = ((int32_t)11); G_B23_1 = L_55; G_B23_2 = L_55; if (L_56) { G_B24_0 = ((int32_t)11); G_B24_1 = L_55; G_B24_2 = L_55; goto IL_0184; } } { intptr_t L_57 = (intptr_t)Lexer_State12_m532381763_RuntimeMethod_var; StateHandler_t105866779 * L_58 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_58, NULL, L_57, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheB_25(L_58); G_B24_0 = G_B23_0; G_B24_1 = G_B23_1; G_B24_2 = G_B23_2; } IL_0184: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_59 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheB_25(); NullCheck(G_B24_1); ArrayElementTypeCheck (G_B24_1, L_59); (G_B24_1)->SetAt(static_cast(G_B24_0), (StateHandler_t105866779 *)L_59); StateHandlerU5BU5D_t1323790106* L_60 = G_B24_2; StateHandler_t105866779 * L_61 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheC_26(); G_B25_0 = ((int32_t)12); G_B25_1 = L_60; G_B25_2 = L_60; if (L_61) { G_B26_0 = ((int32_t)12); G_B26_1 = L_60; G_B26_2 = L_60; goto IL_01a5; } } { intptr_t L_62 = (intptr_t)Lexer_State13_m145470406_RuntimeMethod_var; StateHandler_t105866779 * L_63 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_63, NULL, L_62, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheC_26(L_63); G_B26_0 = G_B25_0; G_B26_1 = G_B25_1; G_B26_2 = G_B25_2; } IL_01a5: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_64 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheC_26(); NullCheck(G_B26_1); ArrayElementTypeCheck (G_B26_1, L_64); (G_B26_1)->SetAt(static_cast(G_B26_0), (StateHandler_t105866779 *)L_64); StateHandlerU5BU5D_t1323790106* L_65 = G_B26_2; StateHandler_t105866779 * L_66 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheD_27(); G_B27_0 = ((int32_t)13); G_B27_1 = L_65; G_B27_2 = L_65; if (L_66) { G_B28_0 = ((int32_t)13); G_B28_1 = L_65; G_B28_2 = L_65; goto IL_01c6; } } { intptr_t L_67 = (intptr_t)Lexer_State14_m601587845_RuntimeMethod_var; StateHandler_t105866779 * L_68 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_68, NULL, L_67, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheD_27(L_68); G_B28_0 = G_B27_0; G_B28_1 = G_B27_1; G_B28_2 = G_B27_2; } IL_01c6: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_69 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheD_27(); NullCheck(G_B28_1); ArrayElementTypeCheck (G_B28_1, L_69); (G_B28_1)->SetAt(static_cast(G_B28_0), (StateHandler_t105866779 *)L_69); StateHandlerU5BU5D_t1323790106* L_70 = G_B28_2; StateHandler_t105866779 * L_71 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheE_28(); G_B29_0 = ((int32_t)14); G_B29_1 = L_70; G_B29_2 = L_70; if (L_71) { G_B30_0 = ((int32_t)14); G_B30_1 = L_70; G_B30_2 = L_70; goto IL_01e7; } } { intptr_t L_72 = (intptr_t)Lexer_State15_m512027856_RuntimeMethod_var; StateHandler_t105866779 * L_73 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_73, NULL, L_72, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheE_28(L_73); G_B30_0 = G_B29_0; G_B30_1 = G_B29_1; G_B30_2 = G_B29_2; } IL_01e7: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_74 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheE_28(); NullCheck(G_B30_1); ArrayElementTypeCheck (G_B30_1, L_74); (G_B30_1)->SetAt(static_cast(G_B30_0), (StateHandler_t105866779 *)L_74); StateHandlerU5BU5D_t1323790106* L_75 = G_B30_2; StateHandler_t105866779 * L_76 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheF_29(); G_B31_0 = ((int32_t)15); G_B31_1 = L_75; G_B31_2 = L_75; if (L_76) { G_B32_0 = ((int32_t)15); G_B32_1 = L_75; G_B32_2 = L_75; goto IL_0208; } } { intptr_t L_77 = (intptr_t)Lexer_State16_m406117359_RuntimeMethod_var; StateHandler_t105866779 * L_78 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_78, NULL, L_77, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheF_29(L_78); G_B32_0 = G_B31_0; G_B32_1 = G_B31_1; G_B32_2 = G_B31_2; } IL_0208: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_79 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheF_29(); NullCheck(G_B32_1); ArrayElementTypeCheck (G_B32_1, L_79); (G_B32_1)->SetAt(static_cast(G_B32_0), (StateHandler_t105866779 *)L_79); StateHandlerU5BU5D_t1323790106* L_80 = G_B32_2; StateHandler_t105866779 * L_81 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache10_30(); G_B33_0 = ((int32_t)16); G_B33_1 = L_80; G_B33_2 = L_80; if (L_81) { G_B34_0 = ((int32_t)16); G_B34_1 = L_80; G_B34_2 = L_80; goto IL_0229; } } { intptr_t L_82 = (intptr_t)Lexer_State17_m581225490_RuntimeMethod_var; StateHandler_t105866779 * L_83 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_83, NULL, L_82, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache10_30(L_83); G_B34_0 = G_B33_0; G_B34_1 = G_B33_1; G_B34_2 = G_B33_2; } IL_0229: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_84 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache10_30(); NullCheck(G_B34_1); ArrayElementTypeCheck (G_B34_1, L_84); (G_B34_1)->SetAt(static_cast(G_B34_0), (StateHandler_t105866779 *)L_84); StateHandlerU5BU5D_t1323790106* L_85 = G_B34_2; StateHandler_t105866779 * L_86 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache11_31(); G_B35_0 = ((int32_t)17); G_B35_1 = L_85; G_B35_2 = L_85; if (L_86) { G_B36_0 = ((int32_t)17); G_B36_1 = L_85; G_B36_2 = L_85; goto IL_024a; } } { intptr_t L_87 = (intptr_t)Lexer_State18_m475323441_RuntimeMethod_var; StateHandler_t105866779 * L_88 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_88, NULL, L_87, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache11_31(L_88); G_B36_0 = G_B35_0; G_B36_1 = G_B35_1; G_B36_2 = G_B35_2; } IL_024a: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_89 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache11_31(); NullCheck(G_B36_1); ArrayElementTypeCheck (G_B36_1, L_89); (G_B36_1)->SetAt(static_cast(G_B36_0), (StateHandler_t105866779 *)L_89); StateHandlerU5BU5D_t1323790106* L_90 = G_B36_2; StateHandler_t105866779 * L_91 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache12_32(); G_B37_0 = ((int32_t)18); G_B37_1 = L_90; G_B37_2 = L_90; if (L_91) { G_B38_0 = ((int32_t)18); G_B38_1 = L_90; G_B38_2 = L_90; goto IL_026b; } } { intptr_t L_92 = (intptr_t)Lexer_State19_m356044460_RuntimeMethod_var; StateHandler_t105866779 * L_93 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_93, NULL, L_92, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache12_32(L_93); G_B38_0 = G_B37_0; G_B38_1 = G_B37_1; G_B38_2 = G_B37_2; } IL_026b: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_94 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache12_32(); NullCheck(G_B38_1); ArrayElementTypeCheck (G_B38_1, L_94); (G_B38_1)->SetAt(static_cast(G_B38_0), (StateHandler_t105866779 *)L_94); StateHandlerU5BU5D_t1323790106* L_95 = G_B38_2; StateHandler_t105866779 * L_96 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache13_33(); G_B39_0 = ((int32_t)19); G_B39_1 = L_95; G_B39_2 = L_95; if (L_96) { G_B40_0 = ((int32_t)19); G_B40_1 = L_95; G_B40_2 = L_95; goto IL_028c; } } { intptr_t L_97 = (intptr_t)Lexer_State20_m2792040308_RuntimeMethod_var; StateHandler_t105866779 * L_98 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_98, NULL, L_97, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache13_33(L_98); G_B40_0 = G_B39_0; G_B40_1 = G_B39_1; G_B40_2 = G_B39_2; } IL_028c: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_99 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache13_33(); NullCheck(G_B40_1); ArrayElementTypeCheck (G_B40_1, L_99); (G_B40_1)->SetAt(static_cast(G_B40_0), (StateHandler_t105866779 *)L_99); StateHandlerU5BU5D_t1323790106* L_100 = G_B40_2; StateHandler_t105866779 * L_101 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache14_34(); G_B41_0 = ((int32_t)20); G_B41_1 = L_100; G_B41_2 = L_100; if (L_101) { G_B42_0 = ((int32_t)20); G_B42_1 = L_100; G_B42_2 = L_100; goto IL_02ad; } } { intptr_t L_102 = (intptr_t)Lexer_State21_m2950403759_RuntimeMethod_var; StateHandler_t105866779 * L_103 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_103, NULL, L_102, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache14_34(L_103); G_B42_0 = G_B41_0; G_B42_1 = G_B41_1; G_B42_2 = G_B41_2; } IL_02ad: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_104 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache14_34(); NullCheck(G_B42_1); ArrayElementTypeCheck (G_B42_1, L_104); (G_B42_1)->SetAt(static_cast(G_B42_0), (StateHandler_t105866779 *)L_104); StateHandlerU5BU5D_t1323790106* L_105 = G_B42_2; StateHandler_t105866779 * L_106 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache15_35(); G_B43_0 = ((int32_t)21); G_B43_1 = L_105; G_B43_2 = L_105; if (L_106) { G_B44_0 = ((int32_t)21); G_B44_1 = L_105; G_B44_2 = L_105; goto IL_02ce; } } { intptr_t L_107 = (intptr_t)Lexer_State22_m2566849614_RuntimeMethod_var; StateHandler_t105866779 * L_108 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_108, NULL, L_107, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache15_35(L_108); G_B44_0 = G_B43_0; G_B44_1 = G_B43_1; G_B44_2 = G_B43_2; } IL_02ce: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_109 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache15_35(); NullCheck(G_B44_1); ArrayElementTypeCheck (G_B44_1, L_109); (G_B44_1)->SetAt(static_cast(G_B44_0), (StateHandler_t105866779 *)L_109); StateHandlerU5BU5D_t1323790106* L_110 = G_B44_2; StateHandler_t105866779 * L_111 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache16_36(); G_B45_0 = ((int32_t)22); G_B45_1 = L_110; G_B45_2 = L_110; if (L_111) { G_B46_0 = ((int32_t)22); G_B46_1 = L_110; G_B46_2 = L_110; goto IL_02ef; } } { intptr_t L_112 = (intptr_t)Lexer_State23_m2179938257_RuntimeMethod_var; StateHandler_t105866779 * L_113 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_113, NULL, L_112, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache16_36(L_113); G_B46_0 = G_B45_0; G_B46_1 = G_B45_1; G_B46_2 = G_B45_2; } IL_02ef: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_114 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache16_36(); NullCheck(G_B46_1); ArrayElementTypeCheck (G_B46_1, L_114); (G_B46_1)->SetAt(static_cast(G_B46_0), (StateHandler_t105866779 *)L_114); StateHandlerU5BU5D_t1323790106* L_115 = G_B46_2; StateHandler_t105866779 * L_116 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache17_37(); G_B47_0 = ((int32_t)23); G_B47_1 = L_115; G_B47_2 = L_115; if (L_116) { G_B48_0 = ((int32_t)23); G_B48_1 = L_115; G_B48_2 = L_115; goto IL_0310; } } { intptr_t L_117 = (intptr_t)Lexer_State24_m2636055696_RuntimeMethod_var; StateHandler_t105866779 * L_118 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_118, NULL, L_117, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache17_37(L_118); G_B48_0 = G_B47_0; G_B48_1 = G_B47_1; G_B48_2 = G_B47_2; } IL_0310: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_119 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache17_37(); NullCheck(G_B48_1); ArrayElementTypeCheck (G_B48_1, L_119); (G_B48_1)->SetAt(static_cast(G_B48_0), (StateHandler_t105866779 *)L_119); StateHandlerU5BU5D_t1323790106* L_120 = G_B48_2; StateHandler_t105866779 * L_121 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache18_38(); G_B49_0 = ((int32_t)24); G_B49_1 = L_120; G_B49_2 = L_120; if (L_121) { G_B50_0 = ((int32_t)24); G_B50_1 = L_120; G_B50_2 = L_120; goto IL_0331; } } { intptr_t L_122 = (intptr_t)Lexer_State25_m2546495707_RuntimeMethod_var; StateHandler_t105866779 * L_123 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_123, NULL, L_122, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache18_38(L_123); G_B50_0 = G_B49_0; G_B50_1 = G_B49_1; G_B50_2 = G_B49_2; } IL_0331: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_124 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache18_38(); NullCheck(G_B50_1); ArrayElementTypeCheck (G_B50_1, L_124); (G_B50_1)->SetAt(static_cast(G_B50_0), (StateHandler_t105866779 *)L_124); StateHandlerU5BU5D_t1323790106* L_125 = G_B50_2; StateHandler_t105866779 * L_126 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache19_39(); G_B51_0 = ((int32_t)25); G_B51_1 = L_125; G_B51_2 = L_125; if (L_126) { G_B52_0 = ((int32_t)25); G_B52_1 = L_125; G_B52_2 = L_125; goto IL_0352; } } { intptr_t L_127 = (intptr_t)Lexer_State26_m2440585210_RuntimeMethod_var; StateHandler_t105866779 * L_128 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_128, NULL, L_127, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache19_39(L_128); G_B52_0 = G_B51_0; G_B52_1 = G_B51_1; G_B52_2 = G_B51_2; } IL_0352: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_129 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache19_39(); NullCheck(G_B52_1); ArrayElementTypeCheck (G_B52_1, L_129); (G_B52_1)->SetAt(static_cast(G_B52_0), (StateHandler_t105866779 *)L_129); StateHandlerU5BU5D_t1323790106* L_130 = G_B52_2; StateHandler_t105866779 * L_131 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1A_40(); G_B53_0 = ((int32_t)26); G_B53_1 = L_130; G_B53_2 = L_130; if (L_131) { G_B54_0 = ((int32_t)26); G_B54_1 = L_130; G_B54_2 = L_130; goto IL_0373; } } { intptr_t L_132 = (intptr_t)Lexer_State27_m2615693341_RuntimeMethod_var; StateHandler_t105866779 * L_133 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_133, NULL, L_132, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1A_40(L_133); G_B54_0 = G_B53_0; G_B54_1 = G_B53_1; G_B54_2 = G_B53_2; } IL_0373: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_134 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1A_40(); NullCheck(G_B54_1); ArrayElementTypeCheck (G_B54_1, L_134); (G_B54_1)->SetAt(static_cast(G_B54_0), (StateHandler_t105866779 *)L_134); StateHandlerU5BU5D_t1323790106* L_135 = G_B54_2; StateHandler_t105866779 * L_136 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1B_41(); G_B55_0 = ((int32_t)27); G_B55_1 = L_135; G_B55_2 = L_135; if (L_136) { G_B56_0 = ((int32_t)27); G_B56_1 = L_135; G_B56_2 = L_135; goto IL_0394; } } { intptr_t L_137 = (intptr_t)Lexer_State28_m2509791292_RuntimeMethod_var; StateHandler_t105866779 * L_138 = (StateHandler_t105866779 *)il2cpp_codegen_object_new(StateHandler_t105866779_il2cpp_TypeInfo_var); StateHandler__ctor_m2276670741(L_138, NULL, L_137, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1B_41(L_138); G_B56_0 = G_B55_0; G_B56_1 = G_B55_1; G_B56_2 = G_B55_2; } IL_0394: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandler_t105866779 * L_139 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1B_41(); NullCheck(G_B56_1); ArrayElementTypeCheck (G_B56_1, L_139); (G_B56_1)->SetAt(static_cast(G_B56_0), (StateHandler_t105866779 *)L_139); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_fsm_handler_table_1(G_B56_2); Int32U5BU5D_t385246372* L_140 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)28))); RuntimeFieldHandle_t1871169219 L_141 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_140, L_141, /*hidden argument*/NULL); ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->set_fsm_return_table_0(L_140); return; } } // System.Char LitJson.Lexer::ProcessEscChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Lexer_ProcessEscChar_m3583053019 (RuntimeObject * __this /* static, unused */, int32_t ___esc_char0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lexer_ProcessEscChar_m3583053019_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___esc_char0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)114)))) { case 0: { goto IL_005f; } case 1: { goto IL_0015; } case 2: { goto IL_005c; } } } IL_0015: { int32_t L_1 = ___esc_char0; if ((((int32_t)L_1) == ((int32_t)((int32_t)34)))) { goto IL_0052; } } { int32_t L_2 = ___esc_char0; if ((((int32_t)L_2) == ((int32_t)((int32_t)39)))) { goto IL_0052; } } { int32_t L_3 = ___esc_char0; if ((((int32_t)L_3) == ((int32_t)((int32_t)47)))) { goto IL_0052; } } { int32_t L_4 = ___esc_char0; if ((((int32_t)L_4) == ((int32_t)((int32_t)92)))) { goto IL_0052; } } { int32_t L_5 = ___esc_char0; if ((((int32_t)L_5) == ((int32_t)((int32_t)98)))) { goto IL_0062; } } { int32_t L_6 = ___esc_char0; if ((((int32_t)L_6) == ((int32_t)((int32_t)102)))) { goto IL_0064; } } { int32_t L_7 = ___esc_char0; if ((((int32_t)L_7) == ((int32_t)((int32_t)110)))) { goto IL_0059; } } { goto IL_0067; } IL_0052: { int32_t L_8 = ___esc_char0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_9 = Convert_ToChar_m4189066566(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return L_9; } IL_0059: { return ((int32_t)10); } IL_005c: { return ((int32_t)9); } IL_005f: { return ((int32_t)13); } IL_0062: { return 8; } IL_0064: { return ((int32_t)12); } IL_0067: { return ((int32_t)63); } } // System.Boolean LitJson.Lexer::State1(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State1_m630944111 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { goto IL_01eb; } IL_0005: { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); int32_t L_2 = L_1->get_input_char_7(); if ((((int32_t)L_2) == ((int32_t)((int32_t)32)))) { goto IL_003b; } } { FsmContext_t2331368794 * L_3 = ___ctx0; NullCheck(L_3); Lexer_t1514038666 * L_4 = L_3->get_L_2(); NullCheck(L_4); int32_t L_5 = L_4->get_input_char_7(); if ((((int32_t)L_5) < ((int32_t)((int32_t)9)))) { goto IL_0040; } } { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); Lexer_t1514038666 * L_7 = L_6->get_L_2(); NullCheck(L_7); int32_t L_8 = L_7->get_input_char_7(); if ((((int32_t)L_8) > ((int32_t)((int32_t)13)))) { goto IL_0040; } } IL_003b: { goto IL_01eb; } IL_0040: { FsmContext_t2331368794 * L_9 = ___ctx0; NullCheck(L_9); Lexer_t1514038666 * L_10 = L_9->get_L_2(); NullCheck(L_10); int32_t L_11 = L_10->get_input_char_7(); if ((((int32_t)L_11) < ((int32_t)((int32_t)49)))) { goto IL_008a; } } { FsmContext_t2331368794 * L_12 = ___ctx0; NullCheck(L_12); Lexer_t1514038666 * L_13 = L_12->get_L_2(); NullCheck(L_13); int32_t L_14 = L_13->get_input_char_7(); if ((((int32_t)L_14) > ((int32_t)((int32_t)57)))) { goto IL_008a; } } { FsmContext_t2331368794 * L_15 = ___ctx0; NullCheck(L_15); Lexer_t1514038666 * L_16 = L_15->get_L_2(); NullCheck(L_16); StringBuilder_t * L_17 = L_16->get_string_buffer_10(); FsmContext_t2331368794 * L_18 = ___ctx0; NullCheck(L_18); Lexer_t1514038666 * L_19 = L_18->get_L_2(); NullCheck(L_19); int32_t L_20 = L_19->get_input_char_7(); NullCheck(L_17); StringBuilder_Append_m2383614642(L_17, (((int32_t)((uint16_t)L_20))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_21 = ___ctx0; NullCheck(L_21); L_21->set_NextState_1(3); return (bool)1; } IL_008a: { FsmContext_t2331368794 * L_22 = ___ctx0; NullCheck(L_22); Lexer_t1514038666 * L_23 = L_22->get_L_2(); NullCheck(L_23); int32_t L_24 = L_23->get_input_char_7(); V_0 = L_24; int32_t L_25 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)((int32_t)44)))) { case 0: { goto IL_0123; } case 1: { goto IL_0133; } case 2: { goto IL_00b3; } case 3: { goto IL_01cd; } case 4: { goto IL_0159; } } } IL_00b3: { int32_t L_26 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)91)))) { case 0: { goto IL_0123; } case 1: { goto IL_00c8; } case 2: { goto IL_0123; } } } IL_00c8: { int32_t L_27 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)((int32_t)123)))) { case 0: { goto IL_0123; } case 1: { goto IL_00dd; } case 2: { goto IL_0123; } } } IL_00dd: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)((int32_t)34)))) { goto IL_0112; } } { int32_t L_29 = V_0; if ((((int32_t)L_29) == ((int32_t)((int32_t)39)))) { goto IL_019d; } } { int32_t L_30 = V_0; if ((((int32_t)L_30) == ((int32_t)((int32_t)58)))) { goto IL_0123; } } { int32_t L_31 = V_0; if ((((int32_t)L_31) == ((int32_t)((int32_t)102)))) { goto IL_017f; } } { int32_t L_32 = V_0; if ((((int32_t)L_32) == ((int32_t)((int32_t)110)))) { goto IL_0189; } } { int32_t L_33 = V_0; if ((((int32_t)L_33) == ((int32_t)((int32_t)116)))) { goto IL_0193; } } { goto IL_01e9; } IL_0112: { FsmContext_t2331368794 * L_34 = ___ctx0; NullCheck(L_34); L_34->set_NextState_1(((int32_t)19)); FsmContext_t2331368794 * L_35 = ___ctx0; NullCheck(L_35); L_35->set_Return_0((bool)1); return (bool)1; } IL_0123: { FsmContext_t2331368794 * L_36 = ___ctx0; NullCheck(L_36); L_36->set_NextState_1(1); FsmContext_t2331368794 * L_37 = ___ctx0; NullCheck(L_37); L_37->set_Return_0((bool)1); return (bool)1; } IL_0133: { FsmContext_t2331368794 * L_38 = ___ctx0; NullCheck(L_38); Lexer_t1514038666 * L_39 = L_38->get_L_2(); NullCheck(L_39); StringBuilder_t * L_40 = L_39->get_string_buffer_10(); FsmContext_t2331368794 * L_41 = ___ctx0; NullCheck(L_41); Lexer_t1514038666 * L_42 = L_41->get_L_2(); NullCheck(L_42); int32_t L_43 = L_42->get_input_char_7(); NullCheck(L_40); StringBuilder_Append_m2383614642(L_40, (((int32_t)((uint16_t)L_43))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_44 = ___ctx0; NullCheck(L_44); L_44->set_NextState_1(2); return (bool)1; } IL_0159: { FsmContext_t2331368794 * L_45 = ___ctx0; NullCheck(L_45); Lexer_t1514038666 * L_46 = L_45->get_L_2(); NullCheck(L_46); StringBuilder_t * L_47 = L_46->get_string_buffer_10(); FsmContext_t2331368794 * L_48 = ___ctx0; NullCheck(L_48); Lexer_t1514038666 * L_49 = L_48->get_L_2(); NullCheck(L_49); int32_t L_50 = L_49->get_input_char_7(); NullCheck(L_47); StringBuilder_Append_m2383614642(L_47, (((int32_t)((uint16_t)L_50))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_51 = ___ctx0; NullCheck(L_51); L_51->set_NextState_1(4); return (bool)1; } IL_017f: { FsmContext_t2331368794 * L_52 = ___ctx0; NullCheck(L_52); L_52->set_NextState_1(((int32_t)12)); return (bool)1; } IL_0189: { FsmContext_t2331368794 * L_53 = ___ctx0; NullCheck(L_53); L_53->set_NextState_1(((int32_t)16)); return (bool)1; } IL_0193: { FsmContext_t2331368794 * L_54 = ___ctx0; NullCheck(L_54); L_54->set_NextState_1(((int32_t)9)); return (bool)1; } IL_019d: { FsmContext_t2331368794 * L_55 = ___ctx0; NullCheck(L_55); Lexer_t1514038666 * L_56 = L_55->get_L_2(); NullCheck(L_56); bool L_57 = L_56->get_allow_single_quoted_strings_3(); if (L_57) { goto IL_01af; } } { return (bool)0; } IL_01af: { FsmContext_t2331368794 * L_58 = ___ctx0; NullCheck(L_58); Lexer_t1514038666 * L_59 = L_58->get_L_2(); NullCheck(L_59); L_59->set_input_char_7(((int32_t)34)); FsmContext_t2331368794 * L_60 = ___ctx0; NullCheck(L_60); L_60->set_NextState_1(((int32_t)23)); FsmContext_t2331368794 * L_61 = ___ctx0; NullCheck(L_61); L_61->set_Return_0((bool)1); return (bool)1; } IL_01cd: { FsmContext_t2331368794 * L_62 = ___ctx0; NullCheck(L_62); Lexer_t1514038666 * L_63 = L_62->get_L_2(); NullCheck(L_63); bool L_64 = L_63->get_allow_comments_2(); if (L_64) { goto IL_01df; } } { return (bool)0; } IL_01df: { FsmContext_t2331368794 * L_65 = ___ctx0; NullCheck(L_65); L_65->set_NextState_1(((int32_t)25)); return (bool)1; } IL_01e9: { return (bool)0; } IL_01eb: { FsmContext_t2331368794 * L_66 = ___ctx0; NullCheck(L_66); Lexer_t1514038666 * L_67 = L_66->get_L_2(); NullCheck(L_67); bool L_68 = Lexer_GetChar_m2370830502(L_67, /*hidden argument*/NULL); if (L_68) { goto IL_0005; } } { return (bool)1; } } // System.Boolean LitJson.Lexer::State2(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State2_m2046757324 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); if ((((int32_t)L_4) < ((int32_t)((int32_t)49)))) { goto IL_0056; } } { FsmContext_t2331368794 * L_5 = ___ctx0; NullCheck(L_5); Lexer_t1514038666 * L_6 = L_5->get_L_2(); NullCheck(L_6); int32_t L_7 = L_6->get_input_char_7(); if ((((int32_t)L_7) > ((int32_t)((int32_t)57)))) { goto IL_0056; } } { FsmContext_t2331368794 * L_8 = ___ctx0; NullCheck(L_8); Lexer_t1514038666 * L_9 = L_8->get_L_2(); NullCheck(L_9); StringBuilder_t * L_10 = L_9->get_string_buffer_10(); FsmContext_t2331368794 * L_11 = ___ctx0; NullCheck(L_11); Lexer_t1514038666 * L_12 = L_11->get_L_2(); NullCheck(L_12); int32_t L_13 = L_12->get_input_char_7(); NullCheck(L_10); StringBuilder_Append_m2383614642(L_10, (((int32_t)((uint16_t)L_13))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_14 = ___ctx0; NullCheck(L_14); L_14->set_NextState_1(3); return (bool)1; } IL_0056: { FsmContext_t2331368794 * L_15 = ___ctx0; NullCheck(L_15); Lexer_t1514038666 * L_16 = L_15->get_L_2(); NullCheck(L_16); int32_t L_17 = L_16->get_input_char_7(); V_0 = L_17; int32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)48)))) { goto IL_006f; } } { goto IL_0095; } IL_006f: { FsmContext_t2331368794 * L_19 = ___ctx0; NullCheck(L_19); Lexer_t1514038666 * L_20 = L_19->get_L_2(); NullCheck(L_20); StringBuilder_t * L_21 = L_20->get_string_buffer_10(); FsmContext_t2331368794 * L_22 = ___ctx0; NullCheck(L_22); Lexer_t1514038666 * L_23 = L_22->get_L_2(); NullCheck(L_23); int32_t L_24 = L_23->get_input_char_7(); NullCheck(L_21); StringBuilder_Append_m2383614642(L_21, (((int32_t)((uint16_t)L_24))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_25 = ___ctx0; NullCheck(L_25); L_25->set_NextState_1(4); return (bool)1; } IL_0095: { return (bool)0; } } // System.Boolean LitJson.Lexer::State3(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State3_m3838405303 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { goto IL_0140; } IL_0005: { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); int32_t L_2 = L_1->get_input_char_7(); if ((((int32_t)L_2) < ((int32_t)((int32_t)48)))) { goto IL_004b; } } { FsmContext_t2331368794 * L_3 = ___ctx0; NullCheck(L_3); Lexer_t1514038666 * L_4 = L_3->get_L_2(); NullCheck(L_4); int32_t L_5 = L_4->get_input_char_7(); if ((((int32_t)L_5) > ((int32_t)((int32_t)57)))) { goto IL_004b; } } { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); Lexer_t1514038666 * L_7 = L_6->get_L_2(); NullCheck(L_7); StringBuilder_t * L_8 = L_7->get_string_buffer_10(); FsmContext_t2331368794 * L_9 = ___ctx0; NullCheck(L_9); Lexer_t1514038666 * L_10 = L_9->get_L_2(); NullCheck(L_10); int32_t L_11 = L_10->get_input_char_7(); NullCheck(L_8); StringBuilder_Append_m2383614642(L_8, (((int32_t)((uint16_t)L_11))), /*hidden argument*/NULL); goto IL_0140; } IL_004b: { FsmContext_t2331368794 * L_12 = ___ctx0; NullCheck(L_12); Lexer_t1514038666 * L_13 = L_12->get_L_2(); NullCheck(L_13); int32_t L_14 = L_13->get_input_char_7(); if ((((int32_t)L_14) == ((int32_t)((int32_t)32)))) { goto IL_0081; } } { FsmContext_t2331368794 * L_15 = ___ctx0; NullCheck(L_15); Lexer_t1514038666 * L_16 = L_15->get_L_2(); NullCheck(L_16); int32_t L_17 = L_16->get_input_char_7(); if ((((int32_t)L_17) < ((int32_t)((int32_t)9)))) { goto IL_0091; } } { FsmContext_t2331368794 * L_18 = ___ctx0; NullCheck(L_18); Lexer_t1514038666 * L_19 = L_18->get_L_2(); NullCheck(L_19); int32_t L_20 = L_19->get_input_char_7(); if ((((int32_t)L_20) > ((int32_t)((int32_t)13)))) { goto IL_0091; } } IL_0081: { FsmContext_t2331368794 * L_21 = ___ctx0; NullCheck(L_21); L_21->set_Return_0((bool)1); FsmContext_t2331368794 * L_22 = ___ctx0; NullCheck(L_22); L_22->set_NextState_1(1); return (bool)1; } IL_0091: { FsmContext_t2331368794 * L_23 = ___ctx0; NullCheck(L_23); Lexer_t1514038666 * L_24 = L_23->get_L_2(); NullCheck(L_24); int32_t L_25 = L_24->get_input_char_7(); V_0 = L_25; int32_t L_26 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)44)))) { case 0: { goto IL_00d7; } case 1: { goto IL_00b2; } case 2: { goto IL_00f2; } } } IL_00b2: { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)((int32_t)69)))) { goto IL_0118; } } { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)((int32_t)93)))) { goto IL_00d7; } } { int32_t L_29 = V_0; if ((((int32_t)L_29) == ((int32_t)((int32_t)101)))) { goto IL_0118; } } { int32_t L_30 = V_0; if ((((int32_t)L_30) == ((int32_t)((int32_t)125)))) { goto IL_00d7; } } { goto IL_013e; } IL_00d7: { FsmContext_t2331368794 * L_31 = ___ctx0; NullCheck(L_31); Lexer_t1514038666 * L_32 = L_31->get_L_2(); NullCheck(L_32); Lexer_UngetChar_m1154220749(L_32, /*hidden argument*/NULL); FsmContext_t2331368794 * L_33 = ___ctx0; NullCheck(L_33); L_33->set_Return_0((bool)1); FsmContext_t2331368794 * L_34 = ___ctx0; NullCheck(L_34); L_34->set_NextState_1(1); return (bool)1; } IL_00f2: { FsmContext_t2331368794 * L_35 = ___ctx0; NullCheck(L_35); Lexer_t1514038666 * L_36 = L_35->get_L_2(); NullCheck(L_36); StringBuilder_t * L_37 = L_36->get_string_buffer_10(); FsmContext_t2331368794 * L_38 = ___ctx0; NullCheck(L_38); Lexer_t1514038666 * L_39 = L_38->get_L_2(); NullCheck(L_39); int32_t L_40 = L_39->get_input_char_7(); NullCheck(L_37); StringBuilder_Append_m2383614642(L_37, (((int32_t)((uint16_t)L_40))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_41 = ___ctx0; NullCheck(L_41); L_41->set_NextState_1(5); return (bool)1; } IL_0118: { FsmContext_t2331368794 * L_42 = ___ctx0; NullCheck(L_42); Lexer_t1514038666 * L_43 = L_42->get_L_2(); NullCheck(L_43); StringBuilder_t * L_44 = L_43->get_string_buffer_10(); FsmContext_t2331368794 * L_45 = ___ctx0; NullCheck(L_45); Lexer_t1514038666 * L_46 = L_45->get_L_2(); NullCheck(L_46); int32_t L_47 = L_46->get_input_char_7(); NullCheck(L_44); StringBuilder_Append_m2383614642(L_44, (((int32_t)((uint16_t)L_47))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_48 = ___ctx0; NullCheck(L_48); L_48->set_NextState_1(7); return (bool)1; } IL_013e: { return (bool)0; } IL_0140: { FsmContext_t2331368794 * L_49 = ___ctx0; NullCheck(L_49); Lexer_t1514038666 * L_50 = L_49->get_L_2(); NullCheck(L_50); bool L_51 = Lexer_GetChar_m2370830502(L_50, /*hidden argument*/NULL); if (L_51) { goto IL_0005; } } { return (bool)1; } } // System.Boolean LitJson.Lexer::State4(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State4_m161341214 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); if ((((int32_t)L_4) == ((int32_t)((int32_t)32)))) { goto IL_0042; } } { FsmContext_t2331368794 * L_5 = ___ctx0; NullCheck(L_5); Lexer_t1514038666 * L_6 = L_5->get_L_2(); NullCheck(L_6); int32_t L_7 = L_6->get_input_char_7(); if ((((int32_t)L_7) < ((int32_t)((int32_t)9)))) { goto IL_0052; } } { FsmContext_t2331368794 * L_8 = ___ctx0; NullCheck(L_8); Lexer_t1514038666 * L_9 = L_8->get_L_2(); NullCheck(L_9); int32_t L_10 = L_9->get_input_char_7(); if ((((int32_t)L_10) > ((int32_t)((int32_t)13)))) { goto IL_0052; } } IL_0042: { FsmContext_t2331368794 * L_11 = ___ctx0; NullCheck(L_11); L_11->set_Return_0((bool)1); FsmContext_t2331368794 * L_12 = ___ctx0; NullCheck(L_12); L_12->set_NextState_1(1); return (bool)1; } IL_0052: { FsmContext_t2331368794 * L_13 = ___ctx0; NullCheck(L_13); Lexer_t1514038666 * L_14 = L_13->get_L_2(); NullCheck(L_14); int32_t L_15 = L_14->get_input_char_7(); V_0 = L_15; int32_t L_16 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)44)))) { case 0: { goto IL_0098; } case 1: { goto IL_0073; } case 2: { goto IL_00b3; } } } IL_0073: { int32_t L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)69)))) { goto IL_00d9; } } { int32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)93)))) { goto IL_0098; } } { int32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)101)))) { goto IL_00d9; } } { int32_t L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)((int32_t)125)))) { goto IL_0098; } } { goto IL_00ff; } IL_0098: { FsmContext_t2331368794 * L_21 = ___ctx0; NullCheck(L_21); Lexer_t1514038666 * L_22 = L_21->get_L_2(); NullCheck(L_22); Lexer_UngetChar_m1154220749(L_22, /*hidden argument*/NULL); FsmContext_t2331368794 * L_23 = ___ctx0; NullCheck(L_23); L_23->set_Return_0((bool)1); FsmContext_t2331368794 * L_24 = ___ctx0; NullCheck(L_24); L_24->set_NextState_1(1); return (bool)1; } IL_00b3: { FsmContext_t2331368794 * L_25 = ___ctx0; NullCheck(L_25); Lexer_t1514038666 * L_26 = L_25->get_L_2(); NullCheck(L_26); StringBuilder_t * L_27 = L_26->get_string_buffer_10(); FsmContext_t2331368794 * L_28 = ___ctx0; NullCheck(L_28); Lexer_t1514038666 * L_29 = L_28->get_L_2(); NullCheck(L_29); int32_t L_30 = L_29->get_input_char_7(); NullCheck(L_27); StringBuilder_Append_m2383614642(L_27, (((int32_t)((uint16_t)L_30))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_31 = ___ctx0; NullCheck(L_31); L_31->set_NextState_1(5); return (bool)1; } IL_00d9: { FsmContext_t2331368794 * L_32 = ___ctx0; NullCheck(L_32); Lexer_t1514038666 * L_33 = L_32->get_L_2(); NullCheck(L_33); StringBuilder_t * L_34 = L_33->get_string_buffer_10(); FsmContext_t2331368794 * L_35 = ___ctx0; NullCheck(L_35); Lexer_t1514038666 * L_36 = L_35->get_L_2(); NullCheck(L_36); int32_t L_37 = L_36->get_input_char_7(); NullCheck(L_34); StringBuilder_Append_m2383614642(L_34, (((int32_t)((uint16_t)L_37))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_38 = ___ctx0; NullCheck(L_38); L_38->set_NextState_1(7); return (bool)1; } IL_00ff: { return (bool)0; } } // System.Boolean LitJson.Lexer::State5(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State5_m1300265169 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); if ((((int32_t)L_4) < ((int32_t)((int32_t)48)))) { goto IL_0056; } } { FsmContext_t2331368794 * L_5 = ___ctx0; NullCheck(L_5); Lexer_t1514038666 * L_6 = L_5->get_L_2(); NullCheck(L_6); int32_t L_7 = L_6->get_input_char_7(); if ((((int32_t)L_7) > ((int32_t)((int32_t)57)))) { goto IL_0056; } } { FsmContext_t2331368794 * L_8 = ___ctx0; NullCheck(L_8); Lexer_t1514038666 * L_9 = L_8->get_L_2(); NullCheck(L_9); StringBuilder_t * L_10 = L_9->get_string_buffer_10(); FsmContext_t2331368794 * L_11 = ___ctx0; NullCheck(L_11); Lexer_t1514038666 * L_12 = L_11->get_L_2(); NullCheck(L_12); int32_t L_13 = L_12->get_input_char_7(); NullCheck(L_10); StringBuilder_Append_m2383614642(L_10, (((int32_t)((uint16_t)L_13))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_14 = ___ctx0; NullCheck(L_14); L_14->set_NextState_1(6); return (bool)1; } IL_0056: { return (bool)0; } } // System.Boolean LitJson.Lexer::State6(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State6_m852077224 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { goto IL_010d; } IL_0005: { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); int32_t L_2 = L_1->get_input_char_7(); if ((((int32_t)L_2) < ((int32_t)((int32_t)48)))) { goto IL_004b; } } { FsmContext_t2331368794 * L_3 = ___ctx0; NullCheck(L_3); Lexer_t1514038666 * L_4 = L_3->get_L_2(); NullCheck(L_4); int32_t L_5 = L_4->get_input_char_7(); if ((((int32_t)L_5) > ((int32_t)((int32_t)57)))) { goto IL_004b; } } { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); Lexer_t1514038666 * L_7 = L_6->get_L_2(); NullCheck(L_7); StringBuilder_t * L_8 = L_7->get_string_buffer_10(); FsmContext_t2331368794 * L_9 = ___ctx0; NullCheck(L_9); Lexer_t1514038666 * L_10 = L_9->get_L_2(); NullCheck(L_10); int32_t L_11 = L_10->get_input_char_7(); NullCheck(L_8); StringBuilder_Append_m2383614642(L_8, (((int32_t)((uint16_t)L_11))), /*hidden argument*/NULL); goto IL_010d; } IL_004b: { FsmContext_t2331368794 * L_12 = ___ctx0; NullCheck(L_12); Lexer_t1514038666 * L_13 = L_12->get_L_2(); NullCheck(L_13); int32_t L_14 = L_13->get_input_char_7(); if ((((int32_t)L_14) == ((int32_t)((int32_t)32)))) { goto IL_0081; } } { FsmContext_t2331368794 * L_15 = ___ctx0; NullCheck(L_15); Lexer_t1514038666 * L_16 = L_15->get_L_2(); NullCheck(L_16); int32_t L_17 = L_16->get_input_char_7(); if ((((int32_t)L_17) < ((int32_t)((int32_t)9)))) { goto IL_0091; } } { FsmContext_t2331368794 * L_18 = ___ctx0; NullCheck(L_18); Lexer_t1514038666 * L_19 = L_18->get_L_2(); NullCheck(L_19); int32_t L_20 = L_19->get_input_char_7(); if ((((int32_t)L_20) > ((int32_t)((int32_t)13)))) { goto IL_0091; } } IL_0081: { FsmContext_t2331368794 * L_21 = ___ctx0; NullCheck(L_21); L_21->set_Return_0((bool)1); FsmContext_t2331368794 * L_22 = ___ctx0; NullCheck(L_22); L_22->set_NextState_1(1); return (bool)1; } IL_0091: { FsmContext_t2331368794 * L_23 = ___ctx0; NullCheck(L_23); Lexer_t1514038666 * L_24 = L_23->get_L_2(); NullCheck(L_24); int32_t L_25 = L_24->get_input_char_7(); V_0 = L_25; int32_t L_26 = V_0; if ((((int32_t)L_26) == ((int32_t)((int32_t)44)))) { goto IL_00ca; } } { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)((int32_t)69)))) { goto IL_00e5; } } { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)((int32_t)93)))) { goto IL_00ca; } } { int32_t L_29 = V_0; if ((((int32_t)L_29) == ((int32_t)((int32_t)101)))) { goto IL_00e5; } } { int32_t L_30 = V_0; if ((((int32_t)L_30) == ((int32_t)((int32_t)125)))) { goto IL_00ca; } } { goto IL_010b; } IL_00ca: { FsmContext_t2331368794 * L_31 = ___ctx0; NullCheck(L_31); Lexer_t1514038666 * L_32 = L_31->get_L_2(); NullCheck(L_32); Lexer_UngetChar_m1154220749(L_32, /*hidden argument*/NULL); FsmContext_t2331368794 * L_33 = ___ctx0; NullCheck(L_33); L_33->set_Return_0((bool)1); FsmContext_t2331368794 * L_34 = ___ctx0; NullCheck(L_34); L_34->set_NextState_1(1); return (bool)1; } IL_00e5: { FsmContext_t2331368794 * L_35 = ___ctx0; NullCheck(L_35); Lexer_t1514038666 * L_36 = L_35->get_L_2(); NullCheck(L_36); StringBuilder_t * L_37 = L_36->get_string_buffer_10(); FsmContext_t2331368794 * L_38 = ___ctx0; NullCheck(L_38); Lexer_t1514038666 * L_39 = L_38->get_L_2(); NullCheck(L_39); int32_t L_40 = L_39->get_input_char_7(); NullCheck(L_37); StringBuilder_Append_m2383614642(L_37, (((int32_t)((uint16_t)L_40))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_41 = ___ctx0; NullCheck(L_41); L_41->set_NextState_1(7); return (bool)1; } IL_010b: { return (bool)0; } IL_010d: { FsmContext_t2331368794 * L_42 = ___ctx0; NullCheck(L_42); Lexer_t1514038666 * L_43 = L_42->get_L_2(); NullCheck(L_43); bool L_44 = Lexer_GetChar_m2370830502(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_0005; } } { return (bool)1; } } // System.Boolean LitJson.Lexer::State7(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State7_m47209804 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); if ((((int32_t)L_4) < ((int32_t)((int32_t)48)))) { goto IL_0056; } } { FsmContext_t2331368794 * L_5 = ___ctx0; NullCheck(L_5); Lexer_t1514038666 * L_6 = L_5->get_L_2(); NullCheck(L_6); int32_t L_7 = L_6->get_input_char_7(); if ((((int32_t)L_7) > ((int32_t)((int32_t)57)))) { goto IL_0056; } } { FsmContext_t2331368794 * L_8 = ___ctx0; NullCheck(L_8); Lexer_t1514038666 * L_9 = L_8->get_L_2(); NullCheck(L_9); StringBuilder_t * L_10 = L_9->get_string_buffer_10(); FsmContext_t2331368794 * L_11 = ___ctx0; NullCheck(L_11); Lexer_t1514038666 * L_12 = L_11->get_L_2(); NullCheck(L_12); int32_t L_13 = L_12->get_input_char_7(); NullCheck(L_10); StringBuilder_Append_m2383614642(L_10, (((int32_t)((uint16_t)L_13))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_14 = ___ctx0; NullCheck(L_14); L_14->set_NextState_1(8); return (bool)1; } IL_0056: { FsmContext_t2331368794 * L_15 = ___ctx0; NullCheck(L_15); Lexer_t1514038666 * L_16 = L_15->get_L_2(); NullCheck(L_16); int32_t L_17 = L_16->get_input_char_7(); V_0 = L_17; int32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)43)))) { goto IL_0077; } } { int32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)45)))) { goto IL_0077; } } { goto IL_009d; } IL_0077: { FsmContext_t2331368794 * L_20 = ___ctx0; NullCheck(L_20); Lexer_t1514038666 * L_21 = L_20->get_L_2(); NullCheck(L_21); StringBuilder_t * L_22 = L_21->get_string_buffer_10(); FsmContext_t2331368794 * L_23 = ___ctx0; NullCheck(L_23); Lexer_t1514038666 * L_24 = L_23->get_L_2(); NullCheck(L_24); int32_t L_25 = L_24->get_input_char_7(); NullCheck(L_22); StringBuilder_Append_m2383614642(L_22, (((int32_t)((uint16_t)L_25))), /*hidden argument*/NULL); FsmContext_t2331368794 * L_26 = ___ctx0; NullCheck(L_26); L_26->set_NextState_1(8); return (bool)1; } IL_009d: { return (bool)0; } } // System.Boolean LitJson.Lexer::State8(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State8_m4236629208 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { goto IL_00d7; } IL_0005: { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); int32_t L_2 = L_1->get_input_char_7(); if ((((int32_t)L_2) < ((int32_t)((int32_t)48)))) { goto IL_004b; } } { FsmContext_t2331368794 * L_3 = ___ctx0; NullCheck(L_3); Lexer_t1514038666 * L_4 = L_3->get_L_2(); NullCheck(L_4); int32_t L_5 = L_4->get_input_char_7(); if ((((int32_t)L_5) > ((int32_t)((int32_t)57)))) { goto IL_004b; } } { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); Lexer_t1514038666 * L_7 = L_6->get_L_2(); NullCheck(L_7); StringBuilder_t * L_8 = L_7->get_string_buffer_10(); FsmContext_t2331368794 * L_9 = ___ctx0; NullCheck(L_9); Lexer_t1514038666 * L_10 = L_9->get_L_2(); NullCheck(L_10); int32_t L_11 = L_10->get_input_char_7(); NullCheck(L_8); StringBuilder_Append_m2383614642(L_8, (((int32_t)((uint16_t)L_11))), /*hidden argument*/NULL); goto IL_00d7; } IL_004b: { FsmContext_t2331368794 * L_12 = ___ctx0; NullCheck(L_12); Lexer_t1514038666 * L_13 = L_12->get_L_2(); NullCheck(L_13); int32_t L_14 = L_13->get_input_char_7(); if ((((int32_t)L_14) == ((int32_t)((int32_t)32)))) { goto IL_0081; } } { FsmContext_t2331368794 * L_15 = ___ctx0; NullCheck(L_15); Lexer_t1514038666 * L_16 = L_15->get_L_2(); NullCheck(L_16); int32_t L_17 = L_16->get_input_char_7(); if ((((int32_t)L_17) < ((int32_t)((int32_t)9)))) { goto IL_0091; } } { FsmContext_t2331368794 * L_18 = ___ctx0; NullCheck(L_18); Lexer_t1514038666 * L_19 = L_18->get_L_2(); NullCheck(L_19); int32_t L_20 = L_19->get_input_char_7(); if ((((int32_t)L_20) > ((int32_t)((int32_t)13)))) { goto IL_0091; } } IL_0081: { FsmContext_t2331368794 * L_21 = ___ctx0; NullCheck(L_21); L_21->set_Return_0((bool)1); FsmContext_t2331368794 * L_22 = ___ctx0; NullCheck(L_22); L_22->set_NextState_1(1); return (bool)1; } IL_0091: { FsmContext_t2331368794 * L_23 = ___ctx0; NullCheck(L_23); Lexer_t1514038666 * L_24 = L_23->get_L_2(); NullCheck(L_24); int32_t L_25 = L_24->get_input_char_7(); V_0 = L_25; int32_t L_26 = V_0; if ((((int32_t)L_26) == ((int32_t)((int32_t)44)))) { goto IL_00ba; } } { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)((int32_t)93)))) { goto IL_00ba; } } { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)((int32_t)125)))) { goto IL_00ba; } } { goto IL_00d5; } IL_00ba: { FsmContext_t2331368794 * L_29 = ___ctx0; NullCheck(L_29); Lexer_t1514038666 * L_30 = L_29->get_L_2(); NullCheck(L_30); Lexer_UngetChar_m1154220749(L_30, /*hidden argument*/NULL); FsmContext_t2331368794 * L_31 = ___ctx0; NullCheck(L_31); L_31->set_Return_0((bool)1); FsmContext_t2331368794 * L_32 = ___ctx0; NullCheck(L_32); L_32->set_NextState_1(1); return (bool)1; } IL_00d5: { return (bool)0; } IL_00d7: { FsmContext_t2331368794 * L_33 = ___ctx0; NullCheck(L_33); Lexer_t1514038666 * L_34 = L_33->get_L_2(); NullCheck(L_34); bool L_35 = Lexer_GetChar_m2370830502(L_34, /*hidden argument*/NULL); if (L_35) { goto IL_0005; } } { return (bool)1; } } // System.Boolean LitJson.Lexer::State9(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State9_m3063268735 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)114)))) { goto IL_0025; } } { goto IL_002f; } IL_0025: { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); L_6->set_NextState_1(((int32_t)10)); return (bool)1; } IL_002f: { return (bool)0; } } // System.Boolean LitJson.Lexer::State10(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State10_m757572457 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)117)))) { goto IL_0025; } } { goto IL_002f; } IL_0025: { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); L_6->set_NextState_1(((int32_t)11)); return (bool)1; } IL_002f: { return (bool)0; } } // System.Boolean LitJson.Lexer::State11(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State11_m915935908 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)101)))) { goto IL_0025; } } { goto IL_0035; } IL_0025: { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); L_6->set_Return_0((bool)1); FsmContext_t2331368794 * L_7 = ___ctx0; NullCheck(L_7); L_7->set_NextState_1(1); return (bool)1; } IL_0035: { return (bool)0; } } // System.Boolean LitJson.Lexer::State12(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State12_m532381763 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)97)))) { goto IL_0025; } } { goto IL_002f; } IL_0025: { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); L_6->set_NextState_1(((int32_t)13)); return (bool)1; } IL_002f: { return (bool)0; } } // System.Boolean LitJson.Lexer::State13(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State13_m145470406 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)108)))) { goto IL_0025; } } { goto IL_002f; } IL_0025: { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); L_6->set_NextState_1(((int32_t)14)); return (bool)1; } IL_002f: { return (bool)0; } } // System.Boolean LitJson.Lexer::State14(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State14_m601587845 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)115)))) { goto IL_0025; } } { goto IL_002f; } IL_0025: { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); L_6->set_NextState_1(((int32_t)15)); return (bool)1; } IL_002f: { return (bool)0; } } // System.Boolean LitJson.Lexer::State15(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State15_m512027856 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)101)))) { goto IL_0025; } } { goto IL_0035; } IL_0025: { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); L_6->set_Return_0((bool)1); FsmContext_t2331368794 * L_7 = ___ctx0; NullCheck(L_7); L_7->set_NextState_1(1); return (bool)1; } IL_0035: { return (bool)0; } } // System.Boolean LitJson.Lexer::State16(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State16_m406117359 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)117)))) { goto IL_0025; } } { goto IL_002f; } IL_0025: { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); L_6->set_NextState_1(((int32_t)17)); return (bool)1; } IL_002f: { return (bool)0; } } // System.Boolean LitJson.Lexer::State17(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State17_m581225490 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)108)))) { goto IL_0025; } } { goto IL_002f; } IL_0025: { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); L_6->set_NextState_1(((int32_t)18)); return (bool)1; } IL_002f: { return (bool)0; } } // System.Boolean LitJson.Lexer::State18(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State18_m475323441 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)108)))) { goto IL_0025; } } { goto IL_0035; } IL_0025: { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); L_6->set_Return_0((bool)1); FsmContext_t2331368794 * L_7 = ___ctx0; NullCheck(L_7); L_7->set_NextState_1(1); return (bool)1; } IL_0035: { return (bool)0; } } // System.Boolean LitJson.Lexer::State19(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State19_m356044460 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { goto IL_0076; } IL_0005: { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); int32_t L_2 = L_1->get_input_char_7(); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)34)))) { goto IL_0026; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)92)))) { goto IL_0042; } } { goto IL_0054; } IL_0026: { FsmContext_t2331368794 * L_5 = ___ctx0; NullCheck(L_5); Lexer_t1514038666 * L_6 = L_5->get_L_2(); NullCheck(L_6); Lexer_UngetChar_m1154220749(L_6, /*hidden argument*/NULL); FsmContext_t2331368794 * L_7 = ___ctx0; NullCheck(L_7); L_7->set_Return_0((bool)1); FsmContext_t2331368794 * L_8 = ___ctx0; NullCheck(L_8); L_8->set_NextState_1(((int32_t)20)); return (bool)1; } IL_0042: { FsmContext_t2331368794 * L_9 = ___ctx0; NullCheck(L_9); L_9->set_StateStack_3(((int32_t)19)); FsmContext_t2331368794 * L_10 = ___ctx0; NullCheck(L_10); L_10->set_NextState_1(((int32_t)21)); return (bool)1; } IL_0054: { FsmContext_t2331368794 * L_11 = ___ctx0; NullCheck(L_11); Lexer_t1514038666 * L_12 = L_11->get_L_2(); NullCheck(L_12); StringBuilder_t * L_13 = L_12->get_string_buffer_10(); FsmContext_t2331368794 * L_14 = ___ctx0; NullCheck(L_14); Lexer_t1514038666 * L_15 = L_14->get_L_2(); NullCheck(L_15); int32_t L_16 = L_15->get_input_char_7(); NullCheck(L_13); StringBuilder_Append_m2383614642(L_13, (((int32_t)((uint16_t)L_16))), /*hidden argument*/NULL); goto IL_0076; } IL_0076: { FsmContext_t2331368794 * L_17 = ___ctx0; NullCheck(L_17); Lexer_t1514038666 * L_18 = L_17->get_L_2(); NullCheck(L_18); bool L_19 = Lexer_GetChar_m2370830502(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0005; } } { return (bool)1; } } // System.Boolean LitJson.Lexer::State20(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State20_m2792040308 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)34)))) { goto IL_0025; } } { goto IL_0035; } IL_0025: { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); L_6->set_Return_0((bool)1); FsmContext_t2331368794 * L_7 = ___ctx0; NullCheck(L_7); L_7->set_NextState_1(1); return (bool)1; } IL_0035: { return (bool)0; } } // System.Boolean LitJson.Lexer::State21(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State21_m2950403759 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lexer_State21_m2950403759_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)114)))) { case 0: { goto IL_0078; } case 1: { goto IL_0031; } case 2: { goto IL_0078; } case 3: { goto IL_006e; } } } IL_0031: { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)34)))) { goto IL_0078; } } { int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)39)))) { goto IL_0078; } } { int32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)47)))) { goto IL_0078; } } { int32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)92)))) { goto IL_0078; } } { int32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)98)))) { goto IL_0078; } } { int32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)102)))) { goto IL_0078; } } { int32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)110)))) { goto IL_0078; } } { goto IL_00a7; } IL_006e: { FsmContext_t2331368794 * L_13 = ___ctx0; NullCheck(L_13); L_13->set_NextState_1(((int32_t)22)); return (bool)1; } IL_0078: { FsmContext_t2331368794 * L_14 = ___ctx0; NullCheck(L_14); Lexer_t1514038666 * L_15 = L_14->get_L_2(); NullCheck(L_15); StringBuilder_t * L_16 = L_15->get_string_buffer_10(); FsmContext_t2331368794 * L_17 = ___ctx0; NullCheck(L_17); Lexer_t1514038666 * L_18 = L_17->get_L_2(); NullCheck(L_18); int32_t L_19 = L_18->get_input_char_7(); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); Il2CppChar L_20 = Lexer_ProcessEscChar_m3583053019(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_16); StringBuilder_Append_m2383614642(L_16, L_20, /*hidden argument*/NULL); FsmContext_t2331368794 * L_21 = ___ctx0; FsmContext_t2331368794 * L_22 = ___ctx0; NullCheck(L_22); int32_t L_23 = L_22->get_StateStack_3(); NullCheck(L_21); L_21->set_NextState_1(L_23); return (bool)1; } IL_00a7: { return (bool)0; } } // System.Boolean LitJson.Lexer::State22(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State22_m2566849614 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lexer_State22_m2566849614_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = ((int32_t)4096); FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); L_1->set_unichar_13(0); goto IL_00ef; } IL_0019: { FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); if ((((int32_t)L_4) < ((int32_t)((int32_t)48)))) { goto IL_003d; } } { FsmContext_t2331368794 * L_5 = ___ctx0; NullCheck(L_5); Lexer_t1514038666 * L_6 = L_5->get_L_2(); NullCheck(L_6); int32_t L_7 = L_6->get_input_char_7(); if ((((int32_t)L_7) <= ((int32_t)((int32_t)57)))) { goto IL_0085; } } IL_003d: { FsmContext_t2331368794 * L_8 = ___ctx0; NullCheck(L_8); Lexer_t1514038666 * L_9 = L_8->get_L_2(); NullCheck(L_9); int32_t L_10 = L_9->get_input_char_7(); if ((((int32_t)L_10) < ((int32_t)((int32_t)65)))) { goto IL_0061; } } { FsmContext_t2331368794 * L_11 = ___ctx0; NullCheck(L_11); Lexer_t1514038666 * L_12 = L_11->get_L_2(); NullCheck(L_12); int32_t L_13 = L_12->get_input_char_7(); if ((((int32_t)L_13) <= ((int32_t)((int32_t)70)))) { goto IL_0085; } } IL_0061: { FsmContext_t2331368794 * L_14 = ___ctx0; NullCheck(L_14); Lexer_t1514038666 * L_15 = L_14->get_L_2(); NullCheck(L_15); int32_t L_16 = L_15->get_input_char_7(); if ((((int32_t)L_16) < ((int32_t)((int32_t)97)))) { goto IL_00ed; } } { FsmContext_t2331368794 * L_17 = ___ctx0; NullCheck(L_17); Lexer_t1514038666 * L_18 = L_17->get_L_2(); NullCheck(L_18); int32_t L_19 = L_18->get_input_char_7(); if ((((int32_t)L_19) > ((int32_t)((int32_t)102)))) { goto IL_00ed; } } IL_0085: { FsmContext_t2331368794 * L_20 = ___ctx0; NullCheck(L_20); Lexer_t1514038666 * L_21 = L_20->get_L_2(); Lexer_t1514038666 * L_22 = L_21; NullCheck(L_22); int32_t L_23 = L_22->get_unichar_13(); FsmContext_t2331368794 * L_24 = ___ctx0; NullCheck(L_24); Lexer_t1514038666 * L_25 = L_24->get_L_2(); NullCheck(L_25); int32_t L_26 = L_25->get_input_char_7(); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); int32_t L_27 = Lexer_HexValue_m4106397610(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); int32_t L_28 = V_1; NullCheck(L_22); L_22->set_unichar_13(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)L_28))))); int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); int32_t L_30 = V_1; V_1 = ((int32_t)((int32_t)L_30/(int32_t)((int32_t)16))); int32_t L_31 = V_0; if ((!(((uint32_t)L_31) == ((uint32_t)4)))) { goto IL_00e8; } } { FsmContext_t2331368794 * L_32 = ___ctx0; NullCheck(L_32); Lexer_t1514038666 * L_33 = L_32->get_L_2(); NullCheck(L_33); StringBuilder_t * L_34 = L_33->get_string_buffer_10(); FsmContext_t2331368794 * L_35 = ___ctx0; NullCheck(L_35); Lexer_t1514038666 * L_36 = L_35->get_L_2(); NullCheck(L_36); int32_t L_37 = L_36->get_unichar_13(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_38 = Convert_ToChar_m4189066566(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); NullCheck(L_34); StringBuilder_Append_m2383614642(L_34, L_38, /*hidden argument*/NULL); FsmContext_t2331368794 * L_39 = ___ctx0; FsmContext_t2331368794 * L_40 = ___ctx0; NullCheck(L_40); int32_t L_41 = L_40->get_StateStack_3(); NullCheck(L_39); L_39->set_NextState_1(L_41); return (bool)1; } IL_00e8: { goto IL_00ef; } IL_00ed: { return (bool)0; } IL_00ef: { FsmContext_t2331368794 * L_42 = ___ctx0; NullCheck(L_42); Lexer_t1514038666 * L_43 = L_42->get_L_2(); NullCheck(L_43); bool L_44 = Lexer_GetChar_m2370830502(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_0019; } } { return (bool)1; } } // System.Boolean LitJson.Lexer::State23(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State23_m2179938257 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { goto IL_0076; } IL_0005: { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); int32_t L_2 = L_1->get_input_char_7(); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)39)))) { goto IL_0026; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)92)))) { goto IL_0042; } } { goto IL_0054; } IL_0026: { FsmContext_t2331368794 * L_5 = ___ctx0; NullCheck(L_5); Lexer_t1514038666 * L_6 = L_5->get_L_2(); NullCheck(L_6); Lexer_UngetChar_m1154220749(L_6, /*hidden argument*/NULL); FsmContext_t2331368794 * L_7 = ___ctx0; NullCheck(L_7); L_7->set_Return_0((bool)1); FsmContext_t2331368794 * L_8 = ___ctx0; NullCheck(L_8); L_8->set_NextState_1(((int32_t)24)); return (bool)1; } IL_0042: { FsmContext_t2331368794 * L_9 = ___ctx0; NullCheck(L_9); L_9->set_StateStack_3(((int32_t)23)); FsmContext_t2331368794 * L_10 = ___ctx0; NullCheck(L_10); L_10->set_NextState_1(((int32_t)21)); return (bool)1; } IL_0054: { FsmContext_t2331368794 * L_11 = ___ctx0; NullCheck(L_11); Lexer_t1514038666 * L_12 = L_11->get_L_2(); NullCheck(L_12); StringBuilder_t * L_13 = L_12->get_string_buffer_10(); FsmContext_t2331368794 * L_14 = ___ctx0; NullCheck(L_14); Lexer_t1514038666 * L_15 = L_14->get_L_2(); NullCheck(L_15); int32_t L_16 = L_15->get_input_char_7(); NullCheck(L_13); StringBuilder_Append_m2383614642(L_13, (((int32_t)((uint16_t)L_16))), /*hidden argument*/NULL); goto IL_0076; } IL_0076: { FsmContext_t2331368794 * L_17 = ___ctx0; NullCheck(L_17); Lexer_t1514038666 * L_18 = L_17->get_L_2(); NullCheck(L_18); bool L_19 = Lexer_GetChar_m2370830502(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0005; } } { return (bool)1; } } // System.Boolean LitJson.Lexer::State24(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State24_m2636055696 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)39)))) { goto IL_0025; } } { goto IL_0042; } IL_0025: { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); Lexer_t1514038666 * L_7 = L_6->get_L_2(); NullCheck(L_7); L_7->set_input_char_7(((int32_t)34)); FsmContext_t2331368794 * L_8 = ___ctx0; NullCheck(L_8); L_8->set_Return_0((bool)1); FsmContext_t2331368794 * L_9 = ___ctx0; NullCheck(L_9); L_9->set_NextState_1(1); return (bool)1; } IL_0042: { return (bool)0; } } // System.Boolean LitJson.Lexer::State25(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State25_m2546495707 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { int32_t V_0 = 0; { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); Lexer_GetChar_m2370830502(L_1, /*hidden argument*/NULL); FsmContext_t2331368794 * L_2 = ___ctx0; NullCheck(L_2); Lexer_t1514038666 * L_3 = L_2->get_L_2(); NullCheck(L_3); int32_t L_4 = L_3->get_input_char_7(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)42)))) { goto IL_002d; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)47)))) { goto IL_0037; } } { goto IL_0041; } IL_002d: { FsmContext_t2331368794 * L_7 = ___ctx0; NullCheck(L_7); L_7->set_NextState_1(((int32_t)27)); return (bool)1; } IL_0037: { FsmContext_t2331368794 * L_8 = ___ctx0; NullCheck(L_8); L_8->set_NextState_1(((int32_t)26)); return (bool)1; } IL_0041: { return (bool)0; } } // System.Boolean LitJson.Lexer::State26(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State26_m2440585210 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { { goto IL_0020; } IL_0005: { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); int32_t L_2 = L_1->get_input_char_7(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)10))))) { goto IL_0020; } } { FsmContext_t2331368794 * L_3 = ___ctx0; NullCheck(L_3); L_3->set_NextState_1(1); return (bool)1; } IL_0020: { FsmContext_t2331368794 * L_4 = ___ctx0; NullCheck(L_4); Lexer_t1514038666 * L_5 = L_4->get_L_2(); NullCheck(L_5); bool L_6 = Lexer_GetChar_m2370830502(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0005; } } { return (bool)1; } } // System.Boolean LitJson.Lexer::State27(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State27_m2615693341 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { { goto IL_0021; } IL_0005: { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); int32_t L_2 = L_1->get_input_char_7(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)42))))) { goto IL_0021; } } { FsmContext_t2331368794 * L_3 = ___ctx0; NullCheck(L_3); L_3->set_NextState_1(((int32_t)28)); return (bool)1; } IL_0021: { FsmContext_t2331368794 * L_4 = ___ctx0; NullCheck(L_4); Lexer_t1514038666 * L_5 = L_4->get_L_2(); NullCheck(L_5); bool L_6 = Lexer_GetChar_m2370830502(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0005; } } { return (bool)1; } } // System.Boolean LitJson.Lexer::State28(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool Lexer_State28_m2509791292 (RuntimeObject * __this /* static, unused */, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { { goto IL_0041; } IL_0005: { FsmContext_t2331368794 * L_0 = ___ctx0; NullCheck(L_0); Lexer_t1514038666 * L_1 = L_0->get_L_2(); NullCheck(L_1); int32_t L_2 = L_1->get_input_char_7(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)42))))) { goto IL_001c; } } { goto IL_0041; } IL_001c: { FsmContext_t2331368794 * L_3 = ___ctx0; NullCheck(L_3); Lexer_t1514038666 * L_4 = L_3->get_L_2(); NullCheck(L_4); int32_t L_5 = L_4->get_input_char_7(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)47))))) { goto IL_0037; } } { FsmContext_t2331368794 * L_6 = ___ctx0; NullCheck(L_6); L_6->set_NextState_1(1); return (bool)1; } IL_0037: { FsmContext_t2331368794 * L_7 = ___ctx0; NullCheck(L_7); L_7->set_NextState_1(((int32_t)27)); return (bool)1; } IL_0041: { FsmContext_t2331368794 * L_8 = ___ctx0; NullCheck(L_8); Lexer_t1514038666 * L_9 = L_8->get_L_2(); NullCheck(L_9); bool L_10 = Lexer_GetChar_m2370830502(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0005; } } { return (bool)1; } } // System.Boolean LitJson.Lexer::GetChar() extern "C" IL2CPP_METHOD_ATTR bool Lexer_GetChar_m2370830502 (Lexer_t1514038666 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = Lexer_NextChar_m3918576926(__this, /*hidden argument*/NULL); int32_t L_1 = L_0; V_0 = L_1; __this->set_input_char_7(L_1); int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0017; } } { return (bool)1; } IL_0017: { __this->set_end_of_input_4((bool)1); return (bool)0; } } // System.Int32 LitJson.Lexer::NextChar() extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_NextChar_m3918576926 (Lexer_t1514038666 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_input_buffer_6(); if (!L_0) { goto IL_001b; } } { int32_t L_1 = __this->get_input_buffer_6(); V_0 = L_1; __this->set_input_buffer_6(0); int32_t L_2 = V_0; return L_2; } IL_001b: { TextReader_t283511965 * L_3 = __this->get_reader_8(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_3); return L_4; } } // System.Boolean LitJson.Lexer::NextToken() extern "C" IL2CPP_METHOD_ATTR bool Lexer_NextToken_m915562469 (Lexer_t1514038666 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lexer_NextToken_m915562469_MetadataUsageId); s_Il2CppMethodInitialized = true; } StateHandler_t105866779 * V_0 = NULL; { FsmContext_t2331368794 * L_0 = __this->get_fsm_context_5(); NullCheck(L_0); L_0->set_Return_0((bool)0); } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); StateHandlerU5BU5D_t1323790106* L_1 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_fsm_handler_table_1(); int32_t L_2 = __this->get_state_9(); NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); StateHandler_t105866779 * L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = L_4; StateHandler_t105866779 * L_5 = V_0; FsmContext_t2331368794 * L_6 = __this->get_fsm_context_5(); NullCheck(L_5); bool L_7 = StateHandler_Invoke_m3013669261(L_5, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0038; } } { int32_t L_8 = __this->get_input_char_7(); JsonException_t3682484112 * L_9 = (JsonException_t3682484112 *)il2cpp_codegen_object_new(JsonException_t3682484112_il2cpp_TypeInfo_var); JsonException__ctor_m1455369572(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Lexer_NextToken_m915562469_RuntimeMethod_var); } IL_0038: { bool L_10 = __this->get_end_of_input_4(); if (!L_10) { goto IL_0045; } } { return (bool)0; } IL_0045: { FsmContext_t2331368794 * L_11 = __this->get_fsm_context_5(); NullCheck(L_11); bool L_12 = L_11->get_Return_0(); if (!L_12) { goto IL_00c1; } } { StringBuilder_t * L_13 = __this->get_string_buffer_10(); NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); __this->set_string_value_11(L_14); StringBuilder_t * L_15 = __this->get_string_buffer_10(); StringBuilder_t * L_16 = __this->get_string_buffer_10(); NullCheck(L_16); int32_t L_17 = StringBuilder_get_Length_m3238060835(L_16, /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_Remove_m940064945(L_15, 0, L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Lexer_t1514038666_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_18 = ((Lexer_t1514038666_StaticFields*)il2cpp_codegen_static_fields_for(Lexer_t1514038666_il2cpp_TypeInfo_var))->get_fsm_return_table_0(); int32_t L_19 = __this->get_state_9(); NullCheck(L_18); int32_t L_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); int32_t L_21 = (L_18)->GetAt(static_cast(L_20)); __this->set_token_12(L_21); int32_t L_22 = __this->get_token_12(); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)65542))))) { goto IL_00ae; } } { int32_t L_23 = __this->get_input_char_7(); __this->set_token_12(L_23); } IL_00ae: { FsmContext_t2331368794 * L_24 = __this->get_fsm_context_5(); NullCheck(L_24); int32_t L_25 = L_24->get_NextState_1(); __this->set_state_9(L_25); return (bool)1; } IL_00c1: { FsmContext_t2331368794 * L_26 = __this->get_fsm_context_5(); NullCheck(L_26); int32_t L_27 = L_26->get_NextState_1(); __this->set_state_9(L_27); goto IL_000c; } } // System.Void LitJson.Lexer::UngetChar() extern "C" IL2CPP_METHOD_ATTR void Lexer_UngetChar_m1154220749 (Lexer_t1514038666 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_input_char_7(); __this->set_input_buffer_6(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LitJson.Lexer/StateHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void StateHandler__ctor_m2276670741 (StateHandler_t105866779 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean LitJson.Lexer/StateHandler::Invoke(LitJson.FsmContext) extern "C" IL2CPP_METHOD_ATTR bool StateHandler_Invoke_m3013669261 (StateHandler_t105866779 * __this, FsmContext_t2331368794 * ___ctx0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { StateHandler_Invoke_m3013669261((StateHandler_t105866779 *)__this->get_prev_9(), ___ctx0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef bool (*FunctionPointerType) (RuntimeObject *, FsmContext_t2331368794 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___ctx0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, FsmContext_t2331368794 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___ctx0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< bool, FsmContext_t2331368794 * >::Invoke(targetMethod, targetThis, ___ctx0); else result = GenericVirtFuncInvoker1< bool, FsmContext_t2331368794 * >::Invoke(targetMethod, targetThis, ___ctx0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, FsmContext_t2331368794 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___ctx0); else result = VirtFuncInvoker1< bool, FsmContext_t2331368794 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___ctx0); } } else { typedef bool (*FunctionPointerType) (void*, FsmContext_t2331368794 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___ctx0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< bool >::Invoke(targetMethod, ___ctx0); else result = GenericVirtFuncInvoker0< bool >::Invoke(targetMethod, ___ctx0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___ctx0); else result = VirtFuncInvoker0< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___ctx0); } } else { typedef bool (*FunctionPointerType) (FsmContext_t2331368794 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___ctx0, targetMethod); } } } return result; } // System.IAsyncResult LitJson.Lexer/StateHandler::BeginInvoke(LitJson.FsmContext,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StateHandler_BeginInvoke_m1782125873 (StateHandler_t105866779 * __this, FsmContext_t2331368794 * ___ctx0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___ctx0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean LitJson.Lexer/StateHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool StateHandler_EndInvoke_m1830630625 (StateHandler_t105866779 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: LitJson.ObjectMetadata extern "C" void ObjectMetadata_t3566284522_marshal_pinvoke(const ObjectMetadata_t3566284522& unmarshaled, ObjectMetadata_t3566284522_marshaled_pinvoke& marshaled) { Exception_t* ___element_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'element_type' of type 'ObjectMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___element_type_0Exception,NULL); } extern "C" void ObjectMetadata_t3566284522_marshal_pinvoke_back(const ObjectMetadata_t3566284522_marshaled_pinvoke& marshaled, ObjectMetadata_t3566284522& unmarshaled) { Exception_t* ___element_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'element_type' of type 'ObjectMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___element_type_0Exception,NULL); } // Conversion method for clean up from marshalling of: LitJson.ObjectMetadata extern "C" void ObjectMetadata_t3566284522_marshal_pinvoke_cleanup(ObjectMetadata_t3566284522_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: LitJson.ObjectMetadata extern "C" void ObjectMetadata_t3566284522_marshal_com(const ObjectMetadata_t3566284522& unmarshaled, ObjectMetadata_t3566284522_marshaled_com& marshaled) { Exception_t* ___element_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'element_type' of type 'ObjectMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___element_type_0Exception,NULL); } extern "C" void ObjectMetadata_t3566284522_marshal_com_back(const ObjectMetadata_t3566284522_marshaled_com& marshaled, ObjectMetadata_t3566284522& unmarshaled) { Exception_t* ___element_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'element_type' of type 'ObjectMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___element_type_0Exception,NULL); } // Conversion method for clean up from marshalling of: LitJson.ObjectMetadata extern "C" void ObjectMetadata_t3566284522_marshal_com_cleanup(ObjectMetadata_t3566284522_marshaled_com& marshaled) { } // System.Type LitJson.ObjectMetadata::get_ElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectMetadata_get_ElementType_m3745587648 (ObjectMetadata_t3566284522 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectMetadata_get_ElementType_m3745587648_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get_element_type_0(); if (L_0) { goto IL_0016; } } { RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (JsonData_t1524858407_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } IL_0016: { Type_t * L_3 = __this->get_element_type_0(); return L_3; } } extern "C" Type_t * ObjectMetadata_get_ElementType_m3745587648_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ObjectMetadata_t3566284522 * _thisAdjusted = reinterpret_cast(__this + 1); return ObjectMetadata_get_ElementType_m3745587648(_thisAdjusted, method); } // System.Void LitJson.ObjectMetadata::set_ElementType(System.Type) extern "C" IL2CPP_METHOD_ATTR void ObjectMetadata_set_ElementType_m1031500093 (ObjectMetadata_t3566284522 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_element_type_0(L_0); return; } } extern "C" void ObjectMetadata_set_ElementType_m1031500093_AdjustorThunk (RuntimeObject * __this, Type_t * ___value0, const RuntimeMethod* method) { ObjectMetadata_t3566284522 * _thisAdjusted = reinterpret_cast(__this + 1); ObjectMetadata_set_ElementType_m1031500093(_thisAdjusted, ___value0, method); } // System.Boolean LitJson.ObjectMetadata::get_IsDictionary() extern "C" IL2CPP_METHOD_ATTR bool ObjectMetadata_get_IsDictionary_m3315154275 (ObjectMetadata_t3566284522 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_dictionary_1(); return L_0; } } extern "C" bool ObjectMetadata_get_IsDictionary_m3315154275_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ObjectMetadata_t3566284522 * _thisAdjusted = reinterpret_cast(__this + 1); return ObjectMetadata_get_IsDictionary_m3315154275(_thisAdjusted, method); } // System.Void LitJson.ObjectMetadata::set_IsDictionary(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ObjectMetadata_set_IsDictionary_m4180364639 (ObjectMetadata_t3566284522 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_is_dictionary_1(L_0); return; } } extern "C" void ObjectMetadata_set_IsDictionary_m4180364639_AdjustorThunk (RuntimeObject * __this, bool ___value0, const RuntimeMethod* method) { ObjectMetadata_t3566284522 * _thisAdjusted = reinterpret_cast(__this + 1); ObjectMetadata_set_IsDictionary_m4180364639(_thisAdjusted, ___value0, method); } // System.Collections.Generic.IDictionary`2 LitJson.ObjectMetadata::get_Properties() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ObjectMetadata_get_Properties_m2101871532 (ObjectMetadata_t3566284522 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_properties_2(); return L_0; } } extern "C" RuntimeObject* ObjectMetadata_get_Properties_m2101871532_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ObjectMetadata_t3566284522 * _thisAdjusted = reinterpret_cast(__this + 1); return ObjectMetadata_get_Properties_m2101871532(_thisAdjusted, method); } // System.Void LitJson.ObjectMetadata::set_Properties(System.Collections.Generic.IDictionary`2) extern "C" IL2CPP_METHOD_ATTR void ObjectMetadata_set_Properties_m1274841768 (ObjectMetadata_t3566284522 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_properties_2(L_0); return; } } extern "C" void ObjectMetadata_set_Properties_m1274841768_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { ObjectMetadata_t3566284522 * _thisAdjusted = reinterpret_cast(__this + 1); ObjectMetadata_set_Properties_m1274841768(_thisAdjusted, ___value0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LitJson.OrderedDictionaryEnumerator::.ctor(System.Collections.Generic.IEnumerator`1>) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionaryEnumerator__ctor_m1738407231 (OrderedDictionaryEnumerator_t386339177 * __this, RuntimeObject* ___enumerator0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___enumerator0; __this->set_list_enumerator_0(L_0); return; } } // System.Object LitJson.OrderedDictionaryEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionaryEnumerator_get_Current_m1996378305 (OrderedDictionaryEnumerator_t386339177 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionaryEnumerator_get_Current_m1996378305_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryEntry_t3123975638 L_0 = OrderedDictionaryEnumerator_get_Entry_m2398410097(__this, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_1 = L_0; RuntimeObject * L_2 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_1); return L_2; } } // System.Collections.DictionaryEntry LitJson.OrderedDictionaryEnumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 OrderedDictionaryEnumerator_get_Entry_m2398410097 (OrderedDictionaryEnumerator_t386339177 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionaryEnumerator_get_Entry_m2398410097_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t3707786873 V_0; memset(&V_0, 0, sizeof(V_0)); { RuntimeObject* L_0 = __this->get_list_enumerator_0(); NullCheck(L_0); KeyValuePair_2_t3707786873 L_1 = InterfaceFuncInvoker0< KeyValuePair_2_t3707786873 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t4140357341_il2cpp_TypeInfo_var, L_0); V_0 = L_1; String_t* L_2 = KeyValuePair_2_get_Key_m960528961((&V_0), /*hidden argument*/KeyValuePair_2_get_Key_m960528961_RuntimeMethod_var); JsonData_t1524858407 * L_3 = KeyValuePair_2_get_Value_m702912653((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m702912653_RuntimeMethod_var); DictionaryEntry_t3123975638 L_4; memset(&L_4, 0, sizeof(L_4)); DictionaryEntry__ctor_m2585376310((&L_4), L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object LitJson.OrderedDictionaryEnumerator::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionaryEnumerator_get_Key_m1675498256 (OrderedDictionaryEnumerator_t386339177 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionaryEnumerator_get_Key_m1675498256_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t3707786873 V_0; memset(&V_0, 0, sizeof(V_0)); { RuntimeObject* L_0 = __this->get_list_enumerator_0(); NullCheck(L_0); KeyValuePair_2_t3707786873 L_1 = InterfaceFuncInvoker0< KeyValuePair_2_t3707786873 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t4140357341_il2cpp_TypeInfo_var, L_0); V_0 = L_1; String_t* L_2 = KeyValuePair_2_get_Key_m960528961((&V_0), /*hidden argument*/KeyValuePair_2_get_Key_m960528961_RuntimeMethod_var); return L_2; } } // System.Object LitJson.OrderedDictionaryEnumerator::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionaryEnumerator_get_Value_m3246958518 (OrderedDictionaryEnumerator_t386339177 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionaryEnumerator_get_Value_m3246958518_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t3707786873 V_0; memset(&V_0, 0, sizeof(V_0)); { RuntimeObject* L_0 = __this->get_list_enumerator_0(); NullCheck(L_0); KeyValuePair_2_t3707786873 L_1 = InterfaceFuncInvoker0< KeyValuePair_2_t3707786873 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t4140357341_il2cpp_TypeInfo_var, L_0); V_0 = L_1; JsonData_t1524858407 * L_2 = KeyValuePair_2_get_Value_m702912653((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m702912653_RuntimeMethod_var); return L_2; } } // System.Boolean LitJson.OrderedDictionaryEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool OrderedDictionaryEnumerator_MoveNext_m235317833 (OrderedDictionaryEnumerator_t386339177 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionaryEnumerator_MoveNext_m235317833_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_list_enumerator_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void LitJson.OrderedDictionaryEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void OrderedDictionaryEnumerator_Reset_m1884280464 (OrderedDictionaryEnumerator_t386339177 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionaryEnumerator_Reset_m1884280464_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_list_enumerator_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: LitJson.PropertyMetadata extern "C" void PropertyMetadata_t3727440473_marshal_pinvoke(const PropertyMetadata_t3727440473& unmarshaled, PropertyMetadata_t3727440473_marshaled_pinvoke& marshaled) { Exception_t* ___Info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Info' of type 'PropertyMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Info_0Exception,NULL); } extern "C" void PropertyMetadata_t3727440473_marshal_pinvoke_back(const PropertyMetadata_t3727440473_marshaled_pinvoke& marshaled, PropertyMetadata_t3727440473& unmarshaled) { Exception_t* ___Info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Info' of type 'PropertyMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Info_0Exception,NULL); } // Conversion method for clean up from marshalling of: LitJson.PropertyMetadata extern "C" void PropertyMetadata_t3727440473_marshal_pinvoke_cleanup(PropertyMetadata_t3727440473_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: LitJson.PropertyMetadata extern "C" void PropertyMetadata_t3727440473_marshal_com(const PropertyMetadata_t3727440473& unmarshaled, PropertyMetadata_t3727440473_marshaled_com& marshaled) { Exception_t* ___Info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Info' of type 'PropertyMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Info_0Exception,NULL); } extern "C" void PropertyMetadata_t3727440473_marshal_com_back(const PropertyMetadata_t3727440473_marshaled_com& marshaled, PropertyMetadata_t3727440473& unmarshaled) { Exception_t* ___Info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Info' of type 'PropertyMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Info_0Exception,NULL); } // Conversion method for clean up from marshalling of: LitJson.PropertyMetadata extern "C" void PropertyMetadata_t3727440473_marshal_com_cleanup(PropertyMetadata_t3727440473_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LitJson.WrapperFactory::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WrapperFactory__ctor_m3502489384 (WrapperFactory_t2158548929 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // LitJson.IJsonWrapper LitJson.WrapperFactory::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WrapperFactory_Invoke_m2855181365 (WrapperFactory_t2158548929 * __this, const RuntimeMethod* method) { RuntimeObject* result = NULL; if(__this->get_prev_9() != NULL) { WrapperFactory_Invoke_m2855181365((WrapperFactory_t2158548929 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< RuntimeObject* >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< RuntimeObject* >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< RuntimeObject* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef RuntimeObject* (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult LitJson.WrapperFactory::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WrapperFactory_BeginInvoke_m267135772 (WrapperFactory_t2158548929 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // LitJson.IJsonWrapper LitJson.WrapperFactory::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WrapperFactory_EndInvoke_m2923486194 (WrapperFactory_t2158548929 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject*)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LitJson.WriterContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void WriterContext__ctor_m223138607 (WriterContext_t1011093999 * __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 Localization::.ctor() extern "C" IL2CPP_METHOD_ATTR void Localization__ctor_m4062821121 (Localization_t2163216738 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Localization__ctor_m4062821121_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_startingLanguage_3(_stringLiteral3500168455); Dictionary_2_t1632706988 * L_0 = (Dictionary_2_t1632706988 *)il2cpp_codegen_object_new(Dictionary_2_t1632706988_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3302800229(L_0, /*hidden argument*/Dictionary_2__ctor_m3302800229_RuntimeMethod_var); __this->set_mDictionary_5(L_0); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // Localization Localization::get_instance() extern "C" IL2CPP_METHOD_ATTR Localization_t2163216738 * Localization_get_instance_m2799012913 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Localization_get_instance_m2799012913_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { Localization_t2163216738 * L_0 = ((Localization_t2163216738_StaticFields*)il2cpp_codegen_static_fields_for(Localization_t2163216738_il2cpp_TypeInfo_var))->get_mInstance_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0055; } } { RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Localization_t2163216738_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_t631007953 * L_4 = Object_FindObjectOfType_m67275058(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); ((Localization_t2163216738_StaticFields*)il2cpp_codegen_static_fields_for(Localization_t2163216738_il2cpp_TypeInfo_var))->set_mInstance_2(((Localization_t2163216738 *)IsInstClass((RuntimeObject*)L_4, Localization_t2163216738_il2cpp_TypeInfo_var))); Localization_t2163216738 * L_5 = ((Localization_t2163216738_StaticFields*)il2cpp_codegen_static_fields_for(Localization_t2163216738_il2cpp_TypeInfo_var))->get_mInstance_2(); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_5, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0055; } } { GameObject_t1113636619 * L_7 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_7, _stringLiteral3841968697, /*hidden argument*/NULL); V_0 = L_7; GameObject_t1113636619 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m166252750(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = V_0; NullCheck(L_9); Localization_t2163216738 * L_10 = GameObject_AddComponent_TisLocalization_t2163216738_m2522522608(L_9, /*hidden argument*/GameObject_AddComponent_TisLocalization_t2163216738_m2522522608_RuntimeMethod_var); ((Localization_t2163216738_StaticFields*)il2cpp_codegen_static_fields_for(Localization_t2163216738_il2cpp_TypeInfo_var))->set_mInstance_2(L_10); } IL_0055: { Localization_t2163216738 * L_11 = ((Localization_t2163216738_StaticFields*)il2cpp_codegen_static_fields_for(Localization_t2163216738_il2cpp_TypeInfo_var))->get_mInstance_2(); return L_11; } } // System.String Localization::get_currentLanguage() extern "C" IL2CPP_METHOD_ATTR String_t* Localization_get_currentLanguage_m94699411 (Localization_t2163216738 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_mLanguage_6(); return L_0; } } // System.Void Localization::set_currentLanguage(System.String) extern "C" IL2CPP_METHOD_ATTR void Localization_set_currentLanguage_m514639924 (Localization_t2163216738 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Localization_set_currentLanguage_m514639924_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; TextAsset_t3022178571 * V_2 = NULL; TextAsset_t3022178571 * V_3 = NULL; { String_t* L_0 = __this->get_mLanguage_6(); String_t* L_1 = ___value0; 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_00b6; } } { String_t* L_3 = ___value0; __this->set_startingLanguage_3(L_3); String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_00a1; } } { TextAssetU5BU5D_t2780361322* L_6 = __this->get_languages_4(); if (!L_6) { goto IL_0077; } } { V_0 = 0; TextAssetU5BU5D_t2780361322* L_7 = __this->get_languages_4(); NullCheck(L_7); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))); goto IL_0070; } IL_003e: { TextAssetU5BU5D_t2780361322* L_8 = __this->get_languages_4(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; TextAsset_t3022178571 * L_11 = (L_8)->GetAt(static_cast(L_10)); V_2 = L_11; TextAsset_t3022178571 * L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_12, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_13) { goto IL_006c; } } { TextAsset_t3022178571 * L_14 = V_2; NullCheck(L_14); String_t* L_15 = Object_get_name_m4211327027(L_14, /*hidden argument*/NULL); String_t* L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_006c; } } { TextAsset_t3022178571 * L_18 = V_2; Localization_Load_m1136408433(__this, L_18, /*hidden argument*/NULL); return; } IL_006c: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0070: { int32_t L_20 = V_0; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_003e; } } IL_0077: { String_t* L_22 = ___value0; RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (TextAsset_t3022178571_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); Object_t631007953 * L_25 = Resources_Load_m3480190876(NULL /*static, unused*/, L_22, L_24, /*hidden argument*/NULL); V_3 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_25, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_26 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_27 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_26, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_27) { goto IL_00a1; } } { TextAsset_t3022178571 * L_28 = V_3; Localization_Load_m1136408433(__this, L_28, /*hidden argument*/NULL); return; } IL_00a1: { Dictionary_2_t1632706988 * L_29 = __this->get_mDictionary_5(); NullCheck(L_29); Dictionary_2_Clear_m1279106658(L_29, /*hidden argument*/Dictionary_2_Clear_m1279106658_RuntimeMethod_var); PlayerPrefs_DeleteKey_m2835763515(NULL /*static, unused*/, _stringLiteral2143291852, /*hidden argument*/NULL); } IL_00b6: { return; } } // System.Void Localization::Awake() extern "C" IL2CPP_METHOD_ATTR void Localization_Awake_m2347684422 (Localization_t2163216738 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Localization_Awake_m2347684422_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Localization_t2163216738 * L_0 = ((Localization_t2163216738_StaticFields*)il2cpp_codegen_static_fields_for(Localization_t2163216738_il2cpp_TypeInfo_var))->get_mInstance_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0078; } } { ((Localization_t2163216738_StaticFields*)il2cpp_codegen_static_fields_for(Localization_t2163216738_il2cpp_TypeInfo_var))->set_mInstance_2(__this); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m166252750(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); String_t* L_3 = __this->get_startingLanguage_3(); String_t* L_4 = PlayerPrefs_GetString_m614532710(NULL /*static, unused*/, _stringLiteral2143291852, L_3, /*hidden argument*/NULL); Localization_set_currentLanguage_m514639924(__this, L_4, /*hidden argument*/NULL); String_t* L_5 = __this->get_mLanguage_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0073; } } { TextAssetU5BU5D_t2780361322* L_7 = __this->get_languages_4(); if (!L_7) { goto IL_0073; } } { TextAssetU5BU5D_t2780361322* L_8 = __this->get_languages_4(); NullCheck(L_8); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))) <= ((int32_t)0))) { goto IL_0073; } } { TextAssetU5BU5D_t2780361322* L_9 = __this->get_languages_4(); NullCheck(L_9); int32_t L_10 = 0; TextAsset_t3022178571 * L_11 = (L_9)->GetAt(static_cast(L_10)); NullCheck(L_11); String_t* L_12 = Object_get_name_m4211327027(L_11, /*hidden argument*/NULL); Localization_set_currentLanguage_m514639924(__this, L_12, /*hidden argument*/NULL); } IL_0073: { goto IL_0083; } IL_0078: { GameObject_t1113636619 * L_13 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); } IL_0083: { return; } } // System.Void Localization::OnEnable() extern "C" IL2CPP_METHOD_ATTR void Localization_OnEnable_m2139644959 (Localization_t2163216738 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Localization_OnEnable_m2139644959_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Localization_t2163216738 * L_0 = ((Localization_t2163216738_StaticFields*)il2cpp_codegen_static_fields_for(Localization_t2163216738_il2cpp_TypeInfo_var))->get_mInstance_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { ((Localization_t2163216738_StaticFields*)il2cpp_codegen_static_fields_for(Localization_t2163216738_il2cpp_TypeInfo_var))->set_mInstance_2(__this); } IL_0016: { return; } } // System.Void Localization::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void Localization_OnDestroy_m3320663963 (Localization_t2163216738 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Localization_OnDestroy_m3320663963_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Localization_t2163216738 * L_0 = ((Localization_t2163216738_StaticFields*)il2cpp_codegen_static_fields_for(Localization_t2163216738_il2cpp_TypeInfo_var))->get_mInstance_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { ((Localization_t2163216738_StaticFields*)il2cpp_codegen_static_fields_for(Localization_t2163216738_il2cpp_TypeInfo_var))->set_mInstance_2((Localization_t2163216738 *)NULL); } IL_0016: { return; } } // System.Void Localization::Load(UnityEngine.TextAsset) extern "C" IL2CPP_METHOD_ATTR void Localization_Load_m1136408433 (Localization_t2163216738 * __this, TextAsset_t3022178571 * ___asset0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Localization_Load_m1136408433_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteReader_t1539670756 * V_0 = NULL; { TextAsset_t3022178571 * L_0 = ___asset0; NullCheck(L_0); String_t* L_1 = Object_get_name_m4211327027(L_0, /*hidden argument*/NULL); __this->set_mLanguage_6(L_1); String_t* L_2 = __this->get_mLanguage_6(); PlayerPrefs_SetString_m2101271233(NULL /*static, unused*/, _stringLiteral2143291852, L_2, /*hidden argument*/NULL); TextAsset_t3022178571 * L_3 = ___asset0; ByteReader_t1539670756 * L_4 = (ByteReader_t1539670756 *)il2cpp_codegen_object_new(ByteReader_t1539670756_il2cpp_TypeInfo_var); ByteReader__ctor_m2508069236(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; ByteReader_t1539670756 * L_5 = V_0; NullCheck(L_5); Dictionary_2_t1632706988 * L_6 = ByteReader_ReadDictionary_m2362209223(L_5, /*hidden argument*/NULL); __this->set_mDictionary_5(L_6); IL2CPP_RUNTIME_CLASS_INIT(UIRoot_t4022971450_il2cpp_TypeInfo_var); UIRoot_Broadcast_m2373109948(NULL /*static, unused*/, _stringLiteral182954449, __this, /*hidden argument*/NULL); return; } } // System.String Localization::Get(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Localization_Get_m1840184008 (Localization_t2163216738 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Localization_Get_m1840184008_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B5_0 = NULL; { Dictionary_2_t1632706988 * L_0 = __this->get_mDictionary_5(); String_t* L_1 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_1, _stringLiteral1153305499, /*hidden argument*/NULL); NullCheck(L_0); bool L_3 = Dictionary_2_TryGetValue_m1185325717(L_0, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var); if (!L_3) { goto IL_001f; } } { String_t* L_4 = V_0; return L_4; } IL_001f: { Dictionary_2_t1632706988 * L_5 = __this->get_mDictionary_5(); String_t* L_6 = ___key0; NullCheck(L_5); bool L_7 = Dictionary_2_TryGetValue_m1185325717(L_5, L_6, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var); if (!L_7) { goto IL_0038; } } { String_t* L_8 = V_0; G_B5_0 = L_8; goto IL_0039; } IL_0038: { String_t* L_9 = ___key0; G_B5_0 = L_9; } IL_0039: { return G_B5_0; } } // System.String Localization::Localize(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Localization_Localize_m2276536743 (RuntimeObject * __this /* static, unused */, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Localization_Localize_m2276536743_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { Localization_t2163216738 * L_0 = Localization_get_instance_m2799012913(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0020; } } { Localization_t2163216738 * L_2 = Localization_get_instance_m2799012913(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___key0; NullCheck(L_2); String_t* L_4 = Localization_Get_m1840184008(L_2, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_0021; } IL_0020: { String_t* L_5 = ___key0; G_B3_0 = L_5; } IL_0021: { return G_B3_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LocalLinkedEffect::.ctor() extern "C" IL2CPP_METHOD_ATTR void LocalLinkedEffect__ctor_m2406480297 (LocalLinkedEffect_t997770122 * __this, const RuntimeMethod* method) { { __this->set_EnableRotation_5((bool)1); __this->set_m_bEnable0_7((bool)1); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void LocalLinkedEffect::Start() extern "C" IL2CPP_METHOD_ATTR void LocalLinkedEffect_Start_m2745026039 (LocalLinkedEffect_t997770122 * __this, const RuntimeMethod* method) { { LocalLinkedEffect_CheckBindBone_m2972097738(__this, /*hidden argument*/NULL); return; } } // System.Void LocalLinkedEffect::OnAfterAnim(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void LocalLinkedEffect_OnAfterAnim_m2209397981 (LocalLinkedEffect_t997770122 * __this, Transform_t3600365921 * ___linkedRoot0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LocalLinkedEffect_OnAfterAnim_m2209397981_MetadataUsageId); s_Il2CppMethodInitialized = true; } Matrix4x4_t1817901843 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); { __this->set_m_bEnable0_7((bool)0); Transform_t3600365921 * L_0 = ___linkedRoot0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { return; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_2 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_3 = ___linkedRoot0; NullCheck(L_3); Quaternion_t2301928331 L_4 = Transform_get_rotation_m3502953881(L_3, /*hidden argument*/NULL); Vector3_t3722313464 L_5 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t1817901843_il2cpp_TypeInfo_var); Matrix4x4_t1817901843 L_6 = Matrix4x4_TRS_m3801934620(NULL /*static, unused*/, L_2, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; Vector3_t3722313464 L_7 = __this->get_BindPosOffset_3(); Vector3_t3722313464 L_8 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_0), L_7, /*hidden argument*/NULL); V_1 = L_8; Transform_t3600365921 * L_9 = ___linkedRoot0; NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_position_m36019626(L_9, /*hidden argument*/NULL); Vector3_t3722313464 L_11 = V_1; Vector3_t3722313464 L_12 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; bool L_13 = __this->get_LockHigh_6(); if (!L_13) { goto IL_0089; } } { Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_14); Vector3_t3722313464 L_15 = Transform_get_position_m36019626(L_14, /*hidden argument*/NULL); V_3 = L_15; float L_16 = (&V_2)->get_x_1(); (&V_3)->set_x_1(L_16); float L_17 = (&V_2)->get_z_3(); (&V_3)->set_z_3(L_17); Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_19 = V_3; NullCheck(L_18); Transform_set_position_m3387557959(L_18, L_19, /*hidden argument*/NULL); goto IL_0095; } IL_0089: { Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_21 = V_2; NullCheck(L_20); Transform_set_position_m3387557959(L_20, L_21, /*hidden argument*/NULL); } IL_0095: { bool L_22 = __this->get_EnableRotation_5(); if (!L_22) { goto IL_00c1; } } { Transform_t3600365921 * L_23 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_24 = ___linkedRoot0; NullCheck(L_24); Quaternion_t2301928331 L_25 = Transform_get_rotation_m3502953881(L_24, /*hidden argument*/NULL); Vector3_t3722313464 L_26 = __this->get_BindRotation_4(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_27 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); Quaternion_t2301928331 L_28 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_25, L_27, /*hidden argument*/NULL); NullCheck(L_23); Transform_set_rotation_m3524318132(L_23, L_28, /*hidden argument*/NULL); } IL_00c1: { return; } } // System.Void LocalLinkedEffect::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void LocalLinkedEffect_LateUpdate_m3375799896 (LocalLinkedEffect_t997770122 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LocalLinkedEffect_LateUpdate_m3375799896_MetadataUsageId); s_Il2CppMethodInitialized = true; } Matrix4x4_t1817901843 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); { bool L_0 = __this->get_m_bEnable0_7(); if (!L_0) { goto IL_001c; } } { Transform_t3600365921 * L_1 = __this->get_m_RootBone_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } IL_001c: { return; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_3 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_m_RootBone_8(); NullCheck(L_4); Quaternion_t2301928331 L_5 = Transform_get_rotation_m3502953881(L_4, /*hidden argument*/NULL); Vector3_t3722313464 L_6 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t1817901843_il2cpp_TypeInfo_var); Matrix4x4_t1817901843 L_7 = Matrix4x4_TRS_m3801934620(NULL /*static, unused*/, L_3, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; Vector3_t3722313464 L_8 = __this->get_BindPosOffset_3(); Vector3_t3722313464 L_9 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_0), L_8, /*hidden argument*/NULL); V_1 = L_9; Transform_t3600365921 * L_10 = __this->get_m_RootBone_8(); NullCheck(L_10); Vector3_t3722313464 L_11 = Transform_get_position_m36019626(L_10, /*hidden argument*/NULL); Vector3_t3722313464 L_12 = V_1; Vector3_t3722313464 L_13 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); V_2 = L_13; bool L_14 = __this->get_LockHigh_6(); if (!L_14) { goto IL_009c; } } { Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_15); Vector3_t3722313464 L_16 = Transform_get_position_m36019626(L_15, /*hidden argument*/NULL); V_3 = L_16; float L_17 = (&V_2)->get_x_1(); (&V_3)->set_x_1(L_17); float L_18 = (&V_2)->get_z_3(); (&V_3)->set_z_3(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_20 = V_3; NullCheck(L_19); Transform_set_position_m3387557959(L_19, L_20, /*hidden argument*/NULL); goto IL_00a8; } IL_009c: { Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_22 = V_2; NullCheck(L_21); Transform_set_position_m3387557959(L_21, L_22, /*hidden argument*/NULL); } IL_00a8: { bool L_23 = __this->get_EnableRotation_5(); if (!L_23) { goto IL_00d9; } } { Transform_t3600365921 * L_24 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_25 = __this->get_BindRotation_4(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_26 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); Transform_t3600365921 * L_27 = __this->get_m_RootBone_8(); NullCheck(L_27); Quaternion_t2301928331 L_28 = Transform_get_rotation_m3502953881(L_27, /*hidden argument*/NULL); Quaternion_t2301928331 L_29 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_26, L_28, /*hidden argument*/NULL); NullCheck(L_24); Transform_set_rotation_m3524318132(L_24, L_29, /*hidden argument*/NULL); } IL_00d9: { return; } } // System.Void LocalLinkedEffect::CheckBindBone() extern "C" IL2CPP_METHOD_ATTR void LocalLinkedEffect_CheckBindBone_m2972097738 (LocalLinkedEffect_t997770122 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LocalLinkedEffect_CheckBindBone_m2972097738_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; Transform_t3600365921 * V_3 = NULL; TransformU5BU5D_t807237628* V_4 = NULL; int32_t V_5 = 0; TransformU5BU5D_t807237628* G_B14_0 = NULL; { V_0 = (Transform_t3600365921 *)NULL; Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); V_1 = L_0; goto IL_0034; } IL_000e: { Transform_t3600365921 * L_1 = V_1; NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral287567133, /*hidden argument*/NULL); V_2 = L_2; Transform_t3600365921 * L_3 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002d; } } { Transform_t3600365921 * L_5 = V_2; V_0 = L_5; goto IL_0040; } IL_002d: { Transform_t3600365921 * L_6 = V_1; NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_get_parent_m835071599(L_6, /*hidden argument*/NULL); V_1 = L_7; } IL_0034: { Transform_t3600365921 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_000e; } } IL_0040: { Transform_t3600365921 * L_10 = V_0; 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_008a; } } { Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); V_1 = L_12; goto IL_007e; } IL_0058: { Transform_t3600365921 * L_13 = V_1; NullCheck(L_13); Transform_t3600365921 * L_14 = Transform_Find_m1729760951(L_13, _stringLiteral1603095960, /*hidden argument*/NULL); V_3 = L_14; Transform_t3600365921 * L_15 = V_3; 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_0077; } } { Transform_t3600365921 * L_17 = V_3; V_0 = L_17; goto IL_008a; } IL_0077: { Transform_t3600365921 * L_18 = V_1; NullCheck(L_18); Transform_t3600365921 * L_19 = Transform_get_parent_m835071599(L_18, /*hidden argument*/NULL); V_1 = L_19; } IL_007e: { Transform_t3600365921 * L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_21 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0058; } } IL_008a: { Transform_t3600365921 * L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_23 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00a1; } } { Transform_t3600365921 * L_24 = V_0; NullCheck(L_24); TransformU5BU5D_t807237628* L_25 = Component_GetComponentsInChildren_TisTransform_t3600365921_m1145943054(L_24, /*hidden argument*/Component_GetComponentsInChildren_TisTransform_t3600365921_m1145943054_RuntimeMethod_var); G_B14_0 = L_25; goto IL_00a2; } IL_00a1: { G_B14_0 = ((TransformU5BU5D_t807237628*)(NULL)); } IL_00a2: { V_4 = G_B14_0; TransformU5BU5D_t807237628* L_26 = V_4; if (!L_26) { goto IL_00ef; } } { V_5 = 0; goto IL_00e4; } IL_00b3: { String_t* L_27 = __this->get_BoneName_2(); TransformU5BU5D_t807237628* L_28 = V_4; int32_t L_29 = V_5; NullCheck(L_28); int32_t L_30 = L_29; Transform_t3600365921 * L_31 = (L_28)->GetAt(static_cast(L_30)); NullCheck(L_31); GameObject_t1113636619 * L_32 = Component_get_gameObject_m442555142(L_31, /*hidden argument*/NULL); NullCheck(L_32); String_t* L_33 = Object_get_name_m4211327027(L_32, /*hidden argument*/NULL); NullCheck(L_27); int32_t L_34 = String_CompareTo_m3414379165(L_27, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_00de; } } { TransformU5BU5D_t807237628* L_35 = V_4; int32_t L_36 = V_5; NullCheck(L_35); int32_t L_37 = L_36; Transform_t3600365921 * L_38 = (L_35)->GetAt(static_cast(L_37)); __this->set_m_RootBone_8(L_38); return; } IL_00de: { int32_t L_39 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00e4: { int32_t L_40 = V_5; TransformU5BU5D_t807237628* L_41 = V_4; NullCheck(L_41); if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))))))) { goto IL_00b3; } } IL_00ef: { 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 LogicFriendItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem__ctor_m4210220891 (LogicFriendItem_t441456859 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void LogicFriendItem::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_OnPageInit_m2959569694 (LogicFriendItem_t441456859 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogicFriendItem_OnPageInit_m2959569694_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_13(); if (L_0) { goto IL_014b; } } { __this->set_isPageInit_13((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_2 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_1, _stringLiteral2366487369, /*hidden argument*/NULL); __this->set_m_ActiveRoot_2(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_4 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_3, _stringLiteral1171094641, /*hidden argument*/NULL); __this->set_m_DisActiveRoot_3(L_4); Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_6 = Transform_Find_m1729760951(L_5, _stringLiteral350069932, /*hidden argument*/NULL); NullCheck(L_6); UITexture_t3471168817 * L_7 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_6, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_Head_4(L_7); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral3333783829, /*hidden argument*/NULL); NullCheck(L_9); UILabel_t3248798549 * L_10 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_9, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_Level_5(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_11); Transform_t3600365921 * L_12 = Transform_Find_m1729760951(L_11, _stringLiteral136885536, /*hidden argument*/NULL); NullCheck(L_12); UISprite_t194114938 * L_13 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_12, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_VipSprite_6(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_14); Transform_t3600365921 * L_15 = Transform_Find_m1729760951(L_14, _stringLiteral184177537, /*hidden argument*/NULL); NullCheck(L_15); UILabel_t3248798549 * L_16 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_15, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_LabelName_7(L_16); Transform_t3600365921 * L_17 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_17); Transform_t3600365921 * L_18 = Transform_Find_m1729760951(L_17, _stringLiteral175923043, /*hidden argument*/NULL); NullCheck(L_18); UISprite_t194114938 * L_19 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_18, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_HeadBox_8(L_19); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_21 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_20, _stringLiteral402562387, /*hidden argument*/NULL); __this->set_m_InGame_9(L_21); Transform_t3600365921 * L_22 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_23 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_22, _stringLiteral2742051047, /*hidden argument*/NULL); __this->set_m_OnLine_10(L_23); Transform_t3600365921 * L_24 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_25 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_24, _stringLiteral3280690193, /*hidden argument*/NULL); __this->set_m_OffLine_11(L_25); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_27 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_26, _stringLiteral1491471081, /*hidden argument*/NULL); __this->set_m_CareSign_12(L_27); UITexture_t3471168817 * L_28 = __this->get_m_Head_4(); NullCheck(L_28); Transform_t3600365921 * L_29 = Component_get_transform_m3162698980(L_28, /*hidden argument*/NULL); NullCheck(L_29); Vector3_t3722313464 L_30 = Transform_get_localScale_m129152068(L_29, /*hidden argument*/NULL); __this->set_m_PhotoSize_17(L_30); GameObject_t1113636619 * L_31 = __this->get_m_OnLine_10(); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_31, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_32 = __this->get_m_OffLine_11(); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_32, (bool)0, /*hidden argument*/NULL); } IL_014b: { return; } } // System.Void LogicFriendItem::Awake() extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_Awake_m254256563 (LogicFriendItem_t441456859 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogicFriendItem_Awake_m254256563_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); DMListViewItem_t3648257704 * L_1 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_0, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); intptr_t L_2 = (intptr_t)LogicFriendItem_IndexChanged_m839729973_RuntimeMethod_var; Action_1_t3123413348 * L_3 = (Action_1_t3123413348 *)il2cpp_codegen_object_new(Action_1_t3123413348_il2cpp_TypeInfo_var); Action_1__ctor_m4058363731(L_3, __this, L_2, /*hidden argument*/Action_1__ctor_m4058363731_RuntimeMethod_var); NullCheck(L_1); DMListViewItem_set_indexChanged_m3628212006(L_1, L_3, /*hidden argument*/NULL); __this->set_m_IsActive_15((bool)0); __this->set_m_IsUserPhotoReady_16((bool)0); return; } } // System.Void LogicFriendItem::IndexChanged(System.Int32) extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_IndexChanged_m839729973 (LogicFriendItem_t441456859 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogicFriendItem_IndexChanged_m839729973_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CKpFriend_t471591804 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CFriendManager_t3708308264_il2cpp_TypeInfo_var); CFriendManager_t3708308264 * L_0 = CFriendManager_GetInstance_m2674556143(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CFriendManager_get_CurrentFriendType_m1131600176(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ____index0; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); CKpFriend_t471591804 * L_3 = CKDDeviceService_GetFrinedInfo_m4175404193(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; CKpFriend_t471591804 * L_4 = V_1; LogicFriendItem_SetFriendInfo_m2472554475(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void LogicFriendItem::OnEnable() extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_OnEnable_m3525023903 (LogicFriendItem_t441456859 * __this, const RuntimeMethod* method) { { __this->set_m_IsUserPhotoReady_16((bool)0); return; } } // System.Void LogicFriendItem::Update() extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_Update_m2146019434 (LogicFriendItem_t441456859 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogicFriendItem_Update_m2146019434_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; RuntimeObject* V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_m_IsUserPhotoReady_16(); if (L_0) { goto IL_0048; } } { CKpFriend_t471591804 * L_1 = __this->get_m_Friend_14(); if (!L_1) { goto IL_0048; } } { UITexture_t3471168817 * L_2 = __this->get_m_Head_4(); CKpFriend_t471591804 * L_3 = __this->get_m_Friend_14(); NullCheck(L_3); int32_t L_4 = CKpFriend_get_Id_m83584331(L_3, /*hidden argument*/NULL); CKpFriend_t471591804 * L_5 = __this->get_m_Friend_14(); NullCheck(L_5); int32_t L_6 = CKpFriend_get_Sex_m2210650599(L_5, /*hidden argument*/NULL); Vector3_t3722313464 L_7 = __this->get_m_PhotoSize_17(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_8 = CMiscHelp_GetCustomUserPhoto_m4012711164(NULL /*static, unused*/, L_2, (((int64_t)((int64_t)L_4))), (((int64_t)((int64_t)0))), L_6, L_7, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_m_IsUserPhotoReady_16(L_8); } IL_0048: { UISprite_t194114938 * L_9 = __this->get_m_HeadBox_8(); NullCheck(L_9); Transform_t3600365921 * L_10 = Component_get_transform_m3162698980(L_9, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject* L_11 = Transform_GetEnumerator_m2717073726(L_10, /*hidden argument*/NULL); V_1 = L_11; } IL_0059: try { // begin try (depth: 1) { goto IL_00b7; } IL_005e: { RuntimeObject* L_12 = V_1; NullCheck(L_12); RuntimeObject * L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); V_0 = ((Transform_t3600365921 *)CastclassClass((RuntimeObject*)L_13, Transform_t3600365921_il2cpp_TypeInfo_var)); Transform_t3600365921 * L_14 = V_0; NullCheck(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(L_14, /*hidden argument*/NULL); NullCheck(L_15); Vector3_t3722313464 L_16 = Transform_get_position_m36019626(L_15, /*hidden argument*/NULL); V_2 = L_16; float L_17 = (&V_2)->get_y_2(); if ((((float)L_17) > ((float)(0.65f)))) { goto IL_00a4; } } IL_0087: { Transform_t3600365921 * L_18 = V_0; NullCheck(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(L_18, /*hidden argument*/NULL); NullCheck(L_19); Vector3_t3722313464 L_20 = Transform_get_position_m36019626(L_19, /*hidden argument*/NULL); V_3 = L_20; float L_21 = (&V_3)->get_y_2(); if ((!(((float)L_21) < ((float)(-0.65f))))) { goto IL_00b0; } } IL_00a4: { Transform_t3600365921 * L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_22, (bool)0, /*hidden argument*/NULL); goto IL_00b7; } IL_00b0: { Transform_t3600365921 * L_23 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_23, (bool)1, /*hidden argument*/NULL); } IL_00b7: { RuntimeObject* L_24 = V_1; NullCheck(L_24); bool L_25 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_005e; } } IL_00c2: { IL2CPP_LEAVE(0xDD, FINALLY_00c7); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c7; } FINALLY_00c7: { // begin finally (depth: 1) { RuntimeObject* L_26 = V_1; RuntimeObject* L_27 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_4 = L_27; if (!L_27) { goto IL_00dc; } } IL_00d5: { RuntimeObject* L_28 = V_4; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_28); } IL_00dc: { IL2CPP_END_FINALLY(199) } } // end finally (depth: 1) IL2CPP_CLEANUP(199) { IL2CPP_JUMP_TBL(0xDD, IL_00dd) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00dd: { return; } } // System.Void LogicFriendItem::SetFriendInfo(DMCore.Logic.CKpFriend) extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_SetFriendInfo_m2472554475 (LogicFriendItem_t441456859 * __this, CKpFriend_t471591804 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogicFriendItem_SetFriendInfo_m2472554475_MetadataUsageId); s_Il2CppMethodInitialized = true; } Color_t2555686324 V_0; memset(&V_0, 0, sizeof(V_0)); { CKpFriend_t471591804 * L_0 = ___info0; __this->set_m_Friend_14(L_0); CKpFriend_t471591804 * L_1 = __this->get_m_Friend_14(); if (L_1) { goto IL_0022; } } { CLogHelp_t779629444 * L_2 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CLogHelp_Log_m386290467(L_2, _stringLiteral3896870539, /*hidden argument*/NULL); return; } IL_0022: { GameObject_t1113636619 * L_3 = __this->get_m_ActiveRoot_2(); NullCheck(L_3); Transform_t3600365921 * L_4 = GameObject_get_transform_m1369836730(L_3, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral2820249592, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_5, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_6 = __this->get_m_CareSign_12(); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_6, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_7 = __this->get_m_LabelName_7(); CKpFriend_t471591804 * L_8 = __this->get_m_Friend_14(); NullCheck(L_8); String_t* L_9 = CKpFriend_get_Name_m286909621(L_8, /*hidden argument*/NULL); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); CKpFriend_t471591804 * L_10 = ___info0; NullCheck(L_10); int32_t L_11 = CKpFriend_get_Status_m1204739619(L_10, /*hidden argument*/NULL); UITexture_t3471168817 * L_12 = __this->get_m_Head_4(); CKpFriend_t471591804 * L_13 = ___info0; NullCheck(L_13); int32_t L_14 = CKpFriend_get_Id_m83584331(L_13, /*hidden argument*/NULL); CKpFriend_t471591804 * L_15 = ___info0; NullCheck(L_15); int32_t L_16 = CKpFriend_get_Sex_m2210650599(L_15, /*hidden argument*/NULL); Color_t2555686324 L_17 = CMiscHelp_ProcessOnlineState_m2516610902(NULL /*static, unused*/, L_11, L_12, 0, (((int64_t)((int64_t)L_14))), L_16, /*hidden argument*/NULL); V_0 = L_17; UILabel_t3248798549 * L_18 = __this->get_m_LabelName_7(); Color_t2555686324 L_19 = V_0; NullCheck(L_18); UIWidget_set_color_m2288988844(L_18, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_20 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); UISprite_t194114938 * L_21 = __this->get_m_HeadBox_8(); NullCheck(L_20); PersonaliseConfig_GetUserHeadBoxInfoByID_m1467318277(L_20, 0, L_21, /*hidden argument*/NULL); UILabel_t3248798549 * L_22 = __this->get_m_Level_5(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_22, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_23 = __this->get_m_VipSprite_6(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_23, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_24 = __this->get_m_InGame_9(); CKpFriend_t471591804 * L_25 = ___info0; NullCheck(L_25); int32_t L_26 = CKpFriend_get_Status_m1204739619(L_25, /*hidden argument*/NULL); NullCheck(L_24); GameObject_SetActive_m796801857(L_24, (bool)((((int32_t)6) == ((int32_t)L_26))? 1 : 0), /*hidden argument*/NULL); UITexture_t3471168817 * L_27 = __this->get_m_Head_4(); CKpFriend_t471591804 * L_28 = __this->get_m_Friend_14(); NullCheck(L_28); int32_t L_29 = CKpFriend_get_Id_m83584331(L_28, /*hidden argument*/NULL); CKpFriend_t471591804 * L_30 = __this->get_m_Friend_14(); NullCheck(L_30); int32_t L_31 = CKpFriend_get_Sex_m2210650599(L_30, /*hidden argument*/NULL); Vector3_t3722313464 L_32 = __this->get_m_PhotoSize_17(); bool L_33 = CMiscHelp_GetCustomUserPhoto_m4012711164(NULL /*static, unused*/, L_27, (((int64_t)((int64_t)L_29))), (((int64_t)((int64_t)0))), L_31, L_32, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_m_IsUserPhotoReady_16(L_33); return; } } // System.Void LogicFriendItem::OnActive() extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_OnActive_m3434548849 (LogicFriendItem_t441456859 * __this, const RuntimeMethod* method) { { __this->set_m_IsActive_15((bool)1); GameObject_t1113636619 * L_0 = __this->get_m_ActiveRoot_2(); NullCheck(L_0); GameObject_SetActive_m796801857(L_0, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = __this->get_m_DisActiveRoot_3(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void LogicFriendItem::OnDisactive() extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_OnDisactive_m1932998550 (LogicFriendItem_t441456859 * __this, const RuntimeMethod* method) { { __this->set_m_IsActive_15((bool)0); GameObject_t1113636619 * L_0 = __this->get_m_ActiveRoot_2(); NullCheck(L_0); GameObject_SetActive_m796801857(L_0, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = __this->get_m_DisActiveRoot_3(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void LogicFriendItem::OnClkDelete() extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_OnClkDelete_m1402158489 (LogicFriendItem_t441456859 * __this, const RuntimeMethod* method) { { return; } } // System.Void LogicFriendItem::OnClkChatPrivate() extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_OnClkChatPrivate_m3066243138 (LogicFriendItem_t441456859 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogicFriendItem_OnClkChatPrivate_m3066243138_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); CRoot_SetOpenPage_m2050013413(L_0, 3, /*hidden argument*/NULL); CRoot_t1043641654 * L_1 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); ICameraBase_t3615533728 * L_2 = CRoot_GetCamera_m3179746689(L_1, /*hidden argument*/NULL); NullCheck(L_2); Camera_t4157153871 * L_3 = ICameraBase_GetUICamera_m3997251255(L_2, /*hidden argument*/NULL); V_0 = L_3; 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_0048; } } { Camera_t4157153871 * L_6 = V_0; NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); CKpFriend_t471591804 * L_8 = __this->get_m_Friend_14(); NullCheck(L_8); int32_t L_9 = CKpFriend_get_Id_m83584331(L_8, /*hidden argument*/NULL); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_7); GameObject_SendMessage_m3720186693(L_7, _stringLiteral767461401, L_11, 1, /*hidden argument*/NULL); } IL_0048: { return; } } // System.Void LogicFriendItem::OnClkSendGift() extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_OnClkSendGift_m4239341337 (LogicFriendItem_t441456859 * __this, const RuntimeMethod* method) { { return; } } // System.Void LogicFriendItem::OnClkShowBusinessCard() extern "C" IL2CPP_METHOD_ATTR void LogicFriendItem_OnClkShowBusinessCard_m530277570 (LogicFriendItem_t441456859 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogicFriendItem_OnClkShowBusinessCard_m530277570_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * 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); CRoot_SetOpenPage_m2050013413(L_0, 3, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral3069917219, /*hidden argument*/NULL); V_0 = L_1; GameObject_t1113636619 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_003e; } } { GameObject_t1113636619 * L_4 = V_0; CKpFriend_t471591804 * L_5 = __this->get_m_Friend_14(); NullCheck(L_5); int32_t L_6 = CKpFriend_get_Id_m83584331(L_5, /*hidden argument*/NULL); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); NullCheck(L_4); GameObject_SendMessage_m3720186693(L_4, _stringLiteral2249229000, L_8, 1, /*hidden argument*/NULL); } IL_003e: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void logicLogin_main_page::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicLogin_main_page__ctor_m2889636078 (logicLogin_main_page_t116642790 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void logicLogin_main_page::OnFirstMainPage() extern "C" IL2CPP_METHOD_ATTR void logicLogin_main_page_OnFirstMainPage_m3493303100 (logicLogin_main_page_t116642790 * __this, const RuntimeMethod* method) { { CLocationManager_t1346018200 * L_0 = IHelp_GetLocationManager_m885950429(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CLocationManager_InitLocation_m4206024484(L_0, /*hidden argument*/NULL); return; } } // System.Void logicLogin_main_page::OnReturnServerChoice() extern "C" IL2CPP_METHOD_ATTR void logicLogin_main_page_OnReturnServerChoice_m2082809133 (logicLogin_main_page_t116642790 * __this, const RuntimeMethod* method) { { logicLogin_main_page_ChangePage_m401271940(__this, 2, /*hidden argument*/NULL); return; } } // System.Void logicLogin_main_page::OnReturnLogin() extern "C" IL2CPP_METHOD_ATTR void logicLogin_main_page_OnReturnLogin_m1135959508 (logicLogin_main_page_t116642790 * __this, const RuntimeMethod* method) { { logicLogin_main_page_ChangePage_m401271940(__this, 2, /*hidden argument*/NULL); return; } } // System.Void logicLogin_main_page::OnReturnRegister() extern "C" IL2CPP_METHOD_ATTR void logicLogin_main_page_OnReturnRegister_m2505526389 (logicLogin_main_page_t116642790 * __this, const RuntimeMethod* method) { { logicLogin_main_page_ChangePage_m401271940(__this, 1, /*hidden argument*/NULL); return; } } // System.Void logicLogin_main_page::OnReturnMainPage() extern "C" IL2CPP_METHOD_ATTR void logicLogin_main_page_OnReturnMainPage_m3999795247 (logicLogin_main_page_t116642790 * __this, const RuntimeMethod* method) { { logicLogin_main_page_ChangePage_m401271940(__this, 0, /*hidden argument*/NULL); return; } } // System.Void logicLogin_main_page::OnReturnActivationInputWnd() extern "C" IL2CPP_METHOD_ATTR void logicLogin_main_page_OnReturnActivationInputWnd_m2245541398 (logicLogin_main_page_t116642790 * __this, const RuntimeMethod* method) { { logicLogin_main_page_ChangePage_m401271940(__this, 3, /*hidden argument*/NULL); return; } } // System.Void logicLogin_main_page::ChangePage(logicLogin_main_page/emPage) extern "C" IL2CPP_METHOD_ATTR void logicLogin_main_page_ChangePage_m401271940 (logicLogin_main_page_t116642790 * __this, int32_t ___page0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicLogin_main_page_ChangePage_m401271940_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * G_B11_0 = NULL; logicLogin_main_page_t116642790 * G_B11_1 = NULL; GameObject_t1113636619 * G_B10_0 = NULL; logicLogin_main_page_t116642790 * G_B10_1 = NULL; int32_t G_B12_0 = 0; GameObject_t1113636619 * G_B12_1 = NULL; logicLogin_main_page_t116642790 * G_B12_2 = NULL; { int32_t L_0 = ___page0; switch (((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_01b4; } case 1: { goto IL_0025; } case 2: { goto IL_007c; } case 3: { goto IL_00e4; } case 4: { goto IL_014c; } case 5: { goto IL_01b9; } } } { goto IL_01ff; } IL_0025: { GameObject_t1113636619 * L_1 = __this->get_m_pageAccount_3(); logicLogin_main_page_ActivePage_m2682504109(__this, L_1, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = __this->get_m_pageRegister_4(); logicLogin_main_page_ActivePage_m2682504109(__this, L_2, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = __this->get_m_pageMain_2(); logicLogin_main_page_ActivePage_m2682504109(__this, L_3, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_4 = __this->get_m_pageActivation_5(); logicLogin_main_page_ActivePage_m2682504109(__this, L_4, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_m_pageServerChoice_6(); logicLogin_main_page_ActivePage_m2682504109(__this, L_5, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_6 = __this->get_m_pageMain_2(); NullCheck(L_6); GameObject_SendMessage_m1121218340(L_6, _stringLiteral1351509834, 1, /*hidden argument*/NULL); goto IL_0245; } IL_007c: { GameObject_t1113636619 * L_7 = __this->get_m_pageAccount_3(); logicLogin_main_page_ActivePage_m2682504109(__this, L_7, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = __this->get_m_pageMain_2(); logicLogin_main_page_ActivePage_m2682504109(__this, L_8, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = __this->get_m_pageRegister_4(); logicLogin_main_page_ActivePage_m2682504109(__this, L_9, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_10 = __this->get_m_pageActivation_5(); logicLogin_main_page_ActivePage_m2682504109(__this, L_10, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_11 = __this->get_m_pageServerChoice_6(); logicLogin_main_page_ActivePage_m2682504109(__this, L_11, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_12 = __this->get_m_pageMain_2(); NullCheck(L_12); GameObject_SendMessage_m1121218340(L_12, _stringLiteral1351811703, 1, /*hidden argument*/NULL); GameObject_t1113636619 * L_13 = __this->get_m_pageRegister_4(); NullCheck(L_13); GameObject_SendMessage_m1121218340(L_13, _stringLiteral487468867, 1, /*hidden argument*/NULL); goto IL_0245; } IL_00e4: { GameObject_t1113636619 * L_14 = __this->get_m_pageRegister_4(); logicLogin_main_page_ActivePage_m2682504109(__this, L_14, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_15 = __this->get_m_pageMain_2(); logicLogin_main_page_ActivePage_m2682504109(__this, L_15, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_16 = __this->get_m_pageAccount_3(); logicLogin_main_page_ActivePage_m2682504109(__this, L_16, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_17 = __this->get_m_pageActivation_5(); logicLogin_main_page_ActivePage_m2682504109(__this, L_17, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_18 = __this->get_m_pageServerChoice_6(); logicLogin_main_page_ActivePage_m2682504109(__this, L_18, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_19 = __this->get_m_pageMain_2(); NullCheck(L_19); GameObject_SendMessage_m1121218340(L_19, _stringLiteral1351811703, 1, /*hidden argument*/NULL); GameObject_t1113636619 * L_20 = __this->get_m_pageAccount_3(); NullCheck(L_20); GameObject_SendMessage_m1121218340(L_20, _stringLiteral487468867, 1, /*hidden argument*/NULL); goto IL_0245; } IL_014c: { GameObject_t1113636619 * L_21 = __this->get_m_pageRegister_4(); logicLogin_main_page_ActivePage_m2682504109(__this, L_21, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_22 = __this->get_m_pageMain_2(); logicLogin_main_page_ActivePage_m2682504109(__this, L_22, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_23 = __this->get_m_pageAccount_3(); logicLogin_main_page_ActivePage_m2682504109(__this, L_23, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_24 = __this->get_m_pageActivation_5(); logicLogin_main_page_ActivePage_m2682504109(__this, L_24, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_25 = __this->get_m_pageServerChoice_6(); logicLogin_main_page_ActivePage_m2682504109(__this, L_25, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_26 = __this->get_m_pageMain_2(); NullCheck(L_26); GameObject_SendMessage_m1121218340(L_26, _stringLiteral1351811703, 1, /*hidden argument*/NULL); GameObject_t1113636619 * L_27 = __this->get_m_pageActivation_5(); NullCheck(L_27); GameObject_SendMessage_m1121218340(L_27, _stringLiteral487468867, 1, /*hidden argument*/NULL); goto IL_0245; } IL_01b4: { goto IL_0245; } IL_01b9: { GameObject_t1113636619 * L_28 = __this->get_m_pageRegister_4(); logicLogin_main_page_ActivePage_m2682504109(__this, L_28, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_29 = __this->get_m_pageMain_2(); logicLogin_main_page_ActivePage_m2682504109(__this, L_29, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_30 = __this->get_m_pageAccount_3(); logicLogin_main_page_ActivePage_m2682504109(__this, L_30, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_31 = __this->get_m_pageActivation_5(); logicLogin_main_page_ActivePage_m2682504109(__this, L_31, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_32 = __this->get_m_pageServerChoice_6(); logicLogin_main_page_ActivePage_m2682504109(__this, L_32, (bool)1, /*hidden argument*/NULL); goto IL_0245; } IL_01ff: { GameObject_t1113636619 * L_33 = __this->get_m_pageMain_2(); logicLogin_main_page_ActivePage_m2682504109(__this, L_33, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_34 = __this->get_m_pageAccount_3(); logicLogin_main_page_ActivePage_m2682504109(__this, L_34, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_35 = __this->get_m_pageRegister_4(); logicLogin_main_page_ActivePage_m2682504109(__this, L_35, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_36 = __this->get_m_pageActivation_5(); logicLogin_main_page_ActivePage_m2682504109(__this, L_36, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_37 = __this->get_m_pageServerChoice_6(); logicLogin_main_page_ActivePage_m2682504109(__this, L_37, (bool)0, /*hidden argument*/NULL); goto IL_0245; } IL_0245: { GameObject_t1113636619 * L_38 = __this->get_m_effectRoot_7(); int32_t L_39 = ___page0; G_B10_0 = L_38; G_B10_1 = __this; if ((((int32_t)L_39) == ((int32_t)(-1)))) { G_B11_0 = L_38; G_B11_1 = __this; goto IL_0259; } } { G_B12_0 = 1; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; goto IL_025a; } IL_0259: { G_B12_0 = 0; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; } IL_025a: { NullCheck(G_B12_2); logicLogin_main_page_ActivePage_m2682504109(G_B12_2, G_B12_1, (bool)G_B12_0, /*hidden argument*/NULL); return; } } // System.Void logicLogin_main_page::ActivePage(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicLogin_main_page_ActivePage_m2682504109 (logicLogin_main_page_t116642790 * __this, GameObject_t1113636619 * ___obj0, bool ___bActive1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicLogin_main_page_ActivePage_m2682504109_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { GameObject_t1113636619 * L_2 = ___obj0; bool L_3 = ___bActive1; NullCheck(L_2); GameObject_SetActive_m796801857(L_2, L_3, /*hidden argument*/NULL); } IL_0013: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void logicRegisterMainCamera::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicRegisterMainCamera__ctor_m2037873561 (logicRegisterMainCamera_t3930282089 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void logicRegisterMainCamera::Awake() extern "C" IL2CPP_METHOD_ATTR void logicRegisterMainCamera_Awake_m591367081 (logicRegisterMainCamera_t3930282089 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicRegisterMainCamera_Awake_m591367081_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); CAppOSHelp_SetMiscSetting_m4236318013(NULL /*static, unused*/, /*hidden argument*/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); Camera_t4157153871 * L_2 = Component_GetComponent_TisCamera_t4157153871_m2650170333(__this, /*hidden argument*/Component_GetComponent_TisCamera_t4157153871_m2650170333_RuntimeMethod_var); NullCheck(L_1); ICameraBase_SetActiveCamera_m1414277267(L_1, L_2, /*hidden argument*/NULL); CAppOSHelp_SetDefaultQuality_m954789695(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void logicRegisterMainCamera::Start() extern "C" IL2CPP_METHOD_ATTR void logicRegisterMainCamera_Start_m1865772253 (logicRegisterMainCamera_t3930282089 * __this, 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 logicRegisterSounder::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicRegisterSounder__ctor_m2401035112 (logicRegisterSounder_t982091826 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void logicRegisterSounder::Awake() extern "C" IL2CPP_METHOD_ATTR void logicRegisterSounder_Awake_m297887101 (logicRegisterSounder_t982091826 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicRegisterSounder_Awake_m297887101_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISoundManager_t434164892 * L_1 = CRoot_GetSoundManager_m30020774(L_0, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_2); AudioSource_t3935305588 * L_3 = GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(L_2, /*hidden argument*/GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var); NullCheck(L_1); ISoundManager_RegisterInstance_m2538411816(L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void logicRegisterSounder::Start() extern "C" IL2CPP_METHOD_ATTR void logicRegisterSounder_Start_m872767258 (logicRegisterSounder_t982091826 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicRegisterSounder_Start_m872767258_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISoundManager_t434164892 * L_1 = CRoot_GetSoundManager_m30020774(L_0, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_2); AudioSource_t3935305588 * L_3 = GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(L_2, /*hidden argument*/GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var); NullCheck(L_1); ISoundManager_RegisterInstance_m2538411816(L_1, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void logicRegisterSounderMidi::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicRegisterSounderMidi__ctor_m3590771552 (logicRegisterSounderMidi_t1683788676 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void logicRegisterSounderMidi::Awake() extern "C" IL2CPP_METHOD_ATTR void logicRegisterSounderMidi_Awake_m4261941821 (logicRegisterSounderMidi_t1683788676 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicRegisterSounderMidi_Awake_m4261941821_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISoundManager_t434164892 * L_1 = CRoot_GetSoundManager_m30020774(L_0, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_2); AudioSource_t3935305588 * L_3 = GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(L_2, /*hidden argument*/GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var); NullCheck(L_1); ISoundManager_RegisterInstanceMidi_m3270129377(L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void logicRegisterSounderMidi::Start() extern "C" IL2CPP_METHOD_ATTR void logicRegisterSounderMidi_Start_m3008016132 (logicRegisterSounderMidi_t1683788676 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicRegisterSounderMidi_Start_m3008016132_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISoundManager_t434164892 * L_1 = CRoot_GetSoundManager_m30020774(L_0, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_2); AudioSource_t3935305588 * L_3 = GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(L_2, /*hidden argument*/GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var); NullCheck(L_1); ISoundManager_RegisterInstanceMidi_m3270129377(L_1, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void logicRegisterUICamera::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicRegisterUICamera__ctor_m418994373 (logicRegisterUICamera_t3724690457 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void logicRegisterUICamera::Awake() extern "C" IL2CPP_METHOD_ATTR void logicRegisterUICamera_Awake_m1331463029 (logicRegisterUICamera_t3724690457 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicRegisterUICamera_Awake_m1331463029_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); Camera_t4157153871 * L_2 = Component_GetComponent_TisCamera_t4157153871_m2650170333(__this, /*hidden argument*/Component_GetComponent_TisCamera_t4157153871_m2650170333_RuntimeMethod_var); NullCheck(L_1); ICameraBase_SetUICamera_m1576310182(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void logicRegisterUICamera::Start() extern "C" IL2CPP_METHOD_ATTR void logicRegisterUICamera_Start_m3783729199 (logicRegisterUICamera_t3724690457 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicRegisterUICamera_Start_m3783729199_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); Camera_t4157153871 * L_2 = Component_GetComponent_TisCamera_t4157153871_m2650170333(__this, /*hidden argument*/Component_GetComponent_TisCamera_t4157153871_m2650170333_RuntimeMethod_var); NullCheck(L_1); ICameraBase_SetUICamera_m1576310182(L_1, L_2, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_3); GameObject_AddComponent_TisDMUIContainer_t1502190882_m3794229971(L_3, /*hidden argument*/GameObject_AddComponent_TisDMUIContainer_t1502190882_m3794229971_RuntimeMethod_var); return; } } // System.Void logicRegisterUICamera::Update() extern "C" IL2CPP_METHOD_ATTR void logicRegisterUICamera_Update_m1446991006 (logicRegisterUICamera_t3724690457 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicRegisterUICamera_Update_m1446991006_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_0 = CAppOSHelp_IsReadyToExit_m815828027(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_000b; } } { return; } IL_000b: { CMsgBoxControl_t806533544 * L_1 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CMsgBoxControl_OnTryExecuteHead_m1690851488(L_1, /*hidden argument*/NULL); CMsgManager_t455955613 * L_2 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CMsgManager_OnTryExecuteHead_m514568797(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); bool L_3 = CVersionWWW_IfReady_m3868891064(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { return; } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(CRenewMsgBoxControl_t3836031106_il2cpp_TypeInfo_var); CRenewMsgBoxControl_t3836031106 * L_4 = CRenewMsgBoxControl_GetIntance_m1702767106(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CRenewMsgBoxControl_OnTryExecuteRenewBox_m2276014528(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_5 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); float L_6 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CTimerManager_RefreshTimer_m1620402565(L_5, L_6, /*hidden argument*/NULL); float L_7 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); CInputStatistics_Report_m918960495(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSpeaker_t978472097_il2cpp_TypeInfo_var); CSpeaker_t978472097 * L_8 = CSpeaker_GetInstance_m2212004304(NULL /*static, unused*/, /*hidden argument*/NULL); float L_9 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CSpeaker_Refresh_m1259172058(L_8, L_9, /*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 logicSearchItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicSearchItem__ctor_m1447647855 (logicSearchItem_t471231187 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void logicSearchItem::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void logicSearchItem_OnPageInit_m2195577183 (logicSearchItem_t471231187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicSearchItem_OnPageInit_m2195577183_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_10(); if (L_0) { goto IL_0100; } } { __this->set_isPageInit_10((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral2366487369, /*hidden argument*/NULL); NullCheck(L_2); GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(L_2, /*hidden argument*/NULL); __this->set_m_ActiveRoot_2(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral1171094641, /*hidden argument*/NULL); NullCheck(L_5); GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(L_5, /*hidden argument*/NULL); __this->set_m_DisActiveRoot_3(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_7); Transform_t3600365921 * L_8 = Transform_Find_m1729760951(L_7, _stringLiteral184177537, /*hidden argument*/NULL); NullCheck(L_8); UILabel_t3248798549 * L_9 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_8, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_LabelName_4(L_9); Transform_t3600365921 * L_10 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_10); Transform_t3600365921 * L_11 = Transform_Find_m1729760951(L_10, _stringLiteral3333783829, /*hidden argument*/NULL); NullCheck(L_11); UILabel_t3248798549 * L_12 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_11, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_LabelLevel_5(L_12); Transform_t3600365921 * L_13 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_13); Transform_t3600365921 * L_14 = Transform_Find_m1729760951(L_13, _stringLiteral136885536, /*hidden argument*/NULL); NullCheck(L_14); UISprite_t194114938 * L_15 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_14, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_SpriteVIP_6(L_15); Transform_t3600365921 * L_16 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_16); Transform_t3600365921 * L_17 = Transform_Find_m1729760951(L_16, _stringLiteral1288318951, /*hidden argument*/NULL); NullCheck(L_17); UILabel_t3248798549 * L_18 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_17, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_LabelDistance_7(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_20 = Transform_Find_m1729760951(L_19, _stringLiteral3791138514, /*hidden argument*/NULL); NullCheck(L_20); UITexture_t3471168817 * L_21 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_20, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_HeadPhoto_8(L_21); Transform_t3600365921 * L_22 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_22); Transform_t3600365921 * L_23 = Transform_Find_m1729760951(L_22, _stringLiteral175923043, /*hidden argument*/NULL); NullCheck(L_23); UISprite_t194114938 * L_24 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_23, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_HeadBox_9(L_24); UITexture_t3471168817 * L_25 = __this->get_m_HeadPhoto_8(); NullCheck(L_25); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(L_25, /*hidden argument*/NULL); NullCheck(L_26); Vector3_t3722313464 L_27 = Transform_get_localScale_m129152068(L_26, /*hidden argument*/NULL); __this->set_m_PhotoSize_13(L_27); } IL_0100: { return; } } // System.Void logicSearchItem::Awake() extern "C" IL2CPP_METHOD_ATTR void logicSearchItem_Awake_m250608303 (logicSearchItem_t471231187 * __this, const RuntimeMethod* method) { { __this->set_m_info_11((CFriendInfo_t2621259868 *)NULL); __this->set_m_IsUserPhotoReady_12((bool)0); return; } } // System.Void logicSearchItem::OnEnable() extern "C" IL2CPP_METHOD_ATTR void logicSearchItem_OnEnable_m3848069426 (logicSearchItem_t471231187 * __this, const RuntimeMethod* method) { { __this->set_m_IsUserPhotoReady_12((bool)0); return; } } // System.Void logicSearchItem::Update() extern "C" IL2CPP_METHOD_ATTR void logicSearchItem_Update_m2619722997 (logicSearchItem_t471231187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicSearchItem_Update_m2619722997_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_IsUserPhotoReady_12(); if (L_0) { goto IL_0050; } } { CFriendInfo_t2621259868 * L_1 = __this->get_m_info_11(); if (!L_1) { goto IL_0050; } } { UITexture_t3471168817 * L_2 = __this->get_m_HeadPhoto_8(); CFriendInfo_t2621259868 * L_3 = __this->get_m_info_11(); NullCheck(L_3); int64_t L_4 = L_3->get__userID_1(); CFriendInfo_t2621259868 * L_5 = __this->get_m_info_11(); NullCheck(L_5); int64_t L_6 = L_5->get__photoHeadID_8(); CFriendInfo_t2621259868 * L_7 = __this->get_m_info_11(); NullCheck(L_7); int32_t L_8 = L_7->get__sex_2(); Vector3_t3722313464 L_9 = __this->get_m_PhotoSize_13(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_10 = CMiscHelp_GetCustomUserPhoto_m4012711164(NULL /*static, unused*/, L_2, L_4, L_6, L_8, L_9, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_m_IsUserPhotoReady_12(L_10); } IL_0050: { return; } } // System.Void logicSearchItem::OnDisable() extern "C" IL2CPP_METHOD_ATTR void logicSearchItem_OnDisable_m2984074728 (logicSearchItem_t471231187 * __this, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = __this->get_m_ActiveRoot_2(); NullCheck(L_0); GameObject_SetActive_m796801857(L_0, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = __this->get_m_DisActiveRoot_3(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void logicSearchItem::OnActive() extern "C" IL2CPP_METHOD_ATTR void logicSearchItem_OnActive_m497457364 (logicSearchItem_t471231187 * __this, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = __this->get_m_ActiveRoot_2(); NullCheck(L_0); GameObject_SetActive_m796801857(L_0, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = __this->get_m_DisActiveRoot_3(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void logicSearchItem::OnDisactive() extern "C" IL2CPP_METHOD_ATTR void logicSearchItem_OnDisactive_m1098770561 (logicSearchItem_t471231187 * __this, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = __this->get_m_ActiveRoot_2(); NullCheck(L_0); GameObject_SetActive_m796801857(L_0, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = __this->get_m_DisActiveRoot_3(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void logicSearchItem::OnClkFocus() extern "C" IL2CPP_METHOD_ATTR void logicSearchItem_OnClkFocus_m45292086 (logicSearchItem_t471231187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicSearchItem_OnClkFocus_m45292086_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CFriendInfo_t2621259868 * L_0 = __this->get_m_info_11(); if (!L_0) { goto IL_0048; } } { CFriendInfo_t2621259868 * L_1 = __this->get_m_info_11(); NullCheck(L_1); String_t* L_2 = L_1->get__name_7(); 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_0048; } } { 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)1000), /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; CFriendInfo_t2621259868 * L_7 = __this->get_m_info_11(); NullCheck(L_7); int64_t L_8 = L_7->get__userID_1(); NullCheck(L_6); CDataArray_Push_m3799896857(L_6, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_0; NullCheck(L_9); CDataArray_Flush_m1077150699(L_9, /*hidden argument*/NULL); } IL_0048: { return; } } // System.Void logicSearchItem::OnAddFocus() extern "C" IL2CPP_METHOD_ATTR void logicSearchItem_OnAddFocus_m795211838 (logicSearchItem_t471231187 * __this, const RuntimeMethod* method) { { logicSearchItem_OnClkFocus_m45292086(__this, /*hidden argument*/NULL); return; } } // System.Void logicSearchItem::OnClkViewCard() extern "C" IL2CPP_METHOD_ATTR void logicSearchItem_OnClkViewCard_m2721920346 (logicSearchItem_t471231187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicSearchItem_OnClkViewCard_m2721920346_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); CRoot_SetOpenPage_m2050013413(L_0, 3, /*hidden argument*/NULL); CFriendInfo_t2621259868 * L_1 = __this->get_m_info_11(); if (!L_1) { goto IL_0049; } } { Camera_t4157153871 * L_2 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*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_0049; } } { Camera_t4157153871 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); CFriendInfo_t2621259868 * L_7 = __this->get_m_info_11(); NullCheck(L_7); int64_t L_8 = L_7->get__userID_1(); int64_t L_9 = L_8; RuntimeObject * L_10 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_9); NullCheck(L_6); Component_SendMessage_m2905932203(L_6, _stringLiteral2249229000, L_10, 1, /*hidden argument*/NULL); } IL_0049: { return; } } // System.Void logicSearchItem::SetRoleInfo(DMCore.Logic.CFriendInfo) extern "C" IL2CPP_METHOD_ATTR void logicSearchItem_SetRoleInfo_m788565792 (logicSearchItem_t471231187 * __this, CFriendInfo_t2621259868 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicSearchItem_SetRoleInfo_m788565792_MetadataUsageId); s_Il2CppMethodInitialized = true; } Color_t2555686324 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { CFriendInfo_t2621259868 * L_0 = __this->get_m_info_11(); CFriendInfo_t2621259868 * L_1 = ___info0; if ((!(((RuntimeObject*)(CFriendInfo_t2621259868 *)L_0) == ((RuntimeObject*)(CFriendInfo_t2621259868 *)L_1)))) { goto IL_000d; } } { return; } IL_000d: { CFriendInfo_t2621259868 * L_2 = ___info0; __this->set_m_info_11(L_2); UILabel_t3248798549 * L_3 = __this->get_m_LabelName_4(); CFriendInfo_t2621259868 * L_4 = ___info0; NullCheck(L_4); String_t* L_5 = L_4->get__name_7(); NullCheck(L_3); UILabel_set_text_m1071532778(L_3, L_5, /*hidden argument*/NULL); CFriendInfo_t2621259868 * L_6 = ___info0; NullCheck(L_6); int32_t L_7 = L_6->get__OnlineState_6(); UITexture_t3471168817 * L_8 = __this->get_m_HeadPhoto_8(); CFriendInfo_t2621259868 * L_9 = ___info0; NullCheck(L_9); int32_t L_10 = L_9->get__member_level_12(); CFriendInfo_t2621259868 * L_11 = ___info0; NullCheck(L_11); int64_t L_12 = L_11->get__userID_1(); CFriendInfo_t2621259868 * L_13 = ___info0; NullCheck(L_13); int32_t L_14 = L_13->get__sex_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Color_t2555686324 L_15 = CMiscHelp_ProcessOnlineState_m2516610902(NULL /*static, unused*/, L_7, L_8, L_10, L_12, L_14, /*hidden argument*/NULL); V_0 = L_15; UILabel_t3248798549 * L_16 = __this->get_m_LabelName_4(); Color_t2555686324 L_17 = V_0; NullCheck(L_16); UIWidget_set_color_m2288988844(L_16, L_17, /*hidden argument*/NULL); UILabel_t3248798549 * L_18 = __this->get_m_LabelLevel_5(); CFriendInfo_t2621259868 * L_19 = __this->get_m_info_11(); NullCheck(L_19); int32_t* L_20 = L_19->get_address_of__Level_3(); String_t* L_21 = Int32_ToString_m141394615(L_20, /*hidden argument*/NULL); NullCheck(L_18); UILabel_set_text_m1071532778(L_18, L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_22 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); CFriendInfo_t2621259868 * L_23 = ___info0; NullCheck(L_23); int32_t L_24 = L_23->get__headbox_id_14(); UISprite_t194114938 * L_25 = __this->get_m_HeadBox_9(); NullCheck(L_22); PersonaliseConfig_GetUserHeadBoxInfoByID_m1467318277(L_22, L_24, L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_26 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); CFriendInfo_t2621259868 * L_27 = __this->get_m_info_11(); NullCheck(L_27); int32_t L_28 = L_27->get__VipLevel_4(); NullCheck(L_26); bool L_29 = CVipManager_IsValid_m824480922(L_26, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00ea; } } { UISprite_t194114938 * L_30 = __this->get_m_SpriteVIP_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_30, (bool)1, /*hidden argument*/NULL); UISprite_t194114938 * L_31 = __this->get_m_SpriteVIP_6(); CFriendInfo_t2621259868 * L_32 = __this->get_m_info_11(); NullCheck(L_32); int32_t L_33 = L_32->get__VipLevel_4(); IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_SetVipLevel_m1076008873(NULL /*static, unused*/, L_31, L_33, /*hidden argument*/NULL); UILabel_t3248798549 * L_34 = __this->get_m_LabelName_4(); UISprite_t194114938 * L_35 = __this->get_m_SpriteVIP_6(); NullCheck(L_35); GameObject_t1113636619 * L_36 = Component_get_gameObject_m442555142(L_35, /*hidden argument*/NULL); CMiscHelp_AdjustVipPosition_m2338797410(NULL /*static, unused*/, L_34, L_36, (10.0f), /*hidden argument*/NULL); goto IL_00f6; } IL_00ea: { UISprite_t194114938 * L_37 = __this->get_m_SpriteVIP_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_37, (bool)0, /*hidden argument*/NULL); } IL_00f6: { CFriendInfo_t2621259868 * L_38 = __this->get_m_info_11(); NullCheck(L_38); int32_t L_39 = L_38->get__Distance_5(); if ((((int32_t)0) <= ((int32_t)L_39))) { goto IL_0126; } } { UILabel_t3248798549 * L_40 = __this->get_m_LabelDistance_7(); CTextHelp_t3119637808 * L_41 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_41); String_t* L_42 = CTextHelp_GetText_m372251958(L_41, _stringLiteral1205988835, /*hidden argument*/NULL); NullCheck(L_40); UILabel_set_text_m1071532778(L_40, L_42, /*hidden argument*/NULL); goto IL_0184; } IL_0126: { CFriendInfo_t2621259868 * L_43 = __this->get_m_info_11(); NullCheck(L_43); int32_t L_44 = L_43->get__Distance_5(); if ((((int32_t)((int32_t)1000)) <= ((int32_t)L_44))) { goto IL_0150; } } { UILabel_t3248798549 * L_45 = __this->get_m_LabelDistance_7(); NullCheck(L_45); UILabel_set_text_m1071532778(L_45, _stringLiteral1405964633, /*hidden argument*/NULL); goto IL_0184; } IL_0150: { CFriendInfo_t2621259868 * L_46 = __this->get_m_info_11(); NullCheck(L_46); int32_t L_47 = L_46->get__Distance_5(); V_1 = ((int32_t)((int32_t)L_47/(int32_t)((int32_t)1000))); UILabel_t3248798549 * L_48 = __this->get_m_LabelDistance_7(); String_t* L_49 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_50 = String_Concat_m3937257545(NULL /*static, unused*/, L_49, _stringLiteral3457005541, /*hidden argument*/NULL); NullCheck(L_48); UILabel_set_text_m1071532778(L_48, L_50, /*hidden argument*/NULL); } IL_0184: { UITexture_t3471168817 * L_51 = __this->get_m_HeadPhoto_8(); CFriendInfo_t2621259868 * L_52 = __this->get_m_info_11(); NullCheck(L_52); int64_t L_53 = L_52->get__userID_1(); CFriendInfo_t2621259868 * L_54 = __this->get_m_info_11(); NullCheck(L_54); int64_t L_55 = L_54->get__photoHeadID_8(); CFriendInfo_t2621259868 * L_56 = __this->get_m_info_11(); NullCheck(L_56); int32_t L_57 = L_56->get__sex_2(); Vector3_t3722313464 L_58 = __this->get_m_PhotoSize_13(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_59 = CMiscHelp_GetCustomUserPhoto_m4012711164(NULL /*static, unused*/, L_51, L_53, L_55, L_57, L_58, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_m_IsUserPhotoReady_12(L_59); 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 logoState::.ctor() extern "C" IL2CPP_METHOD_ATTR void logoState__ctor_m3030821196 (logoState_t455858167 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void logoState::Awake() extern "C" IL2CPP_METHOD_ATTR void logoState_Awake_m20806188 (logoState_t455858167 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logoState_Awake_m20806188_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((logoState_t455858167_StaticFields*)il2cpp_codegen_static_fields_for(logoState_t455858167_il2cpp_TypeInfo_var))->set_m_bVersionEnd_2((bool)0); __this->set_m_bBroadCastEnd_3((bool)0); __this->set_m_bGetServerListEnd_4((bool)0); return; } } // System.Void logoState::InitBuglySDK() extern "C" IL2CPP_METHOD_ATTR void logoState_InitBuglySDK_m1402480981 (logoState_t455858167 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logoState_InitBuglySDK_m1402480981_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_ConfigDebugMode_m2220911515(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); BuglyAgent_ConfigDefault_m4200879642(NULL /*static, unused*/, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); BuglyAgent_ConfigAutoReportLogLevel_m641268479(NULL /*static, unused*/, 5, /*hidden argument*/NULL); BuglyAgent_ConfigAutoQuitApplication_m3709677150(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); BuglyAgent_RegisterLogCallback_m2708184726(NULL /*static, unused*/, (Action_3_t844242923 *)NULL, /*hidden argument*/NULL); BuglyAgent_EnableExceptionHandler_m1036637300(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void logoState::Start() extern "C" IL2CPP_METHOD_ATTR void logoState_Start_m768709500 (logoState_t455858167 * __this, const RuntimeMethod* method) { { return; } } // System.Void logoState::CheckEnd() extern "C" IL2CPP_METHOD_ATTR void logoState_CheckEnd_m195592228 (logoState_t455858167 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logoState_CheckEnd_m195592228_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; bool V_1 = false; int32_t G_B4_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CSystemTool_t575361936_il2cpp_TypeInfo_var); CSystemTool_t575361936 * L_0 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = CSystemTool_GetAvailMemory_m1133097970(L_0, /*hidden argument*/NULL); V_0 = L_1; int64_t L_2 = V_0; int64_t L_3 = CMathHelp_BytesToMillion_m4166111227(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; int64_t L_4 = V_0; if ((((int64_t)(((int64_t)((int64_t)0)))) >= ((int64_t)L_4))) { goto IL_002c; } } { int64_t L_5 = V_0; if ((((int64_t)(((int64_t)((int64_t)((int32_t)160))))) <= ((int64_t)L_5))) { goto IL_002c; } } { G_B4_0 = 1; goto IL_002d; } IL_002c: { G_B4_0 = 0; } IL_002d: { V_1 = (bool)G_B4_0; bool L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); CAppOSHelp_SetForceLowMode_m1239206315(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); ((logoState_t455858167_StaticFields*)il2cpp_codegen_static_fields_for(logoState_t455858167_il2cpp_TypeInfo_var))->set_m_bVersionEnd_2((bool)1); return; } } // System.Void logoState::OnMsgBoxComfirmBroadCast(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void logoState_OnMsgBoxComfirmBroadCast_m579112755 (logoState_t455858167 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logoState_OnMsgBoxComfirmBroadCast_m579112755_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CLevelManager_t3077608201 * L_0 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CLevelManager_LoadLevel_m1400460863(L_0, _stringLiteral2686215183, /*hidden argument*/NULL); return; } } // System.Void logoState::Update() extern "C" IL2CPP_METHOD_ATTR void logoState_Update_m1521773882 (logoState_t455858167 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logoState_Update_m1521773882_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { bool L_0 = __this->get_m_bBroadCastEnd_3(); if (L_0) { goto IL_015c; } } { bool L_1 = ((logoState_t455858167_StaticFields*)il2cpp_codegen_static_fields_for(logoState_t455858167_il2cpp_TypeInfo_var))->get_m_bVersionEnd_2(); if (!L_1) { goto IL_015c; } } { bool L_2 = __this->get_m_bGetServerListEnd_4(); if (L_2) { goto IL_015c; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_4 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = logicServerList_get_IsCheckListDone_m3308911871(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0088; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_6 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_6); String_t* L_8 = CNetServerConfig_GetConfigString_m1508055105(L_6, _stringLiteral3244639834, L_7, /*hidden argument*/NULL); V_1 = L_8; IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_9 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_10 = V_1; NullCheck(L_9); logicServerList_OnDownLoadServerList_m1949366319(L_9, L_10, /*hidden argument*/NULL); String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); SDKProxyManager_CollectGameStart_m3908341061(NULL /*static, unused*/, _stringLiteral3452614551, _stringLiteral3452614543, L_11, L_12, L_13, L_14, _stringLiteral3452614543, /*hidden argument*/NULL); logicServerList_t796012166 * L_15 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); logicServerList_set_IsCheckListDone_m1967171661(L_15, (bool)1, /*hidden argument*/NULL); } IL_0088: { IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_16 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); bool L_17 = logicServerList_IsFailed_m908163993(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00d6; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); SDKProxyManager_CollectGameStart_m3908341061(NULL /*static, unused*/, _stringLiteral1935526852, _stringLiteral3452614543, L_18, L_19, L_20, L_21, _stringLiteral3452614543, /*hidden argument*/NULL); intptr_t L_22 = (intptr_t)logoState_OnQuitConfirmCallBack_m4129448548_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_23 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_23, __this, L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, 1, _stringLiteral3553160193, L_23, /*hidden argument*/NULL); } IL_00d6: { logicLoginBroadCast_t172751115 * L_24 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); bool L_25 = logicLoginBroadCast_IsReady_m402345676(L_24, (&V_0), /*hidden argument*/NULL); if (!L_25) { goto IL_015c; } } { IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_26 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); bool L_27 = logicServerList_IsReady_m1205508327(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_015c; } } { __this->set_m_bBroadCastEnd_3((bool)1); __this->set_m_bGetServerListEnd_4((bool)1); logoState_OnMsgBoxComfirmBroadCast_m579112755(__this, (bool)1, (CDataArray_t4068198041 *)NULL, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); SDKProxyManager_CollectGameStart_m3908341061(NULL /*static, unused*/, _stringLiteral2744830916, _stringLiteral3452614543, L_28, L_29, L_30, L_31, _stringLiteral3452614543, /*hidden argument*/NULL); String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); SDKProxyManager_CollectGameStart_m3908341061(NULL /*static, unused*/, _stringLiteral3451565967, _stringLiteral3452614543, L_32, L_33, L_34, L_35, _stringLiteral3452614543, /*hidden argument*/NULL); } IL_015c: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_36 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); float L_37 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); CRoot_OnTick_m1920649087(L_36, L_37, /*hidden argument*/NULL); return; } } // System.Void logoState::OnQuitConfirmCallBack(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void logoState_OnQuitConfirmCallBack_m4129448548 (logoState_t455858167 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logoState_OnQuitConfirmCallBack_m4129448548_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_0 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); logicServerList_set_IsCheckListDone_m1967171661(L_0, (bool)0, /*hidden argument*/NULL); logicServerList_t796012166 * L_1 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); logicServerList_set_LinkNum_m1639408057(L_1, 0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LoveHisData::.ctor() extern "C" IL2CPP_METHOD_ATTR void LoveHisData__ctor_m1128528404 (LoveHisData_t2628501217 * __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 LoveLogItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void LoveLogItem__ctor_m676262270 (LoveLogItem_t1359654776 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void LoveLogItem::Start() extern "C" IL2CPP_METHOD_ATTR void LoveLogItem_Start_m956504244 (LoveLogItem_t1359654776 * __this, const RuntimeMethod* method) { { return; } } // System.Void LoveLogItem::Update() extern "C" IL2CPP_METHOD_ATTR void LoveLogItem_Update_m3175340692 (LoveLogItem_t1359654776 * __this, 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 MarqueeController::.ctor() extern "C" IL2CPP_METHOD_ATTR void MarqueeController__ctor_m2922653885 (MarqueeController_t843090145 * __this, const RuntimeMethod* method) { { __this->set_interval_2((0.3f)); __this->set_runTime_3((0.05f)); __this->set_num_4(((int32_t)12)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void MarqueeController::Start() extern "C" IL2CPP_METHOD_ATTR void MarqueeController_Start_m781736987 (MarqueeController_t843090145 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarqueeController_Start_m781736987_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = Transform_get_childCount_m3145433196(L_0, /*hidden argument*/NULL); __this->set_Count_5(L_1); IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_t1081296145 * L_2 = CActivityManager_GetInstance_m2243292784(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); IActivityDetail_t2848416189 * L_3 = CActivityManager_GetActivityDetailById_m855034545(L_2, ((int32_t)50), /*hidden argument*/NULL); __this->set_activity_8(((CActivityFortuneCat_t237126772 *)IsInstClass((RuntimeObject*)L_3, CActivityFortuneCat_t237126772_il2cpp_TypeInfo_var))); CActivityFortuneCat_t237126772 * L_4 = __this->get_activity_8(); if (!L_4) { goto IL_004f; } } { CActivityFortuneCat_t237126772 * L_5 = __this->get_activity_8(); NullCheck(L_5); CDataModelBool_t2269476966 * L_6 = L_5->get_animationPlaying_11(); intptr_t L_7 = (intptr_t)MarqueeController_PlayAnimation_m2000999854_RuntimeMethod_var; Action_1_t1302699353 * L_8 = (Action_1_t1302699353 *)il2cpp_codegen_object_new(Action_1_t1302699353_il2cpp_TypeInfo_var); Action_1__ctor_m504862446(L_8, __this, L_7, /*hidden argument*/Action_1__ctor_m504862446_RuntimeMethod_var); NullCheck(L_6); IEventDispatcher_AddWatcher_m1530082036(L_6, L_8, /*hidden argument*/NULL); } IL_004f: { return; } } // System.Void MarqueeController::PlayAnimation(IEventBase) extern "C" IL2CPP_METHOD_ATTR void MarqueeController_PlayAnimation_m2000999854 (MarqueeController_t843090145 * __this, RuntimeObject* ___evt0, const RuntimeMethod* method) { MarqueeController_t843090145 * G_B2_0 = NULL; MarqueeController_t843090145 * G_B1_0 = NULL; float G_B3_0 = 0.0f; MarqueeController_t843090145 * G_B3_1 = NULL; { CActivityFortuneCat_t237126772 * L_0 = __this->get_activity_8(); NullCheck(L_0); CDataModelBool_t2269476966 * L_1 = L_0->get_animationPlaying_11(); NullCheck(L_1); bool L_2 = CDataModelBool_get_Data_m2289136987(L_1, /*hidden argument*/NULL); G_B1_0 = __this; if (!L_2) { G_B2_0 = __this; goto IL_0021; } } { float L_3 = __this->get_runTime_3(); G_B3_0 = L_3; G_B3_1 = G_B1_0; goto IL_0026; } IL_0021: { G_B3_0 = (0.3f); G_B3_1 = G_B2_0; } IL_0026: { NullCheck(G_B3_1); G_B3_1->set_interval_2(G_B3_0); return; } } // System.Void MarqueeController::Update() extern "C" IL2CPP_METHOD_ATTR void MarqueeController_Update_m3314292304 (MarqueeController_t843090145 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { float L_0 = __this->get_timer_7(); float L_1 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_timer_7(((float)il2cpp_codegen_add((float)L_0, (float)L_1))); float L_2 = __this->get_timer_7(); float L_3 = __this->get_interval_2(); if ((!(((float)L_2) >= ((float)L_3)))) { goto IL_011d; } } { __this->set_timer_7((0.0f)); int32_t L_4 = __this->get_index_6(); __this->set_index_6(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = __this->get_index_6(); int32_t L_6 = __this->get_Count_5(); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0054; } } { __this->set_index_6(0); } IL_0054: { int32_t L_7 = __this->get_index_6(); int32_t L_8 = __this->get_num_4(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); V_1 = 0; goto IL_0111; } IL_0069: { int32_t L_9 = V_0; int32_t L_10 = __this->get_Count_5(); if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_00c0; } } { int32_t L_11 = __this->get_index_6(); int32_t L_12 = V_1; if ((((int32_t)L_11) > ((int32_t)L_12))) { goto IL_00a4; } } { int32_t L_13 = V_0; int32_t L_14 = V_1; if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_00a4; } } { Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); int32_t L_16 = V_1; NullCheck(L_15); Transform_t3600365921 * L_17 = Transform_GetChild_m1092972975(L_15, L_16, /*hidden argument*/NULL); NullCheck(L_17); GameObject_t1113636619 * L_18 = Component_get_gameObject_m442555142(L_17, /*hidden argument*/NULL); NullCheck(L_18); GameObject_SetActive_m796801857(L_18, (bool)1, /*hidden argument*/NULL); goto IL_00bb; } IL_00a4: { Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); int32_t L_20 = V_1; NullCheck(L_19); Transform_t3600365921 * L_21 = Transform_GetChild_m1092972975(L_19, L_20, /*hidden argument*/NULL); NullCheck(L_21); GameObject_t1113636619 * L_22 = Component_get_gameObject_m442555142(L_21, /*hidden argument*/NULL); NullCheck(L_22); GameObject_SetActive_m796801857(L_22, (bool)0, /*hidden argument*/NULL); } IL_00bb: { goto IL_010d; } IL_00c0: { int32_t L_23 = __this->get_index_6(); int32_t L_24 = V_1; if ((((int32_t)L_23) <= ((int32_t)L_24))) { goto IL_00da; } } { int32_t L_25 = V_0; int32_t L_26 = __this->get_Count_5(); int32_t L_27 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26))) <= ((int32_t)L_27))) { goto IL_00f6; } } IL_00da: { Transform_t3600365921 * L_28 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); int32_t L_29 = V_1; NullCheck(L_28); Transform_t3600365921 * L_30 = Transform_GetChild_m1092972975(L_28, L_29, /*hidden argument*/NULL); NullCheck(L_30); GameObject_t1113636619 * L_31 = Component_get_gameObject_m442555142(L_30, /*hidden argument*/NULL); NullCheck(L_31); GameObject_SetActive_m796801857(L_31, (bool)1, /*hidden argument*/NULL); goto IL_010d; } IL_00f6: { Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); int32_t L_33 = V_1; NullCheck(L_32); Transform_t3600365921 * L_34 = Transform_GetChild_m1092972975(L_32, L_33, /*hidden argument*/NULL); NullCheck(L_34); GameObject_t1113636619 * L_35 = Component_get_gameObject_m442555142(L_34, /*hidden argument*/NULL); NullCheck(L_35); GameObject_SetActive_m796801857(L_35, (bool)0, /*hidden argument*/NULL); } IL_010d: { int32_t L_36 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_0111: { int32_t L_37 = V_1; int32_t L_38 = __this->get_Count_5(); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0069; } } IL_011d: { return; } } // System.Void MarqueeController::Destory() extern "C" IL2CPP_METHOD_ATTR void MarqueeController_Destory_m3081712054 (MarqueeController_t843090145 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarqueeController_Destory_m3081712054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CActivityFortuneCat_t237126772 * L_0 = __this->get_activity_8(); if (!L_0) { goto IL_0027; } } { CActivityFortuneCat_t237126772 * L_1 = __this->get_activity_8(); NullCheck(L_1); CDataModelBool_t2269476966 * L_2 = L_1->get_animationPlaying_11(); intptr_t L_3 = (intptr_t)MarqueeController_PlayAnimation_m2000999854_RuntimeMethod_var; Action_1_t1302699353 * L_4 = (Action_1_t1302699353 *)il2cpp_codegen_object_new(Action_1_t1302699353_il2cpp_TypeInfo_var); Action_1__ctor_m504862446(L_4, __this, L_3, /*hidden argument*/Action_1__ctor_m504862446_RuntimeMethod_var); NullCheck(L_2); IEventDispatcher_RemoveWatcher_m2309964606(L_2, L_4, /*hidden argument*/NULL); } IL_0027: { __this->set_activity_8((CActivityFortuneCat_t237126772 *)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 MarryListCell::.ctor() extern "C" IL2CPP_METHOD_ATTR void MarryListCell__ctor_m2975127720 (MarryListCell_t3128111242 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void MarryListCell::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void MarryListCell_OnPageInit_m2568878461 (MarryListCell_t3128111242 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarryListCell_OnPageInit_m2568878461_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = Transform_Find_m1729760951(L_0, _stringLiteral1565311043, /*hidden argument*/NULL); NullCheck(L_1); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(L_1, /*hidden argument*/NULL); __this->set_mCell1_2(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = Transform_Find_m1729760951(L_3, _stringLiteral1565311042, /*hidden argument*/NULL); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); __this->set_mCell2_3(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral1565311041, /*hidden argument*/NULL); NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); __this->set_mCell3_4(L_8); return; } } // System.Void MarryListCell::Init(MarryListItemData,MarryListItemData,MarryListItemData) extern "C" IL2CPP_METHOD_ATTR void MarryListCell_Init_m1163950811 (MarryListCell_t3128111242 * __this, MarryListItemData_t1515524605 * ___data10, MarryListItemData_t1515524605 * ___data21, MarryListItemData_t1515524605 * ___data32, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarryListCell_Init_m1163950811_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MarryListItemData_t1515524605 * L_0 = ___data10; __this->set_mData1_5(L_0); MarryListItemData_t1515524605 * L_1 = ___data21; __this->set_mData2_6(L_1); MarryListItemData_t1515524605 * L_2 = ___data32; __this->set_mData3_7(L_2); MarryListItemData_t1515524605 * L_3 = ___data10; if (!L_3) { goto IL_0031; } } { GameObject_t1113636619 * L_4 = __this->get_mCell1_2(); NullCheck(L_4); MarryListCellItem_t3507082519 * L_5 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_4, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); MarryListItemData_t1515524605 * L_6 = ___data10; NullCheck(L_5); MarryListCellItem_Init_m4091278676(L_5, L_6, /*hidden argument*/NULL); goto IL_003d; } IL_0031: { GameObject_t1113636619 * L_7 = __this->get_mCell1_2(); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)0, /*hidden argument*/NULL); } IL_003d: { MarryListItemData_t1515524605 * L_8 = ___data21; if (!L_8) { goto IL_0059; } } { GameObject_t1113636619 * L_9 = __this->get_mCell2_3(); NullCheck(L_9); MarryListCellItem_t3507082519 * L_10 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_9, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); MarryListItemData_t1515524605 * L_11 = ___data21; NullCheck(L_10); MarryListCellItem_Init_m4091278676(L_10, L_11, /*hidden argument*/NULL); goto IL_0065; } IL_0059: { GameObject_t1113636619 * L_12 = __this->get_mCell2_3(); NullCheck(L_12); GameObject_SetActive_m796801857(L_12, (bool)0, /*hidden argument*/NULL); } IL_0065: { MarryListItemData_t1515524605 * L_13 = ___data32; if (!L_13) { goto IL_0081; } } { GameObject_t1113636619 * L_14 = __this->get_mCell3_4(); NullCheck(L_14); MarryListCellItem_t3507082519 * L_15 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_14, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); MarryListItemData_t1515524605 * L_16 = ___data32; NullCheck(L_15); MarryListCellItem_Init_m4091278676(L_15, L_16, /*hidden argument*/NULL); goto IL_008d; } IL_0081: { GameObject_t1113636619 * L_17 = __this->get_mCell3_4(); NullCheck(L_17); GameObject_SetActive_m796801857(L_17, (bool)0, /*hidden argument*/NULL); } IL_008d: { return; } } // System.Void MarryListCell::UpdateCellData() extern "C" IL2CPP_METHOD_ATTR void MarryListCell_UpdateCellData_m4051779791 (MarryListCell_t3128111242 * __this, const RuntimeMethod* method) { { MarryListItemData_t1515524605 * L_0 = __this->get_mData1_5(); if (L_0) { goto IL_0017; } } { GameObject_t1113636619 * L_1 = __this->get_mCell1_2(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); } IL_0017: { MarryListItemData_t1515524605 * L_2 = __this->get_mData2_6(); if (L_2) { goto IL_002e; } } { GameObject_t1113636619 * L_3 = __this->get_mCell2_3(); NullCheck(L_3); GameObject_SetActive_m796801857(L_3, (bool)0, /*hidden argument*/NULL); } IL_002e: { MarryListItemData_t1515524605 * L_4 = __this->get_mData3_7(); if (L_4) { goto IL_0045; } } { GameObject_t1113636619 * L_5 = __this->get_mCell3_4(); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)0, /*hidden argument*/NULL); } IL_0045: { return; } } // System.Void MarryListCell::SetClicked(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MarryListCell_SetClicked_m2110193852 (MarryListCell_t3128111242 * __this, int32_t ___num0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarryListCell_SetClicked_m2110193852_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___num0; if (L_0) { goto IL_003b; } } { GameObject_t1113636619 * L_1 = __this->get_mCell1_2(); NullCheck(L_1); MarryListCellItem_t3507082519 * L_2 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_1, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); NullCheck(L_2); MarryListCellItem_ShowBtn_m3038736533(L_2, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = __this->get_mCell2_3(); NullCheck(L_3); MarryListCellItem_t3507082519 * L_4 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_3, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); NullCheck(L_4); MarryListCellItem_HideAllBtns_m3649322344(L_4, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_mCell3_4(); NullCheck(L_5); MarryListCellItem_t3507082519 * L_6 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_5, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); NullCheck(L_6); MarryListCellItem_HideAllBtns_m3649322344(L_6, /*hidden argument*/NULL); goto IL_00a7; } IL_003b: { int32_t L_7 = ___num0; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0077; } } { GameObject_t1113636619 * L_8 = __this->get_mCell1_2(); NullCheck(L_8); MarryListCellItem_t3507082519 * L_9 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_8, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); NullCheck(L_9); MarryListCellItem_HideAllBtns_m3649322344(L_9, /*hidden argument*/NULL); GameObject_t1113636619 * L_10 = __this->get_mCell2_3(); NullCheck(L_10); MarryListCellItem_t3507082519 * L_11 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_10, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); NullCheck(L_11); MarryListCellItem_ShowBtn_m3038736533(L_11, /*hidden argument*/NULL); GameObject_t1113636619 * L_12 = __this->get_mCell3_4(); NullCheck(L_12); MarryListCellItem_t3507082519 * L_13 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_12, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); NullCheck(L_13); MarryListCellItem_HideAllBtns_m3649322344(L_13, /*hidden argument*/NULL); goto IL_00a7; } IL_0077: { GameObject_t1113636619 * L_14 = __this->get_mCell1_2(); NullCheck(L_14); MarryListCellItem_t3507082519 * L_15 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_14, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); NullCheck(L_15); MarryListCellItem_HideAllBtns_m3649322344(L_15, /*hidden argument*/NULL); GameObject_t1113636619 * L_16 = __this->get_mCell2_3(); NullCheck(L_16); MarryListCellItem_t3507082519 * L_17 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_16, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); NullCheck(L_17); MarryListCellItem_HideAllBtns_m3649322344(L_17, /*hidden argument*/NULL); GameObject_t1113636619 * L_18 = __this->get_mCell3_4(); NullCheck(L_18); MarryListCellItem_t3507082519 * L_19 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_18, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); NullCheck(L_19); MarryListCellItem_ShowBtn_m3038736533(L_19, /*hidden argument*/NULL); } IL_00a7: { return; } } // System.Void MarryListCell::HideAll() extern "C" IL2CPP_METHOD_ATTR void MarryListCell_HideAll_m2380189536 (MarryListCell_t3128111242 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarryListCell_HideAll_m2380189536_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_mCell1_2(); NullCheck(L_0); MarryListCellItem_t3507082519 * L_1 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_0, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); NullCheck(L_1); MarryListCellItem_HideAllBtns_m3649322344(L_1, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = __this->get_mCell2_3(); NullCheck(L_2); MarryListCellItem_t3507082519 * L_3 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_2, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); NullCheck(L_3); MarryListCellItem_HideAllBtns_m3649322344(L_3, /*hidden argument*/NULL); GameObject_t1113636619 * L_4 = __this->get_mCell3_4(); NullCheck(L_4); MarryListCellItem_t3507082519 * L_5 = GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742(L_4, /*hidden argument*/GameObject_GetComponent_TisMarryListCellItem_t3507082519_m1972368742_RuntimeMethod_var); NullCheck(L_5); MarryListCellItem_HideAllBtns_m3649322344(L_5, /*hidden argument*/NULL); return; } } // System.Void MarryListCell::Start() extern "C" IL2CPP_METHOD_ATTR void MarryListCell_Start_m895669444 (MarryListCell_t3128111242 * __this, const RuntimeMethod* method) { { return; } } // System.Void MarryListCell::Update() extern "C" IL2CPP_METHOD_ATTR void MarryListCell_Update_m4110885679 (MarryListCell_t3128111242 * __this, 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 MarryListCellItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem__ctor_m1876946493 (MarryListCellItem_t3507082519 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void MarryListCellItem::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_OnPageInit_m4028880740 (MarryListCellItem_t3507082519 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarryListCellItem_OnPageInit_m4028880740_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = Transform_Find_m1729760951(L_0, _stringLiteral1647951367, /*hidden argument*/NULL); NullCheck(L_1); UISprite_t194114938 * L_2 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_1, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_mNo1_2(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = Transform_Find_m1729760951(L_3, _stringLiteral3604266503, /*hidden argument*/NULL); NullCheck(L_4); UISprite_t194114938 * L_5 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_4, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_mNo2_3(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral2030288391, /*hidden argument*/NULL); NullCheck(L_7); UISprite_t194114938 * L_8 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_7, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_mNo3_4(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_9); Transform_t3600365921 * L_10 = Transform_Find_m1729760951(L_9, _stringLiteral3986603527, /*hidden argument*/NULL); NullCheck(L_10); UISprite_t194114938 * L_11 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_10, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_mNo4_5(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral3757723058, /*hidden argument*/NULL); NullCheck(L_13); UILabel_t3248798549 * L_14 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_13, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_mLabelTime_6(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_15); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_15, _stringLiteral2862852750, /*hidden argument*/NULL); NullCheck(L_16); GameObject_t1113636619 * L_17 = Component_get_gameObject_m442555142(L_16, /*hidden argument*/NULL); __this->set_mLabelING_7(L_17); Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_18); Transform_t3600365921 * L_19 = Transform_Find_m1729760951(L_18, _stringLiteral1107962308, /*hidden argument*/NULL); NullCheck(L_19); GameObject_t1113636619 * L_20 = Component_get_gameObject_m442555142(L_19, /*hidden argument*/NULL); __this->set_mLabelBG_8(L_20); Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_21); Transform_t3600365921 * L_22 = Transform_Find_m1729760951(L_21, _stringLiteral1985719566, /*hidden argument*/NULL); NullCheck(L_22); UITexture_t3471168817 * L_23 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_22, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_mTexture1_9(L_23); Transform_t3600365921 * L_24 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_24); Transform_t3600365921 * L_25 = Transform_Find_m1729760951(L_24, _stringLiteral688664197, /*hidden argument*/NULL); NullCheck(L_25); UITexture_t3471168817 * L_26 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_25, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_mTexture2_10(L_26); Transform_t3600365921 * L_27 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_27); Transform_t3600365921 * L_28 = Transform_Find_m1729760951(L_27, _stringLiteral2516374433, /*hidden argument*/NULL); NullCheck(L_28); UILabel_t3248798549 * L_29 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_28, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_mLabelName1_11(L_29); Transform_t3600365921 * L_30 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_30); Transform_t3600365921 * L_31 = Transform_Find_m1729760951(L_30, _stringLiteral996346913, /*hidden argument*/NULL); NullCheck(L_31); UILabel_t3248798549 * L_32 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_31, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_mLabelName2_12(L_32); Transform_t3600365921 * L_33 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_33); Transform_t3600365921 * L_34 = Transform_Find_m1729760951(L_33, _stringLiteral3732291140, /*hidden argument*/NULL); NullCheck(L_34); UISprite_t194114938 * L_35 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_34, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_mHeadBox1_13(L_35); Transform_t3600365921 * L_36 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_36); Transform_t3600365921 * L_37 = Transform_Find_m1729760951(L_36, _stringLiteral4141258949, /*hidden argument*/NULL); NullCheck(L_37); UISprite_t194114938 * L_38 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_37, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_mHeadBox2_14(L_38); Transform_t3600365921 * L_39 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_39); Transform_t3600365921 * L_40 = Transform_Find_m1729760951(L_39, _stringLiteral496613806, /*hidden argument*/NULL); NullCheck(L_40); UILabel_t3248798549 * L_41 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_40, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_mLabelLookNum_15(L_41); Transform_t3600365921 * L_42 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_42); Transform_t3600365921 * L_43 = Transform_Find_m1729760951(L_42, _stringLiteral803565266, /*hidden argument*/NULL); NullCheck(L_43); GameObject_t1113636619 * L_44 = Component_get_gameObject_m442555142(L_43, /*hidden argument*/NULL); __this->set_mBtnBless_16(L_44); Transform_t3600365921 * L_45 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_45); Transform_t3600365921 * L_46 = Transform_Find_m1729760951(L_45, _stringLiteral862916022, /*hidden argument*/NULL); NullCheck(L_46); GameObject_t1113636619 * L_47 = Component_get_gameObject_m442555142(L_46, /*hidden argument*/NULL); __this->set_mBtnLook_17(L_47); Transform_t3600365921 * L_48 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_48); Transform_t3600365921 * L_49 = Transform_Find_m1729760951(L_48, _stringLiteral1895662203, /*hidden argument*/NULL); NullCheck(L_49); GameObject_t1113636619 * L_50 = Component_get_gameObject_m442555142(L_49, /*hidden argument*/NULL); __this->set_mBG_18(L_50); Transform_t3600365921 * L_51 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_51); Transform_t3600365921 * L_52 = Transform_Find_m1729760951(L_51, _stringLiteral2932377879, /*hidden argument*/NULL); NullCheck(L_52); GameObject_t1113636619 * L_53 = Component_get_gameObject_m442555142(L_52, /*hidden argument*/NULL); __this->set_mBGMine_19(L_53); Transform_t3600365921 * L_54 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_54); Transform_t3600365921 * L_55 = Transform_Find_m1729760951(L_54, _stringLiteral228405412, /*hidden argument*/NULL); NullCheck(L_55); UISprite_t194114938 * L_56 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_55, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_mVip1_20(L_56); Transform_t3600365921 * L_57 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_57); Transform_t3600365921 * L_58 = Transform_Find_m1729760951(L_57, _stringLiteral3420991652, /*hidden argument*/NULL); NullCheck(L_58); UISprite_t194114938 * L_59 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_58, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_mVip2_21(L_59); Transform_t3600365921 * L_60 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_60); DMListViewSlideOptimize_t2157965775 * L_61 = Component_GetComponent_TisDMListViewSlideOptimize_t2157965775_m3566849225(L_60, /*hidden argument*/Component_GetComponent_TisDMListViewSlideOptimize_t2157965775_m3566849225_RuntimeMethod_var); NullCheck(L_61); DMListViewSlideOptimize_SetSlideType_m967738697(L_61, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_62 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_62); CLocalizationManager_LocalizeUIAtlas_m1032562724(L_62, _stringLiteral2354037375, _stringLiteral2962490473, /*hidden argument*/NULL); return; } } // System.Void MarryListCellItem::Init(MarryListItemData) extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_Init_m4091278676 (MarryListCellItem_t3507082519 * __this, MarryListItemData_t1515524605 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarryListCellItem_Init_m4091278676_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { MarryListItemData_t1515524605 * L_0 = ___item0; __this->set_mItem_24(L_0); MarryListItemData_t1515524605 * L_1 = __this->get_mItem_24(); NullCheck(L_1); int32_t L_2 = L_1->get_time_4(); __this->set_mTime_25(L_2); MarryListItemData_t1515524605 * L_3 = __this->get_mItem_24(); NullCheck(L_3); int32_t L_4 = L_3->get_roomNo_1(); MarryListCellItem_NumToString_m1878712649(__this, L_4, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_5 = __this->get_mItem_24(); NullCheck(L_5); int32_t L_6 = L_5->get_roomState_2(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0068; } } { GameObject_t1113636619 * L_7 = __this->get_mLabelING_7(); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = __this->get_mLabelBG_8(); NullCheck(L_8); GameObject_SetActive_m796801857(L_8, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_9 = __this->get_mLabelTime_6(); NullCheck(L_9); GameObject_t1113636619 * L_10 = Component_get_gameObject_m442555142(L_9, /*hidden argument*/NULL); NullCheck(L_10); GameObject_SetActive_m796801857(L_10, (bool)0, /*hidden argument*/NULL); goto IL_00d4; } IL_0068: { GameObject_t1113636619 * L_11 = __this->get_mLabelING_7(); NullCheck(L_11); GameObject_SetActive_m796801857(L_11, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_12 = __this->get_mLabelBG_8(); NullCheck(L_12); GameObject_SetActive_m796801857(L_12, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_13 = __this->get_mLabelTime_6(); NullCheck(L_13); GameObject_t1113636619 * L_14 = Component_get_gameObject_m442555142(L_13, /*hidden argument*/NULL); NullCheck(L_14); GameObject_SetActive_m796801857(L_14, (bool)1, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_15 = __this->get_mItem_24(); NullCheck(L_15); int32_t L_16 = L_15->get_createTime_3(); __this->set_mTime_25(L_16); CTextHelp_t3119637808 * L_17 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18 = CTextHelp_GetText_m372251958(L_17, _stringLiteral864251910, /*hidden argument*/NULL); V_0 = L_18; UILabel_t3248798549 * L_19 = __this->get_mLabelTime_6(); String_t* L_20 = V_0; int32_t* L_21 = __this->get_address_of_mTime_25(); String_t* L_22 = Int32_ToString_m141394615(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Format_m2844511972(NULL /*static, unused*/, L_20, L_22, /*hidden argument*/NULL); NullCheck(L_19); UILabel_set_text_m1071532778(L_19, L_23, /*hidden argument*/NULL); } IL_00d4: { UILabel_t3248798549 * L_24 = __this->get_mLabelName1_11(); MarryListItemData_t1515524605 * L_25 = __this->get_mItem_24(); NullCheck(L_25); String_t* L_26 = L_25->get_userName1_7(); NullCheck(L_24); UILabel_set_text_m1071532778(L_24, L_26, /*hidden argument*/NULL); UILabel_t3248798549 * L_27 = __this->get_mLabelName2_12(); MarryListItemData_t1515524605 * L_28 = __this->get_mItem_24(); NullCheck(L_28); String_t* L_29 = L_28->get_userName2_8(); NullCheck(L_27); UILabel_set_text_m1071532778(L_27, L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_30 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_31 = __this->get_mItem_24(); NullCheck(L_31); int32_t L_32 = L_31->get_headBox1_13(); UISprite_t194114938 * L_33 = __this->get_mHeadBox1_13(); NullCheck(L_30); PersonaliseConfig_GetUserHeadBoxInfoByID_m1467318277(L_30, L_32, L_33, /*hidden argument*/NULL); PersonaliseConfig_t2812043406 * L_34 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_35 = __this->get_mItem_24(); NullCheck(L_35); int32_t L_36 = L_35->get_headBox2_14(); UISprite_t194114938 * L_37 = __this->get_mHeadBox2_14(); NullCheck(L_34); PersonaliseConfig_GetUserHeadBoxInfoByID_m1467318277(L_34, L_36, L_37, /*hidden argument*/NULL); PersonaliseConfig_t2812043406 * L_38 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); UISprite_t194114938 * L_39 = __this->get_mHeadBox1_13(); NullCheck(L_39); Transform_t3600365921 * L_40 = Component_get_transform_m3162698980(L_39, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_41 = __this->get_mItem_24(); NullCheck(L_41); int32_t L_42 = L_41->get_headBox1_13(); NullCheck(L_38); int32_t L_43 = PersonaliseConfig_GetEffectByHeadBoxID_m2521822695(L_38, L_40, L_42, /*hidden argument*/NULL); V_1 = L_43; PersonaliseConfig_t2812043406 * L_44 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); UISprite_t194114938 * L_45 = __this->get_mHeadBox1_13(); NullCheck(L_45); Transform_t3600365921 * L_46 = Component_get_transform_m3162698980(L_45, /*hidden argument*/NULL); int32_t L_47 = V_1; Vector3_t3722313464 L_48; memset(&L_48, 0, sizeof(L_48)); Vector3__ctor_m3353183577((&L_48), (2.28f), (0.6f), (-10.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_49; memset(&L_49, 0, sizeof(L_49)); Vector3__ctor_m3353183577((&L_49), (5.0f), (4.0f), (296.0f), /*hidden argument*/NULL); NullCheck(L_44); PersonaliseConfig_SetUserHeadBoxEffect_m807502271(L_44, L_46, L_47, L_48, L_49, /*hidden argument*/NULL); PersonaliseConfig_t2812043406 * L_50 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); UISprite_t194114938 * L_51 = __this->get_mHeadBox2_14(); NullCheck(L_51); Transform_t3600365921 * L_52 = Component_get_transform_m3162698980(L_51, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_53 = __this->get_mItem_24(); NullCheck(L_53); int32_t L_54 = L_53->get_headBox2_14(); NullCheck(L_50); int32_t L_55 = PersonaliseConfig_GetEffectByHeadBoxID_m2521822695(L_50, L_52, L_54, /*hidden argument*/NULL); V_2 = L_55; PersonaliseConfig_t2812043406 * L_56 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); UISprite_t194114938 * L_57 = __this->get_mHeadBox2_14(); NullCheck(L_57); Transform_t3600365921 * L_58 = Component_get_transform_m3162698980(L_57, /*hidden argument*/NULL); int32_t L_59 = V_2; Vector3_t3722313464 L_60; memset(&L_60, 0, sizeof(L_60)); Vector3__ctor_m3353183577((&L_60), (2.28f), (0.6f), (-10.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_61; memset(&L_61, 0, sizeof(L_61)); Vector3__ctor_m3353183577((&L_61), (5.0f), (4.0f), (296.0f), /*hidden argument*/NULL); NullCheck(L_56); PersonaliseConfig_SetUserHeadBoxEffect_m807502271(L_56, L_58, L_59, L_60, L_61, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_62 = __this->get_mItem_24(); NullCheck(L_62); int32_t L_63 = L_62->get_sex1_11(); if (L_63) { goto IL_0226; } } { UILabel_t3248798549 * L_64 = __this->get_mLabelName1_11(); IL2CPP_RUNTIME_CLASS_INIT(ColorMap_t353729970_il2cpp_TypeInfo_var); String_t* L_65 = ColorMap_GetColorValue_m929637861(NULL /*static, unused*/, _stringLiteral1628809185, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); Color_t2555686324 L_66 = NGUITools_ParseColor_m3278855289(NULL /*static, unused*/, L_65, 0, /*hidden argument*/NULL); NullCheck(L_64); UIWidget_set_color_m2288988844(L_64, L_66, /*hidden argument*/NULL); goto IL_0241; } IL_0226: { UILabel_t3248798549 * L_67 = __this->get_mLabelName1_11(); IL2CPP_RUNTIME_CLASS_INIT(ColorMap_t353729970_il2cpp_TypeInfo_var); String_t* L_68 = ColorMap_GetColorValue_m929637861(NULL /*static, unused*/, _stringLiteral3926316141, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); Color_t2555686324 L_69 = NGUITools_ParseColor_m3278855289(NULL /*static, unused*/, L_68, 0, /*hidden argument*/NULL); NullCheck(L_67); UIWidget_set_color_m2288988844(L_67, L_69, /*hidden argument*/NULL); } IL_0241: { MarryListItemData_t1515524605 * L_70 = __this->get_mItem_24(); NullCheck(L_70); int32_t L_71 = L_70->get_sex2_12(); if (L_71) { goto IL_0271; } } { UILabel_t3248798549 * L_72 = __this->get_mLabelName2_12(); IL2CPP_RUNTIME_CLASS_INIT(ColorMap_t353729970_il2cpp_TypeInfo_var); String_t* L_73 = ColorMap_GetColorValue_m929637861(NULL /*static, unused*/, _stringLiteral1628809185, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); Color_t2555686324 L_74 = NGUITools_ParseColor_m3278855289(NULL /*static, unused*/, L_73, 0, /*hidden argument*/NULL); NullCheck(L_72); UIWidget_set_color_m2288988844(L_72, L_74, /*hidden argument*/NULL); goto IL_028c; } IL_0271: { UILabel_t3248798549 * L_75 = __this->get_mLabelName2_12(); IL2CPP_RUNTIME_CLASS_INIT(ColorMap_t353729970_il2cpp_TypeInfo_var); String_t* L_76 = ColorMap_GetColorValue_m929637861(NULL /*static, unused*/, _stringLiteral3926316141, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); Color_t2555686324 L_77 = NGUITools_ParseColor_m3278855289(NULL /*static, unused*/, L_76, 0, /*hidden argument*/NULL); NullCheck(L_75); UIWidget_set_color_m2288988844(L_75, L_77, /*hidden argument*/NULL); } IL_028c: { UILabel_t3248798549 * L_78 = __this->get_mLabelLookNum_15(); CTextHelp_t3119637808 * L_79 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_79); String_t* L_80 = CTextHelp_GetText_m372251958(L_79, _stringLiteral1916227079, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_81 = __this->get_mItem_24(); NullCheck(L_81); int32_t* L_82 = L_81->get_address_of_lookNumCur_18(); String_t* L_83 = Int32_ToString_m141394615(L_82, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_84 = __this->get_mItem_24(); NullCheck(L_84); int32_t* L_85 = L_84->get_address_of_lookNumMax_17(); String_t* L_86 = Int32_ToString_m141394615(L_85, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_87 = String_Concat_m3755062657(NULL /*static, unused*/, L_83, _stringLiteral3452614529, L_86, /*hidden argument*/NULL); String_t* L_88 = String_Format_m2844511972(NULL /*static, unused*/, L_80, L_87, /*hidden argument*/NULL); NullCheck(L_78); UILabel_set_text_m1071532778(L_78, L_88, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_89 = ___item0; NullCheck(L_89); int64_t L_90 = L_89->get_userId1_5(); CMainRole_t4200562839 * L_91 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_91); int64_t L_92 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_91); if ((((int64_t)L_90) == ((int64_t)L_92))) { goto IL_030b; } } { MarryListItemData_t1515524605 * L_93 = ___item0; NullCheck(L_93); int64_t L_94 = L_93->get_userId2_6(); CMainRole_t4200562839 * L_95 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_95); int64_t L_96 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_95); if ((!(((uint64_t)L_94) == ((uint64_t)L_96)))) { goto IL_031c; } } IL_030b: { GameObject_t1113636619 * L_97 = __this->get_mBGMine_19(); NullCheck(L_97); GameObject_SetActive_m796801857(L_97, (bool)1, /*hidden argument*/NULL); goto IL_0328; } IL_031c: { GameObject_t1113636619 * L_98 = __this->get_mBGMine_19(); NullCheck(L_98); GameObject_SetActive_m796801857(L_98, (bool)0, /*hidden argument*/NULL); } IL_0328: { UISprite_t194114938 * L_99 = __this->get_mVip1_20(); UISprite_t194114938 * L_100 = __this->get_mVip1_20(); MarryListItemData_t1515524605 * L_101 = ___item0; NullCheck(L_101); int32_t L_102 = L_101->get_userVip1_15(); IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); bool L_103 = CVipManager_SetVipLevel_m1076008873(NULL /*static, unused*/, L_100, L_102, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_99, L_103, /*hidden argument*/NULL); UISprite_t194114938 * L_104 = __this->get_mVip2_21(); UISprite_t194114938 * L_105 = __this->get_mVip2_21(); MarryListItemData_t1515524605 * L_106 = ___item0; NullCheck(L_106); int32_t L_107 = L_106->get_userVip2_16(); bool L_108 = CVipManager_SetVipLevel_m1076008873(NULL /*static, unused*/, L_105, L_107, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_104, L_108, /*hidden argument*/NULL); return; } } // System.Void MarryListCellItem::ShowTimer() extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_ShowTimer_m3402383943 (MarryListCellItem_t3507082519 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarryListCellItem_ShowTimer_m3402383943_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = __this->get_mTime_25(); __this->set_mTime_25(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_mTime_25(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_2 = CMiscHelp_ToTimeFormat_m1749156065(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; UILabel_t3248798549 * L_3 = __this->get_mLabelTime_6(); String_t* L_4 = V_0; NullCheck(L_3); UILabel_set_text_m1071532778(L_3, L_4, /*hidden argument*/NULL); int32_t L_5 = __this->get_mTime_25(); if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_006b; } } { MonoBehaviour_CancelInvoke_m2180046661(__this, _stringLiteral4123543224, /*hidden argument*/NULL); GameObject_t1113636619 * L_6 = __this->get_mLabelING_7(); NullCheck(L_6); GameObject_SetActive_m796801857(L_6, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_7 = __this->get_mLabelBG_8(); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_8 = __this->get_mLabelTime_6(); NullCheck(L_8); GameObject_t1113636619 * L_9 = Component_get_gameObject_m442555142(L_8, /*hidden argument*/NULL); NullCheck(L_9); GameObject_SetActive_m796801857(L_9, (bool)0, /*hidden argument*/NULL); goto IL_007b; } IL_006b: { MonoBehaviour_Invoke_m4227543964(__this, _stringLiteral4123543224, (1.0f), /*hidden argument*/NULL); } IL_007b: { return; } } // System.Void MarryListCellItem::NumToString(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_NumToString_m1878712649 (MarryListCellItem_t3507082519 * __this, int32_t ___num0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarryListCellItem_NumToString_m1878712649_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CharU5BU5D_t3528271667* V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = Int32_ToString_m141394615((&___num0), /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; NullCheck(L_1); CharU5BU5D_t3528271667* L_2 = String_ToCharArray_m1492846834(L_1, /*hidden argument*/NULL); V_1 = L_2; CharU5BU5D_t3528271667* L_3 = V_1; NullCheck(L_3); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))); int32_t L_4 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))) { case 0: { goto IL_0036; } case 1: { goto IL_0088; } case 2: { goto IL_00e7; } case 3: { goto IL_0153; } } } { goto IL_01cc; } IL_0036: { UISprite_t194114938 * L_5 = __this->get_mNo1_2(); NullCheck(L_5); UISprite_set_spriteName_m1616245412(L_5, _stringLiteral1565311043, /*hidden argument*/NULL); UISprite_t194114938 * L_6 = __this->get_mNo2_3(); NullCheck(L_6); UISprite_set_spriteName_m1616245412(L_6, _stringLiteral1565311043, /*hidden argument*/NULL); UISprite_t194114938 * L_7 = __this->get_mNo3_4(); NullCheck(L_7); UISprite_set_spriteName_m1616245412(L_7, _stringLiteral1565311043, /*hidden argument*/NULL); UISprite_t194114938 * L_8 = __this->get_mNo4_5(); CharU5BU5D_t3528271667* L_9 = V_1; NullCheck(L_9); int32_t L_10 = 0; uint16_t L_11 = (L_9)->GetAt(static_cast(L_10)); Il2CppChar L_12 = ((Il2CppChar)L_11); RuntimeObject * L_13 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2755003837, L_13, /*hidden argument*/NULL); NullCheck(L_8); UISprite_set_spriteName_m1616245412(L_8, L_14, /*hidden argument*/NULL); goto IL_01d1; } IL_0088: { UISprite_t194114938 * L_15 = __this->get_mNo1_2(); NullCheck(L_15); UISprite_set_spriteName_m1616245412(L_15, _stringLiteral1565311043, /*hidden argument*/NULL); UISprite_t194114938 * L_16 = __this->get_mNo2_3(); NullCheck(L_16); UISprite_set_spriteName_m1616245412(L_16, _stringLiteral1565311043, /*hidden argument*/NULL); UISprite_t194114938 * L_17 = __this->get_mNo3_4(); CharU5BU5D_t3528271667* L_18 = V_1; NullCheck(L_18); int32_t L_19 = 0; uint16_t L_20 = (L_18)->GetAt(static_cast(L_19)); Il2CppChar L_21 = ((Il2CppChar)L_20); RuntimeObject * L_22 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_21); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2755003837, L_22, /*hidden argument*/NULL); NullCheck(L_17); UISprite_set_spriteName_m1616245412(L_17, L_23, /*hidden argument*/NULL); UISprite_t194114938 * L_24 = __this->get_mNo4_5(); CharU5BU5D_t3528271667* L_25 = V_1; NullCheck(L_25); int32_t L_26 = 1; uint16_t L_27 = (L_25)->GetAt(static_cast(L_26)); Il2CppChar L_28 = ((Il2CppChar)L_27); RuntimeObject * L_29 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_28); String_t* L_30 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2755003837, L_29, /*hidden argument*/NULL); NullCheck(L_24); UISprite_set_spriteName_m1616245412(L_24, L_30, /*hidden argument*/NULL); goto IL_01d1; } IL_00e7: { UISprite_t194114938 * L_31 = __this->get_mNo1_2(); NullCheck(L_31); UISprite_set_spriteName_m1616245412(L_31, _stringLiteral1565311043, /*hidden argument*/NULL); UISprite_t194114938 * L_32 = __this->get_mNo2_3(); CharU5BU5D_t3528271667* L_33 = V_1; NullCheck(L_33); int32_t L_34 = 0; uint16_t L_35 = (L_33)->GetAt(static_cast(L_34)); Il2CppChar L_36 = ((Il2CppChar)L_35); RuntimeObject * L_37 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2755003837, L_37, /*hidden argument*/NULL); NullCheck(L_32); UISprite_set_spriteName_m1616245412(L_32, L_38, /*hidden argument*/NULL); UISprite_t194114938 * L_39 = __this->get_mNo3_4(); CharU5BU5D_t3528271667* L_40 = V_1; NullCheck(L_40); int32_t L_41 = 1; uint16_t L_42 = (L_40)->GetAt(static_cast(L_41)); Il2CppChar L_43 = ((Il2CppChar)L_42); RuntimeObject * L_44 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_43); String_t* L_45 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2755003837, L_44, /*hidden argument*/NULL); NullCheck(L_39); UISprite_set_spriteName_m1616245412(L_39, L_45, /*hidden argument*/NULL); UISprite_t194114938 * L_46 = __this->get_mNo4_5(); CharU5BU5D_t3528271667* L_47 = V_1; NullCheck(L_47); int32_t L_48 = 2; uint16_t L_49 = (L_47)->GetAt(static_cast(L_48)); Il2CppChar L_50 = ((Il2CppChar)L_49); RuntimeObject * L_51 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_50); String_t* L_52 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2755003837, L_51, /*hidden argument*/NULL); NullCheck(L_46); UISprite_set_spriteName_m1616245412(L_46, L_52, /*hidden argument*/NULL); goto IL_01d1; } IL_0153: { UISprite_t194114938 * L_53 = __this->get_mNo1_2(); CharU5BU5D_t3528271667* L_54 = V_1; NullCheck(L_54); int32_t L_55 = 0; uint16_t L_56 = (L_54)->GetAt(static_cast(L_55)); Il2CppChar L_57 = ((Il2CppChar)L_56); RuntimeObject * L_58 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2755003837, L_58, /*hidden argument*/NULL); NullCheck(L_53); UISprite_set_spriteName_m1616245412(L_53, L_59, /*hidden argument*/NULL); UISprite_t194114938 * L_60 = __this->get_mNo2_3(); CharU5BU5D_t3528271667* L_61 = V_1; NullCheck(L_61); int32_t L_62 = 1; uint16_t L_63 = (L_61)->GetAt(static_cast(L_62)); Il2CppChar L_64 = ((Il2CppChar)L_63); RuntimeObject * L_65 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_64); String_t* L_66 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2755003837, L_65, /*hidden argument*/NULL); NullCheck(L_60); UISprite_set_spriteName_m1616245412(L_60, L_66, /*hidden argument*/NULL); UISprite_t194114938 * L_67 = __this->get_mNo3_4(); CharU5BU5D_t3528271667* L_68 = V_1; NullCheck(L_68); int32_t L_69 = 2; uint16_t L_70 = (L_68)->GetAt(static_cast(L_69)); Il2CppChar L_71 = ((Il2CppChar)L_70); RuntimeObject * L_72 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_71); String_t* L_73 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2755003837, L_72, /*hidden argument*/NULL); NullCheck(L_67); UISprite_set_spriteName_m1616245412(L_67, L_73, /*hidden argument*/NULL); UISprite_t194114938 * L_74 = __this->get_mNo4_5(); CharU5BU5D_t3528271667* L_75 = V_1; NullCheck(L_75); int32_t L_76 = 3; uint16_t L_77 = (L_75)->GetAt(static_cast(L_76)); Il2CppChar L_78 = ((Il2CppChar)L_77); RuntimeObject * L_79 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_78); String_t* L_80 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2755003837, L_79, /*hidden argument*/NULL); NullCheck(L_74); UISprite_set_spriteName_m1616245412(L_74, L_80, /*hidden argument*/NULL); goto IL_01d1; } IL_01cc: { goto IL_01d1; } IL_01d1: { return; } } // System.Void MarryListCellItem::OnClickBless() extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_OnClickBless_m1455504242 (MarryListCellItem_t3507082519 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarryListCellItem_OnClickBless_m1455504242_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2959845284, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_ShowUI_m3552255067(L_0, ((int32_t)42), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CBlessManager_t2858824243_il2cpp_TypeInfo_var); CBlessManager_t2858824243 * L_1 = CBlessManager_GetInstance_m1295054146(NULL /*static, unused*/, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_2 = __this->get_mItem_24(); NullCheck(L_2); int32_t L_3 = L_2->get_roomId_0(); NullCheck(L_1); CBlessManager_Init_m2623164428(L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void MarryListCellItem::OnClickGetIn() extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_OnClickGetIn_m3056502399 (MarryListCellItem_t3507082519 * __this, const RuntimeMethod* method) { { CMarryListManager_t2185299657 * L_0 = CMarryListManager_GetInstance_m3326671777(NULL /*static, unused*/, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_1 = __this->get_mItem_24(); NullCheck(L_1); int32_t L_2 = L_1->get_roomId_0(); NullCheck(L_0); CMarryListManager_RequestEntryMarryRoom_m378817486(L_0, 0, 1, L_2, /*hidden argument*/NULL); return; } } // System.Void MarryListCellItem::OnClickThis() extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_OnClickThis_m294312099 (MarryListCellItem_t3507082519 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_mClickedThis_26(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { MarryListItemData_t1515524605 * L_1 = __this->get_mItem_24(); NullCheck(L_1); int64_t L_2 = L_1->get_userId1_5(); CMainRole_t4200562839 * L_3 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int64_t L_4 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_3); if ((((int64_t)L_2) == ((int64_t)L_4))) { goto IL_0040; } } { MarryListItemData_t1515524605 * L_5 = __this->get_mItem_24(); NullCheck(L_5); int64_t L_6 = L_5->get_userId2_6(); CMainRole_t4200562839 * L_7 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int64_t L_8 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_7); if ((!(((uint64_t)L_6) == ((uint64_t)L_8)))) { goto IL_0058; } } IL_0040: { CMarryListManager_t2185299657 * L_9 = CMarryListManager_GetInstance_m3326671777(NULL /*static, unused*/, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_10 = __this->get_mItem_24(); NullCheck(L_10); int32_t L_11 = L_10->get_roomId_0(); NullCheck(L_9); CMarryListManager_RequestEntryMarryRoom_m378817486(L_9, 0, 1, L_11, /*hidden argument*/NULL); return; } IL_0058: { CMarryListManager_t2185299657 * L_12 = CMarryListManager_GetInstance_m3326671777(NULL /*static, unused*/, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_13 = __this->get_mItem_24(); NullCheck(L_13); int32_t L_14 = L_13->get_roomNo_1(); NullCheck(L_12); CMarryListManager_ChangeClicked_m3771222017(L_12, L_14, /*hidden argument*/NULL); GameObject_t1113636619 * L_15 = __this->get_mBG_18(); NullCheck(L_15); GameObject_SetActive_m796801857(L_15, (bool)1, /*hidden argument*/NULL); __this->set_mClickedThis_26((bool)1); return; } } // System.Void MarryListCellItem::HideAllBtns() extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_HideAllBtns_m3649322344 (MarryListCellItem_t3507082519 * __this, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = __this->get_mBtnBless_16(); NullCheck(L_0); GameObject_SetActive_m796801857(L_0, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = __this->get_mBtnLook_17(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = __this->get_mBG_18(); NullCheck(L_2); GameObject_SetActive_m796801857(L_2, (bool)0, /*hidden argument*/NULL); __this->set_mClickedThis_26((bool)0); return; } } // System.Void MarryListCellItem::ShowBtn() extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_ShowBtn_m3038736533 (MarryListCellItem_t3507082519 * __this, const RuntimeMethod* method) { { 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); MarryListItemData_t1515524605 * L_2 = __this->get_mItem_24(); NullCheck(L_2); int64_t L_3 = L_2->get_userId1_5(); if ((((int64_t)L_1) == ((int64_t)L_3))) { goto IL_0034; } } { CMainRole_t4200562839 * L_4 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int64_t L_5 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_4); MarryListItemData_t1515524605 * L_6 = __this->get_mItem_24(); NullCheck(L_6); int64_t L_7 = L_6->get_userId2_6(); if ((!(((uint64_t)L_5) == ((uint64_t)L_7)))) { goto IL_0051; } } IL_0034: { GameObject_t1113636619 * L_8 = __this->get_mBtnBless_16(); NullCheck(L_8); GameObject_SetActive_m796801857(L_8, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = __this->get_mBtnLook_17(); NullCheck(L_9); GameObject_SetActive_m796801857(L_9, (bool)1, /*hidden argument*/NULL); goto IL_0069; } IL_0051: { GameObject_t1113636619 * L_10 = __this->get_mBtnBless_16(); NullCheck(L_10); GameObject_SetActive_m796801857(L_10, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_11 = __this->get_mBtnLook_17(); NullCheck(L_11); GameObject_SetActive_m796801857(L_11, (bool)1, /*hidden argument*/NULL); } IL_0069: { return; } } // System.Void MarryListCellItem::Update() extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_Update_m687894379 (MarryListCellItem_t3507082519 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarryListCellItem_Update_m687894379_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Transform_t3600365921 * V_4 = NULL; RuntimeObject* V_5 = NULL; Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); RuntimeObject* V_8 = NULL; Transform_t3600365921 * V_9 = NULL; RuntimeObject* 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)); RuntimeObject* V_13 = 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); { MarryListItemData_t1515524605 * L_0 = __this->get_mItem_24(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { bool L_1 = __this->get_mPhotoReadyMale_22(); if (L_1) { goto IL_0085; } } { UITexture_t3471168817 * L_2 = __this->get_mTexture1_9(); MarryListItemData_t1515524605 * L_3 = __this->get_mItem_24(); NullCheck(L_3); int64_t L_4 = L_3->get_userId1_5(); MarryListItemData_t1515524605 * L_5 = __this->get_mItem_24(); NullCheck(L_5); int64_t L_6 = L_5->get_userPhoto1_9(); MarryListItemData_t1515524605 * L_7 = __this->get_mItem_24(); NullCheck(L_7); int32_t L_8 = L_7->get_sex1_11(); UITexture_t3471168817 * L_9 = __this->get_mTexture1_9(); NullCheck(L_9); Transform_t3600365921 * L_10 = Component_get_transform_m3162698980(L_9, /*hidden argument*/NULL); NullCheck(L_10); Vector3_t3722313464 L_11 = Transform_get_localScale_m129152068(L_10, /*hidden argument*/NULL); V_0 = L_11; float L_12 = (&V_0)->get_x_1(); UITexture_t3471168817 * L_13 = __this->get_mTexture1_9(); NullCheck(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(L_13, /*hidden argument*/NULL); NullCheck(L_14); Vector3_t3722313464 L_15 = Transform_get_localScale_m129152068(L_14, /*hidden argument*/NULL); V_1 = L_15; float L_16 = (&V_1)->get_y_2(); Vector3_t3722313464 L_17; memset(&L_17, 0, sizeof(L_17)); Vector3__ctor_m3353183577((&L_17), L_12, L_16, (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_18 = CMiscHelp_GetCustomUserPhoto_m4012711164(NULL /*static, unused*/, L_2, L_4, L_6, L_8, L_17, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_mPhotoReadyMale_22(L_18); } IL_0085: { bool L_19 = __this->get_mPhotoReadyFemale_23(); if (L_19) { goto IL_00fe; } } { UITexture_t3471168817 * L_20 = __this->get_mTexture2_10(); MarryListItemData_t1515524605 * L_21 = __this->get_mItem_24(); NullCheck(L_21); int64_t L_22 = L_21->get_userId2_6(); MarryListItemData_t1515524605 * L_23 = __this->get_mItem_24(); NullCheck(L_23); int64_t L_24 = L_23->get_userPhoto2_10(); MarryListItemData_t1515524605 * L_25 = __this->get_mItem_24(); NullCheck(L_25); int32_t L_26 = L_25->get_sex2_12(); UITexture_t3471168817 * L_27 = __this->get_mTexture1_9(); NullCheck(L_27); Transform_t3600365921 * L_28 = Component_get_transform_m3162698980(L_27, /*hidden argument*/NULL); NullCheck(L_28); Vector3_t3722313464 L_29 = Transform_get_localScale_m129152068(L_28, /*hidden argument*/NULL); V_2 = L_29; float L_30 = (&V_2)->get_x_1(); UITexture_t3471168817 * L_31 = __this->get_mTexture1_9(); NullCheck(L_31); Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(L_31, /*hidden argument*/NULL); NullCheck(L_32); Vector3_t3722313464 L_33 = Transform_get_localScale_m129152068(L_32, /*hidden argument*/NULL); V_3 = L_33; float L_34 = (&V_3)->get_y_2(); Vector3_t3722313464 L_35; memset(&L_35, 0, sizeof(L_35)); Vector3__ctor_m3353183577((&L_35), L_30, L_34, (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_36 = CMiscHelp_GetCustomUserPhoto_m4012711164(NULL /*static, unused*/, L_20, L_22, L_24, L_26, L_35, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_mPhotoReadyFemale_23(L_36); } IL_00fe: { UISprite_t194114938 * L_37 = __this->get_mHeadBox1_13(); NullCheck(L_37); Transform_t3600365921 * L_38 = Component_get_transform_m3162698980(L_37, /*hidden argument*/NULL); NullCheck(L_38); RuntimeObject* L_39 = Transform_GetEnumerator_m2717073726(L_38, /*hidden argument*/NULL); V_5 = L_39; } IL_0110: try { // begin try (depth: 1) { goto IL_0180; } IL_0115: { RuntimeObject* L_40 = V_5; NullCheck(L_40); RuntimeObject * L_41 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_40); V_4 = ((Transform_t3600365921 *)CastclassClass((RuntimeObject*)L_41, Transform_t3600365921_il2cpp_TypeInfo_var)); Transform_t3600365921 * L_42 = V_4; NullCheck(L_42); Transform_t3600365921 * L_43 = Component_get_transform_m3162698980(L_42, /*hidden argument*/NULL); NullCheck(L_43); Vector3_t3722313464 L_44 = Transform_get_position_m36019626(L_43, /*hidden argument*/NULL); V_6 = L_44; float L_45 = (&V_6)->get_y_2(); if ((((float)L_45) > ((float)(0.8f)))) { goto IL_0161; } } IL_0142: { Transform_t3600365921 * L_46 = V_4; NullCheck(L_46); Transform_t3600365921 * L_47 = Component_get_transform_m3162698980(L_46, /*hidden argument*/NULL); NullCheck(L_47); Vector3_t3722313464 L_48 = Transform_get_position_m36019626(L_47, /*hidden argument*/NULL); V_7 = L_48; float L_49 = (&V_7)->get_y_2(); if ((!(((float)L_49) < ((float)(-0.5f))))) { goto IL_0173; } } IL_0161: { Transform_t3600365921 * L_50 = V_4; NullCheck(L_50); GameObject_t1113636619 * L_51 = Component_get_gameObject_m442555142(L_50, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_51, (bool)0, /*hidden argument*/NULL); goto IL_0180; } IL_0173: { Transform_t3600365921 * L_52 = V_4; NullCheck(L_52); GameObject_t1113636619 * L_53 = Component_get_gameObject_m442555142(L_52, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_53, (bool)1, /*hidden argument*/NULL); } IL_0180: { RuntimeObject* L_54 = V_5; NullCheck(L_54); bool L_55 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_54); if (L_55) { goto IL_0115; } } IL_018c: { IL2CPP_LEAVE(0x1A8, FINALLY_0191); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0191; } FINALLY_0191: { // begin finally (depth: 1) { RuntimeObject* L_56 = V_5; RuntimeObject* L_57 = ((RuntimeObject*)IsInst((RuntimeObject*)L_56, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_8 = L_57; if (!L_57) { goto IL_01a7; } } IL_01a0: { RuntimeObject* L_58 = V_8; NullCheck(L_58); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_58); } IL_01a7: { IL2CPP_END_FINALLY(401) } } // end finally (depth: 1) IL2CPP_CLEANUP(401) { IL2CPP_JUMP_TBL(0x1A8, IL_01a8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01a8: { UISprite_t194114938 * L_59 = __this->get_mHeadBox2_14(); NullCheck(L_59); Transform_t3600365921 * L_60 = Component_get_transform_m3162698980(L_59, /*hidden argument*/NULL); NullCheck(L_60); RuntimeObject* L_61 = Transform_GetEnumerator_m2717073726(L_60, /*hidden argument*/NULL); V_10 = L_61; } IL_01ba: try { // begin try (depth: 1) { goto IL_022a; } IL_01bf: { RuntimeObject* L_62 = V_10; NullCheck(L_62); RuntimeObject * L_63 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_62); V_9 = ((Transform_t3600365921 *)CastclassClass((RuntimeObject*)L_63, Transform_t3600365921_il2cpp_TypeInfo_var)); Transform_t3600365921 * L_64 = V_9; NullCheck(L_64); Transform_t3600365921 * L_65 = Component_get_transform_m3162698980(L_64, /*hidden argument*/NULL); NullCheck(L_65); Vector3_t3722313464 L_66 = Transform_get_position_m36019626(L_65, /*hidden argument*/NULL); V_11 = L_66; float L_67 = (&V_11)->get_y_2(); if ((((float)L_67) > ((float)(0.8f)))) { goto IL_020b; } } IL_01ec: { Transform_t3600365921 * L_68 = V_9; NullCheck(L_68); Transform_t3600365921 * L_69 = Component_get_transform_m3162698980(L_68, /*hidden argument*/NULL); NullCheck(L_69); Vector3_t3722313464 L_70 = Transform_get_position_m36019626(L_69, /*hidden argument*/NULL); V_12 = L_70; float L_71 = (&V_12)->get_y_2(); if ((!(((float)L_71) < ((float)(-0.5f))))) { goto IL_021d; } } IL_020b: { Transform_t3600365921 * L_72 = V_9; NullCheck(L_72); GameObject_t1113636619 * L_73 = Component_get_gameObject_m442555142(L_72, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_73, (bool)0, /*hidden argument*/NULL); goto IL_022a; } IL_021d: { Transform_t3600365921 * L_74 = V_9; NullCheck(L_74); GameObject_t1113636619 * L_75 = Component_get_gameObject_m442555142(L_74, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_75, (bool)1, /*hidden argument*/NULL); } IL_022a: { RuntimeObject* L_76 = V_10; NullCheck(L_76); bool L_77 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_76); if (L_77) { goto IL_01bf; } } IL_0236: { IL2CPP_LEAVE(0x252, FINALLY_023b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_023b; } FINALLY_023b: { // begin finally (depth: 1) { RuntimeObject* L_78 = V_10; RuntimeObject* L_79 = ((RuntimeObject*)IsInst((RuntimeObject*)L_78, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_13 = L_79; if (!L_79) { goto IL_0251; } } IL_024a: { RuntimeObject* L_80 = V_13; NullCheck(L_80); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_80); } IL_0251: { IL2CPP_END_FINALLY(571) } } // end finally (depth: 1) IL2CPP_CLEANUP(571) { IL2CPP_JUMP_TBL(0x252, IL_0252) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0252: { return; } } // System.Void MarryListCellItem::OnEnable() extern "C" IL2CPP_METHOD_ATTR void MarryListCellItem_OnEnable_m2974677093 (MarryListCellItem_t3507082519 * __this, const RuntimeMethod* method) { { __this->set_mPhotoReadyMale_22((bool)0); __this->set_mPhotoReadyFemale_23((bool)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 MarryListItemData::.ctor() extern "C" IL2CPP_METHOD_ATTR void MarryListItemData__ctor_m3461134453 (MarryListItemData_t1515524605 * __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 MemberManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemberManager__ctor_m1490622489 (MemberManager_t2979457932 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager__ctor_m1490622489_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_mBuyPrice_3(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_mBuyTitle_4(L_1); __this->set_mPrice_8(_stringLiteral1334657964); Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t3149535657 * L_2 = (List_1_t3149535657 *)il2cpp_codegen_object_new(List_1_t3149535657_il2cpp_TypeInfo_var); List_1__ctor_m4254788256(L_2, /*hidden argument*/List_1__ctor_m4254788256_RuntimeMethod_var); MemberManager_set_memberReturn_m1677060775(__this, L_2, /*hidden argument*/NULL); return; } } // MemberManager MemberManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR MemberManager_t2979457932 * MemberManager_GetInstance_m1562229700 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager_GetInstance_m1562229700_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MemberManager_t2979457932_il2cpp_TypeInfo_var); MemberManager_t2979457932 * L_0 = ((MemberManager_t2979457932_StaticFields*)il2cpp_codegen_static_fields_for(MemberManager_t2979457932_il2cpp_TypeInfo_var))->get_s_Instance_12(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(MemberManager_t2979457932_il2cpp_TypeInfo_var); MemberManager_t2979457932 * L_1 = ((MemberManager_t2979457932_StaticFields*)il2cpp_codegen_static_fields_for(MemberManager_t2979457932_il2cpp_TypeInfo_var))->get_s_Instance_12(); return L_1; } IL_0010: { MemberManager_t2979457932 * L_2 = (MemberManager_t2979457932 *)il2cpp_codegen_object_new(MemberManager_t2979457932_il2cpp_TypeInfo_var); MemberManager__ctor_m1490622489(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MemberManager_t2979457932_il2cpp_TypeInfo_var); ((MemberManager_t2979457932_StaticFields*)il2cpp_codegen_static_fields_for(MemberManager_t2979457932_il2cpp_TypeInfo_var))->set_s_Instance_12(L_2); MemberManager_t2979457932 * L_3 = ((MemberManager_t2979457932_StaticFields*)il2cpp_codegen_static_fields_for(MemberManager_t2979457932_il2cpp_TypeInfo_var))->get_s_Instance_12(); return L_3; } } // System.Void MemberManager::RequestMemberInfo() extern "C" IL2CPP_METHOD_ATTR void MemberManager_RequestMemberInfo_m42992302 (MemberManager_t2979457932 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager_RequestMemberInfo_m42992302_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)970), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager_GetMemberEffectName_m885960294_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___memberLevel0; if ((((int32_t)L_0) > ((int32_t)1))) { goto IL_000d; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_000d: { int32_t L_2 = ___memberLevel0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)2000), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))); String_t* L_3 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); return L_3; } } // System.Int32 MemberManager::GetMemberRechargeID(enumMemberLevel) extern "C" IL2CPP_METHOD_ATTR int32_t MemberManager_GetMemberRechargeID_m1002045769 (MemberManager_t2979457932 * __this, int32_t ___memberLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager_GetMemberRechargeID_m1002045769_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRechargeUnit_t1619097969 * V_0 = NULL; int32_t G_B3_0 = 0; { int32_t L_0 = ___memberLevel0; IL2CPP_RUNTIME_CLASS_INIT(CRechargeConfig_t910639634_il2cpp_TypeInfo_var); CRechargeUnit_t1619097969 * L_1 = CRechargeConfig_GetUnitByMemberLevel_m652493829(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; CRechargeUnit_t1619097969 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { CRechargeUnit_t1619097969 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_ID_0(); G_B3_0 = L_4; goto IL_0019; } IL_0018: { G_B3_0 = 0; } IL_0019: { return G_B3_0; } } // System.Boolean MemberManager::IsMatch(enumMemberLevel) extern "C" IL2CPP_METHOD_ATTR bool MemberManager_IsMatch_m4178472578 (MemberManager_t2979457932 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager_IsMatch_m4178472578_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral4041997353, 0, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; int32_t L_4 = ___level0; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0023; } } { G_B3_0 = 1; goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { return (bool)G_B3_0; } } // System.Boolean MemberManager::get_ActivityMemberChanged() extern "C" IL2CPP_METHOD_ATTR bool MemberManager_get_ActivityMemberChanged_m673349405 (MemberManager_t2979457932 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CActivityMemberChangedU3Ek__BackingField_1(); return L_0; } } // System.Void MemberManager::set_ActivityMemberChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MemberManager_set_ActivityMemberChanged_m2733289576 (MemberManager_t2979457932 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CActivityMemberChangedU3Ek__BackingField_1(L_0); return; } } // System.Boolean MemberManager::get_Changed() extern "C" IL2CPP_METHOD_ATTR bool MemberManager_get_Changed_m3062091597 (MemberManager_t2979457932 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_mDataChanged_0(); return L_0; } } // System.Void MemberManager::set_Changed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MemberManager_set_Changed_m888453084 (MemberManager_t2979457932 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_mDataChanged_0(L_0); return; } } // System.Int32 MemberManager::get_LeftTime() extern "C" IL2CPP_METHOD_ATTR int32_t MemberManager_get_LeftTime_m2080886271 (MemberManager_t2979457932 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mLeftTime_7(); return L_0; } } // System.Void MemberManager::set_LeftTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MemberManager_set_LeftTime_m3571973820 (MemberManager_t2979457932 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_mLeftTime_7(L_0); return; } } // System.Int32 MemberManager::get_LeftDay() extern "C" IL2CPP_METHOD_ATTR int32_t MemberManager_get_LeftDay_m233236492 (MemberManager_t2979457932 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager_get_LeftDay_m233236492_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { int32_t L_0 = MemberManager_get_LeftTime_m2080886271(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MemberManager_t2979457932_il2cpp_TypeInfo_var); int32_t L_1 = ((MemberManager_t2979457932_StaticFields*)il2cpp_codegen_static_fields_for(MemberManager_t2979457932_il2cpp_TypeInfo_var))->get_ONE_DAY_SECOND_14(); V_0 = ((float)((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_0))), (float)(1.0f)))/(float)(((float)((float)L_1))))); float L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_CeilToInt_m432108984(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 MemberManager::get_LeftHour() extern "C" IL2CPP_METHOD_ATTR int32_t MemberManager_get_LeftHour_m556036691 (MemberManager_t2979457932 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager_get_LeftHour_m556036691_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { int32_t L_0 = MemberManager_get_LeftTime_m2080886271(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MemberManager_t2979457932_il2cpp_TypeInfo_var); int32_t L_1 = ((MemberManager_t2979457932_StaticFields*)il2cpp_codegen_static_fields_for(MemberManager_t2979457932_il2cpp_TypeInfo_var))->get_ONE_HOUR_SECOND_13(); V_0 = ((float)((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_0))), (float)(1.0f)))/(float)(((float)((float)L_1))))); float L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_CeilToInt_m432108984(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.String MemberManager::get_Price() extern "C" IL2CPP_METHOD_ATTR String_t* MemberManager_get_Price_m1299568404 (MemberManager_t2979457932 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_mPrice_8(); return L_0; } } // System.Void MemberManager::set_Price(System.String) extern "C" IL2CPP_METHOD_ATTR void MemberManager_set_Price_m2199648585 (MemberManager_t2979457932 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_mPrice_8(L_0); return; } } // System.Int32 MemberManager::get_UpdateTime_OneStep() extern "C" IL2CPP_METHOD_ATTR int32_t MemberManager_get_UpdateTime_OneStep_m3905045725 (MemberManager_t2979457932 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_updateTime_OneStep_9(); return L_0; } } // System.Void MemberManager::set_UpdateTime_OneStep(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MemberManager_set_UpdateTime_OneStep_m1344342714 (MemberManager_t2979457932 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_updateTime_OneStep_9(L_0); return; } } // System.Int32 MemberManager::get_UpdateTime_TwoStep() extern "C" IL2CPP_METHOD_ATTR int32_t MemberManager_get_UpdateTime_TwoStep_m1755661240 (MemberManager_t2979457932 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_updateTime_TwoStep_10(); return L_0; } } // System.Void MemberManager::set_UpdateTime_TwoStep(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MemberManager_set_UpdateTime_TwoStep_m3542063673 (MemberManager_t2979457932 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_updateTime_TwoStep_10(L_0); return; } } // System.Int32 MemberManager::get_GetState() extern "C" IL2CPP_METHOD_ATTR int32_t MemberManager_get_GetState_m2734238581 (MemberManager_t2979457932 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mGetState_11(); return L_0; } } // System.Void MemberManager::set_GetState(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MemberManager_set_GetState_m3902181071 (MemberManager_t2979457932 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_mGetState_11(L_0); return; } } // System.Void MemberManager::Buy(System.Int32,System.Int32,System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void MemberManager_Buy_m936576913 (MemberManager_t2979457932 * __this, int32_t ___id0, int32_t ___type1, int32_t ___mPage2, String_t* ____mBuyPrice3, String_t* ____mBuyTitle4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager_Buy_m936576913_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = ___id0; __this->set_mBuyId_2(L_0); String_t* L_1 = ____mBuyPrice3; __this->set_mBuyPrice_3(L_1); String_t* L_2 = ____mBuyTitle4; __this->set_mBuyTitle_4(L_2); IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_3 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CNetServerConfig_GetConfigInt_m1392106542(L_3, _stringLiteral3886817964, 0, /*hidden argument*/NULL); if (L_4) { goto IL_0041; } } { CMsgManager_t455955613 * L_5 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CMsgManager_PushHintUseTextHelp_m3781284520(L_5, _stringLiteral1667460612, (bool)1, /*hidden argument*/NULL); goto IL_01d9; } IL_0041: { int32_t L_6 = ___id0; IL2CPP_RUNTIME_CLASS_INIT(CRechargeManager_t2919414649_il2cpp_TypeInfo_var); CRechargeManager_t2919414649 * L_7 = CRechargeManager_GetInstance_m3912661271(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CRechargeManager_get_RequestFrom_m1304987237(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); CInputStatistics_Increase_m2975342541(NULL /*static, unused*/, 4, L_6, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_9; int32_t L_10 = ___type1; if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_00f2; } } { int32_t L_11 = ___mPage2; if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_0090; } } { CTextHelp_t3119637808 * L_12 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = CTextHelp_GetText_m372251958(L_12, _stringLiteral262979910, /*hidden argument*/NULL); V_0 = L_13; CTextHelp_t3119637808 * L_14 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = CTextHelp_GetText_m372251958(L_14, _stringLiteral4147580396, /*hidden argument*/NULL); __this->set_mBuyTitle_4(L_15); goto IL_00ed; } IL_0090: { int32_t L_16 = ___mPage2; if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_00c1; } } { CTextHelp_t3119637808 * L_17 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18 = CTextHelp_GetText_m372251958(L_17, _stringLiteral262979907, /*hidden argument*/NULL); V_0 = L_18; CTextHelp_t3119637808 * L_19 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = CTextHelp_GetText_m372251958(L_19, _stringLiteral4147777004, /*hidden argument*/NULL); __this->set_mBuyTitle_4(L_20); goto IL_00ed; } IL_00c1: { int32_t L_21 = ___mPage2; if ((!(((uint32_t)L_21) == ((uint32_t)3)))) { goto IL_00ed; } } { CTextHelp_t3119637808 * L_22 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); String_t* L_23 = CTextHelp_GetText_m372251958(L_22, _stringLiteral262979908, /*hidden argument*/NULL); V_0 = L_23; CTextHelp_t3119637808 * L_24 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_25 = CTextHelp_GetText_m372251958(L_24, _stringLiteral4147711468, /*hidden argument*/NULL); __this->set_mBuyTitle_4(L_25); } IL_00ed: { goto IL_01c6; } IL_00f2: { int32_t L_26 = ___type1; if ((!(((uint32_t)L_26) == ((uint32_t)2)))) { goto IL_018c; } } { int32_t L_27 = ___mPage2; if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_012a; } } { CTextHelp_t3119637808 * L_28 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); String_t* L_29 = CTextHelp_GetText_m372251958(L_28, _stringLiteral2156745390, /*hidden argument*/NULL); V_0 = L_29; CTextHelp_t3119637808 * L_30 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); String_t* L_31 = CTextHelp_GetText_m372251958(L_30, _stringLiteral4147580396, /*hidden argument*/NULL); __this->set_mBuyTitle_4(L_31); goto IL_0187; } IL_012a: { int32_t L_32 = ___mPage2; if ((!(((uint32_t)L_32) == ((uint32_t)2)))) { goto IL_015b; } } { CTextHelp_t3119637808 * L_33 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); String_t* L_34 = CTextHelp_GetText_m372251958(L_33, _stringLiteral2156548782, /*hidden argument*/NULL); V_0 = L_34; CTextHelp_t3119637808 * L_35 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_35); String_t* L_36 = CTextHelp_GetText_m372251958(L_35, _stringLiteral4147777004, /*hidden argument*/NULL); __this->set_mBuyTitle_4(L_36); goto IL_0187; } IL_015b: { int32_t L_37 = ___mPage2; if ((!(((uint32_t)L_37) == ((uint32_t)3)))) { goto IL_0187; } } { CTextHelp_t3119637808 * L_38 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39 = CTextHelp_GetText_m372251958(L_38, _stringLiteral2156614318, /*hidden argument*/NULL); V_0 = L_39; CTextHelp_t3119637808 * L_40 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_41 = CTextHelp_GetText_m372251958(L_40, _stringLiteral4147711468, /*hidden argument*/NULL); __this->set_mBuyTitle_4(L_41); } IL_0187: { goto IL_01c6; } IL_018c: { int32_t L_42 = ___type1; if ((!(((uint32_t)L_42) == ((uint32_t)3)))) { goto IL_01c6; } } { int32_t L_43 = ___mPage2; if ((!(((uint32_t)L_43) == ((uint32_t)2)))) { goto IL_01af; } } { CTextHelp_t3119637808 * L_44 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); String_t* L_45 = CTextHelp_GetText_m372251958(L_44, _stringLiteral396458042, /*hidden argument*/NULL); V_0 = L_45; goto IL_01c6; } IL_01af: { int32_t L_46 = ___mPage2; if ((!(((uint32_t)L_46) == ((uint32_t)3)))) { goto IL_01c6; } } { CTextHelp_t3119637808 * L_47 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); String_t* L_48 = CTextHelp_GetText_m372251958(L_47, _stringLiteral2735110202, /*hidden argument*/NULL); V_0 = L_48; } IL_01c6: { String_t* L_49 = V_0; intptr_t L_50 = (intptr_t)MemberManager_OnMsgBoxClkCallBack_m1334087226_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_51 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_51, __this, L_50, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, 1, L_49, L_51, /*hidden argument*/NULL); } IL_01d9: { return; } } // System.Void MemberManager::OnMsgBoxClkCallBack(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void MemberManager_OnMsgBoxClkCallBack_m1334087226 (MemberManager_t2979457932 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager_OnMsgBoxClkCallBack_m1334087226_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; { bool L_0 = ___bConfirmed0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(CRechargeManager_t2919414649_il2cpp_TypeInfo_var); CRechargeManager_t2919414649 * L_1 = CRechargeManager_GetInstance_m3912661271(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = __this->get_mBuyId_2(); String_t* L_3 = __this->get_mBuyPrice_3(); String_t* L_4 = __this->get_mBuyTitle_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_1); CRechargeManager_ProcessRecharge_m3776137960(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); 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); ICameraBase_t3615533728 * L_7 = CRoot_GetCamera_m3179746689(L_6, /*hidden argument*/NULL); NullCheck(L_7); Camera_t4157153871 * L_8 = ICameraBase_GetUICamera_m3997251255(L_7, /*hidden argument*/NULL); V_0 = L_8; Camera_t4157153871 * 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); if (!L_10) { goto IL_006b; } } { Camera_t4157153871 * L_11 = V_0; NullCheck(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(L_11, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral1574120569, /*hidden argument*/NULL); V_1 = L_13; Transform_t3600365921 * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_006b; } } { ActivityMenberRenewController_t222386189 * L_16 = ActivityMenberRenewController_GetInstance_m134191520(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); ActivityMenberRenewController_HideUI_m3467583140(L_16, /*hidden argument*/NULL); } IL_006b: { return; } } // System.Void MemberManager::RequestMemberReturn(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MemberManager_RequestMemberReturn_m623681010 (MemberManager_t2979457932 * __this, int32_t ___vipLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager_RequestMemberReturn_m623681010_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)973), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___vipLevel0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void MemberManager::GetMemberReturn(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void MemberManager_GetMemberReturn_m3368053927 (MemberManager_t2979457932 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager_GetMemberReturn_m3368053927_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; CAwardItem_t1677460915 * V_3 = NULL; { CDataArray_t4068198041 * L_0 = ___msg0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { List_1_t3149535657 * L_1 = MemberManager_get_memberReturn_m538859833(__this, /*hidden argument*/NULL); NullCheck(L_1); List_1_Clear_m1914676108(L_1, /*hidden argument*/List_1_Clear_m1914676108_RuntimeMethod_var); V_0 = 0; CDataArray_t4068198041 * L_2 = ___msg0; int32_t L_3 = V_0; int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); V_0 = L_4; NullCheck(L_2); int32_t L_5 = CDataArray_GetInt_m1111369473(L_2, L_4, 0, /*hidden argument*/NULL); V_1 = L_5; V_2 = 0; goto IL_0062; } IL_0028: { CDataArray_t4068198041 * L_6 = ___msg0; int32_t L_7 = V_0; int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); V_0 = L_8; NullCheck(L_6); int32_t L_9 = CDataArray_GetInt_m1111369473(L_6, L_8, 0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = ___msg0; int32_t L_11 = V_0; int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); V_0 = L_12; NullCheck(L_10); int32_t L_13 = CDataArray_GetInt_m1111369473(L_10, L_12, 0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_14 = ___msg0; int32_t L_15 = V_0; int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); V_0 = L_16; NullCheck(L_14); int32_t L_17 = CDataArray_GetInt_m1111369473(L_14, L_16, 0, /*hidden argument*/NULL); CAwardItem_t1677460915 * L_18 = (CAwardItem_t1677460915 *)il2cpp_codegen_object_new(CAwardItem_t1677460915_il2cpp_TypeInfo_var); CAwardItem__ctor_m4013977086(L_18, L_9, L_13, L_17, /*hidden argument*/NULL); V_3 = L_18; List_1_t3149535657 * L_19 = MemberManager_get_memberReturn_m538859833(__this, /*hidden argument*/NULL); CAwardItem_t1677460915 * L_20 = V_3; NullCheck(L_19); List_1_Add_m1312316922(L_19, L_20, /*hidden argument*/List_1_Add_m1312316922_RuntimeMethod_var); int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0062: { int32_t L_22 = V_2; int32_t L_23 = V_1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0028; } } { __this->set_isNeedUpdateMemberReturn_5((bool)1); return; } } // System.Collections.Generic.List`1 MemberManager::get_memberReturn() extern "C" IL2CPP_METHOD_ATTR List_1_t3149535657 * MemberManager_get_memberReturn_m538859833 (MemberManager_t2979457932 * __this, const RuntimeMethod* method) { { List_1_t3149535657 * L_0 = __this->get_U3CmemberReturnU3Ek__BackingField_6(); return L_0; } } // System.Void MemberManager::set_memberReturn(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void MemberManager_set_memberReturn_m1677060775 (MemberManager_t2979457932 * __this, List_1_t3149535657 * ___value0, const RuntimeMethod* method) { { List_1_t3149535657 * L_0 = ___value0; __this->set_U3CmemberReturnU3Ek__BackingField_6(L_0); return; } } // System.Void MemberManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void MemberManager__cctor_m121911484 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberManager__cctor_m121911484_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((MemberManager_t2979457932_StaticFields*)il2cpp_codegen_static_fields_for(MemberManager_t2979457932_il2cpp_TypeInfo_var))->set_ONE_HOUR_SECOND_13(((int32_t)3600)); ((MemberManager_t2979457932_StaticFields*)il2cpp_codegen_static_fields_for(MemberManager_t2979457932_il2cpp_TypeInfo_var))->set_ONE_DAY_SECOND_14(((int32_t)86400)); 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 MeshMorpher::.ctor() extern "C" IL2CPP_METHOD_ATTR void MeshMorpher__ctor_m2648466096 (MeshMorpher_t3454807663 * __this, const RuntimeMethod* method) { { __this->set_m_AnimateAutomatically_3((bool)1); __this->set_m_OneLoopLength_4((1.0f)); __this->set_m_WrapMode_5(2); __this->set_m_SrcMesh_7((-1)); __this->set_m_DstMesh_8((-1)); __this->set_m_Weight_9((-1.0f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void MeshMorpher::SetComplexMorph(System.Int32,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshMorpher_SetComplexMorph_m2809736551 (MeshMorpher_t3454807663 * __this, int32_t ___srcIndex0, int32_t ___dstIndex1, float ___t2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MeshMorpher_SetComplexMorph_m2809736551_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3U5BU5D_t1718750761* V_0 = NULL; Vector3U5BU5D_t1718750761* V_1 = NULL; Vector3U5BU5D_t1718750761* V_2 = NULL; int32_t V_3 = 0; Vector3U5BU5D_t1718750761* V_4 = NULL; Vector3U5BU5D_t1718750761* V_5 = NULL; Vector3U5BU5D_t1718750761* V_6 = NULL; int32_t V_7 = 0; SkinnedMeshRenderer_t245602842 * V_8 = NULL; MeshFilter_t3523625662 * V_9 = NULL; { int32_t L_0 = __this->get_m_SrcMesh_7(); int32_t L_1 = ___srcIndex0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_002a; } } { int32_t L_2 = __this->get_m_DstMesh_8(); int32_t L_3 = ___dstIndex1; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_002a; } } { float L_4 = __this->get_m_Weight_9(); float L_5 = ___t2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); bool L_6 = Mathf_Approximately_m245805902(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002a; } } { return; } IL_002a: { MeshU5BU5D_t3972987605* L_7 = __this->get_m_Meshes_2(); int32_t L_8 = ___srcIndex0; NullCheck(L_7); int32_t L_9 = L_8; Mesh_t3648964284 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); Vector3U5BU5D_t1718750761* L_11 = Mesh_get_vertices_m3585684815(L_10, /*hidden argument*/NULL); V_0 = L_11; MeshU5BU5D_t3972987605* L_12 = __this->get_m_Meshes_2(); int32_t L_13 = ___dstIndex1; NullCheck(L_12); int32_t L_14 = L_13; Mesh_t3648964284 * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); Vector3U5BU5D_t1718750761* L_16 = Mesh_get_vertices_m3585684815(L_15, /*hidden argument*/NULL); V_1 = L_16; Mesh_t3648964284 * L_17 = __this->get_m_Mesh_10(); NullCheck(L_17); int32_t L_18 = Mesh_get_vertexCount_m884140614(L_17, /*hidden argument*/NULL); V_2 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_18)); V_3 = 0; goto IL_008c; } IL_005e: { Vector3U5BU5D_t1718750761* L_19 = V_2; int32_t L_20 = V_3; NullCheck(L_19); Vector3U5BU5D_t1718750761* L_21 = V_0; int32_t L_22 = V_3; NullCheck(L_21); Vector3U5BU5D_t1718750761* L_23 = V_1; int32_t L_24 = V_3; NullCheck(L_23); float L_25 = ___t2; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_26 = Vector3_Lerp_m407887542(NULL /*static, unused*/, (*(Vector3_t3722313464 *)((L_21)->GetAddressAt(static_cast(L_22)))), (*(Vector3_t3722313464 *)((L_23)->GetAddressAt(static_cast(L_24)))), L_25, /*hidden argument*/NULL); *(Vector3_t3722313464 *)((L_19)->GetAddressAt(static_cast(L_20))) = L_26; int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_008c: { int32_t L_28 = V_3; Vector3U5BU5D_t1718750761* L_29 = V_2; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_005e; } } { MeshU5BU5D_t3972987605* L_30 = __this->get_m_Meshes_2(); int32_t L_31 = ___srcIndex0; NullCheck(L_30); int32_t L_32 = L_31; Mesh_t3648964284 * L_33 = (L_30)->GetAt(static_cast(L_32)); NullCheck(L_33); Vector3U5BU5D_t1718750761* L_34 = Mesh_get_normals_m4099615978(L_33, /*hidden argument*/NULL); V_4 = L_34; MeshU5BU5D_t3972987605* L_35 = __this->get_m_Meshes_2(); int32_t L_36 = ___dstIndex1; NullCheck(L_35); int32_t L_37 = L_36; Mesh_t3648964284 * L_38 = (L_35)->GetAt(static_cast(L_37)); NullCheck(L_38); Vector3U5BU5D_t1718750761* L_39 = Mesh_get_normals_m4099615978(L_38, /*hidden argument*/NULL); V_5 = L_39; Vector3U5BU5D_t1718750761* L_40 = V_4; NullCheck(L_40); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length))))) { goto IL_012a; } } { Vector3U5BU5D_t1718750761* L_41 = V_4; NullCheck(L_41); Vector3U5BU5D_t1718750761* L_42 = V_5; NullCheck(L_42); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_42)->max_length)))))))) { goto IL_012a; } } { Vector3U5BU5D_t1718750761* L_43 = V_4; NullCheck(L_43); V_6 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_43)->max_length)))))); V_7 = 0; goto IL_0112; } IL_00dc: { Vector3U5BU5D_t1718750761* L_44 = V_6; int32_t L_45 = V_7; NullCheck(L_44); Vector3U5BU5D_t1718750761* L_46 = V_4; int32_t L_47 = V_7; NullCheck(L_46); Vector3U5BU5D_t1718750761* L_48 = V_5; int32_t L_49 = V_7; NullCheck(L_48); float L_50 = ___t2; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_51 = Vector3_Lerp_m407887542(NULL /*static, unused*/, (*(Vector3_t3722313464 *)((L_46)->GetAddressAt(static_cast(L_47)))), (*(Vector3_t3722313464 *)((L_48)->GetAddressAt(static_cast(L_49)))), L_50, /*hidden argument*/NULL); *(Vector3_t3722313464 *)((L_44)->GetAddressAt(static_cast(L_45))) = L_51; int32_t L_52 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_0112: { int32_t L_53 = V_7; Vector3U5BU5D_t1718750761* L_54 = V_4; NullCheck(L_54); if ((((int32_t)L_53) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_54)->max_length))))))) { goto IL_00dc; } } { Mesh_t3648964284 * L_55 = __this->get_m_Mesh_10(); Vector3U5BU5D_t1718750761* L_56 = V_6; NullCheck(L_55); Mesh_set_normals_m332514528(L_55, L_56, /*hidden argument*/NULL); } IL_012a: { Mesh_t3648964284 * L_57 = __this->get_m_Mesh_10(); Vector3U5BU5D_t1718750761* L_58 = V_2; NullCheck(L_57); Mesh_set_vertices_m2084450642(L_57, L_58, /*hidden argument*/NULL); Mesh_t3648964284 * L_59 = __this->get_m_Mesh_10(); NullCheck(L_59); Mesh_RecalculateBounds_m39931642(L_59, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_60 = { reinterpret_cast (SkinnedMeshRenderer_t245602842_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_61 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_60, /*hidden argument*/NULL); Component_t1923634451 * L_62 = Component_GetComponent_m886226392(__this, L_61, /*hidden argument*/NULL); V_8 = ((SkinnedMeshRenderer_t245602842 *)IsInstClass((RuntimeObject*)L_62, SkinnedMeshRenderer_t245602842_il2cpp_TypeInfo_var)); SkinnedMeshRenderer_t245602842 * 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_0183; } } { SkinnedMeshRenderer_t245602842 * L_65 = V_8; NullCheck(L_65); Mesh_t3648964284 * L_66 = SkinnedMeshRenderer_get_sharedMesh_m1611698282(L_65, /*hidden argument*/NULL); Vector3U5BU5D_t1718750761* L_67 = V_2; NullCheck(L_66); Mesh_set_vertices_m2084450642(L_66, L_67, /*hidden argument*/NULL); SkinnedMeshRenderer_t245602842 * L_68 = V_8; NullCheck(L_68); Mesh_t3648964284 * L_69 = SkinnedMeshRenderer_get_sharedMesh_m1611698282(L_68, /*hidden argument*/NULL); NullCheck(L_69); Mesh_RecalculateBounds_m39931642(L_69, /*hidden argument*/NULL); goto IL_01c0; } IL_0183: { RuntimeTypeHandle_t3027515415 L_70 = { reinterpret_cast (MeshFilter_t3523625662_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_71 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_70, /*hidden argument*/NULL); Component_t1923634451 * L_72 = Component_GetComponent_m886226392(__this, L_71, /*hidden argument*/NULL); V_9 = ((MeshFilter_t3523625662 *)IsInstSealed((RuntimeObject*)L_72, MeshFilter_t3523625662_il2cpp_TypeInfo_var)); MeshFilter_t3523625662 * L_73 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_74 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_01c0; } } { MeshFilter_t3523625662 * L_75 = V_9; NullCheck(L_75); Mesh_t3648964284 * L_76 = MeshFilter_get_sharedMesh_m1726897210(L_75, /*hidden argument*/NULL); Vector3U5BU5D_t1718750761* L_77 = V_2; NullCheck(L_76); Mesh_set_vertices_m2084450642(L_76, L_77, /*hidden argument*/NULL); MeshFilter_t3523625662 * L_78 = V_9; NullCheck(L_78); Mesh_t3648964284 * L_79 = MeshFilter_get_sharedMesh_m1726897210(L_78, /*hidden argument*/NULL); NullCheck(L_79); Mesh_RecalculateBounds_m39931642(L_79, /*hidden argument*/NULL); } IL_01c0: { return; } } // System.Void MeshMorpher::SetMorph(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshMorpher_SetMorph_m473320021 (MeshMorpher_t3454807663 * __this, float ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MeshMorpher_SetMorph_m473320021_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; { float L_0 = ___t0; V_0 = (((int32_t)((int32_t)L_0))); int32_t L_1 = V_0; MeshU5BU5D_t3972987605* L_2 = __this->get_m_Meshes_2(); NullCheck(L_2); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_1, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)2)), /*hidden argument*/NULL); V_0 = L_3; float L_4 = ___t0; int32_t L_5 = V_0; V_1 = ((float)il2cpp_codegen_subtract((float)L_4, (float)(((float)((float)L_5))))); float L_6 = ___t0; int32_t L_7 = V_0; float L_8 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)L_6, (float)(((float)((float)L_7))))), (0.0f), (1.0f), /*hidden argument*/NULL); V_1 = L_8; int32_t L_9 = V_0; int32_t L_10 = V_0; float L_11 = V_1; MeshMorpher_SetComplexMorph_m2809736551(__this, L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), L_11, /*hidden argument*/NULL); return; } } // System.Void MeshMorpher::Awake() extern "C" IL2CPP_METHOD_ATTR void MeshMorpher_Awake_m250770112 (MeshMorpher_t3454807663 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MeshMorpher_Awake_m250770112_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameObject_t1113636619 * V_1 = NULL; SkinnedMeshRenderer_t245602842 * V_2 = NULL; MeshFilter_t3523625662 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; SkinnedMeshRenderer_t245602842 * G_B12_0 = NULL; MeshFilter_t3523625662 * G_B17_0 = NULL; { bool L_0 = Application_get_isPlaying_m100394690(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000b; } } { return; } IL_000b: { bool L_1 = __this->get_m_AnimateAutomatically_3(); Behaviour_set_enabled_m20417929(__this, L_1, /*hidden argument*/NULL); V_0 = 0; goto IL_0057; } IL_001e: { MeshU5BU5D_t3972987605* L_2 = __this->get_m_Meshes_2(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; Mesh_t3648964284 * L_5 = (L_2)->GetAt(static_cast(L_4)); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_5, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0053; } } { int32_t L_7 = V_0; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral2340335616, L_9, _stringLiteral2608402826, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); __this->set_m_AnimateAutomatically_3((bool)0); return; } IL_0053: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0057: { int32_t L_12 = V_0; MeshU5BU5D_t3972987605* L_13 = __this->get_m_Meshes_2(); NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_001e; } } { MeshU5BU5D_t3972987605* L_14 = __this->get_m_Meshes_2(); NullCheck(L_14); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))) >= ((int32_t)2))) { goto IL_0085; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral152421839, /*hidden argument*/NULL); __this->set_m_AnimateAutomatically_3((bool)0); return; } IL_0085: { GameObject_t1113636619 * L_15 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); V_1 = L_15; GameObject_t1113636619 * L_16 = V_1; 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_00b2; } } { GameObject_t1113636619 * L_18 = V_1; RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (SkinnedMeshRenderer_t245602842_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); Component_t1923634451 * L_21 = GameObject_GetComponent_m1027872079(L_18, L_20, /*hidden argument*/NULL); G_B12_0 = ((SkinnedMeshRenderer_t245602842 *)IsInstClass((RuntimeObject*)L_21, SkinnedMeshRenderer_t245602842_il2cpp_TypeInfo_var)); goto IL_00b3; } IL_00b2: { G_B12_0 = ((SkinnedMeshRenderer_t245602842 *)(NULL)); } IL_00b3: { V_2 = G_B12_0; SkinnedMeshRenderer_t245602842 * L_22 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_23 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00e2; } } { SkinnedMeshRenderer_t245602842 * L_24 = V_2; SkinnedMeshRenderer_t245602842 * L_25 = V_2; NullCheck(L_25); Mesh_t3648964284 * L_26 = SkinnedMeshRenderer_get_sharedMesh_m1611698282(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Mesh_t3648964284 * L_27 = Object_Instantiate_TisMesh_t3648964284_m1392175164(NULL /*static, unused*/, L_26, /*hidden argument*/Object_Instantiate_TisMesh_t3648964284_m1392175164_RuntimeMethod_var); NullCheck(L_24); SkinnedMeshRenderer_set_sharedMesh_m2397334786(L_24, L_27, /*hidden argument*/NULL); SkinnedMeshRenderer_t245602842 * L_28 = V_2; NullCheck(L_28); Mesh_t3648964284 * L_29 = SkinnedMeshRenderer_get_sharedMesh_m1611698282(L_28, /*hidden argument*/NULL); __this->set_m_Mesh_10(L_29); goto IL_0130; } IL_00e2: { GameObject_t1113636619 * L_30 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_31 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0108; } } { GameObject_t1113636619 * L_32 = V_1; RuntimeTypeHandle_t3027515415 L_33 = { reinterpret_cast (MeshFilter_t3523625662_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); NullCheck(L_32); Component_t1923634451 * L_35 = GameObject_GetComponent_m1027872079(L_32, L_34, /*hidden argument*/NULL); G_B17_0 = ((MeshFilter_t3523625662 *)IsInstSealed((RuntimeObject*)L_35, MeshFilter_t3523625662_il2cpp_TypeInfo_var)); goto IL_0109; } IL_0108: { G_B17_0 = ((MeshFilter_t3523625662 *)(NULL)); } IL_0109: { V_3 = G_B17_0; MeshFilter_t3523625662 * L_36 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_37 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0130; } } { MeshFilter_t3523625662 * L_38 = V_3; MeshU5BU5D_t3972987605* L_39 = __this->get_m_Meshes_2(); NullCheck(L_39); int32_t L_40 = 0; Mesh_t3648964284 * L_41 = (L_39)->GetAt(static_cast(L_40)); NullCheck(L_38); MeshFilter_set_sharedMesh_m2173122548(L_38, L_41, /*hidden argument*/NULL); MeshFilter_t3523625662 * L_42 = V_3; NullCheck(L_42); Mesh_t3648964284 * L_43 = MeshFilter_get_mesh_m3346355278(L_42, /*hidden argument*/NULL); __this->set_m_Mesh_10(L_43); } IL_0130: { Mesh_t3648964284 * L_44 = __this->get_m_Mesh_10(); NullCheck(L_44); int32_t L_45 = Mesh_get_vertexCount_m884140614(L_44, /*hidden argument*/NULL); V_4 = L_45; V_5 = 0; goto IL_01a8; } IL_0145: { MeshU5BU5D_t3972987605* L_46 = __this->get_m_Meshes_2(); int32_t L_47 = V_5; NullCheck(L_46); int32_t L_48 = L_47; Mesh_t3648964284 * L_49 = (L_46)->GetAt(static_cast(L_48)); NullCheck(L_49); int32_t L_50 = Mesh_get_vertexCount_m884140614(L_49, /*hidden argument*/NULL); int32_t L_51 = V_4; if ((((int32_t)L_50) == ((int32_t)L_51))) { goto IL_01a2; } } { ObjectU5BU5D_t2843939325* L_52 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_52); ArrayElementTypeCheck (L_52, _stringLiteral1973832612); (L_52)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1973832612); ObjectU5BU5D_t2843939325* L_53 = L_52; int32_t L_54 = V_5; int32_t L_55 = L_54; RuntimeObject * L_56 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_55); NullCheck(L_53); ArrayElementTypeCheck (L_53, L_56); (L_53)->SetAt(static_cast(1), (RuntimeObject *)L_56); ObjectU5BU5D_t2843939325* L_57 = L_53; NullCheck(L_57); ArrayElementTypeCheck (L_57, _stringLiteral3452614645); (L_57)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3452614645); ObjectU5BU5D_t2843939325* L_58 = L_57; GameObject_t1113636619 * L_59 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_59); String_t* L_60 = Object_get_name_m4211327027(L_59, /*hidden argument*/NULL); NullCheck(L_58); ArrayElementTypeCheck (L_58, L_60); (L_58)->SetAt(static_cast(3), (RuntimeObject *)L_60); ObjectU5BU5D_t2843939325* L_61 = L_58; NullCheck(L_61); ArrayElementTypeCheck (L_61, _stringLiteral4217323460); (L_61)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral4217323460); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_62 = String_Concat_m2971454694(NULL /*static, unused*/, L_61, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); __this->set_m_AnimateAutomatically_3((bool)0); return; } IL_01a2: { int32_t L_63 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_01a8: { int32_t L_64 = V_5; MeshU5BU5D_t3972987605* L_65 = __this->get_m_Meshes_2(); NullCheck(L_65); if ((((int32_t)L_64) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_65)->max_length))))))) { goto IL_0145; } } { return; } } // System.Void MeshMorpher::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void MeshMorpher_LateUpdate_m1966506356 (MeshMorpher_t3454807663 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MeshMorpher_LateUpdate_m1966506356_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { bool L_0 = __this->get_m_AnimateAutomatically_3(); if (!L_0) { goto IL_00a5; } } { float L_1 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); MeshU5BU5D_t3972987605* L_2 = __this->get_m_Meshes_2(); NullCheck(L_2); float L_3 = __this->get_m_OneLoopLength_4(); V_0 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)1)))))))/(float)L_3)); float L_4 = __this->get_m_AutomaticTime_6(); float L_5 = V_0; __this->set_m_AutomaticTime_6(((float)il2cpp_codegen_add((float)L_4, (float)L_5))); int32_t L_6 = __this->get_m_WrapMode_5(); if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_005a; } } { float L_7 = __this->get_m_AutomaticTime_6(); MeshU5BU5D_t3972987605* L_8 = __this->get_m_Meshes_2(); NullCheck(L_8); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_9 = Mathf_Repeat_m1502810009(NULL /*static, unused*/, L_7, (((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)1))))), /*hidden argument*/NULL); V_1 = L_9; goto IL_009e; } IL_005a: { int32_t L_10 = __this->get_m_WrapMode_5(); if ((!(((uint32_t)L_10) == ((uint32_t)4)))) { goto IL_0082; } } { float L_11 = __this->get_m_AutomaticTime_6(); MeshU5BU5D_t3972987605* L_12 = __this->get_m_Meshes_2(); NullCheck(L_12); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_13 = Mathf_PingPong_m2878066270(NULL /*static, unused*/, L_11, (((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), (int32_t)1))))), /*hidden argument*/NULL); V_1 = L_13; goto IL_009e; } IL_0082: { float L_14 = __this->get_m_AutomaticTime_6(); MeshU5BU5D_t3972987605* L_15 = __this->get_m_Meshes_2(); NullCheck(L_15); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_16 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_14, (0.0f), (((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (int32_t)1))))), /*hidden argument*/NULL); V_1 = L_16; } IL_009e: { float L_17 = V_1; MeshMorpher_SetMorph_m473320021(__this, L_17, /*hidden argument*/NULL); } IL_00a5: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void CDECL ReversePInvokeWrapper_MessageHandler_motionHandler_m3388679817(int32_t ___id0, int32_t ___left1, int32_t ___right2) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation MessageHandler_motionHandler_m3388679817(NULL, ___id0, ___left1, ___right2, NULL); } extern "C" void CDECL ReversePInvokeWrapper_MessageHandler_actionHandler_m385857625(int32_t ___id0, int32_t ___code1) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation MessageHandler_actionHandler_m385857625(NULL, ___id0, ___code1, NULL); } extern "C" void CDECL ReversePInvokeWrapper_MessageHandler_stepHandler_m2956251515(int32_t ___id0, int32_t ___leftStatus1, int32_t ___rightStatus2, int32_t ___leftFrag3, int32_t ___rightFrag4) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation MessageHandler_stepHandler_m2956251515(NULL, ___id0, ___leftStatus1, ___rightStatus2, ___leftFrag3, ___rightFrag4, NULL); } extern "C" void CDECL ReversePInvokeWrapper_MessageHandler_deviceHandler_m2664690459(int32_t ___id0, char* ___name1, char* ___address2, int32_t ___status3, int32_t ___electricity4) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Marshaling of parameter '___name1' to managed representation String_t* ____name1_unmarshaled = NULL; ____name1_unmarshaled = il2cpp_codegen_marshal_string_result(___name1); // Marshaling of parameter '___address2' to managed representation String_t* ____address2_unmarshaled = NULL; ____address2_unmarshaled = il2cpp_codegen_marshal_string_result(___address2); // Managed method invocation MessageHandler_deviceHandler_m2664690459(NULL, ___id0, ____name1_unmarshaled, ____address2_unmarshaled, ___status3, ___electricity4, NULL); } extern "C" void CDECL ReversePInvokeWrapper_MessageHandler_userFriendsHandler_m1531076387(int32_t ___code0, char* ___json1) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Marshaling of parameter '___json1' to managed representation String_t* ____json1_unmarshaled = NULL; ____json1_unmarshaled = il2cpp_codegen_marshal_string_result(___json1); // Managed method invocation MessageHandler_userFriendsHandler_m1531076387(NULL, ___code0, ____json1_unmarshaled, NULL); } extern "C" void CDECL ReversePInvokeWrapper_MessageHandler_inviteFriendHandler_m2454710401(int32_t ___code0, char* ___userJson1, char* ___inviteInfo2) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Marshaling of parameter '___userJson1' to managed representation String_t* ____userJson1_unmarshaled = NULL; ____userJson1_unmarshaled = il2cpp_codegen_marshal_string_result(___userJson1); // Marshaling of parameter '___inviteInfo2' to managed representation String_t* ____inviteInfo2_unmarshaled = NULL; ____inviteInfo2_unmarshaled = il2cpp_codegen_marshal_string_result(___inviteInfo2); // Managed method invocation MessageHandler_inviteFriendHandler_m2454710401(NULL, ___code0, ____userJson1_unmarshaled, ____inviteInfo2_unmarshaled, NULL); } // System.Void MessageHandler::.ctor() extern "C" IL2CPP_METHOD_ATTR void MessageHandler__ctor_m2648033550 (MessageHandler_t3017544858 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // MessageHandler MessageHandler::GetInstance() extern "C" IL2CPP_METHOD_ATTR MessageHandler_t3017544858 * MessageHandler_GetInstance_m511688706 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_GetInstance_m511688706_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; MessageHandler_t3017544858 * G_B7_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_t3017544858 * L_0 = ((MessageHandler_t3017544858_StaticFields*)il2cpp_codegen_static_fields_for(MessageHandler_t3017544858_il2cpp_TypeInfo_var))->get_s_msgHandle_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_t3017544858 * L_2 = ((MessageHandler_t3017544858_StaticFields*)il2cpp_codegen_static_fields_for(MessageHandler_t3017544858_il2cpp_TypeInfo_var))->get_s_msgHandle_2(); return L_2; } IL_0016: { GameObject_t1113636619 * L_3 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral2012720464, /*hidden argument*/NULL); V_0 = L_3; GameObject_t1113636619 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_004f; } } { GameObject_t1113636619 * L_6 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_6, _stringLiteral2012720464, /*hidden argument*/NULL); V_0 = L_6; GameObject_t1113636619 * L_7 = V_0; NullCheck(L_7); MessageHandler_t3017544858 * L_8 = GameObject_AddComponent_TisMessageHandler_t3017544858_m1549143245(L_7, /*hidden argument*/GameObject_AddComponent_TisMessageHandler_t3017544858_m1549143245_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); ((MessageHandler_t3017544858_StaticFields*)il2cpp_codegen_static_fields_for(MessageHandler_t3017544858_il2cpp_TypeInfo_var))->set_s_msgHandle_2(L_8); GameObject_t1113636619 * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m166252750(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); MessageHandler_t3017544858 * L_10 = ((MessageHandler_t3017544858_StaticFields*)il2cpp_codegen_static_fields_for(MessageHandler_t3017544858_il2cpp_TypeInfo_var))->get_s_msgHandle_2(); return L_10; } IL_004f: { GameObject_t1113636619 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0066; } } { GameObject_t1113636619 * L_13 = V_0; NullCheck(L_13); MessageHandler_t3017544858 * L_14 = GameObject_GetComponent_TisMessageHandler_t3017544858_m772012332(L_13, /*hidden argument*/GameObject_GetComponent_TisMessageHandler_t3017544858_m772012332_RuntimeMethod_var); G_B7_0 = L_14; goto IL_0067; } IL_0066: { G_B7_0 = ((MessageHandler_t3017544858 *)(NULL)); } IL_0067: { IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); ((MessageHandler_t3017544858_StaticFields*)il2cpp_codegen_static_fields_for(MessageHandler_t3017544858_il2cpp_TypeInfo_var))->set_s_msgHandle_2(G_B7_0); MessageHandler_t3017544858 * L_15 = ((MessageHandler_t3017544858_StaticFields*)il2cpp_codegen_static_fields_for(MessageHandler_t3017544858_il2cpp_TypeInfo_var))->get_s_msgHandle_2(); return L_15; } } // System.Void MessageHandler::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void MessageHandler_OnDestroy_m1412686985 (MessageHandler_t3017544858 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_OnDestroy_m1412686985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); ((MessageHandler_t3017544858_StaticFields*)il2cpp_codegen_static_fields_for(MessageHandler_t3017544858_il2cpp_TypeInfo_var))->set_s_msgHandle_2((MessageHandler_t3017544858 *)NULL); return; } } // System.Void MessageHandler::GameModeInner(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_GameModeInner_m1992848388 (RuntimeObject * __this /* static, unused */, bool ___mode0, const RuntimeMethod* method) { { return; } } // System.Void MessageHandler::ActionInner(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_ActionInner_m1492943205 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___code1, const RuntimeMethod* method) { { return; } } // System.Void MessageHandler::MotionInner(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_MotionInner_m3126250861 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_MotionInner_m3126250861_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___id0; int32_t L_1 = ___left1; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); CKDDeviceService__OnMotion_m232953697(NULL /*static, unused*/, L_0, 0, L_1, /*hidden argument*/NULL); int32_t L_2 = ___id0; int32_t L_3 = ___right2; CKDDeviceService__OnMotion_m232953697(NULL /*static, unused*/, L_2, 1, L_3, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::StepInner(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_StepInner_m1799540801 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___leftStatus1, int32_t ___rightStatus2, int32_t ___leftFrag3, int32_t ___rightFrag4, const RuntimeMethod* method) { { return; } } // System.Void MessageHandler::TranslateInner(System.Int32,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_TranslateInner_m3011921679 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int16_t ___lx1, int16_t ___ly2, int16_t ___lz3, int16_t ___rx4, int16_t ___ry5, int16_t ___rz6, const RuntimeMethod* method) { { return; } } // System.Void MessageHandler::RotateInner(System.Int32,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_RotateInner_m2617740496 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int16_t ___lx1, int16_t ___ly2, int16_t ___lz3, int16_t ___rx4, int16_t ___ry5, int16_t ___rz6, const RuntimeMethod* method) { { return; } } // System.Void MessageHandler::DeviceInner(System.Int32,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_DeviceInner_m2945538751 (RuntimeObject * __this /* static, unused */, int32_t ___id0, String_t* ___name1, String_t* ___address2, int32_t ___status3, int32_t ___electricity4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_DeviceInner_m2945538751_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); int32_t L_1 = ___id0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_3); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_t2843939325* L_4 = L_0; String_t* L_5 = ___name1; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_4; String_t* L_7 = ___address2; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(2), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_6; int32_t L_9 = ___status3; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(3), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_8; int32_t L_13 = ___electricity4; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_15); (L_12)->SetAt(static_cast(4), (RuntimeObject *)L_15); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral441508625, L_12, /*hidden argument*/NULL); int32_t L_16 = ___id0; String_t* L_17 = ___name1; String_t* L_18 = ___address2; int32_t L_19 = ___status3; int32_t L_20 = ___electricity4; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); CKDDeviceService__OnDeviceState_m3200656866(NULL /*static, unused*/, L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); return; } } // System.Int32 MessageHandler::ParseJsonInt(LitJson.JsonData,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t MessageHandler_ParseJsonInt_m2663139697 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___jData0, String_t* ___key1, int32_t ___defaultVal2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_ParseJsonInt_m2663139697_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; JsonData_t1524858407 * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); JsonData_t1524858407 * G_B4_0 = NULL; { int32_t L_0 = ___defaultVal2; V_0 = L_0; } IL_0002: try { // begin try (depth: 1) { JsonData_t1524858407 * L_1 = ___jData0; if (!L_1) { goto IL_0014; } } IL_0008: { JsonData_t1524858407 * L_2 = ___jData0; String_t* L_3 = ___key1; NullCheck(L_2); JsonData_t1524858407 * L_4 = JsonData_get_Item_m147413252(L_2, L_3, /*hidden argument*/NULL); G_B4_0 = L_4; goto IL_0015; } IL_0014: { G_B4_0 = ((JsonData_t1524858407 *)(NULL)); } IL_0015: { V_1 = G_B4_0; JsonData_t1524858407 * L_5 = V_1; if (L_5) { goto IL_0023; } } IL_001c: { int32_t L_6 = V_0; V_2 = L_6; goto IL_0052; } IL_0023: { JsonData_t1524858407 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); int32_t L_9 = ___defaultVal2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_10 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; goto IL_0050; } } // 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_0035; throw e; } CATCH_0035: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); Exception_t * L_11 = V_3; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3184696643, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); goto IL_0050; } // end catch (depth: 1) IL_0050: { int32_t L_14 = V_0; return L_14; } IL_0052: { int32_t L_15 = V_2; return L_15; } } // System.String MessageHandler::ParseJsonString(LitJson.JsonData,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* MessageHandler_ParseJsonString_m2703389344 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___jData0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_ParseJsonString_m2703389344_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; JsonData_t1524858407 * V_1 = NULL; String_t* 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); JsonData_t1524858407 * G_B4_0 = NULL; { String_t* L_0 = ___defaultVal2; V_0 = L_0; } IL_0002: try { // begin try (depth: 1) { JsonData_t1524858407 * L_1 = ___jData0; if (!L_1) { goto IL_0014; } } IL_0008: { JsonData_t1524858407 * L_2 = ___jData0; String_t* L_3 = ___key1; NullCheck(L_2); JsonData_t1524858407 * L_4 = JsonData_get_Item_m147413252(L_2, L_3, /*hidden argument*/NULL); G_B4_0 = L_4; goto IL_0015; } IL_0014: { G_B4_0 = ((JsonData_t1524858407 *)(NULL)); } IL_0015: { V_1 = G_B4_0; JsonData_t1524858407 * L_5 = V_1; if (L_5) { goto IL_0023; } } IL_001c: { String_t* L_6 = V_0; V_2 = L_6; goto IL_004c; } IL_0023: { JsonData_t1524858407 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); V_0 = L_8; goto IL_004a; } } // 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_9 = V_3; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1349046704, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); goto IL_004a; } // end catch (depth: 1) IL_004a: { String_t* L_12 = V_0; return L_12; } IL_004c: { String_t* L_13 = V_2; return L_13; } } // System.Collections.Generic.List`1 MessageHandler::ParseFriendsJson(System.String) extern "C" IL2CPP_METHOD_ATTR List_1_t2822533831 * MessageHandler_ParseFriendsJson_m3694608391 (RuntimeObject * __this /* static, unused */, String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_ParseFriendsJson_m3694608391_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2822533831 * V_0 = NULL; String_t* V_1 = NULL; JsonData_t1524858407 * V_2 = NULL; int32_t V_3 = 0; UserFriend_t1350459089 * V_4 = NULL; JsonData_t1524858407 * V_5 = NULL; JsonData_t1524858407 * V_6 = NULL; Exception_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___json0; 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 (List_1_t2822533831 *)NULL; } IL_000d: { V_0 = (List_1_t2822533831 *)NULL; String_t* L_2 = ___json0; NullCheck(L_2); String_t* L_3 = String_Replace_m1273907647(L_2, _stringLiteral3450583028, _stringLiteral3452614529, /*hidden argument*/NULL); V_1 = L_3; } IL_0020: try { // begin try (depth: 1) { String_t* L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_5 = JsonMapper_ToObject_m537038487(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_2 = L_5; List_1_t2822533831 * L_6 = (List_1_t2822533831 *)il2cpp_codegen_object_new(List_1_t2822533831_il2cpp_TypeInfo_var); List_1__ctor_m1390507701(L_6, /*hidden argument*/List_1__ctor_m1390507701_RuntimeMethod_var); V_0 = L_6; JsonData_t1524858407 * L_7 = V_2; if (!L_7) { goto IL_010b; } } IL_0033: { JsonData_t1524858407 * L_8 = V_2; NullCheck(L_8); bool L_9 = JsonData_get_IsArray_m341185705(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_010b; } } IL_003e: { V_3 = 0; goto IL_00ff; } IL_0045: { UserFriend_t1350459089 * L_10 = (UserFriend_t1350459089 *)il2cpp_codegen_object_new(UserFriend_t1350459089_il2cpp_TypeInfo_var); UserFriend__ctor_m3245304558(L_10, /*hidden argument*/NULL); V_4 = L_10; List_1_t2822533831 * L_11 = V_0; UserFriend_t1350459089 * L_12 = V_4; NullCheck(L_11); List_1_Add_m1661989335(L_11, L_12, /*hidden argument*/List_1_Add_m1661989335_RuntimeMethod_var); JsonData_t1524858407 * L_13 = V_2; int32_t L_14 = V_3; NullCheck(L_13); JsonData_t1524858407 * L_15 = JsonData_get_Item_m594638490(L_13, L_14, /*hidden argument*/NULL); V_5 = L_15; JsonData_t1524858407 * L_16 = V_5; NullCheck(L_16); JsonData_t1524858407 * L_17 = JsonData_get_Item_m147413252(L_16, _stringLiteral1904591196, /*hidden argument*/NULL); V_6 = L_17; UserFriend_t1350459089 * L_18 = V_4; JsonData_t1524858407 * L_19 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); String_t* L_21 = MessageHandler_ParseJsonString_m2703389344(NULL /*static, unused*/, L_19, _stringLiteral2323818845, L_20, /*hidden argument*/NULL); NullCheck(L_18); L_18->set_status_1(L_21); UserFriend_t1350459089 * L_22 = V_4; User_t2909415622 * L_23 = (User_t2909415622 *)il2cpp_codegen_object_new(User_t2909415622_il2cpp_TypeInfo_var); User__ctor_m1077544487(L_23, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_user_0(L_23); UserFriend_t1350459089 * L_24 = V_4; NullCheck(L_24); User_t2909415622 * L_25 = L_24->get_user_0(); JsonData_t1524858407 * L_26 = V_6; int32_t L_27 = MessageHandler_ParseJsonInt_m2663139697(NULL /*static, unused*/, L_26, _stringLiteral3454449607, 0, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_id_0(L_27); UserFriend_t1350459089 * L_28 = V_4; NullCheck(L_28); User_t2909415622 * L_29 = L_28->get_user_0(); JsonData_t1524858407 * L_30 = V_6; String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_32 = MessageHandler_ParseJsonString_m2703389344(NULL /*static, unused*/, L_30, _stringLiteral1142895620, L_31, /*hidden argument*/NULL); NullCheck(L_29); L_29->set_nickname_1(L_32); UserFriend_t1350459089 * L_33 = V_4; NullCheck(L_33); User_t2909415622 * L_34 = L_33->get_user_0(); JsonData_t1524858407 * L_35 = V_6; String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_37 = MessageHandler_ParseJsonString_m2703389344(NULL /*static, unused*/, L_35, _stringLiteral2328078139, L_36, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_avatar_2(L_37); UserFriend_t1350459089 * L_38 = V_4; NullCheck(L_38); User_t2909415622 * L_39 = L_38->get_user_0(); JsonData_t1524858407 * L_40 = V_6; int32_t L_41 = MessageHandler_ParseJsonInt_m2663139697(NULL /*static, unused*/, L_40, _stringLiteral3933096224, 0, /*hidden argument*/NULL); NullCheck(L_39); L_39->set_gender_3(L_41); int32_t L_42 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00ff: { int32_t L_43 = V_3; JsonData_t1524858407 * L_44 = V_2; NullCheck(L_44); int32_t L_45 = JsonData_get_Count_m487704605(L_44, /*hidden argument*/NULL); if ((((int32_t)L_43) < ((int32_t)L_45))) { goto IL_0045; } } IL_010b: { goto IL_012f; } } // 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_0110; throw e; } CATCH_0110: { // begin catch(System.Exception) V_7 = ((Exception_t *)__exception_local); V_0 = (List_1_t2822533831 *)NULL; Exception_t * L_46 = V_7; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2135168349, L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); goto IL_012f; } // end catch (depth: 1) IL_012f: { List_1_t2822533831 * L_49 = V_0; return L_49; } } // System.Void MessageHandler::UserFriendsInner(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_UserFriendsInner_m613430048 (RuntimeObject * __this /* static, unused */, int32_t ___code0, String_t* ___json1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_UserFriendsInner_m613430048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3723848443); (L_0)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3723848443); ObjectU5BU5D_t2843939325* L_1 = L_0; int32_t L_2 = ___code0; 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, _stringLiteral88567268); (L_5)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral88567268); ObjectU5BU5D_t2843939325* L_6 = L_5; String_t* L_7 = ___json1; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(3), (RuntimeObject *)L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m2971454694(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); int32_t L_9 = ___code0; if (L_9) { goto IL_003e; } } { String_t* L_10 = ___json1; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); List_1_t2822533831 * L_11 = MessageHandler_ParseFriendsJson_m3694608391(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); CKDDeviceService__OnCbFriendList_m635054578(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); } IL_003e: { return; } } // System.Void MessageHandler::InviteFriendInner(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_InviteFriendInner_m3996847314 (RuntimeObject * __this /* static, unused */, int32_t ___code0, String_t* ___userJson1, String_t* ___inviteInfo2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_InviteFriendInner_m3996847314_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3788748006); (L_0)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3788748006); ObjectU5BU5D_t2843939325* L_1 = L_0; int32_t L_2 = ___code0; 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, _stringLiteral88567268); (L_5)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral88567268); ObjectU5BU5D_t2843939325* L_6 = L_5; String_t* L_7 = ___userJson1; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(3), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_6; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral3450517380); (L_8)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3450517380); ObjectU5BU5D_t2843939325* L_9 = L_8; String_t* L_10 = ___inviteInfo2; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(5), (RuntimeObject *)L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m2971454694(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); String_t* L_12 = ___userJson1; bool L_13 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0075; } } { String_t* L_14 = ___inviteInfo2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0075; } } IL_004f: try { // begin try (depth: 1) String_t* L_16 = ___inviteInfo2; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); CKDDeviceService__OnCbInviteFriend_m3737848923(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); goto IL_0075; } // 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_005a; throw e; } CATCH_005a: { // begin catch(System.Exception) V_0 = ((Exception_t *)__exception_local); Exception_t * L_17 = V_0; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2370124946, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); goto IL_0075; } // end catch (depth: 1) IL_0075: { return; } } // System.Void MessageHandler::motionHandler(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_motionHandler_m3388679817 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_motionHandler_m3388679817_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___id0; int32_t L_1 = ___left1; int32_t L_2 = ___right2; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_MotionInner_m3126250861(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::actionHandler(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_actionHandler_m385857625 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___code1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_actionHandler_m385857625_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___id0; int32_t L_1 = ___code1; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_ActionInner_m1492943205(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::stepHandler(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_stepHandler_m2956251515 (RuntimeObject * __this /* static, unused */, int32_t ___id0, int32_t ___leftStatus1, int32_t ___rightStatus2, int32_t ___leftFrag3, int32_t ___rightFrag4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_stepHandler_m2956251515_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___id0; int32_t L_1 = ___leftStatus1; int32_t L_2 = ___rightStatus2; int32_t L_3 = ___leftFrag3; int32_t L_4 = ___rightFrag4; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_StepInner_m1799540801(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::deviceHandler(System.Int32,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_deviceHandler_m2664690459 (RuntimeObject * __this /* static, unused */, int32_t ___id0, String_t* ___name1, String_t* ___address2, int32_t ___status3, int32_t ___electricity4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_deviceHandler_m2664690459_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___id0; String_t* L_1 = ___name1; String_t* L_2 = ___address2; int32_t L_3 = ___status3; int32_t L_4 = ___electricity4; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_DeviceInner_m2945538751(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::userFriendsHandler(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_userFriendsHandler_m1531076387 (RuntimeObject * __this /* static, unused */, int32_t ___code0, String_t* ___json1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_userFriendsHandler_m1531076387_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___code0; String_t* L_1 = ___json1; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_UserFriendsInner_m613430048(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::inviteFriendHandler(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_inviteFriendHandler_m2454710401 (RuntimeObject * __this /* static, unused */, int32_t ___code0, String_t* ___userJson1, String_t* ___inviteInfo2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_inviteFriendHandler_m2454710401_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___code0; String_t* L_1 = ___userJson1; String_t* L_2 = ___inviteInfo2; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_InviteFriendInner_m3996847314(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } extern "C" void DEFAULT_CALL GameStart(); // System.Void MessageHandler::GameStart() extern "C" IL2CPP_METHOD_ATTR void MessageHandler_GameStart_m990866604 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(GameStart)(); } extern "C" void DEFAULT_CALL GameEnd(int32_t, double, int32_t, int32_t, int32_t); // System.Void MessageHandler::GameEnd(System.Int32,System.Double,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_GameEnd_m1093581295 (RuntimeObject * __this /* static, unused */, int32_t ___level0, double ___score1, int32_t ___record2, int32_t ___mode3, int32_t ___opponentId4, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t, double, int32_t, int32_t, int32_t); // Native function invocation reinterpret_cast(GameEnd)(___level0, ___score1, ___record2, ___mode3, ___opponentId4); } extern "C" char* DEFAULT_CALL GetUserInfoJson(); // System.String MessageHandler::GetUserInfoJson() extern "C" IL2CPP_METHOD_ATTR String_t* MessageHandler_GetUserInfoJson_m223434448 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation char* returnValue = reinterpret_cast(GetUserInfoJson)(); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } extern "C" void DEFAULT_CALL GetUserFriends(int32_t); // System.Void MessageHandler::GetUserFriends(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_GetUserFriends_m1155881962 (RuntimeObject * __this /* static, unused */, int32_t ___code0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t); // Native function invocation reinterpret_cast(GetUserFriends)(___code0); } extern "C" void DEFAULT_CALL SearchDevice(int32_t); // System.Void MessageHandler::SearchDevice(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_SearchDevice_m2617874739 (RuntimeObject * __this /* static, unused */, int32_t ___type0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t); // Native function invocation reinterpret_cast(SearchDevice)(___type0); } extern "C" void DEFAULT_CALL ConnectDevice(int32_t); // System.Void MessageHandler::ConnectDevice(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_ConnectDevice_m2964207229 (RuntimeObject * __this /* static, unused */, int32_t ___type0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t); // Native function invocation reinterpret_cast(ConnectDevice)(___type0); } extern "C" void DEFAULT_CALL DisConnectDevice(int32_t); // System.Void MessageHandler::DisConnectDevice(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_DisConnectDevice_m327782238 (RuntimeObject * __this /* static, unused */, int32_t ___type0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t); // Native function invocation reinterpret_cast(DisConnectDevice)(___type0); } extern "C" void DEFAULT_CALL InviteFriend(int32_t, char*); // System.Void MessageHandler::InviteFriend(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_InviteFriend_m1181323782 (RuntimeObject * __this /* static, unused */, int32_t ___friendId0, String_t* ___info1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t, char*); // Marshaling of parameter '___info1' to native representation char* ____info1_marshaled = NULL; ____info1_marshaled = il2cpp_codegen_marshal_string(___info1); // Native function invocation reinterpret_cast(InviteFriend)(___friendId0, ____info1_marshaled); // Marshaling cleanup of parameter '___info1' native representation il2cpp_codegen_marshal_free(____info1_marshaled); ____info1_marshaled = NULL; } extern "C" void DEFAULT_CALL GetInviteInfo(); // System.Void MessageHandler::GetInviteInfo() extern "C" IL2CPP_METHOD_ATTR void MessageHandler_GetInviteInfo_m594773672 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(GetInviteInfo)(); } extern "C" void DEFAULT_CALL Vibrate(int32_t, int32_t); // System.Void MessageHandler::Vibrate(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_Vibrate_m1564897166 (RuntimeObject * __this /* static, unused */, int32_t ___type0, int32_t ___duration1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t, int32_t); // Native function invocation reinterpret_cast(Vibrate)(___type0, ___duration1); } extern "C" void DEFAULT_CALL PointerActionHandler(intptr_t); // System.Void MessageHandler::PointerActionHandler(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_PointerActionHandler_m2349303014 (RuntimeObject * __this /* static, unused */, intptr_t ___resultHandler0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); // Native function invocation reinterpret_cast(PointerActionHandler)(___resultHandler0); } extern "C" void DEFAULT_CALL PointerMotionHandler(intptr_t); // System.Void MessageHandler::PointerMotionHandler(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_PointerMotionHandler_m2151081230 (RuntimeObject * __this /* static, unused */, intptr_t ___resultHandler0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); // Native function invocation reinterpret_cast(PointerMotionHandler)(___resultHandler0); } extern "C" void DEFAULT_CALL PointerStepHandler(intptr_t); // System.Void MessageHandler::PointerStepHandler(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_PointerStepHandler_m2426828707 (RuntimeObject * __this /* static, unused */, intptr_t ___resultHandler0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); // Native function invocation reinterpret_cast(PointerStepHandler)(___resultHandler0); } extern "C" void DEFAULT_CALL PointerDeviceHandler(intptr_t); // System.Void MessageHandler::PointerDeviceHandler(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_PointerDeviceHandler_m2807199095 (RuntimeObject * __this /* static, unused */, intptr_t ___resultHandler0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); // Native function invocation reinterpret_cast(PointerDeviceHandler)(___resultHandler0); } extern "C" void DEFAULT_CALL PointerUserFriendsHandler(intptr_t); // System.Void MessageHandler::PointerUserFriendsHandler(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_PointerUserFriendsHandler_m294909984 (RuntimeObject * __this /* static, unused */, intptr_t ___resultHandler0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); // Native function invocation reinterpret_cast(PointerUserFriendsHandler)(___resultHandler0); } extern "C" void DEFAULT_CALL PointerInviteFriendHandler(intptr_t); // System.Void MessageHandler::PointerInviteFriendHandler(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_PointerInviteFriendHandler_m2564626900 (RuntimeObject * __this /* static, unused */, intptr_t ___resultHandler0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); // Native function invocation reinterpret_cast(PointerInviteFriendHandler)(___resultHandler0); } // System.Void MessageHandler::Start() extern "C" IL2CPP_METHOD_ATTR void MessageHandler_Start_m880489104 (MessageHandler_t3017544858 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_Start_m880489104_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = (intptr_t)MessageHandler_actionHandler_m385857625_RuntimeMethod_var; ActionHandler_t1919085295 * L_1 = (ActionHandler_t1919085295 *)il2cpp_codegen_object_new(ActionHandler_t1919085295_il2cpp_TypeInfo_var); ActionHandler__ctor_m826639694(L_1, NULL, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); intptr_t L_2 = Marshal_GetFunctionPointerForDelegate_m3926782411(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_PointerActionHandler_m2349303014(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); intptr_t L_3 = (intptr_t)MessageHandler_motionHandler_m3388679817_RuntimeMethod_var; MotionHandler_t4071239806 * L_4 = (MotionHandler_t4071239806 *)il2cpp_codegen_object_new(MotionHandler_t4071239806_il2cpp_TypeInfo_var); MotionHandler__ctor_m3915821815(L_4, NULL, L_3, /*hidden argument*/NULL); intptr_t L_5 = Marshal_GetFunctionPointerForDelegate_m3926782411(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); MessageHandler_PointerMotionHandler_m2151081230(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); intptr_t L_6 = (intptr_t)MessageHandler_stepHandler_m2956251515_RuntimeMethod_var; StepHandler_t3504542481 * L_7 = (StepHandler_t3504542481 *)il2cpp_codegen_object_new(StepHandler_t3504542481_il2cpp_TypeInfo_var); StepHandler__ctor_m3581933846(L_7, NULL, L_6, /*hidden argument*/NULL); intptr_t L_8 = Marshal_GetFunctionPointerForDelegate_m3926782411(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); MessageHandler_PointerStepHandler_m2426828707(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); intptr_t L_9 = (intptr_t)MessageHandler_deviceHandler_m2664690459_RuntimeMethod_var; DeviceHandler_t706368662 * L_10 = (DeviceHandler_t706368662 *)il2cpp_codegen_object_new(DeviceHandler_t706368662_il2cpp_TypeInfo_var); DeviceHandler__ctor_m1758292229(L_10, NULL, L_9, /*hidden argument*/NULL); intptr_t L_11 = Marshal_GetFunctionPointerForDelegate_m3926782411(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); MessageHandler_PointerDeviceHandler_m2807199095(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); intptr_t L_12 = (intptr_t)MessageHandler_userFriendsHandler_m1531076387_RuntimeMethod_var; UserFriendsHandler_t191220723 * L_13 = (UserFriendsHandler_t191220723 *)il2cpp_codegen_object_new(UserFriendsHandler_t191220723_il2cpp_TypeInfo_var); UserFriendsHandler__ctor_m1590936899(L_13, NULL, L_12, /*hidden argument*/NULL); intptr_t L_14 = Marshal_GetFunctionPointerForDelegate_m3926782411(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); MessageHandler_PointerUserFriendsHandler_m294909984(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); intptr_t L_15 = (intptr_t)MessageHandler_inviteFriendHandler_m2454710401_RuntimeMethod_var; InviteFriendHandler_t2781888241 * L_16 = (InviteFriendHandler_t2781888241 *)il2cpp_codegen_object_new(InviteFriendHandler_t2781888241_il2cpp_TypeInfo_var); InviteFriendHandler__ctor_m3134905041(L_16, NULL, L_15, /*hidden argument*/NULL); intptr_t L_17 = Marshal_GetFunctionPointerForDelegate_m3926782411(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); MessageHandler_PointerInviteFriendHandler_m2564626900(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); return; } } // User MessageHandler::CallGetUserInfo() extern "C" IL2CPP_METHOD_ATTR User_t2909415622 * MessageHandler_CallGetUserInfo_m1319728164 (MessageHandler_t3017544858 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_CallGetUserInfo_m1319728164_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); String_t* L_0 = MessageHandler_GetUserInfoJson_m223434448(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_0013; } } { String_t* L_2 = V_0; User_t2909415622 * L_3 = JsonUtility_FromJson_TisUser_t2909415622_m456058016(NULL /*static, unused*/, L_2, /*hidden argument*/JsonUtility_FromJson_TisUser_t2909415622_m456058016_RuntimeMethod_var); return L_3; } IL_0013: { return (User_t2909415622 *)NULL; } } // System.Void MessageHandler::CallGetUserFriends() extern "C" IL2CPP_METHOD_ATTR void MessageHandler_CallGetUserFriends_m2883608999 (MessageHandler_t3017544858 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_CallGetUserFriends_m2883608999_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_GetUserFriends_m1155881962(NULL /*static, unused*/, 0, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::CallGameStart() extern "C" IL2CPP_METHOD_ATTR void MessageHandler_CallGameStart_m3880114517 (MessageHandler_t3017544858 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_CallGameStart_m3880114517_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_GameStart_m990866604(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::CallGameEnd(System.Int32,System.Double,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_CallGameEnd_m1135107466 (MessageHandler_t3017544858 * __this, int32_t ___level0, double ___score1, int32_t ___record2, int32_t ___mode3, int32_t ___opponentId4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_CallGameEnd_m1135107466_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___level0; double L_1 = ___score1; int32_t L_2 = ___record2; int32_t L_3 = ___mode3; int32_t L_4 = ___opponentId4; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_GameEnd_m1093581295(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::CallConnectDevice(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_CallConnectDevice_m4013019409 (MessageHandler_t3017544858 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_CallConnectDevice_m4013019409_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_ConnectDevice_m2964207229(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::CallConnectDevice(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_CallConnectDevice_m2932182502 (MessageHandler_t3017544858 * __this, String_t* ___address0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_CallConnectDevice_m2932182502_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_ConnectDevice_m2964207229(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::CallDisConnectDevice(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_CallDisConnectDevice_m393588469 (MessageHandler_t3017544858 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_CallDisConnectDevice_m393588469_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_DisConnectDevice_m327782238(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::CallSearchDevice(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_CallSearchDevice_m3226631126 (MessageHandler_t3017544858 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_CallSearchDevice_m3226631126_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_SearchDevice_m2617874739(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::CallInviteFriend(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_CallInviteFriend_m3337569308 (MessageHandler_t3017544858 * __this, int32_t ___friendId0, String_t* ___info1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_CallInviteFriend_m3337569308_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___friendId0; String_t* L_1 = ___info1; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_InviteFriend_m1181323782(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::CallGetInviteInfo() extern "C" IL2CPP_METHOD_ATTR void MessageHandler_CallGetInviteInfo_m771425721 (MessageHandler_t3017544858 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_CallGetInviteInfo_m771425721_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_GetInviteInfo_m594773672(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::CallScreenProjection() extern "C" IL2CPP_METHOD_ATTR void MessageHandler_CallScreenProjection_m1720581607 (MessageHandler_t3017544858 * __this, const RuntimeMethod* method) { { return; } } // System.Void MessageHandler::CallVibrate(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MessageHandler_CallVibrate_m920298073 (MessageHandler_t3017544858 * __this, int32_t ___type0, int32_t ___duration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_CallVibrate_m920298073_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type0; int32_t L_1 = ___duration1; IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_Vibrate_m1564897166(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void MessageHandler::.cctor() extern "C" IL2CPP_METHOD_ATTR void MessageHandler__cctor_m2058400479 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_ActionHandler_t1919085295 (ActionHandler_t1919085295 * __this, int32_t ___id0, int32_t ___code1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc)(int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___id0, ___code1); } // System.Void MessageHandler/ActionHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ActionHandler__ctor_m826639694 (ActionHandler_t1919085295 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void MessageHandler/ActionHandler::Invoke(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ActionHandler_Invoke_m490367394 (ActionHandler_t1919085295 * __this, int32_t ___id0, int32_t ___code1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ActionHandler_Invoke_m490367394((ActionHandler_t1919085295 *)__this->get_prev_9(), ___id0, ___code1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___id0, ___code1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___id0, ___code1, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___id0, ___code1); else GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___id0, ___code1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___id0, ___code1); else VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___id0, ___code1); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___id0, ___code1, targetMethod); } } } } // System.IAsyncResult MessageHandler/ActionHandler::BeginInvoke(System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ActionHandler_BeginInvoke_m3086216637 (ActionHandler_t1919085295 * __this, int32_t ___id0, int32_t ___code1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionHandler_BeginInvoke_m3086216637_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___id0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___code1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void MessageHandler/ActionHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ActionHandler_EndInvoke_m294379717 (ActionHandler_t1919085295 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_DeviceHandler_t706368662 (DeviceHandler_t706368662 * __this, int32_t ___id0, String_t* ___name1, String_t* ___address2, int32_t ___status3, int32_t ___electricity4, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc)(int32_t, char*, char*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___name1' to native representation char* ____name1_marshaled = NULL; ____name1_marshaled = il2cpp_codegen_marshal_string(___name1); // Marshaling of parameter '___address2' to native representation char* ____address2_marshaled = NULL; ____address2_marshaled = il2cpp_codegen_marshal_string(___address2); // Native function invocation il2cppPInvokeFunc(___id0, ____name1_marshaled, ____address2_marshaled, ___status3, ___electricity4); // Marshaling cleanup of parameter '___name1' native representation il2cpp_codegen_marshal_free(____name1_marshaled); ____name1_marshaled = NULL; // Marshaling cleanup of parameter '___address2' native representation il2cpp_codegen_marshal_free(____address2_marshaled); ____address2_marshaled = NULL; } // System.Void MessageHandler/DeviceHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DeviceHandler__ctor_m1758292229 (DeviceHandler_t706368662 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void MessageHandler/DeviceHandler::Invoke(System.Int32,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeviceHandler_Invoke_m3856661129 (DeviceHandler_t706368662 * __this, int32_t ___id0, String_t* ___name1, String_t* ___address2, int32_t ___status3, int32_t ___electricity4, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DeviceHandler_Invoke_m3856661129((DeviceHandler_t706368662 *)__this->get_prev_9(), ___id0, ___name1, ___address2, ___status3, ___electricity4, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 5) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, String_t*, String_t*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___id0, ___name1, ___address2, ___status3, ___electricity4, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, String_t*, String_t*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___id0, ___name1, ___address2, ___status3, ___electricity4, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___id0, ___name1, ___address2, ___status3, ___electricity4); else GenericVirtActionInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___id0, ___name1, ___address2, ___status3, ___electricity4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___id0, ___name1, ___address2, ___status3, ___electricity4); else VirtActionInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___id0, ___name1, ___address2, ___status3, ___electricity4); } } else { typedef void (*FunctionPointerType) (void*, int32_t, String_t*, String_t*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___id0, ___name1, ___address2, ___status3, ___electricity4, targetMethod); } } } } // System.IAsyncResult MessageHandler/DeviceHandler::BeginInvoke(System.Int32,System.String,System.String,System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DeviceHandler_BeginInvoke_m3882373086 (DeviceHandler_t706368662 * __this, int32_t ___id0, String_t* ___name1, String_t* ___address2, int32_t ___status3, int32_t ___electricity4, AsyncCallback_t3962456242 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeviceHandler_BeginInvoke_m3882373086_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___id0); __d_args[1] = ___name1; __d_args[2] = ___address2; __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___status3); __d_args[4] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___electricity4); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6); } // System.Void MessageHandler/DeviceHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DeviceHandler_EndInvoke_m1308884622 (DeviceHandler_t706368662 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_InviteFriendHandler_t2781888241 (InviteFriendHandler_t2781888241 * __this, int32_t ___code0, String_t* ___userJson1, String_t* ___inviteInfo2, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc)(int32_t, char*, char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___userJson1' to native representation char* ____userJson1_marshaled = NULL; ____userJson1_marshaled = il2cpp_codegen_marshal_string(___userJson1); // Marshaling of parameter '___inviteInfo2' to native representation char* ____inviteInfo2_marshaled = NULL; ____inviteInfo2_marshaled = il2cpp_codegen_marshal_string(___inviteInfo2); // Native function invocation il2cppPInvokeFunc(___code0, ____userJson1_marshaled, ____inviteInfo2_marshaled); // Marshaling cleanup of parameter '___userJson1' native representation il2cpp_codegen_marshal_free(____userJson1_marshaled); ____userJson1_marshaled = NULL; // Marshaling cleanup of parameter '___inviteInfo2' native representation il2cpp_codegen_marshal_free(____inviteInfo2_marshaled); ____inviteInfo2_marshaled = NULL; } // System.Void MessageHandler/InviteFriendHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void InviteFriendHandler__ctor_m3134905041 (InviteFriendHandler_t2781888241 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void MessageHandler/InviteFriendHandler::Invoke(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void InviteFriendHandler_Invoke_m2025178260 (InviteFriendHandler_t2781888241 * __this, int32_t ___code0, String_t* ___userJson1, String_t* ___inviteInfo2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { InviteFriendHandler_Invoke_m2025178260((InviteFriendHandler_t2781888241 *)__this->get_prev_9(), ___code0, ___userJson1, ___inviteInfo2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___code0, ___userJson1, ___inviteInfo2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___code0, ___userJson1, ___inviteInfo2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< int32_t, String_t*, String_t* >::Invoke(targetMethod, targetThis, ___code0, ___userJson1, ___inviteInfo2); else GenericVirtActionInvoker3< int32_t, String_t*, String_t* >::Invoke(targetMethod, targetThis, ___code0, ___userJson1, ___inviteInfo2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< int32_t, String_t*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___code0, ___userJson1, ___inviteInfo2); else VirtActionInvoker3< int32_t, String_t*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___code0, ___userJson1, ___inviteInfo2); } } else { typedef void (*FunctionPointerType) (void*, int32_t, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___code0, ___userJson1, ___inviteInfo2, targetMethod); } } } } // System.IAsyncResult MessageHandler/InviteFriendHandler::BeginInvoke(System.Int32,System.String,System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* InviteFriendHandler_BeginInvoke_m3711164033 (InviteFriendHandler_t2781888241 * __this, int32_t ___code0, String_t* ___userJson1, String_t* ___inviteInfo2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InviteFriendHandler_BeginInvoke_m3711164033_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___code0); __d_args[1] = ___userJson1; __d_args[2] = ___inviteInfo2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void MessageHandler/InviteFriendHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void InviteFriendHandler_EndInvoke_m3594530513 (InviteFriendHandler_t2781888241 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_MotionHandler_t4071239806 (MotionHandler_t4071239806 * __this, int32_t ___id0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc)(int32_t, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___id0, ___left1, ___right2); } // System.Void MessageHandler/MotionHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MotionHandler__ctor_m3915821815 (MotionHandler_t4071239806 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void MessageHandler/MotionHandler::Invoke(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MotionHandler_Invoke_m755645235 (MotionHandler_t4071239806 * __this, int32_t ___id0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { MotionHandler_Invoke_m755645235((MotionHandler_t4071239806 *)__this->get_prev_9(), ___id0, ___left1, ___right2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___id0, ___left1, ___right2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___id0, ___left1, ___right2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< int32_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___id0, ___left1, ___right2); else GenericVirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___id0, ___left1, ___right2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___id0, ___left1, ___right2); else VirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___id0, ___left1, ___right2); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___id0, ___left1, ___right2, targetMethod); } } } } // System.IAsyncResult MessageHandler/MotionHandler::BeginInvoke(System.Int32,System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MotionHandler_BeginInvoke_m1197685111 (MotionHandler_t4071239806 * __this, int32_t ___id0, int32_t ___left1, int32_t ___right2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MotionHandler_BeginInvoke_m1197685111_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___id0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___left1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___right2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void MessageHandler/MotionHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void MotionHandler_EndInvoke_m87306883 (MotionHandler_t4071239806 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_StepHandler_t3504542481 (StepHandler_t3504542481 * __this, int32_t ___id0, int32_t ___leftStatus1, int32_t ___rightStatus2, int32_t ___leftFrag3, int32_t ___rightFrag4, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc)(int32_t, int32_t, int32_t, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___id0, ___leftStatus1, ___rightStatus2, ___leftFrag3, ___rightFrag4); } // System.Void MessageHandler/StepHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void StepHandler__ctor_m3581933846 (StepHandler_t3504542481 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void MessageHandler/StepHandler::Invoke(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StepHandler_Invoke_m654408108 (StepHandler_t3504542481 * __this, int32_t ___id0, int32_t ___leftStatus1, int32_t ___rightStatus2, int32_t ___leftFrag3, int32_t ___rightFrag4, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { StepHandler_Invoke_m654408108((StepHandler_t3504542481 *)__this->get_prev_9(), ___id0, ___leftStatus1, ___rightStatus2, ___leftFrag3, ___rightFrag4, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 5) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___id0, ___leftStatus1, ___rightStatus2, ___leftFrag3, ___rightFrag4, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___id0, ___leftStatus1, ___rightStatus2, ___leftFrag3, ___rightFrag4, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker5< int32_t, int32_t, int32_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___id0, ___leftStatus1, ___rightStatus2, ___leftFrag3, ___rightFrag4); else GenericVirtActionInvoker5< int32_t, int32_t, int32_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___id0, ___leftStatus1, ___rightStatus2, ___leftFrag3, ___rightFrag4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker5< int32_t, int32_t, int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___id0, ___leftStatus1, ___rightStatus2, ___leftFrag3, ___rightFrag4); else VirtActionInvoker5< int32_t, int32_t, int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___id0, ___leftStatus1, ___rightStatus2, ___leftFrag3, ___rightFrag4); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___id0, ___leftStatus1, ___rightStatus2, ___leftFrag3, ___rightFrag4, targetMethod); } } } } // System.IAsyncResult MessageHandler/StepHandler::BeginInvoke(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StepHandler_BeginInvoke_m1708587966 (StepHandler_t3504542481 * __this, int32_t ___id0, int32_t ___leftStatus1, int32_t ___rightStatus2, int32_t ___leftFrag3, int32_t ___rightFrag4, AsyncCallback_t3962456242 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StepHandler_BeginInvoke_m1708587966_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___id0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___leftStatus1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___rightStatus2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___leftFrag3); __d_args[4] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___rightFrag4); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6); } // System.Void MessageHandler/StepHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void StepHandler_EndInvoke_m14274459 (StepHandler_t3504542481 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_UserFriendsHandler_t191220723 (UserFriendsHandler_t191220723 * __this, int32_t ___code0, String_t* ___json1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc)(int32_t, char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___json1' to native representation char* ____json1_marshaled = NULL; ____json1_marshaled = il2cpp_codegen_marshal_string(___json1); // Native function invocation il2cppPInvokeFunc(___code0, ____json1_marshaled); // Marshaling cleanup of parameter '___json1' native representation il2cpp_codegen_marshal_free(____json1_marshaled); ____json1_marshaled = NULL; } // System.Void MessageHandler/UserFriendsHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UserFriendsHandler__ctor_m1590936899 (UserFriendsHandler_t191220723 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void MessageHandler/UserFriendsHandler::Invoke(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void UserFriendsHandler_Invoke_m1164166503 (UserFriendsHandler_t191220723 * __this, int32_t ___code0, String_t* ___json1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UserFriendsHandler_Invoke_m1164166503((UserFriendsHandler_t191220723 *)__this->get_prev_9(), ___code0, ___json1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___code0, ___json1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___code0, ___json1, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, String_t* >::Invoke(targetMethod, targetThis, ___code0, ___json1); else GenericVirtActionInvoker2< int32_t, String_t* >::Invoke(targetMethod, targetThis, ___code0, ___json1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___code0, ___json1); else VirtActionInvoker2< int32_t, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___code0, ___json1); } } else { typedef void (*FunctionPointerType) (void*, int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___code0, ___json1, targetMethod); } } } } // System.IAsyncResult MessageHandler/UserFriendsHandler::BeginInvoke(System.Int32,System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UserFriendsHandler_BeginInvoke_m3280995379 (UserFriendsHandler_t191220723 * __this, int32_t ___code0, String_t* ___json1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UserFriendsHandler_BeginInvoke_m3280995379_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___code0); __d_args[1] = ___json1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void MessageHandler/UserFriendsHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UserFriendsHandler_EndInvoke_m1833697973 (UserFriendsHandler_t191220723 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MessageReminder::.ctor() extern "C" IL2CPP_METHOD_ATTR void MessageReminder__ctor_m651411097 (MessageReminder_t679729296 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void MessageReminder::Start() extern "C" IL2CPP_METHOD_ATTR void MessageReminder_Start_m739436117 (MessageReminder_t679729296 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageReminder_Start_m739436117_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 ** L_0 = __this->get_address_of_m_IconChat_2(); MessageReminder__InitRemiderHost_m3884307660(__this, _stringLiteral1209540271, L_0, /*hidden argument*/NULL); GameObject_t1113636619 ** L_1 = __this->get_address_of_m_WaitingIconChat_4(); MessageReminder__InitRemiderHost_m3884307660(__this, _stringLiteral3140237887, L_1, /*hidden argument*/NULL); return; } } // System.Void MessageReminder::Update() extern "C" IL2CPP_METHOD_ATTR void MessageReminder_Update_m1893396862 (MessageReminder_t679729296 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageReminder_Update_m1893396862_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CLevelManager_t3077608201 * L_0 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CLevelManager_IsLevel_m3139716542(L_0, _stringLiteral2570825119, /*hidden argument*/NULL); if (!L_1) { goto IL_0091; } } { IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_2 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CChatManager_GetAllUnreadChatCount_m2583097569(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_005a; } } { GameObject_t1113636619 * L_4 = __this->get_m_WaitingReminderChat_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_005a; } } { GameObject_t1113636619 * L_6 = __this->get_m_WaitingIconChat_4(); Vector3_t3722313464 L_7; memset(&L_7, 0, sizeof(L_7)); Vector3__ctor_m3353183577((&L_7), (-5.0f), (-20.0f), (0.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMessageSignMgr_t1474886036_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_8 = CMessageSignMgr_AddSign_m3231234788(NULL /*static, unused*/, L_6, 4, L_7, /*hidden argument*/NULL); __this->set_m_WaitingReminderChat_5(L_8); } IL_005a: { IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_9 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CChatManager_GetAllUnreadChatCount_m2583097569(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_008c; } } { GameObject_t1113636619 * L_11 = __this->get_m_WaitingReminderChat_5(); 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_008c; } } { GameObject_t1113636619 * L_13 = __this->get_m_WaitingReminderChat_5(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); __this->set_m_WaitingReminderChat_5((GameObject_t1113636619 *)NULL); } IL_008c: { goto IL_0109; } IL_0091: { IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_14 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15 = CChatManager_GetAllUnreadChatCount_m2583097569(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00d7; } } { GameObject_t1113636619 * L_16 = __this->get_m_ReminderChat_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_17 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00d7; } } { GameObject_t1113636619 * L_18 = __this->get_m_IconChat_2(); Vector3_t3722313464 L_19; memset(&L_19, 0, sizeof(L_19)); Vector3__ctor_m3353183577((&L_19), (-5.0f), (-20.0f), (0.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMessageSignMgr_t1474886036_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_20 = CMessageSignMgr_AddSign_m3231234788(NULL /*static, unused*/, L_18, 4, L_19, /*hidden argument*/NULL); __this->set_m_ReminderChat_3(L_20); } IL_00d7: { IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_21 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = CChatManager_GetAllUnreadChatCount_m2583097569(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0109; } } { GameObject_t1113636619 * L_23 = __this->get_m_ReminderChat_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_0109; } } { GameObject_t1113636619 * L_25 = __this->get_m_ReminderChat_3(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); __this->set_m_ReminderChat_3((GameObject_t1113636619 *)NULL); } IL_0109: { return; } } // System.Void MessageReminder::_InitRemiderHost(System.String,UnityEngine.GameObject&) extern "C" IL2CPP_METHOD_ATTR void MessageReminder__InitRemiderHost_m3884307660 (MessageReminder_t679729296 * __this, String_t* ___pathInHierarchy0, GameObject_t1113636619 ** ___destObj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageReminder__InitRemiderHost_m3884307660_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * G_B5_0 = NULL; GameObject_t1113636619 ** G_B9_0 = NULL; GameObject_t1113636619 ** G_B8_0 = NULL; GameObject_t1113636619 * G_B10_0 = NULL; GameObject_t1113636619 ** G_B10_1 = NULL; { String_t* L_0 = ___pathInHierarchy0; 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: { GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); 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_002d; } } { GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); G_B5_0 = L_5; goto IL_002e; } IL_002d: { G_B5_0 = ((Transform_t3600365921 *)(NULL)); } IL_002e: { V_0 = G_B5_0; Transform_t3600365921 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003c; } } { return; } IL_003c: { Transform_t3600365921 * L_8 = V_0; String_t* L_9 = ___pathInHierarchy0; NullCheck(L_8); Transform_t3600365921 * L_10 = Transform_Find_m1729760951(L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; GameObject_t1113636619 ** L_11 = ___destObj1; Transform_t3600365921 * L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_12, /*hidden argument*/NULL); G_B8_0 = L_11; if (!L_13) { G_B9_0 = L_11; goto IL_005c; } } { Transform_t3600365921 * L_14 = V_1; NullCheck(L_14); GameObject_t1113636619 * L_15 = Component_get_gameObject_m442555142(L_14, /*hidden argument*/NULL); G_B10_0 = L_15; G_B10_1 = G_B8_0; goto IL_005d; } IL_005c: { G_B10_0 = ((GameObject_t1113636619 *)(NULL)); G_B10_1 = G_B9_0; } IL_005d: { *((RuntimeObject **)(G_B10_1)) = (RuntimeObject *)G_B10_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B10_1), (RuntimeObject *)G_B10_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 MirrorReflection::.ctor() extern "C" IL2CPP_METHOD_ATTR void MirrorReflection__ctor_m3655163218 (MirrorReflection_t2846055273 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MirrorReflection__ctor_m3655163218_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_DisablePixelLights_2((bool)1); __this->set_m_TextureSize_3(((int32_t)256)); __this->set_m_ClipPlaneOffset_4((0.07f)); LayerMask_t3493934918 L_0 = LayerMask_op_Implicit_m90232283(NULL /*static, unused*/, (-1), /*hidden argument*/NULL); __this->set_m_ReflectLayers_5(L_0); Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); __this->set_m_ReflectionCameras_6(L_1); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void MirrorReflection::Start() extern "C" IL2CPP_METHOD_ATTR void MirrorReflection_Start_m2466685990 (MirrorReflection_t2846055273 * __this, const RuntimeMethod* method) { { bool L_0 = DMGameInterface_IsHighQuality_m4008598258(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_0016; } } { GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void MirrorReflection::OnWillRenderObject() extern "C" IL2CPP_METHOD_ATTR void MirrorReflection_OnWillRenderObject_m3758894786 (MirrorReflection_t2846055273 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MirrorReflection_OnWillRenderObject_m3758894786_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; Camera_t4157153871 * V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; float V_5 = 0.0f; Vector4_t3319028937 V_6; memset(&V_6, 0, sizeof(V_6)); Matrix4x4_t1817901843 V_7; memset(&V_7, 0, sizeof(V_7)); Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); Vector3_t3722313464 V_9; memset(&V_9, 0, sizeof(V_9)); Vector4_t3319028937 V_10; memset(&V_10, 0, sizeof(V_10)); Matrix4x4_t1817901843 V_11; memset(&V_11, 0, sizeof(V_11)); Vector3_t3722313464 V_12; memset(&V_12, 0, sizeof(V_12)); MaterialU5BU5D_t561872642* V_13 = NULL; Vector2_t2156229523 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)); Material_t340375123 * V_17 = NULL; MaterialU5BU5D_t561872642* V_18 = NULL; int32_t V_19 = 0; Matrix4x4_t1817901843 V_20; memset(&V_20, 0, sizeof(V_20)); Vector3_t3722313464 V_21; memset(&V_21, 0, sizeof(V_21)); Matrix4x4_t1817901843 V_22; memset(&V_22, 0, sizeof(V_22)); Material_t340375123 * V_23 = NULL; MaterialU5BU5D_t561872642* V_24 = NULL; int32_t V_25 = 0; { bool L_0 = Behaviour_get_enabled_m753527255(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0040; } } { Renderer_t2627027031 * L_1 = Component_GetComponent_TisRenderer_t2627027031_m2651633905(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t2627027031_m2651633905_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0040; } } { Renderer_t2627027031 * L_3 = Component_GetComponent_TisRenderer_t2627027031_m2651633905(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t2627027031_m2651633905_RuntimeMethod_var); NullCheck(L_3); Material_t340375123 * L_4 = Renderer_get_sharedMaterial_m1936632411(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0040; } } { Renderer_t2627027031 * L_6 = Component_GetComponent_TisRenderer_t2627027031_m2651633905(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t2627027031_m2651633905_RuntimeMethod_var); NullCheck(L_6); bool L_7 = Renderer_get_enabled_m3482452518(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0041; } } IL_0040: { return; } IL_0041: { Camera_t4157153871 * L_8 = Camera_get_current_m929992396(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_8; Camera_t4157153871 * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0053; } } { return; } IL_0053: { IL2CPP_RUNTIME_CLASS_INIT(MirrorReflection_t2846055273_il2cpp_TypeInfo_var); bool L_11 = ((MirrorReflection_t2846055273_StaticFields*)il2cpp_codegen_static_fields_for(MirrorReflection_t2846055273_il2cpp_TypeInfo_var))->get_s_InsideRendering_9(); if (!L_11) { goto IL_005e; } } { return; } IL_005e: { IL2CPP_RUNTIME_CLASS_INIT(MirrorReflection_t2846055273_il2cpp_TypeInfo_var); ((MirrorReflection_t2846055273_StaticFields*)il2cpp_codegen_static_fields_for(MirrorReflection_t2846055273_il2cpp_TypeInfo_var))->set_s_InsideRendering_9((bool)1); Camera_t4157153871 * L_12 = V_0; MirrorReflection_CreateMirrorObjects_m904266706(__this, L_12, (&V_1), /*hidden argument*/NULL); Transform_t3600365921 * L_13 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_13); Vector3_t3722313464 L_14 = Transform_get_position_m36019626(L_13, /*hidden argument*/NULL); V_2 = L_14; Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_15); Vector3_t3722313464 L_16 = Transform_get_up_m3972993886(L_15, /*hidden argument*/NULL); V_3 = L_16; int32_t L_17 = QualitySettings_get_pixelLightCount_m3013306133(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_17; bool L_18 = __this->get_m_DisablePixelLights_2(); if (!L_18) { goto IL_009d; } } { QualitySettings_set_pixelLightCount_m3523654033(NULL /*static, unused*/, 0, /*hidden argument*/NULL); } IL_009d: { Camera_t4157153871 * L_19 = V_0; Camera_t4157153871 * L_20 = V_1; MirrorReflection_UpdateCameraModes_m2010203467(__this, L_19, L_20, /*hidden argument*/NULL); Vector3_t3722313464 L_21 = V_3; Vector3_t3722313464 L_22 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_23 = Vector3_Dot_m606404487(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); float L_24 = __this->get_m_ClipPlaneOffset_4(); V_5 = ((float)il2cpp_codegen_subtract((float)((-L_23)), (float)L_24)); float L_25 = (&V_3)->get_x_1(); float L_26 = (&V_3)->get_y_2(); float L_27 = (&V_3)->get_z_3(); float L_28 = V_5; Vector4__ctor_m2498754347((&V_6), L_25, L_26, L_27, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t1817901843_il2cpp_TypeInfo_var); Matrix4x4_t1817901843 L_29 = Matrix4x4_get_zero_m2898777066(NULL /*static, unused*/, /*hidden argument*/NULL); V_7 = L_29; Vector4_t3319028937 L_30 = V_6; IL2CPP_RUNTIME_CLASS_INIT(MirrorReflection_t2846055273_il2cpp_TypeInfo_var); MirrorReflection_CalculateReflectionMatrix_m2664812656(NULL /*static, unused*/, (&V_7), L_30, /*hidden argument*/NULL); Camera_t4157153871 * L_31 = V_0; NullCheck(L_31); Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(L_31, /*hidden argument*/NULL); NullCheck(L_32); Vector3_t3722313464 L_33 = Transform_get_position_m36019626(L_32, /*hidden argument*/NULL); V_8 = L_33; Vector3_t3722313464 L_34 = V_8; Vector3_t3722313464 L_35 = Matrix4x4_MultiplyPoint_m1575665487((&V_7), L_34, /*hidden argument*/NULL); V_9 = L_35; Camera_t4157153871 * L_36 = V_1; Camera_t4157153871 * L_37 = V_0; NullCheck(L_37); Matrix4x4_t1817901843 L_38 = Camera_get_worldToCameraMatrix_m22661425(L_37, /*hidden argument*/NULL); Matrix4x4_t1817901843 L_39 = V_7; Matrix4x4_t1817901843 L_40 = Matrix4x4_op_Multiply_m1876492807(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); NullCheck(L_36); Camera_set_worldToCameraMatrix_m2548466927(L_36, L_40, /*hidden argument*/NULL); Camera_t4157153871 * L_41 = V_1; Vector3_t3722313464 L_42 = V_2; Vector3_t3722313464 L_43 = V_3; Vector4_t3319028937 L_44 = MirrorReflection_CameraSpacePlane_m2548812945(__this, L_41, L_42, L_43, (1.0f), /*hidden argument*/NULL); V_10 = L_44; Camera_t4157153871 * L_45 = V_0; NullCheck(L_45); Matrix4x4_t1817901843 L_46 = Camera_get_projectionMatrix_m667780853(L_45, /*hidden argument*/NULL); V_11 = L_46; Vector4_t3319028937 L_47 = V_10; MirrorReflection_CalculateObliqueMatrix_m687834819(NULL /*static, unused*/, (&V_11), L_47, /*hidden argument*/NULL); Camera_t4157153871 * L_48 = V_1; Matrix4x4_t1817901843 L_49 = V_11; NullCheck(L_48); Camera_set_projectionMatrix_m3293177686(L_48, L_49, /*hidden argument*/NULL); Camera_t4157153871 * L_50 = V_1; LayerMask_t3493934918 * L_51 = __this->get_address_of_m_ReflectLayers_5(); int32_t L_52 = LayerMask_get_value_m1881709263(L_51, /*hidden argument*/NULL); NullCheck(L_50); Camera_set_cullingMask_m1402455777(L_50, ((int32_t)((int32_t)((int32_t)-17)&(int32_t)L_52)), /*hidden argument*/NULL); Camera_t4157153871 * L_53 = V_1; RenderTexture_t2108887433 * L_54 = __this->get_m_ReflectionTexture_7(); NullCheck(L_53); Camera_set_targetTexture_m3148311140(L_53, L_54, /*hidden argument*/NULL); GL_set_invertCulling_m2740667760(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); Camera_t4157153871 * L_55 = V_1; NullCheck(L_55); Transform_t3600365921 * L_56 = Component_get_transform_m3162698980(L_55, /*hidden argument*/NULL); Vector3_t3722313464 L_57 = V_9; NullCheck(L_56); Transform_set_position_m3387557959(L_56, L_57, /*hidden argument*/NULL); Camera_t4157153871 * L_58 = V_0; NullCheck(L_58); Transform_t3600365921 * L_59 = Component_get_transform_m3162698980(L_58, /*hidden argument*/NULL); NullCheck(L_59); Vector3_t3722313464 L_60 = Transform_get_eulerAngles_m2743581774(L_59, /*hidden argument*/NULL); V_12 = L_60; Camera_t4157153871 * L_61 = V_1; NullCheck(L_61); Transform_t3600365921 * L_62 = Component_get_transform_m3162698980(L_61, /*hidden argument*/NULL); float L_63 = (&V_12)->get_y_2(); float L_64 = (&V_12)->get_z_3(); Vector3_t3722313464 L_65; memset(&L_65, 0, sizeof(L_65)); Vector3__ctor_m3353183577((&L_65), (0.0f), L_63, L_64, /*hidden argument*/NULL); NullCheck(L_62); Transform_set_eulerAngles_m135219616(L_62, L_65, /*hidden argument*/NULL); Camera_t4157153871 * L_66 = V_1; NullCheck(L_66); Camera_Render_m2813253190(L_66, /*hidden argument*/NULL); Camera_t4157153871 * L_67 = V_1; NullCheck(L_67); Transform_t3600365921 * L_68 = Component_get_transform_m3162698980(L_67, /*hidden argument*/NULL); Vector3_t3722313464 L_69 = V_8; NullCheck(L_68); Transform_set_position_m3387557959(L_68, L_69, /*hidden argument*/NULL); GL_set_invertCulling_m2740667760(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); Renderer_t2627027031 * L_70 = Component_GetComponent_TisRenderer_t2627027031_m2651633905(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t2627027031_m2651633905_RuntimeMethod_var); NullCheck(L_70); MaterialU5BU5D_t561872642* L_71 = Renderer_get_sharedMaterials_m76747498(L_70, /*hidden argument*/NULL); V_13 = L_71; il2cpp_codegen_initobj((&V_14), sizeof(Vector2_t2156229523 )); Transform_t3600365921 * L_72 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_72); Vector3_t3722313464 L_73 = Transform_get_lossyScale_m465496651(L_72, /*hidden argument*/NULL); V_15 = L_73; float L_74 = (&V_15)->get_x_1(); (&V_14)->set_x_0(((float)((float)(1.0f)/(float)L_74))); Transform_t3600365921 * L_75 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_75); Vector3_t3722313464 L_76 = Transform_get_lossyScale_m465496651(L_75, /*hidden argument*/NULL); V_16 = L_76; float L_77 = (&V_16)->get_y_2(); (&V_14)->set_y_1(((float)((float)(1.0f)/(float)L_77))); MaterialU5BU5D_t561872642* L_78 = V_13; V_18 = L_78; V_19 = 0; goto IL_0247; } IL_0217: { MaterialU5BU5D_t561872642* L_79 = V_18; int32_t L_80 = V_19; NullCheck(L_79); int32_t L_81 = L_80; Material_t340375123 * L_82 = (L_79)->GetAt(static_cast(L_81)); V_17 = L_82; Material_t340375123 * L_83 = V_17; NullCheck(L_83); bool L_84 = Material_HasProperty_m2704238996(L_83, _stringLiteral253045501, /*hidden argument*/NULL); if (!L_84) { goto IL_0241; } } { Material_t340375123 * L_85 = V_17; RenderTexture_t2108887433 * L_86 = __this->get_m_ReflectionTexture_7(); NullCheck(L_85); Material_SetTexture_m1829349465(L_85, _stringLiteral253045501, L_86, /*hidden argument*/NULL); } IL_0241: { int32_t L_87 = V_19; V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)); } IL_0247: { int32_t L_88 = V_19; MaterialU5BU5D_t561872642* L_89 = V_18; NullCheck(L_89); if ((((int32_t)L_88) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_89)->max_length))))))) { goto IL_0217; } } { Vector3_t3722313464 L_90; memset(&L_90, 0, sizeof(L_90)); Vector3__ctor_m3353183577((&L_90), (0.5f), (0.5f), (0.5f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_91 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_92; memset(&L_92, 0, sizeof(L_92)); Vector3__ctor_m3353183577((&L_92), (0.5f), (0.5f), (0.5f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t1817901843_il2cpp_TypeInfo_var); Matrix4x4_t1817901843 L_93 = Matrix4x4_TRS_m3801934620(NULL /*static, unused*/, L_90, L_91, L_92, /*hidden argument*/NULL); V_20 = L_93; Transform_t3600365921 * L_94 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_94); Vector3_t3722313464 L_95 = Transform_get_lossyScale_m465496651(L_94, /*hidden argument*/NULL); V_21 = L_95; Transform_t3600365921 * L_96 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_96); Matrix4x4_t1817901843 L_97 = Transform_get_localToWorldMatrix_m4155710351(L_96, /*hidden argument*/NULL); float L_98 = (&V_21)->get_x_1(); float L_99 = (&V_21)->get_y_2(); float L_100 = (&V_21)->get_z_3(); Vector3_t3722313464 L_101; memset(&L_101, 0, sizeof(L_101)); Vector3__ctor_m3353183577((&L_101), ((float)((float)(1.0f)/(float)L_98)), ((float)((float)(1.0f)/(float)L_99)), ((float)((float)(1.0f)/(float)L_100)), /*hidden argument*/NULL); Matrix4x4_t1817901843 L_102 = Matrix4x4_Scale_m1924903112(NULL /*static, unused*/, L_101, /*hidden argument*/NULL); Matrix4x4_t1817901843 L_103 = Matrix4x4_op_Multiply_m1876492807(NULL /*static, unused*/, L_97, L_102, /*hidden argument*/NULL); V_22 = L_103; Matrix4x4_t1817901843 L_104 = V_20; Camera_t4157153871 * L_105 = V_0; NullCheck(L_105); Matrix4x4_t1817901843 L_106 = Camera_get_projectionMatrix_m667780853(L_105, /*hidden argument*/NULL); Matrix4x4_t1817901843 L_107 = Matrix4x4_op_Multiply_m1876492807(NULL /*static, unused*/, L_104, L_106, /*hidden argument*/NULL); Camera_t4157153871 * L_108 = V_0; NullCheck(L_108); Matrix4x4_t1817901843 L_109 = Camera_get_worldToCameraMatrix_m22661425(L_108, /*hidden argument*/NULL); Matrix4x4_t1817901843 L_110 = Matrix4x4_op_Multiply_m1876492807(NULL /*static, unused*/, L_107, L_109, /*hidden argument*/NULL); Matrix4x4_t1817901843 L_111 = V_22; Matrix4x4_t1817901843 L_112 = Matrix4x4_op_Multiply_m1876492807(NULL /*static, unused*/, L_110, L_111, /*hidden argument*/NULL); V_22 = L_112; MaterialU5BU5D_t561872642* L_113 = V_13; V_24 = L_113; V_25 = 0; goto IL_031e; } IL_0303: { MaterialU5BU5D_t561872642* L_114 = V_24; int32_t L_115 = V_25; NullCheck(L_114); int32_t L_116 = L_115; Material_t340375123 * L_117 = (L_114)->GetAt(static_cast(L_116)); V_23 = L_117; Material_t340375123 * L_118 = V_23; Matrix4x4_t1817901843 L_119 = V_22; NullCheck(L_118); Material_SetMatrix_m4094650785(L_118, _stringLiteral3005297131, L_119, /*hidden argument*/NULL); int32_t L_120 = V_25; V_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1)); } IL_031e: { int32_t L_121 = V_25; MaterialU5BU5D_t561872642* L_122 = V_24; NullCheck(L_122); if ((((int32_t)L_121) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_122)->max_length))))))) { goto IL_0303; } } { bool L_123 = __this->get_m_DisablePixelLights_2(); if (!L_123) { goto IL_033b; } } { int32_t L_124 = V_4; QualitySettings_set_pixelLightCount_m3523654033(NULL /*static, unused*/, L_124, /*hidden argument*/NULL); } IL_033b: { IL2CPP_RUNTIME_CLASS_INIT(MirrorReflection_t2846055273_il2cpp_TypeInfo_var); ((MirrorReflection_t2846055273_StaticFields*)il2cpp_codegen_static_fields_for(MirrorReflection_t2846055273_il2cpp_TypeInfo_var))->set_s_InsideRendering_9((bool)0); return; } } // System.Void MirrorReflection::OnDisable() extern "C" IL2CPP_METHOD_ATTR void MirrorReflection_OnDisable_m3636461988 (MirrorReflection_t2846055273 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MirrorReflection_OnDisable_m3636461988_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RenderTexture_t2108887433 * L_0 = __this->get_m_ReflectionTexture_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { RenderTexture_t2108887433 * L_2 = __this->get_m_ReflectionTexture_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m3193525861(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_m_ReflectionTexture_7((RenderTexture_t2108887433 *)NULL); } IL_0022: { Hashtable_t1853889766 * L_3 = __this->get_m_ReflectionCameras_6(); NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(36 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_3); V_1 = L_4; } IL_002e: try { // begin try (depth: 1) { goto IL_0055; } IL_0033: { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_5); V_0 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_6, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeObject * L_7 = DictionaryEntry_get_Value_m618120527((&V_0), /*hidden argument*/NULL); NullCheck(((Camera_t4157153871 *)CastclassSealed((RuntimeObject*)L_7, Camera_t4157153871_il2cpp_TypeInfo_var))); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(((Camera_t4157153871 *)CastclassSealed((RuntimeObject*)L_7, Camera_t4157153871_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m3193525861(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); } IL_0055: { RuntimeObject* L_9 = V_1; NullCheck(L_9); bool L_10 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0033; } } IL_0060: { IL2CPP_LEAVE(0x79, FINALLY_0065); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0065; } FINALLY_0065: { // begin finally (depth: 1) { RuntimeObject* L_11 = V_1; RuntimeObject* L_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_2 = L_12; if (!L_12) { goto IL_0078; } } IL_0072: { RuntimeObject* L_13 = V_2; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_13); } IL_0078: { IL2CPP_END_FINALLY(101) } } // end finally (depth: 1) IL2CPP_CLEANUP(101) { IL2CPP_JUMP_TBL(0x79, IL_0079) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0079: { Hashtable_t1853889766 * L_14 = __this->get_m_ReflectionCameras_6(); NullCheck(L_14); VirtActionInvoker0::Invoke(34 /* System.Void System.Collections.Hashtable::Clear() */, L_14); return; } } // System.Void MirrorReflection::UpdateCameraModes(UnityEngine.Camera,UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void MirrorReflection_UpdateCameraModes_m2010203467 (MirrorReflection_t2846055273 * __this, Camera_t4157153871 * ___src0, Camera_t4157153871 * ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MirrorReflection_UpdateCameraModes_m2010203467_MetadataUsageId); s_Il2CppMethodInitialized = true; } Skybox_t2662837510 * V_0 = NULL; Skybox_t2662837510 * V_1 = NULL; { Camera_t4157153871 * L_0 = ___dest1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return; } IL_000d: { Camera_t4157153871 * L_2 = ___dest1; Camera_t4157153871 * L_3 = ___src0; NullCheck(L_3); int32_t L_4 = Camera_get_clearFlags_m992534691(L_3, /*hidden argument*/NULL); NullCheck(L_2); Camera_set_clearFlags_m2207032996(L_2, L_4, /*hidden argument*/NULL); Camera_t4157153871 * L_5 = ___dest1; Camera_t4157153871 * L_6 = ___src0; NullCheck(L_6); Color_t2555686324 L_7 = Camera_get_backgroundColor_m3310993309(L_6, /*hidden argument*/NULL); NullCheck(L_5); Camera_set_backgroundColor_m1332346802(L_5, L_7, /*hidden argument*/NULL); Camera_t4157153871 * L_8 = ___src0; NullCheck(L_8); int32_t L_9 = Camera_get_clearFlags_m992534691(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_0097; } } { Camera_t4157153871 * L_10 = ___src0; RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (Skybox_t2662837510_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); Component_t1923634451 * L_13 = Component_GetComponent_m886226392(L_10, L_12, /*hidden argument*/NULL); V_0 = ((Skybox_t2662837510 *)IsInstSealed((RuntimeObject*)L_13, Skybox_t2662837510_il2cpp_TypeInfo_var)); Camera_t4157153871 * L_14 = ___dest1; RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (Skybox_t2662837510_0_0_0_var) }; Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); NullCheck(L_14); Component_t1923634451 * L_17 = Component_GetComponent_m886226392(L_14, L_16, /*hidden argument*/NULL); V_1 = ((Skybox_t2662837510 *)IsInstSealed((RuntimeObject*)L_17, Skybox_t2662837510_il2cpp_TypeInfo_var)); Skybox_t2662837510 * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_19 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0078; } } { Skybox_t2662837510 * L_20 = V_0; NullCheck(L_20); Material_t340375123 * L_21 = Skybox_get_material_m3789022787(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_22 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0084; } } IL_0078: { Skybox_t2662837510 * L_23 = V_1; NullCheck(L_23); Behaviour_set_enabled_m20417929(L_23, (bool)0, /*hidden argument*/NULL); goto IL_0097; } IL_0084: { Skybox_t2662837510 * L_24 = V_1; NullCheck(L_24); Behaviour_set_enabled_m20417929(L_24, (bool)1, /*hidden argument*/NULL); Skybox_t2662837510 * L_25 = V_1; Skybox_t2662837510 * L_26 = V_0; NullCheck(L_26); Material_t340375123 * L_27 = Skybox_get_material_m3789022787(L_26, /*hidden argument*/NULL); NullCheck(L_25); Skybox_set_material_m3176166872(L_25, L_27, /*hidden argument*/NULL); } IL_0097: { Camera_t4157153871 * L_28 = ___dest1; Camera_t4157153871 * L_29 = ___src0; NullCheck(L_29); float L_30 = Camera_get_farClipPlane_m538536689(L_29, /*hidden argument*/NULL); NullCheck(L_28); Camera_set_farClipPlane_m3828313665(L_28, L_30, /*hidden argument*/NULL); Camera_t4157153871 * L_31 = ___dest1; Camera_t4157153871 * L_32 = ___src0; NullCheck(L_32); float L_33 = Camera_get_nearClipPlane_m837839537(L_32, /*hidden argument*/NULL); NullCheck(L_31); Camera_set_nearClipPlane_m3667419702(L_31, L_33, /*hidden argument*/NULL); Camera_t4157153871 * L_34 = ___dest1; Camera_t4157153871 * L_35 = ___src0; NullCheck(L_35); bool L_36 = Camera_get_orthographic_m2831464531(L_35, /*hidden argument*/NULL); NullCheck(L_34); Camera_set_orthographic_m2855749523(L_34, L_36, /*hidden argument*/NULL); Camera_t4157153871 * L_37 = ___dest1; Camera_t4157153871 * L_38 = ___src0; NullCheck(L_38); float L_39 = Camera_get_fieldOfView_m1018585504(L_38, /*hidden argument*/NULL); NullCheck(L_37); Camera_set_fieldOfView_m1438246590(L_37, L_39, /*hidden argument*/NULL); Camera_t4157153871 * L_40 = ___dest1; Camera_t4157153871 * L_41 = ___src0; NullCheck(L_41); float L_42 = Camera_get_aspect_m862507514(L_41, /*hidden argument*/NULL); NullCheck(L_40); Camera_set_aspect_m2625464181(L_40, L_42, /*hidden argument*/NULL); Camera_t4157153871 * L_43 = ___dest1; Camera_t4157153871 * L_44 = ___src0; NullCheck(L_44); float L_45 = Camera_get_orthographicSize_m3903216845(L_44, /*hidden argument*/NULL); NullCheck(L_43); Camera_set_orthographicSize_m76971700(L_43, L_45, /*hidden argument*/NULL); return; } } // System.Void MirrorReflection::CreateMirrorObjects(UnityEngine.Camera,UnityEngine.Camera&) extern "C" IL2CPP_METHOD_ATTR void MirrorReflection_CreateMirrorObjects_m904266706 (MirrorReflection_t2846055273 * __this, Camera_t4157153871 * ___currentCamera0, Camera_t4157153871 ** ___reflectionCamera1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MirrorReflection_CreateMirrorObjects_m904266706_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { Camera_t4157153871 ** L_0 = ___reflectionCamera1; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); RenderTexture_t2108887433 * L_1 = __this->get_m_ReflectionTexture_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0024; } } { int32_t L_3 = __this->get_m_OldReflectionTextureSize_8(); int32_t L_4 = __this->get_m_TextureSize_3(); if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_009d; } } IL_0024: { RenderTexture_t2108887433 * L_5 = __this->get_m_ReflectionTexture_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003f; } } { RenderTexture_t2108887433 * L_7 = __this->get_m_ReflectionTexture_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m3193525861(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); } IL_003f: { int32_t L_8 = __this->get_m_TextureSize_3(); int32_t L_9 = __this->get_m_TextureSize_3(); RenderTexture_t2108887433 * L_10 = (RenderTexture_t2108887433 *)il2cpp_codegen_object_new(RenderTexture_t2108887433_il2cpp_TypeInfo_var); RenderTexture__ctor_m769234016(L_10, L_8, L_9, ((int32_t)16), /*hidden argument*/NULL); __this->set_m_ReflectionTexture_7(L_10); RenderTexture_t2108887433 * L_11 = __this->get_m_ReflectionTexture_7(); int32_t L_12 = Object_GetInstanceID_m1255174761(__this, /*hidden argument*/NULL); int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral529172124, L_14, /*hidden argument*/NULL); NullCheck(L_11); Object_set_name_m291480324(L_11, L_15, /*hidden argument*/NULL); RenderTexture_t2108887433 * L_16 = __this->get_m_ReflectionTexture_7(); NullCheck(L_16); RenderTexture_set_isPowerOfTwo_m3873419893(L_16, (bool)1, /*hidden argument*/NULL); RenderTexture_t2108887433 * L_17 = __this->get_m_ReflectionTexture_7(); NullCheck(L_17); Object_set_hideFlags_m1648752846(L_17, ((int32_t)52), /*hidden argument*/NULL); int32_t L_18 = __this->get_m_TextureSize_3(); __this->set_m_OldReflectionTextureSize_8(L_18); } IL_009d: { Camera_t4157153871 ** L_19 = ___reflectionCamera1; Hashtable_t1853889766 * L_20 = __this->get_m_ReflectionCameras_6(); Camera_t4157153871 * L_21 = ___currentCamera0; NullCheck(L_20); RuntimeObject * L_22 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_20, L_21); *((RuntimeObject **)(L_19)) = (RuntimeObject *)((Camera_t4157153871 *)IsInstSealed((RuntimeObject*)L_22, Camera_t4157153871_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_19), (RuntimeObject *)((Camera_t4157153871 *)IsInstSealed((RuntimeObject*)L_22, Camera_t4157153871_il2cpp_TypeInfo_var))); Camera_t4157153871 ** L_23 = ___reflectionCamera1; Camera_t4157153871 * L_24 = *((Camera_t4157153871 **)L_23); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_017a; } } { ObjectU5BU5D_t2843939325* L_26 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3968149581); (L_26)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3968149581); ObjectU5BU5D_t2843939325* L_27 = L_26; int32_t L_28 = Object_GetInstanceID_m1255174761(__this, /*hidden argument*/NULL); int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_30); (L_27)->SetAt(static_cast(1), (RuntimeObject *)L_30); ObjectU5BU5D_t2843939325* L_31 = L_27; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral1505539685); (L_31)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1505539685); ObjectU5BU5D_t2843939325* L_32 = L_31; Camera_t4157153871 * L_33 = ___currentCamera0; NullCheck(L_33); int32_t L_34 = Object_GetInstanceID_m1255174761(L_33, /*hidden argument*/NULL); int32_t L_35 = L_34; RuntimeObject * L_36 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_35); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_36); (L_32)->SetAt(static_cast(3), (RuntimeObject *)L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m2971454694(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_38 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeTypeHandle_t3027515415 L_39 = { reinterpret_cast (Camera_t4157153871_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_40 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_40); (L_38)->SetAt(static_cast(0), (Type_t *)L_40); TypeU5BU5D_t3940880105* L_41 = L_38; RuntimeTypeHandle_t3027515415 L_42 = { reinterpret_cast (Skybox_t2662837510_0_0_0_var) }; Type_t * L_43 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_43); (L_41)->SetAt(static_cast(1), (Type_t *)L_43); GameObject_t1113636619 * L_44 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m1350607670(L_44, L_37, L_41, /*hidden argument*/NULL); V_0 = L_44; Camera_t4157153871 ** L_45 = ___reflectionCamera1; GameObject_t1113636619 * L_46 = V_0; NullCheck(L_46); Camera_t4157153871 * L_47 = GameObject_GetComponent_TisCamera_t4157153871_m3956151066(L_46, /*hidden argument*/GameObject_GetComponent_TisCamera_t4157153871_m3956151066_RuntimeMethod_var); *((RuntimeObject **)(L_45)) = (RuntimeObject *)L_47; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_45), (RuntimeObject *)L_47); Camera_t4157153871 ** L_48 = ___reflectionCamera1; Camera_t4157153871 * L_49 = *((Camera_t4157153871 **)L_48); NullCheck(L_49); Behaviour_set_enabled_m20417929(L_49, (bool)0, /*hidden argument*/NULL); Camera_t4157153871 ** L_50 = ___reflectionCamera1; Camera_t4157153871 * L_51 = *((Camera_t4157153871 **)L_50); NullCheck(L_51); Transform_t3600365921 * L_52 = Component_get_transform_m3162698980(L_51, /*hidden argument*/NULL); Transform_t3600365921 * L_53 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_53); Vector3_t3722313464 L_54 = Transform_get_position_m36019626(L_53, /*hidden argument*/NULL); NullCheck(L_52); Transform_set_position_m3387557959(L_52, L_54, /*hidden argument*/NULL); Camera_t4157153871 ** L_55 = ___reflectionCamera1; Camera_t4157153871 * L_56 = *((Camera_t4157153871 **)L_55); NullCheck(L_56); Transform_t3600365921 * L_57 = Component_get_transform_m3162698980(L_56, /*hidden argument*/NULL); Transform_t3600365921 * L_58 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_58); Quaternion_t2301928331 L_59 = Transform_get_rotation_m3502953881(L_58, /*hidden argument*/NULL); NullCheck(L_57); Transform_set_rotation_m3524318132(L_57, L_59, /*hidden argument*/NULL); Camera_t4157153871 ** L_60 = ___reflectionCamera1; Camera_t4157153871 * L_61 = *((Camera_t4157153871 **)L_60); NullCheck(L_61); GameObject_t1113636619 * L_62 = Component_get_gameObject_m442555142(L_61, /*hidden argument*/NULL); NullCheck(L_62); GameObject_AddComponent_TisFlareLayer_t1739223323_m1608860411(L_62, /*hidden argument*/GameObject_AddComponent_TisFlareLayer_t1739223323_m1608860411_RuntimeMethod_var); GameObject_t1113636619 * L_63 = V_0; NullCheck(L_63); Object_set_hideFlags_m1648752846(L_63, ((int32_t)61), /*hidden argument*/NULL); Hashtable_t1853889766 * L_64 = __this->get_m_ReflectionCameras_6(); Camera_t4157153871 * L_65 = ___currentCamera0; Camera_t4157153871 ** L_66 = ___reflectionCamera1; Camera_t4157153871 * L_67 = *((Camera_t4157153871 **)L_66); NullCheck(L_64); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_64, L_65, L_67); } IL_017a: { return; } } // System.Single MirrorReflection::sgn(System.Single) extern "C" IL2CPP_METHOD_ATTR float MirrorReflection_sgn_m621540040 (RuntimeObject * __this /* static, unused */, float ___a0, const RuntimeMethod* method) { { float L_0 = ___a0; if ((!(((float)L_0) > ((float)(0.0f))))) { goto IL_0011; } } { return (1.0f); } IL_0011: { float L_1 = ___a0; if ((!(((float)L_1) < ((float)(0.0f))))) { goto IL_0022; } } { return (-1.0f); } IL_0022: { return (0.0f); } } // UnityEngine.Vector4 MirrorReflection::CameraSpacePlane(UnityEngine.Camera,UnityEngine.Vector3,UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 MirrorReflection_CameraSpacePlane_m2548812945 (MirrorReflection_t2846055273 * __this, Camera_t4157153871 * ___cam0, Vector3_t3722313464 ___pos1, Vector3_t3722313464 ___normal2, float ___sideSign3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MirrorReflection_CameraSpacePlane_m2548812945_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Matrix4x4_t1817901843 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); { Vector3_t3722313464 L_0 = ___pos1; Vector3_t3722313464 L_1 = ___normal2; float L_2 = __this->get_m_ClipPlaneOffset_4(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_3 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); Vector3_t3722313464 L_4 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); V_0 = L_4; Camera_t4157153871 * L_5 = ___cam0; NullCheck(L_5); Matrix4x4_t1817901843 L_6 = Camera_get_worldToCameraMatrix_m22661425(L_5, /*hidden argument*/NULL); V_1 = L_6; Vector3_t3722313464 L_7 = V_0; Vector3_t3722313464 L_8 = Matrix4x4_MultiplyPoint_m1575665487((&V_1), L_7, /*hidden argument*/NULL); V_2 = L_8; Vector3_t3722313464 L_9 = ___normal2; Vector3_t3722313464 L_10 = Matrix4x4_MultiplyVector_m3808798942((&V_1), L_9, /*hidden argument*/NULL); V_4 = L_10; Vector3_t3722313464 L_11 = Vector3_get_normalized_m2454957984((&V_4), /*hidden argument*/NULL); float L_12 = ___sideSign3; Vector3_t3722313464 L_13 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); V_3 = L_13; float L_14 = (&V_3)->get_x_1(); float L_15 = (&V_3)->get_y_2(); float L_16 = (&V_3)->get_z_3(); Vector3_t3722313464 L_17 = V_2; Vector3_t3722313464 L_18 = V_3; float L_19 = Vector3_Dot_m606404487(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Vector4_t3319028937 L_20; memset(&L_20, 0, sizeof(L_20)); Vector4__ctor_m2498754347((&L_20), L_14, L_15, L_16, ((-L_19)), /*hidden argument*/NULL); return L_20; } } // System.Void MirrorReflection::CalculateObliqueMatrix(UnityEngine.Matrix4x4&,UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR void MirrorReflection_CalculateObliqueMatrix_m687834819 (RuntimeObject * __this /* static, unused */, Matrix4x4_t1817901843 * ___projection0, Vector4_t3319028937 ___clipPlane1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MirrorReflection_CalculateObliqueMatrix_m687834819_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector4_t3319028937 V_0; memset(&V_0, 0, sizeof(V_0)); Vector4_t3319028937 V_1; memset(&V_1, 0, sizeof(V_1)); { Matrix4x4_t1817901843 * L_0 = ___projection0; Matrix4x4_t1817901843 L_1 = Matrix4x4_get_inverse_m1870592360(L_0, /*hidden argument*/NULL); float L_2 = (&___clipPlane1)->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(MirrorReflection_t2846055273_il2cpp_TypeInfo_var); float L_3 = MirrorReflection_sgn_m621540040(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); float L_4 = (&___clipPlane1)->get_y_2(); float L_5 = MirrorReflection_sgn_m621540040(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); Vector4_t3319028937 L_6; memset(&L_6, 0, sizeof(L_6)); Vector4__ctor_m2498754347((&L_6), L_3, L_5, (1.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t1817901843_il2cpp_TypeInfo_var); Vector4_t3319028937 L_7 = Matrix4x4_op_Multiply_m1839501195(NULL /*static, unused*/, L_1, L_6, /*hidden argument*/NULL); V_0 = L_7; Vector4_t3319028937 L_8 = ___clipPlane1; Vector4_t3319028937 L_9 = ___clipPlane1; Vector4_t3319028937 L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector4_t3319028937_il2cpp_TypeInfo_var); float L_11 = Vector4_Dot_m3492158352(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); Vector4_t3319028937 L_12 = Vector4_op_Multiply_m213790997(NULL /*static, unused*/, L_8, ((float)((float)(2.0f)/(float)L_11)), /*hidden argument*/NULL); V_1 = L_12; Matrix4x4_t1817901843 * L_13 = ___projection0; float L_14 = (&V_1)->get_x_1(); Matrix4x4_t1817901843 * L_15 = ___projection0; float L_16 = Matrix4x4_get_Item_m567451091(L_15, 3, /*hidden argument*/NULL); Matrix4x4_set_Item_m1906605342(L_13, 2, ((float)il2cpp_codegen_subtract((float)L_14, (float)L_16)), /*hidden argument*/NULL); Matrix4x4_t1817901843 * L_17 = ___projection0; float L_18 = (&V_1)->get_y_2(); Matrix4x4_t1817901843 * L_19 = ___projection0; float L_20 = Matrix4x4_get_Item_m567451091(L_19, 7, /*hidden argument*/NULL); Matrix4x4_set_Item_m1906605342(L_17, 6, ((float)il2cpp_codegen_subtract((float)L_18, (float)L_20)), /*hidden argument*/NULL); Matrix4x4_t1817901843 * L_21 = ___projection0; float L_22 = (&V_1)->get_z_3(); Matrix4x4_t1817901843 * L_23 = ___projection0; float L_24 = Matrix4x4_get_Item_m567451091(L_23, ((int32_t)11), /*hidden argument*/NULL); Matrix4x4_set_Item_m1906605342(L_21, ((int32_t)10), ((float)il2cpp_codegen_subtract((float)L_22, (float)L_24)), /*hidden argument*/NULL); Matrix4x4_t1817901843 * L_25 = ___projection0; float L_26 = (&V_1)->get_w_4(); Matrix4x4_t1817901843 * L_27 = ___projection0; float L_28 = Matrix4x4_get_Item_m567451091(L_27, ((int32_t)15), /*hidden argument*/NULL); Matrix4x4_set_Item_m1906605342(L_25, ((int32_t)14), ((float)il2cpp_codegen_subtract((float)L_26, (float)L_28)), /*hidden argument*/NULL); return; } } // System.Void MirrorReflection::CalculateReflectionMatrix(UnityEngine.Matrix4x4&,UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR void MirrorReflection_CalculateReflectionMatrix_m2664812656 (RuntimeObject * __this /* static, unused */, Matrix4x4_t1817901843 * ___reflectionMat0, Vector4_t3319028937 ___plane1, const RuntimeMethod* method) { { Matrix4x4_t1817901843 * L_0 = ___reflectionMat0; float L_1 = Vector4_get_Item_m2380866393((&___plane1), 0, /*hidden argument*/NULL); float L_2 = Vector4_get_Item_m2380866393((&___plane1), 0, /*hidden argument*/NULL); L_0->set_m00_0(((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_1)), (float)L_2))))); Matrix4x4_t1817901843 * L_3 = ___reflectionMat0; float L_4 = Vector4_get_Item_m2380866393((&___plane1), 0, /*hidden argument*/NULL); float L_5 = Vector4_get_Item_m2380866393((&___plane1), 1, /*hidden argument*/NULL); L_3->set_m01_4(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(-2.0f), (float)L_4)), (float)L_5))); Matrix4x4_t1817901843 * L_6 = ___reflectionMat0; float L_7 = Vector4_get_Item_m2380866393((&___plane1), 0, /*hidden argument*/NULL); float L_8 = Vector4_get_Item_m2380866393((&___plane1), 2, /*hidden argument*/NULL); L_6->set_m02_8(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(-2.0f), (float)L_7)), (float)L_8))); Matrix4x4_t1817901843 * L_9 = ___reflectionMat0; float L_10 = Vector4_get_Item_m2380866393((&___plane1), 3, /*hidden argument*/NULL); float L_11 = Vector4_get_Item_m2380866393((&___plane1), 0, /*hidden argument*/NULL); L_9->set_m03_12(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(-2.0f), (float)L_10)), (float)L_11))); Matrix4x4_t1817901843 * L_12 = ___reflectionMat0; float L_13 = Vector4_get_Item_m2380866393((&___plane1), 1, /*hidden argument*/NULL); float L_14 = Vector4_get_Item_m2380866393((&___plane1), 0, /*hidden argument*/NULL); L_12->set_m10_1(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(-2.0f), (float)L_13)), (float)L_14))); Matrix4x4_t1817901843 * L_15 = ___reflectionMat0; float L_16 = Vector4_get_Item_m2380866393((&___plane1), 1, /*hidden argument*/NULL); float L_17 = Vector4_get_Item_m2380866393((&___plane1), 1, /*hidden argument*/NULL); L_15->set_m11_5(((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_16)), (float)L_17))))); Matrix4x4_t1817901843 * L_18 = ___reflectionMat0; float L_19 = Vector4_get_Item_m2380866393((&___plane1), 1, /*hidden argument*/NULL); float L_20 = Vector4_get_Item_m2380866393((&___plane1), 2, /*hidden argument*/NULL); L_18->set_m12_9(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(-2.0f), (float)L_19)), (float)L_20))); Matrix4x4_t1817901843 * L_21 = ___reflectionMat0; float L_22 = Vector4_get_Item_m2380866393((&___plane1), 3, /*hidden argument*/NULL); float L_23 = Vector4_get_Item_m2380866393((&___plane1), 1, /*hidden argument*/NULL); L_21->set_m13_13(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(-2.0f), (float)L_22)), (float)L_23))); Matrix4x4_t1817901843 * L_24 = ___reflectionMat0; float L_25 = Vector4_get_Item_m2380866393((&___plane1), 2, /*hidden argument*/NULL); float L_26 = Vector4_get_Item_m2380866393((&___plane1), 0, /*hidden argument*/NULL); L_24->set_m20_2(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(-2.0f), (float)L_25)), (float)L_26))); Matrix4x4_t1817901843 * L_27 = ___reflectionMat0; float L_28 = Vector4_get_Item_m2380866393((&___plane1), 2, /*hidden argument*/NULL); float L_29 = Vector4_get_Item_m2380866393((&___plane1), 1, /*hidden argument*/NULL); L_27->set_m21_6(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(-2.0f), (float)L_28)), (float)L_29))); Matrix4x4_t1817901843 * L_30 = ___reflectionMat0; float L_31 = Vector4_get_Item_m2380866393((&___plane1), 2, /*hidden argument*/NULL); float L_32 = Vector4_get_Item_m2380866393((&___plane1), 2, /*hidden argument*/NULL); L_30->set_m22_10(((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_31)), (float)L_32))))); Matrix4x4_t1817901843 * L_33 = ___reflectionMat0; float L_34 = Vector4_get_Item_m2380866393((&___plane1), 3, /*hidden argument*/NULL); float L_35 = Vector4_get_Item_m2380866393((&___plane1), 2, /*hidden argument*/NULL); L_33->set_m23_14(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(-2.0f), (float)L_34)), (float)L_35))); Matrix4x4_t1817901843 * L_36 = ___reflectionMat0; L_36->set_m30_3((0.0f)); Matrix4x4_t1817901843 * L_37 = ___reflectionMat0; L_37->set_m31_7((0.0f)); Matrix4x4_t1817901843 * L_38 = ___reflectionMat0; L_38->set_m32_11((0.0f)); Matrix4x4_t1817901843 * L_39 = ___reflectionMat0; L_39->set_m33_15((1.0f)); return; } } // System.Void MirrorReflection::.cctor() extern "C" IL2CPP_METHOD_ATTR void MirrorReflection__cctor_m2937983787 (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 monoIntroduction::.ctor() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction__ctor_m1447755505 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction__ctor_m1447755505_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t777473367 * L_0 = (List_1_t777473367 *)il2cpp_codegen_object_new(List_1_t777473367_il2cpp_TypeInfo_var); List_1__ctor_m2885667311(L_0, /*hidden argument*/List_1__ctor_m2885667311_RuntimeMethod_var); __this->set_m_BeatKeyPages_4(L_0); List_1_t777473367 * L_1 = (List_1_t777473367 *)il2cpp_codegen_object_new(List_1_t777473367_il2cpp_TypeInfo_var); List_1__ctor_m2885667311(L_1, /*hidden argument*/List_1__ctor_m2885667311_RuntimeMethod_var); __this->set_m_SwingKeyPages_5(L_1); List_1_t777473367 * L_2 = (List_1_t777473367 *)il2cpp_codegen_object_new(List_1_t777473367_il2cpp_TypeInfo_var); List_1__ctor_m2885667311(L_2, /*hidden argument*/List_1__ctor_m2885667311_RuntimeMethod_var); __this->set_m_ClassicalKeyPages_6(L_2); __this->set_m_MusicBpm_14(((int32_t)120)); __this->set_m_cicleCnt_17(2); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnPageInit_m4207361191 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnPageInit_m4207361191_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; { bool L_0 = __this->get_isPageInit_16(); if (L_0) { goto IL_0222; } } { __this->set_isPageInit_16((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral3538665776, /*hidden argument*/NULL); NullCheck(L_2); GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(L_2, /*hidden argument*/NULL); __this->set_m_Start_2(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral106883168, /*hidden argument*/NULL); NullCheck(L_5); GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(L_5, /*hidden argument*/NULL); __this->set_m_End_3(L_6); List_1_t777473367 * L_7 = __this->get_m_BeatKeyPages_4(); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral400541039, /*hidden argument*/NULL); NullCheck(L_7); List_1_Add_m4073477735(L_7, L_9, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); List_1_t777473367 * L_10 = __this->get_m_BeatKeyPages_4(); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_11); Transform_t3600365921 * L_12 = Transform_Find_m1729760951(L_11, _stringLiteral135161947, /*hidden argument*/NULL); NullCheck(L_10); List_1_Add_m4073477735(L_10, L_12, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); List_1_t777473367 * L_13 = __this->get_m_BeatKeyPages_4(); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_14); Transform_t3600365921 * L_15 = Transform_Find_m1729760951(L_14, _stringLiteral804342665, /*hidden argument*/NULL); NullCheck(L_13); List_1_Add_m4073477735(L_13, L_15, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); List_1_t777473367 * L_16 = __this->get_m_BeatKeyPages_4(); Transform_t3600365921 * L_17 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_17); Transform_t3600365921 * L_18 = Transform_Find_m1729760951(L_17, _stringLiteral3593256307, /*hidden argument*/NULL); NullCheck(L_16); List_1_Add_m4073477735(L_16, L_18, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); List_1_t777473367 * L_19 = __this->get_m_SwingKeyPages_5(); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_20); Transform_t3600365921 * L_21 = Transform_Find_m1729760951(L_20, _stringLiteral2558195835, /*hidden argument*/NULL); NullCheck(L_19); List_1_Add_m4073477735(L_19, L_21, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); List_1_t777473367 * L_22 = __this->get_m_SwingKeyPages_5(); Transform_t3600365921 * L_23 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_23); Transform_t3600365921 * L_24 = Transform_Find_m1729760951(L_23, _stringLiteral4132173947, /*hidden argument*/NULL); NullCheck(L_22); List_1_Add_m4073477735(L_22, L_24, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); List_1_t777473367 * L_25 = __this->get_m_SwingKeyPages_5(); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_26); Transform_t3600365921 * L_27 = Transform_Find_m1729760951(L_26, _stringLiteral2175858811, /*hidden argument*/NULL); NullCheck(L_25); List_1_Add_m4073477735(L_25, L_27, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); List_1_t777473367 * L_28 = __this->get_m_ClassicalKeyPages_6(); Transform_t3600365921 * L_29 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_29); Transform_t3600365921 * L_30 = Transform_Find_m1729760951(L_29, _stringLiteral3015088050, /*hidden argument*/NULL); NullCheck(L_28); List_1_Add_m4073477735(L_28, L_30, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); List_1_t777473367 * L_31 = __this->get_m_BeatKeyPages_4(); __this->set_m_Pages_7(L_31); Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_32); Transform_t3600365921 * L_33 = Transform_Find_m1729760951(L_32, _stringLiteral4278684340, /*hidden argument*/NULL); NullCheck(L_33); GameObject_t1113636619 * L_34 = Component_get_gameObject_m442555142(L_33, /*hidden argument*/NULL); __this->set_m_3DSceneUI_8(L_34); Transform_t3600365921 * L_35 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_35); Transform_t3600365921 * L_36 = Transform_Find_m1729760951(L_35, _stringLiteral2682458434, /*hidden argument*/NULL); NullCheck(L_36); GameObject_t1113636619 * L_37 = Component_get_gameObject_m442555142(L_36, /*hidden argument*/NULL); __this->set_m_PauseBtn_9(L_37); Transform_t3600365921 * L_38 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_38); Transform_t3600365921 * L_39 = Transform_Find_m1729760951(L_38, _stringLiteral2554136352, /*hidden argument*/NULL); NullCheck(L_39); GameObject_t1113636619 * L_40 = Component_get_gameObject_m442555142(L_39, /*hidden argument*/NULL); __this->set_m_PauseWnd_10(L_40); Transform_t3600365921 * L_41 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_41); Transform_t3600365921 * L_42 = Transform_Find_m1729760951(L_41, _stringLiteral3354974208, /*hidden argument*/NULL); NullCheck(L_42); GameObject_t1113636619 * L_43 = Component_get_gameObject_m442555142(L_42, /*hidden argument*/NULL); __this->set_m_selectWnd_11(L_43); IResourceManager_t3165642952 * L_44 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); AudioClip_t3680889665 * L_45 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_44, _stringLiteral1719305668); __this->set_m_WinAudio_12(L_45); GameObject_t1113636619 * L_46 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1225903039, /*hidden argument*/NULL); V_0 = L_46; GameObject_t1113636619 * L_47 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_48 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_01d5; } } { GameObject_t1113636619 * L_49 = V_0; NullCheck(L_49); AudioSource_t3935305588 * L_50 = GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(L_49, /*hidden argument*/GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var); __this->set_m_audioSource_13(L_50); goto IL_01f7; } IL_01d5: { Transform_t3600365921 * L_51 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_52 = CGameHelp_GetRootTransform_m945878757(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); V_1 = L_52; Transform_t3600365921 * L_53 = V_1; NullCheck(L_53); Transform_t3600365921 * L_54 = Transform_Find_m1729760951(L_53, _stringLiteral1225903039, /*hidden argument*/NULL); NullCheck(L_54); AudioSource_t3935305588 * L_55 = Component_GetComponent_TisAudioSource_t3935305588_m1977431131(L_54, /*hidden argument*/Component_GetComponent_TisAudioSource_t3935305588_m1977431131_RuntimeMethod_var); __this->set_m_audioSource_13(L_55); } IL_01f7: { IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_56 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_56); bool L_57 = CMiscConfig_Exist_m354779141(L_56, _stringLiteral452004259, /*hidden argument*/NULL); if (!L_57) { goto IL_0222; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_58 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_58); int32_t L_59 = CMiscConfig_GetInt_m1183615064(L_58, _stringLiteral452004259, ((int32_t)120), /*hidden argument*/NULL); __this->set_m_MusicBpm_14(L_59); } IL_0222: { return; } } // System.Void monoIntroduction::Awake() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_Awake_m4227614504 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { { __this->set_m_timeLast_22((0.0f)); __this->set_m_First_20((bool)1); __this->set_m_bEndPage_21((bool)0); __this->set_m_movieLabor_23((0.0f)); return; } } // System.Void monoIntroduction::Start() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_Start_m2137071221 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_Start_m2137071221_MetadataUsageId); s_Il2CppMethodInitialized = true; } CAnimSequence_t1119714129 * V_0 = NULL; CAnimSequence_t1119714129 * V_1 = NULL; int32_t V_2 = 0; String_t* G_B7_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceModeManager_ClearAll_m327441746(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_activePageIndex_19((-1)); __this->set_m_bActiveMovie_18((bool)0); __this->set_m_fLastAnimTime_25((-1.0f)); CAnimSystem_t3541144328 * L_0 = (CAnimSystem_t3541144328 *)il2cpp_codegen_object_new(CAnimSystem_t3541144328_il2cpp_TypeInfo_var); CAnimSystem__ctor_m597813254(L_0, /*hidden argument*/NULL); __this->set_m_SingleAnimPlayer_26(L_0); CAnimSystem_t3541144328 * L_1 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_1); CAnimSystem_SetOverTimeAutoStop_m3669538784(L_1, (bool)0, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_2 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_2); CAnimSystem_Pause_m710802674(L_2, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_3 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CAnimSequence_t1119714129 * L_4 = CAnimSystem_GetSequence_m4015007355(L_3, _stringLiteral2748149650, /*hidden argument*/NULL); V_0 = L_4; CAnimSequence_t1119714129 * L_5 = V_0; if (!L_5) { goto IL_00a6; } } { CAnimSystem_t3541144328 * L_6 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_6); CAnimSequence_t1119714129 * L_7 = CAnimSystem_CreateSequence_m649844871(L_6, _stringLiteral2748149650, /*hidden argument*/NULL); V_1 = L_7; CAnimSystem_t3541144328 * L_8 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_8); CAnimSystem_SetSequenceTimeRange_m3007387705(L_8, _stringLiteral2748149650, (0.0f), (8000.0f), /*hidden argument*/NULL); V_2 = 0; goto IL_009a; } IL_0089: { CAnimSequence_t1119714129 * L_9 = V_1; CAnimSequence_t1119714129 * L_10 = V_0; int32_t L_11 = V_2; NullCheck(L_10); CAnimNode_t3327376431 * L_12 = CAnimSequence_GetNode_m3843207171(L_10, L_11, /*hidden argument*/NULL); NullCheck(L_9); CAnimSequence_AddNode_m4289820994(L_9, L_12, /*hidden argument*/NULL); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_009a: { int32_t L_14 = V_2; CAnimSequence_t1119714129 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = CAnimSequence_GetNodeCount_m514257036(L_15, /*hidden argument*/NULL); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0089; } } IL_00a6: { CAnimSystem_t3541144328 * L_17 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CAnimSystem_DelSequence_m3093728464(L_17, _stringLiteral2748149650, /*hidden argument*/NULL); GameObject_t1113636619 * L_18 = __this->get_m_End_3(); NullCheck(L_18); GameObject_SetActive_m796801857(L_18, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_19 = __this->get_m_Start_2(); NullCheck(L_19); GameObject_SetActive_m796801857(L_19, (bool)1, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_20 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CAnimSystem_SetIntroduceMode_m2616741324(L_20, (bool)1, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_21 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CAnimSystem_DelSequenceAll_m761186596(L_21, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_22 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); CAnimSystem_Pause_m710802674(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_23 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); CRoot_OnSceneLoadedEnd_m1698382656(L_23, /*hidden argument*/NULL); CMainRole_t4200562839 * L_24 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_24); CMainRole_t4200562839 * L_25 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); ISceneRole_EnableModelItem_m1552532128(L_25, ((int32_t)30), (bool)0, /*hidden argument*/NULL); CSceneService_t551449725 * L_26 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); CSceneModelObj_t2681526009 * L_27 = CSceneService_GetSceneObj_m85658510(L_26, /*hidden argument*/NULL); NullCheck(L_27); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_27); CRoot_t1043641654 * L_28 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); ILogicBase_Reset_m2019494392(L_28, /*hidden argument*/NULL); CMainRole_t4200562839 * L_29 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_29); if (L_30) { goto IL_013f; } } { G_B7_0 = _stringLiteral1077017624; goto IL_0144; } IL_013f: { G_B7_0 = _stringLiteral3898450985; } IL_0144: { CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, G_B7_0, /*hidden argument*/NULL); CMainRole_t4200562839 * L_31 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); ISceneBaseObj_SetIdleAnim_m1936918694(L_31, _stringLiteral3231470291, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnSelectedModel() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnSelectedModel_m3599267529 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnSelectedModel_m3599267529_MetadataUsageId); s_Il2CppMethodInitialized = true; } AudioClip_t3680889665 * V_0 = NULL; { GameObject_t1113636619 * L_0 = __this->get_m_Start_2(); NullCheck(L_0); GameObject_SetActive_m796801857(L_0, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = __this->get_m_End_3(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = __this->get_m_selectWnd_11(); NullCheck(L_2); GameObject_SetActive_m796801857(L_2, (bool)1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_3 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ISceneBaseObj_SetIdleAnim_m1936918694(L_3, _stringLiteral3231470291, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_4 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var); String_t* L_5 = CUserGuideHelp_get_DanceGuideBGM_m769540120(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); Object_t631007953 * L_6 = IResourceManager_CreateResource_m1279813597(L_4, L_5, (bool)0, /*hidden argument*/NULL); V_0 = ((AudioClip_t3680889665 *)IsInstSealed((RuntimeObject*)L_6, AudioClip_t3680889665_il2cpp_TypeInfo_var)); AudioClip_t3680889665 * 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_009a; } } { AudioSource_t3935305588 * L_9 = __this->get_m_audioSource_13(); AudioClip_t3680889665 * L_10 = V_0; NullCheck(L_9); AudioSource_set_clip_m31653938(L_9, L_10, /*hidden argument*/NULL); AudioSource_t3935305588 * L_11 = __this->get_m_audioSource_13(); NullCheck(L_11); AudioSource_set_playOnAwake_m1824967994(L_11, (bool)1, /*hidden argument*/NULL); AudioSource_t3935305588 * L_12 = __this->get_m_audioSource_13(); NullCheck(L_12); AudioSource_set_loop_m3659884460(L_12, (bool)1, /*hidden argument*/NULL); AudioSource_t3935305588 * L_13 = __this->get_m_audioSource_13(); NullCheck(L_13); AudioClip_t3680889665 * L_14 = AudioSource_get_clip_m1234340632(L_13, /*hidden argument*/NULL); NullCheck(L_14); Object_set_name_m291480324(L_14, _stringLiteral3018459634, /*hidden argument*/NULL); AudioSource_t3935305588 * L_15 = __this->get_m_audioSource_13(); NullCheck(L_15); AudioSource_Play_m48294159(L_15, /*hidden argument*/NULL); } IL_009a: { return; } } // System.Void monoIntroduction::CallUIPageEnd() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_CallUIPageEnd_m2419180879 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_CallUIPageEnd_m2419180879_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; int32_t V_2 = 0; { V_0 = (0.8f); float L_0 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); float L_1 = __this->get_m_uiBeginTime_24(); V_1 = ((float)il2cpp_codegen_subtract((float)L_0, (float)L_1)); float L_2 = V_0; float L_3 = V_1; if ((!(((float)L_2) >= ((float)L_3)))) { goto IL_001b; } } { return; } IL_001b: { GameObject_t1113636619 * L_4 = __this->get_m_Start_2(); NullCheck(L_4); GameObject_SetActive_m796801857(L_4, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_m_End_3(); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)0, /*hidden argument*/NULL); V_2 = 0; goto IL_0050; } IL_003a: { List_1_t777473367 * L_6 = __this->get_m_Pages_7(); int32_t L_7 = V_2; NullCheck(L_6); Transform_t3600365921 * L_8 = List_1_get_Item_m3022113929(L_6, L_7, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_8, (bool)0, /*hidden argument*/NULL); int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0050: { int32_t L_10 = V_2; List_1_t777473367 * L_11 = __this->get_m_Pages_7(); NullCheck(L_11); int32_t L_12 = List_1_get_Count_m3787308655(L_11, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_003a; } } { ISoundManager_t434164892 * L_13 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); ISoundManager_StopAllMidi_m575867167(L_13, /*hidden argument*/NULL); GameObject_t1113636619 * L_14 = __this->get_m_3DSceneUI_8(); NullCheck(L_14); GameObject_SetActive_m796801857(L_14, (bool)1, /*hidden argument*/NULL); CSceneService_t551449725 * L_15 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CSceneModelObj_t2681526009 * L_16 = CSceneService_GetSceneObj_m85658510(L_15, /*hidden argument*/NULL); NullCheck(L_16); bool L_17 = ISceneBaseObj_IsValid_m1197404667(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00af; } } { CSceneService_t551449725 * L_18 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CSceneModelObj_t2681526009 * L_19 = CSceneService_GetSceneObj_m85658510(L_18, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_20 = ISceneBaseObj_GetTransform_m3818769012(L_19, /*hidden argument*/NULL); float L_21 = (0.0f); RuntimeObject * L_22 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_21); NullCheck(L_20); Component_SendMessage_m2905932203(L_20, _stringLiteral662271891, L_22, 1, /*hidden argument*/NULL); } IL_00af: { __this->set_m_bActiveMovie_18((bool)1); CAnimSystem_t3541144328 * L_23 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); CAnimSystem_Resume_m1815678583(L_23, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnBeatKeyBtn() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnBeatKeyBtn_m1417633134 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnBeatKeyBtn_m1417633134_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_selectWnd_11(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); __this->set_m_activePageIndex_19((-1)); List_1_t777473367 * L_1 = __this->get_m_BeatKeyPages_4(); __this->set_m_Pages_7(L_1); monoIntroduction_CallScenePageEnd_m1555028260(__this, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnCallBeatKeyEnd() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnCallBeatKeyEnd_m588847332 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { { monoIntroduction_CallUIPageEnd_m2419180879(__this, /*hidden argument*/NULL); monoIntroduction_StartNetBeatKeyGroup_m4000293604(__this, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnSwingKeyBtn() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnSwingKeyBtn_m2889912109 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnSwingKeyBtn_m2889912109_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_selectWnd_11(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); __this->set_m_activePageIndex_19((-1)); List_1_t777473367 * L_1 = __this->get_m_SwingKeyPages_5(); __this->set_m_Pages_7(L_1); monoIntroduction_CallScenePageEnd_m1555028260(__this, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnCallSwingKeyEnd() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnCallSwingKeyEnd_m2930603395 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { { monoIntroduction_CallUIPageEnd_m2419180879(__this, /*hidden argument*/NULL); monoIntroduction_StartNetSwingKeyGroup_m1039600271(__this, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnClassicalKeyBtn() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnClassicalKeyBtn_m4236231893 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnClassicalKeyBtn_m4236231893_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_selectWnd_11(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); __this->set_m_activePageIndex_19((-1)); List_1_t777473367 * L_1 = __this->get_m_ClassicalKeyPages_6(); __this->set_m_Pages_7(L_1); monoIntroduction_CallScenePageEnd_m1555028260(__this, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnCallClassicalKeyEnd() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnCallClassicalKeyEnd_m2336900594 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { { monoIntroduction_CallUIPageEnd_m2419180879(__this, /*hidden argument*/NULL); monoIntroduction_StartNetClassicalKeyGroup_m2974877743(__this, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::CallScenePageEnd() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_CallScenePageEnd_m1555028260 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { { float L_0 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_uiBeginTime_24(L_0); monoIntroduction_OnScenePageEndImpl_m1500825158(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnScenePageEndImpl(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnScenePageEndImpl_m1500825158 (monoIntroduction_t1508182689 * __this, bool ___bActiveNext0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnScenePageEndImpl_m1500825158_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; monoIntroduction_t1508182689 * G_B4_0 = NULL; monoIntroduction_t1508182689 * G_B3_0 = NULL; int32_t G_B5_0 = 0; monoIntroduction_t1508182689 * G_B5_1 = NULL; Transform_t3600365921 * G_B8_0 = NULL; Transform_t3600365921 * G_B7_0 = NULL; int32_t G_B9_0 = 0; Transform_t3600365921 * G_B9_1 = NULL; String_t* G_B15_0 = NULL; { bool L_0 = ___bActiveNext0; if (!L_0) { goto IL_0014; } } { int32_t L_1 = __this->get_m_activePageIndex_19(); __this->set_m_activePageIndex_19(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); } IL_0014: { GameObject_t1113636619 * L_2 = __this->get_m_3DSceneUI_8(); NullCheck(L_2); GameObject_SetActive_m796801857(L_2, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = __this->get_m_Start_2(); NullCheck(L_3); GameObject_SetActive_m796801857(L_3, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_4 = __this->get_m_selectWnd_11(); NullCheck(L_4); GameObject_SetActive_m796801857(L_4, (bool)0, /*hidden argument*/NULL); ISoundManager_t434164892 * L_5 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); ISoundManager_StopAllMidi_m575867167(L_5, /*hidden argument*/NULL); List_1_t777473367 * L_6 = __this->get_m_Pages_7(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m3787308655(L_6, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); int32_t L_8 = __this->get_m_activePageIndex_19(); G_B3_0 = __this; if ((((int32_t)L_7) > ((int32_t)L_8))) { G_B4_0 = __this; goto IL_005f; } } { G_B5_0 = 1; G_B5_1 = G_B3_0; goto IL_0060; } IL_005f: { G_B5_0 = 0; G_B5_1 = G_B4_0; } IL_0060: { NullCheck(G_B5_1); G_B5_1->set_m_bEndPage_21((bool)G_B5_0); V_0 = 0; goto IL_0098; } IL_006c: { List_1_t777473367 * L_9 = __this->get_m_Pages_7(); int32_t L_10 = V_0; NullCheck(L_9); Transform_t3600365921 * L_11 = List_1_get_Item_m3022113929(L_9, L_10, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); bool L_12 = __this->get_m_bEndPage_21(); G_B7_0 = L_11; if (L_12) { G_B8_0 = L_11; goto IL_008e; } } { int32_t L_13 = __this->get_m_activePageIndex_19(); int32_t L_14 = V_0; G_B9_0 = ((((int32_t)L_13) == ((int32_t)L_14))? 1 : 0); G_B9_1 = G_B7_0; goto IL_008f; } IL_008e: { G_B9_0 = 0; G_B9_1 = G_B8_0; } IL_008f: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, G_B9_1, (bool)G_B9_0, /*hidden argument*/NULL); int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0098: { int32_t L_16 = V_0; List_1_t777473367 * L_17 = __this->get_m_Pages_7(); NullCheck(L_17); int32_t L_18 = List_1_get_Count_m3787308655(L_17, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_006c; } } { GameObject_t1113636619 * L_19 = __this->get_m_End_3(); NullCheck(L_19); GameObject_SetActive_m796801857(L_19, (bool)0, /*hidden argument*/NULL); __this->set_m_bActiveMovie_18((bool)0); CAnimSystem_t3541144328 * L_20 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CAnimSystem_Pause_m710802674(L_20, /*hidden argument*/NULL); bool L_21 = __this->get_m_bEndPage_21(); if (!L_21) { goto IL_0175; } } { GameObject_t1113636619 * L_22 = __this->get_m_PauseWnd_10(); NullCheck(L_22); GameObject_SetActive_m796801857(L_22, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_23 = __this->get_m_PauseBtn_9(); NullCheck(L_23); GameObject_SetActive_m796801857(L_23, (bool)0, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_24 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); CAnimSystem_DelSequenceAll_m761186596(L_24, /*hidden argument*/NULL); ISoundManager_t434164892 * L_25 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); ISoundManager_PlayAsRoot_m980633826(L_25, (AudioClip_t3680889665 *)NULL, /*hidden argument*/NULL); ISoundManager_t434164892 * L_26 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_27 = __this->get_m_WinAudio_12(); NullCheck(L_26); ISoundManager_PlayOnce_m3370941300(L_26, L_27, /*hidden argument*/NULL); CMainRole_t4200562839 * L_28 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_29 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_28); if (L_29) { goto IL_0129; } } { G_B15_0 = _stringLiteral1077017624; goto IL_012e; } IL_0129: { G_B15_0 = _stringLiteral3898450985; } IL_012e: { V_1 = G_B15_0; CAnimSystem_t3541144328 * L_30 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_30); CAnimSystem_Pause_m710802674(L_30, /*hidden argument*/NULL); CMainRole_t4200562839 * L_31 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); ISceneBaseObj_StopAnim_m821603361(L_31, /*hidden argument*/NULL); CMainRole_t4200562839 * L_32 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_33 = V_1; NullCheck(L_32); ISceneBaseObj_SetIdleAnim_m1936918694(L_32, L_33, /*hidden argument*/NULL); 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); CEventManager_t474365641 * L_35 = CRoot_GetEventManager_m2015848526(L_34, /*hidden argument*/NULL); intptr_t L_36 = (intptr_t)monoIntroduction_OnWillShowEndPage_m2039323955_RuntimeMethod_var; OnEventCall_t3758354630 * L_37 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_37, __this, L_36, /*hidden argument*/NULL); NullCheck(L_35); CEventManager_PushOnce_m1854500591(L_35, (1.6f), L_37, /*hidden argument*/NULL); goto IL_01c8; } IL_0175: { CAnimSystem_t3541144328 * L_38 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_38); CAnimSystem_Pause_m710802674(L_38, /*hidden argument*/NULL); CMainRole_t4200562839 * L_39 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_39); ISceneBaseObj_StopAnim_m821603361(L_39, /*hidden argument*/NULL); CMainRole_t4200562839 * L_40 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); ISceneBaseObj_SetIdleAnim_m1936918694(L_40, _stringLiteral3231470291, /*hidden argument*/NULL); CSceneService_t551449725 * L_41 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_41); CSceneModelObj_t2681526009 * L_42 = CSceneService_GetSceneObj_m85658510(L_41, /*hidden argument*/NULL); NullCheck(L_42); bool L_43 = ISceneBaseObj_IsValid_m1197404667(L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_01c8; } } { CSceneService_t551449725 * L_44 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); CSceneModelObj_t2681526009 * L_45 = CSceneService_GetSceneObj_m85658510(L_44, /*hidden argument*/NULL); NullCheck(L_45); Transform_t3600365921 * L_46 = ISceneBaseObj_GetTransform_m3818769012(L_45, /*hidden argument*/NULL); NullCheck(L_46); Component_SendMessage_m1441147224(L_46, _stringLiteral3381445986, 1, /*hidden argument*/NULL); } IL_01c8: { return; } } // System.Void monoIntroduction::OnClkRestart() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnClkRestart_m228766808 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnClkRestart_m228766808_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; { CAnimSystem_t3541144328 * L_0 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_0); CAnimSystem_DelSequenceAll_m761186596(L_0, /*hidden argument*/NULL); __this->set_m_SingleAnimPlayer_26((CAnimSystem_t3541144328 *)NULL); CAnimSystem_t3541144328 * L_1 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CAnimSystem_SetIntroduceMode_m2616741324(L_1, (bool)0, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_2 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CAnimSystem_DelSequenceAll_m761186596(L_2, /*hidden argument*/NULL); CSceneService_t551449725 * L_3 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CMainRole_t4200562839 * L_4 = CSceneService_GetMainRole_m3386793463(L_3, /*hidden argument*/NULL); NullCheck(L_4); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_4); CSceneService_t551449725 * L_5 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CSceneModelObj_t2681526009 * L_6 = CSceneService_GetSceneObj_m85658510(L_5, /*hidden argument*/NULL); NullCheck(L_6); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_6); IResHelp_t377823252 * L_7 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); IResHelp_ClearAllProtectedRes_m2887695512(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_8 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CRoot_SetLoadingSceneName_m1081407738(L_8, _stringLiteral3811860389, /*hidden argument*/NULL); Action_t1264377477 * L_9 = ((monoIntroduction_t1508182689_StaticFields*)il2cpp_codegen_static_fields_for(monoIntroduction_t1508182689_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_27(); G_B1_0 = _stringLiteral1305446639; if (L_9) { G_B2_0 = _stringLiteral1305446639; goto IL_007b; } } { intptr_t L_10 = (intptr_t)CLoadingWatch_OnLevelLoadedDefault_m2523115143_RuntimeMethod_var; Action_t1264377477 * L_11 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_11, NULL, L_10, /*hidden argument*/NULL); ((monoIntroduction_t1508182689_StaticFields*)il2cpp_codegen_static_fields_for(monoIntroduction_t1508182689_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_27(L_11); G_B2_0 = G_B1_0; } IL_007b: { Action_t1264377477 * L_12 = ((monoIntroduction_t1508182689_StaticFields*)il2cpp_codegen_static_fields_for(monoIntroduction_t1508182689_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_27(); IHelp_DoLoadLevel_m4092529488(NULL /*static, unused*/, G_B2_0, L_12, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnClkEnd() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnClkEnd_m558893634 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnClkEnd_m558893634_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPveStage_t850204332 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; CDataArray_t4068198041 * V_3 = NULL; String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; int32_t G_B5_0 = 0; { CAnimSystem_t3541144328 * L_0 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_0); CAnimSystem_DelSequenceAll_m761186596(L_0, /*hidden argument*/NULL); __this->set_m_SingleAnimPlayer_26((CAnimSystem_t3541144328 *)NULL); CAnimSystem_t3541144328 * L_1 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CAnimSystem_SetIntroduceMode_m2616741324(L_1, (bool)0, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_2 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CAnimSystem_DelSequenceAll_m761186596(L_2, /*hidden argument*/NULL); CSceneService_t551449725 * L_3 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CSceneService_DestroyExceptScene_m1738914160(L_3, /*hidden argument*/NULL); IResHelp_t377823252 * L_4 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); IResHelp_ClearAllProtectedRes_m2887695512(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_5 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CRoot_SetLoadingSceneName_m1081407738(L_5, _stringLiteral3500937908, /*hidden argument*/NULL); Action_t1264377477 * L_6 = ((monoIntroduction_t1508182689_StaticFields*)il2cpp_codegen_static_fields_for(monoIntroduction_t1508182689_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_28(); G_B1_0 = _stringLiteral1305446639; if (L_6) { G_B2_0 = _stringLiteral1305446639; goto IL_0067; } } { intptr_t L_7 = (intptr_t)CLoadingWatch_OnLevelLoadedWithScene_m1373809381_RuntimeMethod_var; Action_t1264377477 * L_8 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_8, NULL, L_7, /*hidden argument*/NULL); ((monoIntroduction_t1508182689_StaticFields*)il2cpp_codegen_static_fields_for(monoIntroduction_t1508182689_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_28(L_8); G_B2_0 = G_B1_0; } IL_0067: { Action_t1264377477 * L_9 = ((monoIntroduction_t1508182689_StaticFields*)il2cpp_codegen_static_fields_for(monoIntroduction_t1508182689_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_28(); IHelp_DoLoadLevel_m4092529488(NULL /*static, unused*/, G_B2_0, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_10 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CPveStage_t850204332 * L_11 = CPveManager_GetCurStage_m1008327040(L_10, /*hidden argument*/NULL); V_0 = L_11; CPveManager_t3058433014 * L_12 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = CPveManager_GetCurStageID_m1218063981(L_12, /*hidden argument*/NULL); V_1 = L_13; CPveStage_t850204332 * L_14 = V_0; if (!L_14) { goto IL_0098; } } { CPveStage_t850204332 * L_15 = V_0; NullCheck(L_15); bool L_16 = CPveStage_IsBossLevel_m2056120916(L_15, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_16)); goto IL_0099; } IL_0098: { G_B5_0 = 0; } IL_0099: { V_2 = (bool)G_B5_0; CDataArray_t4068198041 * L_17 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_17, /*hidden argument*/NULL); V_3 = L_17; CDataArray_t4068198041 * L_18 = V_3; NullCheck(L_18); CDataArray_Push_m3820844360(L_18, ((int32_t)1052), /*hidden argument*/NULL); CDataArray_t4068198041 * L_19 = V_3; int32_t L_20 = V_1; NullCheck(L_19); CDataArray_Push_m3820844360(L_19, L_20, /*hidden argument*/NULL); CDataArray_t4068198041 * L_21 = V_3; NullCheck(L_21); CDataArray_Push_m3820844360(L_21, 3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_22 = V_3; NullCheck(L_22); CDataArray_Push_m3820844360(L_22, ((int32_t)100), /*hidden argument*/NULL); CDataArray_t4068198041 * L_23 = V_3; NullCheck(L_23); CDataArray_Push_m3820844360(L_23, 0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_24 = V_3; NullCheck(L_24); CDataArray_Push_m3820844360(L_24, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_25 = V_3; NullCheck(L_25); CDataArray_Push_m3820844360(L_25, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_26 = V_3; NullCheck(L_26); CDataArray_Flush_m1077150699(L_26, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnFinishStudy() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnFinishStudy_m237888411 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnFinishStudy_m237888411_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1072), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); monoIntroduction_OnClkEnd_m558893634(__this, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnClkContinue() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnClkContinue_m1020260636 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnClkContinue_m1020260636_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_PauseWnd_10(); NullCheck(L_0); GameObject_SetActive_m796801857(L_0, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = __this->get_m_PauseBtn_9(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)1, /*hidden argument*/NULL); AudioSource_t3935305588 * L_2 = __this->get_m_audioSource_13(); float L_3 = __this->get_m_timeLast_22(); NullCheck(L_2); AudioSource_set_time_m3951137143(L_2, L_3, /*hidden argument*/NULL); AudioSource_t3935305588 * L_4 = __this->get_m_audioSource_13(); NullCheck(L_4); AudioSource_Play_m48294159(L_4, /*hidden argument*/NULL); CSceneService_t551449725 * L_5 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CSceneModelObj_t2681526009 * L_6 = CSceneService_GetSceneObj_m85658510(L_5, /*hidden argument*/NULL); NullCheck(L_6); bool L_7 = ISceneBaseObj_IsValid_m1197404667(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_006c; } } { CSceneService_t551449725 * L_8 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CSceneModelObj_t2681526009 * L_9 = CSceneService_GetSceneObj_m85658510(L_8, /*hidden argument*/NULL); NullCheck(L_9); Transform_t3600365921 * L_10 = ISceneBaseObj_GetTransform_m3818769012(L_9, /*hidden argument*/NULL); float L_11 = (0.0f); RuntimeObject * L_12 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_11); NullCheck(L_10); Component_SendMessage_m2905932203(L_10, _stringLiteral662271891, L_12, 1, /*hidden argument*/NULL); } IL_006c: { __this->set_m_bActiveMovie_18((bool)1); CAnimSystem_t3541144328 * L_13 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_13); CAnimSystem_Resume_m1815678583(L_13, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_14 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CAnimSystem_Resume_m1815678583(L_14, /*hidden argument*/NULL); CMainRole_t4200562839 * L_15 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); ISceneBaseObj_ResumeAnim_m709162895(L_15, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnClkPause() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnClkPause_m3330947500 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnClkPause_m3330947500_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_PauseBtn_9(); NullCheck(L_0); GameObject_SetActive_m796801857(L_0, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = __this->get_m_PauseWnd_10(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)1, /*hidden argument*/NULL); AudioSource_t3935305588 * L_2 = __this->get_m_audioSource_13(); NullCheck(L_2); float L_3 = AudioSource_get_time_m2174765632(L_2, /*hidden argument*/NULL); __this->set_m_timeLast_22(L_3); AudioSource_t3935305588 * L_4 = __this->get_m_audioSource_13(); NullCheck(L_4); AudioSource_Pause_m1501822765(L_4, /*hidden argument*/NULL); CSceneService_t551449725 * L_5 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CSceneModelObj_t2681526009 * L_6 = CSceneService_GetSceneObj_m85658510(L_5, /*hidden argument*/NULL); NullCheck(L_6); bool L_7 = ISceneBaseObj_IsValid_m1197404667(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0062; } } { CSceneService_t551449725 * L_8 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CSceneModelObj_t2681526009 * L_9 = CSceneService_GetSceneObj_m85658510(L_8, /*hidden argument*/NULL); NullCheck(L_9); Transform_t3600365921 * L_10 = ISceneBaseObj_GetTransform_m3818769012(L_9, /*hidden argument*/NULL); NullCheck(L_10); Component_SendMessage_m1441147224(L_10, _stringLiteral3381445986, 1, /*hidden argument*/NULL); } IL_0062: { __this->set_m_bActiveMovie_18((bool)0); CAnimSystem_t3541144328 * L_11 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_11); CAnimSystem_Pause_m710802674(L_11, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_12 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CAnimSystem_Pause_m710802674(L_12, /*hidden argument*/NULL); CMainRole_t4200562839 * L_13 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); ISceneBaseObj_PauseAnim_m3513522981(L_13, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_LateUpdate_m3174713289 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_LateUpdate_m3174713289_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CRoot_OnAfterAnim_m836018578(L_0, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::Update() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_Update_m821281251 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_Update_m821281251_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { bool L_0 = __this->get_m_bActiveMovie_18(); if (!L_0) { goto IL_0051; } } { float L_1 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); float L_2 = __this->get_m_movieLabor_23(); V_0 = ((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)); float L_3 = V_0; if ((!(((float)(0.0f)) > ((float)L_3)))) { goto IL_0036; } } { float L_4 = V_0; AudioSource_t3935305588 * L_5 = __this->get_m_audioSource_13(); NullCheck(L_5); AudioClip_t3680889665 * L_6 = AudioSource_get_clip_m1234340632(L_5, /*hidden argument*/NULL); NullCheck(L_6); float L_7 = AudioClip_get_length_m4269890037(L_6, /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_add((float)L_4, (float)L_7)); } IL_0036: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_8 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); float L_9 = V_0; CRoot_t1043641654 * L_10 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); float L_11 = ILogicBase_Tell_m124438213(L_10, /*hidden argument*/NULL); NullCheck(L_8); CRoot_OnTick_m1920649087(L_8, ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), /*hidden argument*/NULL); goto IL_006b; } IL_0051: { bool L_12 = __this->get_m_bEndPage_21(); if (!L_12) { goto IL_006b; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_13 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); float L_14 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); CRoot_OnTick_m1920649087(L_13, L_14, /*hidden argument*/NULL); } IL_006b: { CAnimSystem_t3541144328 * L_15 = __this->get_m_SingleAnimPlayer_26(); if (!L_15) { goto IL_00da; } } { float L_16 = __this->get_m_fLastAnimTime_25(); AudioSource_t3935305588 * L_17 = __this->get_m_audioSource_13(); NullCheck(L_17); float L_18 = AudioSource_get_time_m2174765632(L_17, /*hidden argument*/NULL); if ((!(((float)(5.0f)) < ((float)((float)il2cpp_codegen_subtract((float)L_16, (float)L_18)))))) { goto IL_00b8; } } { CAnimSystem_t3541144328 * L_19 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_19); CAnimSystem_Reset_m3782247179(L_19, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_20 = __this->get_m_SingleAnimPlayer_26(); AudioSource_t3935305588 * L_21 = __this->get_m_audioSource_13(); NullCheck(L_21); float L_22 = AudioSource_get_time_m2174765632(L_21, /*hidden argument*/NULL); NullCheck(L_20); CAnimSystem_Update_m3114549190(L_20, L_22, /*hidden argument*/NULL); goto IL_00da; } IL_00b8: { CAnimSystem_t3541144328 * L_23 = __this->get_m_SingleAnimPlayer_26(); AudioSource_t3935305588 * L_24 = __this->get_m_audioSource_13(); NullCheck(L_24); float L_25 = AudioSource_get_time_m2174765632(L_24, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_26 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_26); float L_27 = CAnimSystem_Tell_m1941641543(L_26, /*hidden argument*/NULL); NullCheck(L_23); CAnimSystem_Update_m3114549190(L_23, ((float)il2cpp_codegen_subtract((float)L_25, (float)L_27)), /*hidden argument*/NULL); } IL_00da: { AudioSource_t3935305588 * L_28 = __this->get_m_audioSource_13(); NullCheck(L_28); float L_29 = AudioSource_get_time_m2174765632(L_28, /*hidden argument*/NULL); __this->set_m_fLastAnimTime_25(L_29); bool L_30 = __this->get_m_First_20(); if (!L_30) { goto IL_012b; } } { __this->set_m_First_20((bool)0); CSceneService_t551449725 * L_31 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); CSceneModelObj_t2681526009 * L_32 = CSceneService_GetSceneObj_m85658510(L_31, /*hidden argument*/NULL); NullCheck(L_32); bool L_33 = ISceneBaseObj_IsValid_m1197404667(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_012b; } } { CSceneService_t551449725 * L_34 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_34); CSceneModelObj_t2681526009 * L_35 = CSceneService_GetSceneObj_m85658510(L_34, /*hidden argument*/NULL); NullCheck(L_35); Transform_t3600365921 * L_36 = ISceneBaseObj_GetTransform_m3818769012(L_35, /*hidden argument*/NULL); NullCheck(L_36); Component_SendMessage_m1441147224(L_36, _stringLiteral3381445986, 1, /*hidden argument*/NULL); } IL_012b: { return; } } // System.Void monoIntroduction::OnWillShowEndPage(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnWillShowEndPage_m2039323955 (monoIntroduction_t1508182689 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnWillShowEndPage_m2039323955_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CSceneModelObj_t2681526009 * L_1 = CSceneService_GetSceneObj_m85658510(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002e; } } { CSceneService_t551449725 * L_3 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CSceneModelObj_t2681526009 * L_4 = CSceneService_GetSceneObj_m85658510(L_3, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(L_4, /*hidden argument*/NULL); NullCheck(L_5); Component_SendMessage_m1441147224(L_5, _stringLiteral3381445986, 1, /*hidden argument*/NULL); } IL_002e: { GameObject_t1113636619 * L_6 = __this->get_m_End_3(); NullCheck(L_6); GameObject_SetActive_m796801857(L_6, (bool)1, /*hidden argument*/NULL); ISoundManager_t434164892 * L_7 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); ISoundManager_StopAllMidi_m575867167(L_7, /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnBeatKeyGroupEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnBeatKeyGroupEnd_m3371531316 (monoIntroduction_t1508182689 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { BeatKeyResult_t1335677305 * V_0 = NULL; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CBeatKeyCtrlNode_t1019706062 * L_1 = CBeatKeyManager_GetCtrlNode_m1565279547(L_0, 0, /*hidden argument*/NULL); NullCheck(L_1); BeatKeyResult_t1335677305 * L_2 = CBeatKeyCtrlNode_GetBeatkeySectionResult_m4050231343(L_1, 0, /*hidden argument*/NULL); V_0 = L_2; BeatKeyResult_t1335677305 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = BeatKeyResult_get_m_PerfectCnt_m3291851013(L_3, /*hidden argument*/NULL); if ((((int32_t)0) < ((int32_t)L_4))) { goto IL_0036; } } { BeatKeyResult_t1335677305 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = BeatKeyResult_get_m_GreatCnt_m4274019200(L_5, /*hidden argument*/NULL); if ((((int32_t)0) < ((int32_t)L_6))) { goto IL_0036; } } { BeatKeyResult_t1335677305 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = BeatKeyResult_get_m_CoolCnt_m326624524(L_7, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0041; } } IL_0036: { monoIntroduction_CallScenePageEnd_m1555028260(__this, /*hidden argument*/NULL); goto IL_0048; } IL_0041: { monoIntroduction_OnScenePageEndImpl_m1500825158(__this, (bool)0, /*hidden argument*/NULL); } IL_0048: { return; } } // System.Void monoIntroduction::OnBeatKeySwingGroupEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnBeatKeySwingGroupEnd_m3264514426 (monoIntroduction_t1508182689 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnBeatKeySwingGroupEnd_m3264514426_MetadataUsageId); s_Il2CppMethodInitialized = true; } BeatKeyResult_t1335677305 * V_0 = NULL; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CBeatKeyCtrlNode_t1019706062 * L_1 = CBeatKeyManager_GetCtrlNode_m1565279547(L_0, 0, /*hidden argument*/NULL); NullCheck(L_1); BeatKeyResult_t1335677305 * L_2 = CBeatKeyCtrlNode_GetBeatkeySectionResult_m4050231343(L_1, 0, /*hidden argument*/NULL); V_0 = L_2; BeatKeyResult_t1335677305 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = BeatKeyResult_get_m_PerfectCnt_m3291851013(L_3, /*hidden argument*/NULL); if ((((int32_t)0) < ((int32_t)L_4))) { goto IL_0036; } } { BeatKeyResult_t1335677305 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = BeatKeyResult_get_m_GreatCnt_m4274019200(L_5, /*hidden argument*/NULL); if ((((int32_t)0) < ((int32_t)L_6))) { goto IL_0036; } } { BeatKeyResult_t1335677305 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = BeatKeyResult_get_m_CoolCnt_m326624524(L_7, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0041; } } IL_0036: { monoIntroduction_CallScenePageEnd_m1555028260(__this, /*hidden argument*/NULL); goto IL_0048; } IL_0041: { monoIntroduction_OnScenePageEndImpl_m1500825158(__this, (bool)0, /*hidden argument*/NULL); } IL_0048: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_9 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CWndController_HideUI_m732482071(L_9, ((int32_t)301), /*hidden argument*/NULL); return; } } // System.Void monoIntroduction::OnBeatKeyClassicalGroupEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_OnBeatKeyClassicalGroupEnd_m240334454 (monoIntroduction_t1508182689 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_OnBeatKeyClassicalGroupEnd_m240334454_MetadataUsageId); s_Il2CppMethodInitialized = true; } BeatKeyResult_t1335677305 * V_0 = NULL; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CBeatKeyCtrlNode_t1019706062 * L_1 = CBeatKeyManager_GetCtrlNode_m1565279547(L_0, 0, /*hidden argument*/NULL); NullCheck(L_1); BeatKeyResult_t1335677305 * L_2 = CBeatKeyCtrlNode_GetBeatkeySectionResult_m4050231343(L_1, 0, /*hidden argument*/NULL); V_0 = L_2; BeatKeyResult_t1335677305 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = BeatKeyResult_get_m_PerfectCnt_m3291851013(L_3, /*hidden argument*/NULL); if ((((int32_t)0) < ((int32_t)L_4))) { goto IL_0036; } } { BeatKeyResult_t1335677305 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = BeatKeyResult_get_m_GreatCnt_m4274019200(L_5, /*hidden argument*/NULL); if ((((int32_t)0) < ((int32_t)L_6))) { goto IL_0036; } } { BeatKeyResult_t1335677305 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = BeatKeyResult_get_m_CoolCnt_m326624524(L_7, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0041; } } IL_0036: { monoIntroduction_CallScenePageEnd_m1555028260(__this, /*hidden argument*/NULL); goto IL_0048; } IL_0041: { monoIntroduction_OnScenePageEndImpl_m1500825158(__this, (bool)0, /*hidden argument*/NULL); } IL_0048: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_9 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CWndController_HideUI_m732482071(L_9, ((int32_t)105), /*hidden argument*/NULL); return; } } // System.Single monoIntroduction::GetNextBeatTime() extern "C" IL2CPP_METHOD_ATTR float monoIntroduction_GetNextBeatTime_m3374983228 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_GetNextBeatTime_m3374983228_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; { int32_t L_0 = __this->get_m_MusicBpm_14(); V_0 = ((float)((float)(120.0f)/(float)(((float)((float)L_0))))); AudioSource_t3935305588 * L_1 = __this->get_m_audioSource_13(); NullCheck(L_1); float L_2 = AudioSource_get_time_m2174765632(L_1, /*hidden argument*/NULL); V_1 = L_2; float L_3 = V_1; float L_4 = __this->get_m_MusicStart_15(); float L_5 = V_0; V_2 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_3, (float)L_4))/(float)L_5)); float L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_7 = ceilf(L_6); V_2 = L_7; float L_8 = __this->get_m_MusicStart_15(); float L_9 = V_2; float L_10 = V_0; V_2 = ((float)il2cpp_codegen_add((float)L_8, (float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)))); float L_11 = V_2; return L_11; } } // System.Void monoIntroduction::StartNetBeatKeyGroup() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_StartNetBeatKeyGroup_m4000293604 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_StartNetBeatKeyGroup_m4000293604_MetadataUsageId); s_Il2CppMethodInitialized = true; } CAnimSequence_t1119714129 * 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; int32_t V_6 = 0; CBeatKeySimple_t479423900 * V_7 = NULL; float V_8 = 0.0f; int32_t V_9 = 0; CBeatKeyCouple_t3767634746 * V_10 = NULL; float V_11 = 0.0f; int32_t V_12 = 0; CBeatKeyFollowDirect_t2524907670 * V_13 = NULL; float V_14 = 0.0f; int32_t V_15 = 0; CBeatKeyHold_t782767741 * V_16 = NULL; { CAnimSystem_t3541144328 * L_0 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CAnimSystem_DelSequenceAll_m761186596(L_0, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_1 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CAnimSystem_Reset_m3782247179(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ILogicBase_Reset_m2019494392(L_2, /*hidden argument*/NULL); CBeatKeyManager_t1395295909 * L_3 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CBeatKeyCtrlNode_t1019706062 * L_4 = CBeatKeyManager_GetCtrlNode_m1565279547(L_3, 0, /*hidden argument*/NULL); NullCheck(L_4); CBeatKeyCtrlNode_SetSectionCnt_m3708356064(L_4, 1, /*hidden argument*/NULL); CBeatKeyManager_t1395295909 * L_5 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CBeatKeyCtrlNode_t1019706062 * L_6 = CBeatKeyManager_GetCtrlNode_m1565279547(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); CBeatKeyCtrlNode_SetCurSectionIndex_m589556321(L_6, 0, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_7 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CAnimSequence_t1119714129 * L_8 = CAnimSystem_CreateSequence_m649844871(L_7, _stringLiteral3360591113, /*hidden argument*/NULL); V_0 = L_8; CAnimSystem_t3541144328 * L_9 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CAnimSystem_SetSequenceTimeRange_m3007387705(L_9, _stringLiteral3360591113, (0.0f), (100.0f), /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_10 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_10); CAnimSystem_Reset_m3782247179(L_10, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_11 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_11); CAnimSystem_Resume_m1815678583(L_11, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_12 = __this->get_m_SingleAnimPlayer_26(); AudioSource_t3935305588 * L_13 = __this->get_m_audioSource_13(); NullCheck(L_13); float L_14 = AudioSource_get_time_m2174765632(L_13, /*hidden argument*/NULL); NullCheck(L_12); CAnimSystem_Seek_m3915528829(L_12, L_14, /*hidden argument*/NULL); CMainRole_t4200562839 * L_15 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); ISceneBaseObj_SetIdleAnim_m1936918694(L_15, (String_t*)NULL, /*hidden argument*/NULL); float L_16 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_movieLabor_23(L_16); int32_t L_17 = __this->get_m_MusicBpm_14(); V_1 = ((float)((float)(120.0f)/(float)(((float)((float)L_17))))); AudioSource_t3935305588 * L_18 = __this->get_m_audioSource_13(); NullCheck(L_18); float L_19 = AudioSource_get_time_m2174765632(L_18, /*hidden argument*/NULL); V_2 = L_19; float L_20 = monoIntroduction_GetNextBeatTime_m3374983228(__this, /*hidden argument*/NULL); float L_21 = V_1; V_3 = ((float)il2cpp_codegen_add((float)L_20, (float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_21)))); float L_22 = V_3; float L_23 = V_2; V_4 = ((float)il2cpp_codegen_subtract((float)L_22, (float)L_23)); int32_t L_24 = __this->get_m_activePageIndex_19(); if (L_24) { goto IL_01a4; } } { float L_25 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_26 = ceilf(((float)((float)(2.2f)/(float)L_25))); float L_27 = V_1; V_5 = ((float)il2cpp_codegen_multiply((float)L_26, (float)L_27)); V_6 = 0; goto IL_0174; } IL_00fe: { CBeatKeySimple_t479423900 * L_28 = (CBeatKeySimple_t479423900 *)il2cpp_codegen_object_new(CBeatKeySimple_t479423900_il2cpp_TypeInfo_var); CBeatKeySimple__ctor_m478765235(L_28, /*hidden argument*/NULL); V_7 = L_28; CBeatKeySimple_t479423900 * L_29 = V_7; float L_30 = V_4; NullCheck(L_29); VirtActionInvoker1< float >::Invoke(31 /* System.Void DMCore.DanceMode.IBeatKeys::SetJudgeTime(System.Single) */, L_29, L_30); CBeatKeySimple_t479423900 * L_31 = V_7; float L_32 = V_4; float L_33 = V_4; NullCheck(L_31); CAnimNode_SetTimeRange_m3219375386(L_31, ((float)il2cpp_codegen_subtract((float)L_32, (float)(1.0f))), ((float)il2cpp_codegen_add((float)L_33, (float)(1.2f))), /*hidden argument*/NULL); CBeatKeySimple_t479423900 * L_34 = V_7; int32_t L_35 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_36 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_37; memset(&L_37, 0, sizeof(L_37)); Vector2__ctor_m3970636864((&L_37), ((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_35))))), ((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_36))))), /*hidden argument*/NULL); NullCheck(L_34); VirtActionInvoker1< Vector2_t2156229523 >::Invoke(29 /* System.Void DMCore.DanceMode.IBeatKeys::SetCenter(UnityEngine.Vector2) */, L_34, L_37); CBeatKeySimple_t479423900 * L_38 = V_7; NullCheck(L_38); VirtActionInvoker0::Invoke(21 /* System.Void DMCore.DanceMode.IBeatKeys::OnInit() */, L_38); CAnimSequence_t1119714129 * L_39 = V_0; CBeatKeySimple_t479423900 * L_40 = V_7; NullCheck(L_39); CAnimSequence_AddNode_m4289820994(L_39, L_40, /*hidden argument*/NULL); int32_t L_41 = __this->get_m_cicleCnt_17(); int32_t L_42 = V_6; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1))) == ((int32_t)L_42))) { goto IL_016e; } } { float L_43 = V_4; float L_44 = V_5; V_4 = ((float)il2cpp_codegen_add((float)L_43, (float)L_44)); } IL_016e: { int32_t L_45 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0174: { int32_t L_46 = V_6; int32_t L_47 = __this->get_m_cicleCnt_17(); if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_00fe; } } { CEventManager_t474365641 * L_48 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); float L_49 = V_4; intptr_t L_50 = (intptr_t)monoIntroduction_OnBeatKeyGroupEnd_m3371531316_RuntimeMethod_var; OnEventCall_t3758354630 * L_51 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_51, __this, L_50, /*hidden argument*/NULL); NullCheck(L_48); CEventManager_PushOnce_m1854500591(L_48, ((float)il2cpp_codegen_add((float)L_49, (float)(1.5f))), L_51, /*hidden argument*/NULL); goto IL_047d; } IL_01a4: { int32_t L_52 = __this->get_m_activePageIndex_19(); if ((!(((uint32_t)L_52) == ((uint32_t)1)))) { goto IL_0286; } } { float L_53 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_54 = ceilf(((float)((float)(2.2f)/(float)L_53))); float L_55 = V_1; V_8 = ((float)il2cpp_codegen_multiply((float)L_54, (float)L_55)); V_9 = 0; goto IL_0256; } IL_01c8: { CBeatKeyCouple_t3767634746 * L_56 = (CBeatKeyCouple_t3767634746 *)il2cpp_codegen_object_new(CBeatKeyCouple_t3767634746_il2cpp_TypeInfo_var); CBeatKeyCouple__ctor_m761068436(L_56, /*hidden argument*/NULL); V_10 = L_56; CBeatKeyCouple_t3767634746 * L_57 = V_10; float L_58 = V_4; NullCheck(L_57); VirtActionInvoker1< float >::Invoke(31 /* System.Void DMCore.DanceMode.IBeatKeys::SetJudgeTime(System.Single) */, L_57, L_58); CBeatKeyCouple_t3767634746 * L_59 = V_10; float L_60 = V_4; float L_61 = V_4; NullCheck(L_59); CAnimNode_SetTimeRange_m3219375386(L_59, ((float)il2cpp_codegen_subtract((float)L_60, (float)(1.0f))), ((float)il2cpp_codegen_add((float)L_61, (float)(1.2f))), /*hidden argument*/NULL); CBeatKeyCouple_t3767634746 * L_62 = V_10; int32_t L_63 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_64 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_65; memset(&L_65, 0, sizeof(L_65)); Vector2__ctor_m3970636864((&L_65), ((float)il2cpp_codegen_multiply((float)(0.3f), (float)(((float)((float)L_63))))), ((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_64))))), /*hidden argument*/NULL); NullCheck(L_62); VirtActionInvoker1< Vector2_t2156229523 >::Invoke(29 /* System.Void DMCore.DanceMode.IBeatKeys::SetCenter(UnityEngine.Vector2) */, L_62, L_65); CBeatKeyCouple_t3767634746 * L_66 = V_10; NullCheck(L_66); CBeatKeyCouple_SetOffsetOtherX_m3637047314(L_66, (0.4f), /*hidden argument*/NULL); CBeatKeyCouple_t3767634746 * L_67 = V_10; NullCheck(L_67); CBeatKeyCouple_SetOffsetOtherY_m2029015952(L_67, (0.0f), /*hidden argument*/NULL); CBeatKeyCouple_t3767634746 * L_68 = V_10; NullCheck(L_68); VirtActionInvoker0::Invoke(21 /* System.Void DMCore.DanceMode.IBeatKeys::OnInit() */, L_68); CAnimSequence_t1119714129 * L_69 = V_0; CBeatKeyCouple_t3767634746 * L_70 = V_10; NullCheck(L_69); CAnimSequence_AddNode_m4289820994(L_69, L_70, /*hidden argument*/NULL); int32_t L_71 = __this->get_m_cicleCnt_17(); int32_t L_72 = V_9; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)1))) == ((int32_t)L_72))) { goto IL_0250; } } { float L_73 = V_4; float L_74 = V_8; V_4 = ((float)il2cpp_codegen_add((float)L_73, (float)L_74)); } IL_0250: { int32_t L_75 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_0256: { int32_t L_76 = V_9; int32_t L_77 = __this->get_m_cicleCnt_17(); if ((((int32_t)L_76) < ((int32_t)L_77))) { goto IL_01c8; } } { CEventManager_t474365641 * L_78 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); float L_79 = V_4; intptr_t L_80 = (intptr_t)monoIntroduction_OnBeatKeyGroupEnd_m3371531316_RuntimeMethod_var; OnEventCall_t3758354630 * L_81 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_81, __this, L_80, /*hidden argument*/NULL); NullCheck(L_78); CEventManager_PushOnce_m1854500591(L_78, ((float)il2cpp_codegen_add((float)L_79, (float)(1.5f))), L_81, /*hidden argument*/NULL); goto IL_047d; } IL_0286: { int32_t L_82 = __this->get_m_activePageIndex_19(); if ((!(((uint32_t)L_82) == ((uint32_t)2)))) { goto IL_0390; } } { float L_83 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_84 = ceilf(((float)((float)(2.9f)/(float)L_83))); float L_85 = V_1; V_11 = ((float)il2cpp_codegen_multiply((float)L_84, (float)L_85)); V_12 = 0; goto IL_0360; } IL_02aa: { float L_86 = V_4; float L_87 = V_1; V_4 = ((float)il2cpp_codegen_add((float)L_86, (float)((float)il2cpp_codegen_multiply((float)(3.0f), (float)L_87)))); CBeatKeyFollowDirect_t2524907670 * L_88 = (CBeatKeyFollowDirect_t2524907670 *)il2cpp_codegen_object_new(CBeatKeyFollowDirect_t2524907670_il2cpp_TypeInfo_var); CBeatKeyFollowDirect__ctor_m3328182001(L_88, /*hidden argument*/NULL); V_13 = L_88; CBeatKeyFollowDirect_t2524907670 * L_89 = V_13; float L_90 = V_4; NullCheck(L_89); VirtActionInvoker1< float >::Invoke(31 /* System.Void DMCore.DanceMode.IBeatKeys::SetJudgeTime(System.Single) */, L_89, L_90); CBeatKeyFollowDirect_t2524907670 * L_91 = V_13; float L_92 = V_4; float L_93 = V_4; NullCheck(L_91); CAnimNode_SetTimeRange_m3219375386(L_91, ((float)il2cpp_codegen_subtract((float)L_92, (float)(1.0f))), ((float)il2cpp_codegen_add((float)L_93, (float)(1.9f))), /*hidden argument*/NULL); CBeatKeyFollowDirect_t2524907670 * L_94 = V_13; int32_t L_95 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_96 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_97; memset(&L_97, 0, sizeof(L_97)); Vector2__ctor_m3970636864((&L_97), ((float)il2cpp_codegen_multiply((float)(0.725f), (float)(((float)((float)L_95))))), ((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_96))))), /*hidden argument*/NULL); NullCheck(L_94); VirtActionInvoker1< Vector2_t2156229523 >::Invoke(29 /* System.Void DMCore.DanceMode.IBeatKeys::SetCenter(UnityEngine.Vector2) */, L_94, L_97); CBeatKeyFollowDirect_t2524907670 * L_98 = V_13; NullCheck(L_98); IBeatKeyFollow_SetPingPongCount_m3888037471(L_98, 1, /*hidden argument*/NULL); CBeatKeyFollowDirect_t2524907670 * L_99 = V_13; NullCheck(L_99); IBeatKeyFollow_SetTimePerCircle_m211131485(L_99, (1.2f), /*hidden argument*/NULL); CBeatKeyFollowDirect_t2524907670 * L_100 = V_13; NullCheck(L_100); IBeatKeyFollow_SetJudgePointCount_m2842906423(L_100, 5, /*hidden argument*/NULL); CBeatKeyFollowDirect_t2524907670 * L_101 = V_13; NullCheck(L_101); CBeatKeyFollowDirect_SetAngle_m1791795054(L_101, (180.0f), /*hidden argument*/NULL); CBeatKeyFollowDirect_t2524907670 * L_102 = V_13; NullCheck(L_102); CBeatKeyFollowDirect_SetLength_m3015457432(L_102, (300.0f), /*hidden argument*/NULL); CBeatKeyFollowDirect_t2524907670 * L_103 = V_13; NullCheck(L_103); VirtActionInvoker0::Invoke(21 /* System.Void DMCore.DanceMode.IBeatKeys::OnInit() */, L_103); CAnimSequence_t1119714129 * L_104 = V_0; CBeatKeyFollowDirect_t2524907670 * L_105 = V_13; NullCheck(L_104); CAnimSequence_AddNode_m4289820994(L_104, L_105, /*hidden argument*/NULL); int32_t L_106 = __this->get_m_cicleCnt_17(); int32_t L_107 = V_12; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_106, (int32_t)1))) == ((int32_t)L_107))) { goto IL_035a; } } { float L_108 = V_4; float L_109 = V_11; V_4 = ((float)il2cpp_codegen_add((float)L_108, (float)L_109)); } IL_035a: { int32_t L_110 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)); } IL_0360: { int32_t L_111 = V_12; int32_t L_112 = __this->get_m_cicleCnt_17(); if ((((int32_t)L_111) < ((int32_t)L_112))) { goto IL_02aa; } } { CEventManager_t474365641 * L_113 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); float L_114 = V_4; intptr_t L_115 = (intptr_t)monoIntroduction_OnBeatKeyGroupEnd_m3371531316_RuntimeMethod_var; OnEventCall_t3758354630 * L_116 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_116, __this, L_115, /*hidden argument*/NULL); NullCheck(L_113); CEventManager_PushOnce_m1854500591(L_113, ((float)il2cpp_codegen_add((float)L_114, (float)(2.2f))), L_116, /*hidden argument*/NULL); goto IL_047d; } IL_0390: { int32_t L_117 = __this->get_m_activePageIndex_19(); if ((!(((uint32_t)L_117) == ((uint32_t)3)))) { goto IL_046e; } } { float L_118 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_119 = ceilf(((float)((float)(3.4f)/(float)L_118))); float L_120 = V_1; V_14 = ((float)il2cpp_codegen_multiply((float)L_119, (float)L_120)); V_15 = 0; goto IL_043e; } IL_03b4: { CBeatKeyHold_t782767741 * L_121 = (CBeatKeyHold_t782767741 *)il2cpp_codegen_object_new(CBeatKeyHold_t782767741_il2cpp_TypeInfo_var); CBeatKeyHold__ctor_m2251009198(L_121, /*hidden argument*/NULL); V_16 = L_121; CBeatKeyHold_t782767741 * L_122 = V_16; float L_123 = V_4; NullCheck(L_122); VirtActionInvoker1< float >::Invoke(31 /* System.Void DMCore.DanceMode.IBeatKeys::SetJudgeTime(System.Single) */, L_122, L_123); CBeatKeyHold_t782767741 * L_124 = V_16; float L_125 = V_4; float L_126 = V_4; NullCheck(L_124); CAnimNode_SetTimeRange_m3219375386(L_124, ((float)il2cpp_codegen_subtract((float)L_125, (float)(1.0f))), ((float)il2cpp_codegen_add((float)L_126, (float)(2.4f))), /*hidden argument*/NULL); CBeatKeyHold_t782767741 * L_127 = V_16; int32_t L_128 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_129 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_130; memset(&L_130, 0, sizeof(L_130)); Vector2__ctor_m3970636864((&L_130), ((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_128))))), ((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_129))))), /*hidden argument*/NULL); NullCheck(L_127); VirtActionInvoker1< Vector2_t2156229523 >::Invoke(29 /* System.Void DMCore.DanceMode.IBeatKeys::SetCenter(UnityEngine.Vector2) */, L_127, L_130); CBeatKeyHold_t782767741 * L_131 = V_16; NullCheck(L_131); CBeatKeyHold_SetJudgePointCount_m2357206469(L_131, 6, /*hidden argument*/NULL); CBeatKeyHold_t782767741 * L_132 = V_16; NullCheck(L_132); CBeatKeyHold_SetHoldTime_m2063419916(L_132, (1.2f), /*hidden argument*/NULL); CBeatKeyHold_t782767741 * L_133 = V_16; NullCheck(L_133); VirtActionInvoker0::Invoke(21 /* System.Void DMCore.DanceMode.IBeatKeys::OnInit() */, L_133); CAnimSequence_t1119714129 * L_134 = V_0; CBeatKeyHold_t782767741 * L_135 = V_16; NullCheck(L_134); CAnimSequence_AddNode_m4289820994(L_134, L_135, /*hidden argument*/NULL); int32_t L_136 = __this->get_m_cicleCnt_17(); int32_t L_137 = V_15; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)1))) == ((int32_t)L_137))) { goto IL_0438; } } { float L_138 = V_4; float L_139 = V_14; V_4 = ((float)il2cpp_codegen_add((float)L_138, (float)L_139)); } IL_0438: { int32_t L_140 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1)); } IL_043e: { int32_t L_141 = V_15; int32_t L_142 = __this->get_m_cicleCnt_17(); if ((((int32_t)L_141) < ((int32_t)L_142))) { goto IL_03b4; } } { CEventManager_t474365641 * L_143 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); float L_144 = V_4; intptr_t L_145 = (intptr_t)monoIntroduction_OnBeatKeyGroupEnd_m3371531316_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); NullCheck(L_143); CEventManager_PushOnce_m1854500591(L_143, ((float)il2cpp_codegen_add((float)L_144, (float)(3.0f))), L_146, /*hidden argument*/NULL); goto IL_047d; } IL_046e: { CLogHelp_t779629444 * L_147 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_147); CLogHelp_Log_m386290467(L_147, _stringLiteral348234254, /*hidden argument*/NULL); } IL_047d: { return; } } // System.Void monoIntroduction::StartNetSwingKeyGroup() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_StartNetSwingKeyGroup_m1039600271 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_StartNetSwingKeyGroup_m1039600271_MetadataUsageId); s_Il2CppMethodInitialized = true; } CAnimSequence_t1119714129 * 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; int32_t V_6 = 0; CBeatKeySwingSimple_t4104270215 * V_7 = NULL; float V_8 = 0.0f; int32_t V_9 = 0; CBeatKeySwingCouple_t1807003983 * V_10 = NULL; float V_11 = 0.0f; int32_t V_12 = 0; CBeatKeySwingHold_t593251827 * V_13 = NULL; { CAnimSystem_t3541144328 * L_0 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CAnimSystem_DelSequenceAll_m761186596(L_0, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_1 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CAnimSystem_Reset_m3782247179(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ILogicBase_Reset_m2019494392(L_2, /*hidden argument*/NULL); CBeatKeyManager_t1395295909 * L_3 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CBeatKeyCtrlNode_t1019706062 * L_4 = CBeatKeyManager_GetCtrlNode_m1565279547(L_3, 0, /*hidden argument*/NULL); NullCheck(L_4); CBeatKeyCtrlNode_SetSectionCnt_m3708356064(L_4, 1, /*hidden argument*/NULL); CBeatKeyManager_t1395295909 * L_5 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CBeatKeyCtrlNode_t1019706062 * L_6 = CBeatKeyManager_GetCtrlNode_m1565279547(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); CBeatKeyCtrlNode_SetCurSectionIndex_m589556321(L_6, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_7 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CWndController_ShowUI_m3552255067(L_7, ((int32_t)301), /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_8 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CAnimSequence_t1119714129 * L_9 = CAnimSystem_CreateSequence_m649844871(L_8, _stringLiteral1791344007, /*hidden argument*/NULL); V_0 = L_9; CAnimSystem_t3541144328 * L_10 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CAnimSystem_SetSequenceTimeRange_m3007387705(L_10, _stringLiteral1791344007, (0.0f), (100.0f), /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_11 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_11); CAnimSystem_Reset_m3782247179(L_11, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_12 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_12); CAnimSystem_Resume_m1815678583(L_12, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_13 = __this->get_m_SingleAnimPlayer_26(); AudioSource_t3935305588 * L_14 = __this->get_m_audioSource_13(); NullCheck(L_14); float L_15 = AudioSource_get_time_m2174765632(L_14, /*hidden argument*/NULL); NullCheck(L_13); CAnimSystem_Seek_m3915528829(L_13, L_15, /*hidden argument*/NULL); CMainRole_t4200562839 * L_16 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); ISceneBaseObj_SetIdleAnim_m1936918694(L_16, (String_t*)NULL, /*hidden argument*/NULL); float L_17 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_movieLabor_23(L_17); int32_t L_18 = __this->get_m_MusicBpm_14(); V_1 = ((float)((float)(120.0f)/(float)(((float)((float)L_18))))); AudioSource_t3935305588 * L_19 = __this->get_m_audioSource_13(); NullCheck(L_19); float L_20 = AudioSource_get_time_m2174765632(L_19, /*hidden argument*/NULL); V_2 = L_20; float L_21 = monoIntroduction_GetNextBeatTime_m3374983228(__this, /*hidden argument*/NULL); float L_22 = V_1; V_3 = ((float)il2cpp_codegen_add((float)L_21, (float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_22)))); float L_23 = V_3; float L_24 = V_2; V_4 = ((float)il2cpp_codegen_subtract((float)L_23, (float)L_24)); int32_t L_25 = __this->get_m_activePageIndex_19(); if (L_25) { goto IL_019c; } } { float L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_27 = ceilf(((float)((float)(2.2f)/(float)L_26))); float L_28 = V_1; V_5 = ((float)il2cpp_codegen_multiply((float)L_27, (float)L_28)); V_6 = 0; goto IL_016c; } IL_010e: { CBeatKeySwingSimple_t4104270215 * L_29 = (CBeatKeySwingSimple_t4104270215 *)il2cpp_codegen_object_new(CBeatKeySwingSimple_t4104270215_il2cpp_TypeInfo_var); CBeatKeySwingSimple__ctor_m1984930385(L_29, /*hidden argument*/NULL); V_7 = L_29; CBeatKeySwingSimple_t4104270215 * L_30 = V_7; float L_31 = V_4; NullCheck(L_30); VirtActionInvoker1< float >::Invoke(23 /* System.Void DMCore.DanceMode.IBeatKeySwingBase::SetJudgeTime(System.Single) */, L_30, L_31); CBeatKeySwingSimple_t4104270215 * L_32 = V_7; float L_33 = V_4; float L_34 = V_4; NullCheck(L_32); CAnimNode_SetTimeRange_m3219375386(L_32, ((float)il2cpp_codegen_subtract((float)L_33, (float)(1.0f))), ((float)il2cpp_codegen_add((float)L_34, (float)(1.2f))), /*hidden argument*/NULL); CBeatKeySwingSimple_t4104270215 * L_35 = V_7; int32_t L_36 = V_6; NullCheck(L_35); IBeatKeySwingBase_SetFirstGroup_m491994526(L_35, ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_36)), /*hidden argument*/NULL); CBeatKeySwingSimple_t4104270215 * L_37 = V_7; NullCheck(L_37); VirtActionInvoker0::Invoke(25 /* System.Void DMCore.DanceMode.IBeatKeySwingBase::OnInit() */, L_37); CAnimSequence_t1119714129 * L_38 = V_0; CBeatKeySwingSimple_t4104270215 * L_39 = V_7; NullCheck(L_38); CAnimSequence_AddNode_m4289820994(L_38, L_39, /*hidden argument*/NULL); int32_t L_40 = __this->get_m_cicleCnt_17(); int32_t L_41 = V_6; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1))) == ((int32_t)L_41))) { goto IL_0166; } } { float L_42 = V_4; float L_43 = V_5; V_4 = ((float)il2cpp_codegen_add((float)L_42, (float)L_43)); } IL_0166: { int32_t L_44 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_016c: { int32_t L_45 = V_6; int32_t L_46 = __this->get_m_cicleCnt_17(); if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_010e; } } { CEventManager_t474365641 * L_47 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); float L_48 = V_4; intptr_t L_49 = (intptr_t)monoIntroduction_OnBeatKeySwingGroupEnd_m3264514426_RuntimeMethod_var; OnEventCall_t3758354630 * L_50 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_50, __this, L_49, /*hidden argument*/NULL); NullCheck(L_47); CEventManager_PushOnce_m1854500591(L_47, ((float)il2cpp_codegen_add((float)L_48, (float)(1.5f))), L_50, /*hidden argument*/NULL); goto IL_0329; } IL_019c: { int32_t L_51 = __this->get_m_activePageIndex_19(); if ((!(((uint32_t)L_51) == ((uint32_t)1)))) { goto IL_0254; } } { float L_52 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_53 = ceilf(((float)((float)(2.2f)/(float)L_52))); float L_54 = V_1; V_8 = ((float)il2cpp_codegen_multiply((float)L_53, (float)L_54)); V_9 = 0; goto IL_0224; } IL_01c0: { CBeatKeySwingCouple_t1807003983 * L_55 = (CBeatKeySwingCouple_t1807003983 *)il2cpp_codegen_object_new(CBeatKeySwingCouple_t1807003983_il2cpp_TypeInfo_var); CBeatKeySwingCouple__ctor_m3765835536(L_55, /*hidden argument*/NULL); V_10 = L_55; CBeatKeySwingCouple_t1807003983 * L_56 = V_10; float L_57 = V_4; NullCheck(L_56); VirtActionInvoker1< float >::Invoke(23 /* System.Void DMCore.DanceMode.IBeatKeySwingBase::SetJudgeTime(System.Single) */, L_56, L_57); CBeatKeySwingCouple_t1807003983 * L_58 = V_10; float L_59 = V_4; float L_60 = V_4; NullCheck(L_58); CAnimNode_SetTimeRange_m3219375386(L_58, ((float)il2cpp_codegen_subtract((float)L_59, (float)(1.0f))), ((float)il2cpp_codegen_add((float)L_60, (float)(1.2f))), /*hidden argument*/NULL); CBeatKeySwingCouple_t1807003983 * L_61 = V_10; NullCheck(L_61); IBeatKeySwingBase_SetFirstGroup_m491994526(L_61, 2, /*hidden argument*/NULL); CBeatKeySwingCouple_t1807003983 * L_62 = V_10; NullCheck(L_62); CBeatKeySwingCouple_SetSecondGroup_m2827128829(L_62, 4, /*hidden argument*/NULL); CBeatKeySwingCouple_t1807003983 * L_63 = V_10; NullCheck(L_63); VirtActionInvoker0::Invoke(25 /* System.Void DMCore.DanceMode.IBeatKeySwingBase::OnInit() */, L_63); CAnimSequence_t1119714129 * L_64 = V_0; CBeatKeySwingCouple_t1807003983 * L_65 = V_10; NullCheck(L_64); CAnimSequence_AddNode_m4289820994(L_64, L_65, /*hidden argument*/NULL); int32_t L_66 = __this->get_m_cicleCnt_17(); int32_t L_67 = V_9; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1))) == ((int32_t)L_67))) { goto IL_021e; } } { float L_68 = V_4; float L_69 = V_8; V_4 = ((float)il2cpp_codegen_add((float)L_68, (float)L_69)); } IL_021e: { int32_t L_70 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_0224: { int32_t L_71 = V_9; int32_t L_72 = __this->get_m_cicleCnt_17(); if ((((int32_t)L_71) < ((int32_t)L_72))) { goto IL_01c0; } } { CEventManager_t474365641 * L_73 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); float L_74 = V_4; intptr_t L_75 = (intptr_t)monoIntroduction_OnBeatKeySwingGroupEnd_m3264514426_RuntimeMethod_var; OnEventCall_t3758354630 * L_76 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_76, __this, L_75, /*hidden argument*/NULL); NullCheck(L_73); CEventManager_PushOnce_m1854500591(L_73, ((float)il2cpp_codegen_add((float)L_74, (float)(1.5f))), L_76, /*hidden argument*/NULL); goto IL_0329; } IL_0254: { int32_t L_77 = __this->get_m_activePageIndex_19(); if ((!(((uint32_t)L_77) == ((uint32_t)2)))) { goto IL_031a; } } { float L_78 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_79 = ceilf(((float)((float)(2.8f)/(float)L_78))); float L_80 = V_1; V_11 = ((float)il2cpp_codegen_multiply((float)L_79, (float)L_80)); V_12 = 0; goto IL_02ea; } IL_0278: { CBeatKeySwingHold_t593251827 * L_81 = (CBeatKeySwingHold_t593251827 *)il2cpp_codegen_object_new(CBeatKeySwingHold_t593251827_il2cpp_TypeInfo_var); CBeatKeySwingHold__ctor_m1962414686(L_81, /*hidden argument*/NULL); V_13 = L_81; CBeatKeySwingHold_t593251827 * L_82 = V_13; float L_83 = V_4; NullCheck(L_82); VirtActionInvoker1< float >::Invoke(23 /* System.Void DMCore.DanceMode.IBeatKeySwingBase::SetJudgeTime(System.Single) */, L_82, L_83); CBeatKeySwingHold_t593251827 * L_84 = V_13; float L_85 = V_4; float L_86 = V_4; NullCheck(L_84); CAnimNode_SetTimeRange_m3219375386(L_84, ((float)il2cpp_codegen_subtract((float)L_85, (float)(1.0f))), ((float)il2cpp_codegen_add((float)L_86, (float)(1.8f))), /*hidden argument*/NULL); CBeatKeySwingHold_t593251827 * L_87 = V_13; int32_t L_88 = V_12; NullCheck(L_87); IBeatKeySwingBase_SetFirstGroup_m491994526(L_87, ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_88)), /*hidden argument*/NULL); CBeatKeySwingHold_t593251827 * L_89 = V_13; NullCheck(L_89); CBeatKeySwingHold_SetHoldTime_m3675841006(L_89, (1.0f), /*hidden argument*/NULL); CBeatKeySwingHold_t593251827 * L_90 = V_13; NullCheck(L_90); CBeatKeySwingHold_SetJudgePointCount_m549643017(L_90, 5, /*hidden argument*/NULL); CBeatKeySwingHold_t593251827 * L_91 = V_13; NullCheck(L_91); VirtActionInvoker0::Invoke(25 /* System.Void DMCore.DanceMode.IBeatKeySwingBase::OnInit() */, L_91); CAnimSequence_t1119714129 * L_92 = V_0; CBeatKeySwingHold_t593251827 * L_93 = V_13; NullCheck(L_92); CAnimSequence_AddNode_m4289820994(L_92, L_93, /*hidden argument*/NULL); int32_t L_94 = __this->get_m_cicleCnt_17(); int32_t L_95 = V_12; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)1))) == ((int32_t)L_95))) { goto IL_02e4; } } { float L_96 = V_4; float L_97 = V_11; V_4 = ((float)il2cpp_codegen_add((float)L_96, (float)L_97)); } IL_02e4: { int32_t L_98 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); } IL_02ea: { int32_t L_99 = V_12; int32_t L_100 = __this->get_m_cicleCnt_17(); if ((((int32_t)L_99) < ((int32_t)L_100))) { goto IL_0278; } } { CEventManager_t474365641 * L_101 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); float L_102 = V_4; intptr_t L_103 = (intptr_t)monoIntroduction_OnBeatKeySwingGroupEnd_m3264514426_RuntimeMethod_var; OnEventCall_t3758354630 * L_104 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_104, __this, L_103, /*hidden argument*/NULL); NullCheck(L_101); CEventManager_PushOnce_m1854500591(L_101, ((float)il2cpp_codegen_add((float)L_102, (float)(1.5f))), L_104, /*hidden argument*/NULL); goto IL_0329; } IL_031a: { CLogHelp_t779629444 * L_105 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_105); CLogHelp_Log_m386290467(L_105, _stringLiteral348234254, /*hidden argument*/NULL); } IL_0329: { return; } } // System.Void monoIntroduction::StartNetClassicalKeyGroup() extern "C" IL2CPP_METHOD_ATTR void monoIntroduction_StartNetClassicalKeyGroup_m2974877743 (monoIntroduction_t1508182689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (monoIntroduction_StartNetClassicalKeyGroup_m2974877743_MetadataUsageId); s_Il2CppMethodInitialized = true; } CAnimSequence_t1119714129 * 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; int32_t V_6 = 0; ClassicalKeyQueue_t335011495 * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; ClassicalKeyUnit_t2831186819 * V_11 = NULL; int32_t V_12 = 0; { CAnimSystem_t3541144328 * L_0 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CAnimSystem_DelSequenceAll_m761186596(L_0, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_1 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CAnimSystem_Reset_m3782247179(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ILogicBase_Reset_m2019494392(L_2, /*hidden argument*/NULL); CBeatKeyManager_t1395295909 * L_3 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CBeatKeyCtrlNode_t1019706062 * L_4 = CBeatKeyManager_GetCtrlNode_m1565279547(L_3, 0, /*hidden argument*/NULL); NullCheck(L_4); CBeatKeyCtrlNode_SetSectionCnt_m3708356064(L_4, 1, /*hidden argument*/NULL); CBeatKeyManager_t1395295909 * L_5 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CBeatKeyCtrlNode_t1019706062 * L_6 = CBeatKeyManager_GetCtrlNode_m1565279547(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); CBeatKeyCtrlNode_SetCurSectionIndex_m589556321(L_6, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_7 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CWndController_ShowUI_m3552255067(L_7, ((int32_t)105), /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_8 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CAnimSequence_t1119714129 * L_9 = CAnimSystem_CreateSequence_m649844871(L_8, _stringLiteral1486599259, /*hidden argument*/NULL); V_0 = L_9; CAnimSystem_t3541144328 * L_10 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CAnimSystem_SetSequenceTimeRange_m3007387705(L_10, _stringLiteral1486599259, (0.0f), (100.0f), /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_11 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_11); CAnimSystem_Reset_m3782247179(L_11, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_12 = __this->get_m_SingleAnimPlayer_26(); NullCheck(L_12); CAnimSystem_Resume_m1815678583(L_12, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_13 = __this->get_m_SingleAnimPlayer_26(); AudioSource_t3935305588 * L_14 = __this->get_m_audioSource_13(); NullCheck(L_14); float L_15 = AudioSource_get_time_m2174765632(L_14, /*hidden argument*/NULL); NullCheck(L_13); CAnimSystem_Seek_m3915528829(L_13, L_15, /*hidden argument*/NULL); CMainRole_t4200562839 * L_16 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); ISceneBaseObj_SetIdleAnim_m1936918694(L_16, (String_t*)NULL, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceModeManager_set_PlayMode_m3679479831(NULL /*static, unused*/, 3, /*hidden argument*/NULL); float L_17 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_movieLabor_23(L_17); int32_t L_18 = __this->get_m_MusicBpm_14(); V_1 = ((float)((float)(120.0f)/(float)(((float)((float)L_18))))); AudioSource_t3935305588 * L_19 = __this->get_m_audioSource_13(); NullCheck(L_19); float L_20 = AudioSource_get_time_m2174765632(L_19, /*hidden argument*/NULL); V_2 = L_20; float L_21 = monoIntroduction_GetNextBeatTime_m3374983228(__this, /*hidden argument*/NULL); float L_22 = V_1; V_3 = ((float)il2cpp_codegen_add((float)L_21, (float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_22)))); float L_23 = V_3; float L_24 = V_2; V_4 = ((float)il2cpp_codegen_subtract((float)L_23, (float)L_24)); int32_t L_25 = __this->get_m_activePageIndex_19(); if (L_25) { goto IL_0217; } } { float L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_27 = ceilf(((float)((float)(5.0f)/(float)L_26))); float L_28 = V_1; V_5 = ((float)il2cpp_codegen_multiply((float)L_27, (float)L_28)); V_6 = 0; goto IL_01e7; } IL_0111: { ClassicalKeyQueue_t335011495 * L_29 = (ClassicalKeyQueue_t335011495 *)il2cpp_codegen_object_new(ClassicalKeyQueue_t335011495_il2cpp_TypeInfo_var); ClassicalKeyQueue__ctor_m3079727264(L_29, /*hidden argument*/NULL); V_7 = L_29; ClassicalKeyQueue_t335011495 * L_30 = V_7; int32_t L_31 = V_6; NullCheck(L_30); L_30->set_QueueIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))); ClassicalKeyQueue_t335011495 * L_32 = V_7; float L_33 = V_4; float L_34 = V_4; NullCheck(L_32); CAnimNode_SetTimeRange_m3219375386(L_32, ((float)il2cpp_codegen_subtract((float)L_33, (float)(1.0f))), ((float)il2cpp_codegen_add((float)L_34, (float)(4.0f))), /*hidden argument*/NULL); ClassicalKeyQueue_t335011495 * L_35 = V_7; float L_36 = V_4; NullCheck(L_35); L_35->set_JudgeTime_8(((float)il2cpp_codegen_add((float)L_36, (float)(3.0f)))); ClassicalKeyQueue_t335011495 * L_37 = V_7; NullCheck(L_37); L_37->set_KeyLevel_9(3); V_8 = 0; V_9 = 0; V_10 = 0; goto IL_01b5; } IL_015f: { ClassicalKeyUnit_t2831186819 * L_38 = (ClassicalKeyUnit_t2831186819 *)il2cpp_codegen_object_new(ClassicalKeyUnit_t2831186819_il2cpp_TypeInfo_var); ClassicalKeyUnit__ctor_m4052763507(L_38, /*hidden argument*/NULL); V_11 = L_38; ClassicalKeyUnit_t2831186819 * L_39 = V_11; int32_t L_40 = V_8; int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); V_8 = L_41; NullCheck(L_39); L_39->set_KeyID_0(L_41); int32_t L_42 = CMathHelp_RandomRange_m3121534333(NULL /*static, unused*/, 1, 3, /*hidden argument*/NULL); V_12 = L_42; goto IL_018b; } IL_0182: { int32_t L_43 = CMathHelp_RandomRange_m3121534333(NULL /*static, unused*/, 1, 3, /*hidden argument*/NULL); V_12 = L_43; } IL_018b: { int32_t L_44 = V_12; int32_t L_45 = V_9; if ((((int32_t)L_44) == ((int32_t)L_45))) { goto IL_0182; } } { ClassicalKeyUnit_t2831186819 * L_46 = V_11; int32_t L_47 = V_12; NullCheck(L_46); L_46->set_KeyValue_1(L_47); int32_t L_48 = V_12; V_9 = L_48; ClassicalKeyQueue_t335011495 * L_49 = V_7; NullCheck(L_49); List_1_t8294265 * L_50 = L_49->get_KeyData_10(); ClassicalKeyUnit_t2831186819 * L_51 = V_11; NullCheck(L_50); List_1_Add_m4247163161(L_50, L_51, /*hidden argument*/List_1_Add_m4247163161_RuntimeMethod_var); int32_t L_52 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_01b5: { int32_t L_53 = V_10; ClassicalKeyQueue_t335011495 * L_54 = V_7; NullCheck(L_54); int32_t L_55 = L_54->get_KeyLevel_9(); if ((((int32_t)L_53) < ((int32_t)L_55))) { goto IL_015f; } } { CAnimSequence_t1119714129 * L_56 = V_0; ClassicalKeyQueue_t335011495 * L_57 = V_7; NullCheck(L_56); CAnimSequence_AddNode_m4289820994(L_56, L_57, /*hidden argument*/NULL); int32_t L_58 = __this->get_m_cicleCnt_17(); int32_t L_59 = V_6; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1))) == ((int32_t)L_59))) { goto IL_01e1; } } { float L_60 = V_4; float L_61 = V_5; V_4 = ((float)il2cpp_codegen_add((float)L_60, (float)L_61)); } IL_01e1: { int32_t L_62 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_01e7: { int32_t L_63 = V_6; int32_t L_64 = __this->get_m_cicleCnt_17(); if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_0111; } } { CEventManager_t474365641 * L_65 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); float L_66 = V_4; intptr_t L_67 = (intptr_t)monoIntroduction_OnBeatKeyClassicalGroupEnd_m240334454_RuntimeMethod_var; OnEventCall_t3758354630 * L_68 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_68, __this, L_67, /*hidden argument*/NULL); NullCheck(L_65); CEventManager_PushOnce_m1854500591(L_65, ((float)il2cpp_codegen_add((float)L_66, (float)(5.0f))), L_68, /*hidden argument*/NULL); goto IL_0226; } IL_0217: { CLogHelp_t779629444 * L_69 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_69); CLogHelp_Log_m386290467(L_69, _stringLiteral348234254, /*hidden argument*/NULL); } IL_0226: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif