#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 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 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 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 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 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 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 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 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); } }; // FitFun.NetworkManager struct NetworkManager_t478833449; // FitFun.Singleton`1 struct Singleton_1_t3098501191; // FitFun.Singleton`1 struct Singleton_1_t1404806610; // DMCore.Net.CNetService struct CNetService_t1201271315; // FitFun.NetMainLogic struct NetMainLogic_t1947403438; // System.String struct String_t; // System.Action`1 struct Action_1_t269755560; // System.Byte[] struct ByteU5BU5D_t4116647657; // FitFun.onRotateClickEvent struct onRotateClickEvent_t801432223; // UnityEngine.Events.UnityEvent struct UnityEvent_t2581268647; // FitFun.RectTrasnformUtil struct RectTrasnformUtil_t2659915505; // UnityEngine.RectTransform struct RectTransform_t3704657025; // UnityEngine.Object struct Object_t631007953; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // FitFun.ResourceLoader struct ResourceLoader_t3324724122; // CommonConfig struct CommonConfig_t3465714547; // CommonConfigData struct CommonConfigData_t3450334410; // UnityEngine.TextAsset struct TextAsset_t3022178571; // System.Text.Encoding struct Encoding_t1523322056; // FitFun.ResourceManager struct ResourceManager_t3564538606; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t2044983931; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t1560551489; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t939163551; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // UnityEngine.AssetBundle struct AssetBundle_t1153907252; // UnityEngine.AssetBundleManifest struct AssetBundleManifest_t2634949939; // UnityEngine.Object[] struct ObjectU5BU5D_t1417781964; // System.String[] struct StringU5BU5D_t1281789340; // XLua.LuaFunction struct LuaFunction_t431395339; // System.Collections.Generic.List`1 struct List_1_t2103082695; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Char[] struct CharU5BU5D_t3528271667; // FitFun.ResourcePath struct ResourcePath_t2418003024; // FitFun.RotateDetector struct RotateDetector_t3700831628; // FitFun.RotateEvent struct RotateEvent_t2678955840; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // UnityEngine.Transform struct Transform_t3600365921; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.Camera struct Camera_t4157153871; // UnityEngine.Touch[] struct TouchU5BU5D_t1849554061; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t309005672; // UnityEngine.EventSystems.EventSystem struct EventSystem_t1003666588; // FitFun.SceneLoader struct SceneLoader_t3335639420; // System.Collections.Generic.List`1 struct List_1_t3319525431; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t1816084745; // System.Action struct Action_t1264377477; // System.Action`1 struct Action_1_t3123413348; // System.Action`1 struct Action_1_t2019918284; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // UnityEngine.Coroutine struct Coroutine_t3829159415; // System.Action`1 struct Action_1_t3252573759; // FitFun.SceneLoader/c__Iterator0 struct U3CLoadAsyncU3Ec__Iterator0_t1359822509; // UnityEngine.AsyncOperation struct AsyncOperation_t1445031843; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t827303578; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2059959053; // System.NotSupportedException struct NotSupportedException_t1314879016; // FitFun.SimpleFSM struct SimpleFSM_t3686535260; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t313363538; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // FitFun.SimpleState struct SimpleState_t1424650207; // FitFun.SimpleState[] struct SimpleStateU5BU5D_t2736705990; // FitFun.SpineAnimation struct SpineAnimation_t167403477; // UnityEngine.GameObject struct GameObject_t1113636619; // Spine.Unity.SkeletonGraphic struct SkeletonGraphic_t1744877482; // Spine.AnimationState struct AnimationState_t3637309382; // Spine.AnimationState/TrackEntryDelegate struct TrackEntryDelegate_t363257942; // Spine.TrackEntry struct TrackEntry_t1316488441; // FitFun.StringConvert struct StringConvert_t1943811234; // UnityEngine.UI.Text struct Text_t1901882714; // UnityEngine.Font struct Font_t1956802104; // UnityEngine.TextGenerator struct TextGenerator_t3211863866; // FitFun.SwipeDetector struct SwipeDetector_t540502896; // FitFun.SwipeEvent struct SwipeEvent_t4115661022; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3832605257; // FitFun.SwipeDetector/GetCardinalDirections struct GetCardinalDirections_t1084520870; // FitFun.SystemInfoUtils struct SystemInfoUtils_t3432367043; // FitFun.Singleton`1 struct Singleton_1_t1757067489; // FitFun.TableRow struct TableRow_t675361479; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2078069596; // FitFun.TableRowData struct TableRowData_t2292813297; // FitFun.Toaster struct Toaster_t357584321; // System.Collections.Generic.List`1 struct List_1_t3854366531; // FitFun.Toaster/c__AnonStorey0 struct U3CCreateToastU3Ec__AnonStorey0_t3769246785; // FitFun.ToastHandler struct ToastHandler_t2382291789; // FitFun.ToastHandler/c__AnonStorey0 struct U3CFadeOutU3Ec__AnonStorey0_t2770008310; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t745532282; // UnityEngine.UI.Image struct Image_t2670269651; // DG.Tweening.TweenCallback struct TweenCallback_t3727756325; // UnityEngine.UI.Graphic struct Graphic_t1660335611; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2944330537; // FitFun.Tracer struct Tracer_t752617313; // System.Exception struct Exception_t; // FitFun.TreeNode struct TreeNode_t4280910666; // System.Collections.Generic.List`1 struct List_1_t1458018112; // FitFun.UnZipper struct UnZipper_t4019391518; // FitFun.UnZipper/c__AnonStorey0 struct U3CUnZipFileU3Ec__AnonStorey0_t2702420114; // System.Threading.ThreadStart struct ThreadStart_t1006689297; // System.Threading.Thread struct Thread_t2300836069; // ICSharpCode.SharpZipLib.Zip.ZipFile struct ZipFile_t1258023761; // ICSharpCode.SharpZipLib.Zip.ZipEntry struct ZipEntry_t658048195; // System.IO.DirectoryInfo struct DirectoryInfo_t35957480; // System.IO.FileStream struct FileStream_t4292183065; // System.IO.Stream struct Stream_t1273022909; // FitFun.UtilTools struct UtilTools_t1771349038; // System.Text.StringBuilder struct StringBuilder_t; // UnityEngine.Sprite struct Sprite_t280657092; // UnityEngine.Texture2D struct Texture2D_t3840446185; // UnityEngine.Sprite[] struct SpriteU5BU5D_t2581906349; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2367162648; // FitFun.XmlManager struct XmlManager_t2042691812; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // FitFun.Singleton`1 struct Singleton_1_t367392258; // FPSDisplay struct FPSDisplay_t1066203289; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t3841615910; // UnityEngine.GUIStyle struct GUIStyle_t3956901511; // UnityEngine.GUIStyleState struct GUIStyleState_t1397964415; // FriendState struct FriendState_t2272626805; // ProcedureFsm struct ProcedureFsm_t3181162420; // GameFriend.SDKEventManager struct SDKEventManager_t864216586; // LitJson.JsonData struct JsonData_t1524858407; // DMCore.Framework.Plugin.CFitfunApiPlugin struct CFitfunApiPlugin_t3372796910; // DMCore.Framework.Plugin.CSystemToolPlugin struct CSystemToolPlugin_t1584592813; // GameSetting struct GameSetting_t2657790435; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3935206418; // FitFun.Singleton`1 struct Singleton_1_t982490881; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlNode struct XmlNode_t3767805227; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // GameSettingValue struct GameSettingValue_t4149950119; // GameTimer struct GameTimer_t2541170184; // System.Collections.Generic.List`1 struct List_1_t1447112461; // System.Collections.Generic.List`1 struct List_1_t128053199; // UnityEngine.Animation struct Animation_t3648466861; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // System.Action`1 struct Action_1_t1569734369; // GameTimerInfo struct GameTimerInfo_t4270005015; // GameTimer/c__AnonStorey0 struct U3CKillU3Ec__AnonStorey0_t3557100118; // System.Predicate`1 struct Predicate_1_t800331843; // System.Predicate`1 struct Predicate_1_t3905400288; // System.Delegate struct Delegate_t1188392813; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // GMCommand struct GMCommand_t3438226142; // ClickTimeSlot struct ClickTimeSlot_t1463425833; // UnityEngine.UI.Button struct Button_t4055032469; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_t48803504; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // UnityEngine.UI.InputField struct InputField_t3762917431; // FitFun.CSharpCallLuaDelegates struct CSharpCallLuaDelegates_t1038426297; // FitFun.CSharpCallLuaDelegates/ILuaGameManager struct ILuaGameManager_t724692347; // System.Collections.Generic.List`1 struct List_1_t537414295; // GUIDependencyConfig struct GUIDependencyConfig_t2406732459; // System.IO.StreamReader struct StreamReader_t4009935899; // GUIDependencyConfig/GUIDependencyRoot struct GUIDependencyRoot_t3004525873; // System.Collections.Generic.List`1 struct List_1_t3712110817; // GUIDependencyConfig/GUIDependencyItem struct GUIDependencyItem_t2240036075; // HMarquee struct HMarquee_t3885030875; // System.Collections.Generic.Queue`1 struct Queue_1_t1693710183; // System.Collections.Generic.Queue`1 struct Queue_1_t2926365658; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t4006488229; // DG.Tweening.Tweener struct Tweener_t436044680; // HotFixState struct HotFixState_t4251295459; // CConfig struct CConfig_t2766825507; // CLoadingUI struct CLoadingUI_t2056112563; // FitFun.LocalDataStorage struct LocalDataStorage_t2149724963; // FitFun.MonoBeBehaviourManager struct MonoBeBehaviourManager_t4147374129; // CDownload struct CDownload_t4160115557; // FitFun.InputManager struct InputManager_t3933257607; // HotFixState/c__Iterator0 struct U3CCheckAllXMLU3Ec__Iterator0_t964970216; // HotFixState/c__Iterator1 struct U3CCheckNoNetU3Ec__Iterator1_t3864336713; // HotFixState/c__Iterator2 struct U3CCheckFullVersionU3Ec__Iterator2_t2024604231; // HotFixState/c__Iterator3 struct U3CCheckProxyVersionU3Ec__Iterator3_t3997563179; // HotFixState/c__Iterator4 struct U3CCheckAppVersionU3Ec__Iterator4_t4272772224; // HotFixState/c__Iterator5 struct U3CCheckVersionU3Ec__Iterator5_t3300148884; // ServerSetting struct ServerSetting_t2760349885; // FitFun.HttpCoroutine struct HttpCoroutine_t905929100; // FitFun.HotFixHelper struct HotFixHelper_t2663067595; // CVersionIssue struct CVersionIssue_t3008599312; // HotFixState/c__Iterator3/c__AnonStorey6 struct U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284; // CWebConfig struct CWebConfig_t812894886; // HotFixState/c__Iterator5/c__AnonStorey7 struct U3CCheckVersionU3Ec__AnonStorey7_t2534351495; // System.Net.WebRequest struct WebRequest_t1939381076; // System.Action`3 struct Action_3_t3409849893; // CUnzip struct CUnzip_t1415754954; // HotPerformState struct HotPerformState_t4166388103; // HUBSDKManager struct HUBSDKManager_t2315102214; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t795547539; // CLeDouApi struct CLeDouApi_t315808977; // SDKParams struct SDKParams_t3933363587; // ADInfo struct ADInfo_t3964066602; // FitFun.BuryDotManager struct BuryDotManager_t206178304; // System.Action`2 struct Action_2_t4177122770; // DMCore.CDataArray struct CDataArray_t4068198041; // DMCore.Net.Protocol.CMsgCustom struct CMsgCustom_t3704829624; // DMCore.Net.Protocol.INetMsgBaseC2S struct INetMsgBaseC2S_t1364238951; // DMCore.Framework.Plugin.CUserInfoApi struct CUserInfoApi_t815375937; // System.Action`2 struct Action_2_t1290832230; // DMCore.Logic.CPhotoManager struct CPhotoManager_t704993275; // uiPhotoEdit struct uiPhotoEdit_t787247777; // System.Action`2 struct Action_2_t2523487705; // FitFun.Event struct Event_t709265659; // DMCore.Framework.Misc.CSensitiveWordManager struct CSensitiveWordManager_t1258364656; // System.Collections.Generic.List`1 struct List_1_t647105989; // ImageEffect_MoblieBloom struct ImageEffect_MoblieBloom_t3581169662; // UnityEngine.Behaviour struct Behaviour_t1437897464; // UnityEngine.Shader struct Shader_t4151988712; // UnityEngine.Material struct Material_t340375123; // UnityEngine.RenderTexture struct RenderTexture_t2108887433; // UnityEngine.Texture struct Texture_t3661962703; // InheritTest struct InheritTest_t2595743618; // InheritTest/A struct A_t4210213004; // InheritTest/B struct B_t4210213007; // System.Type struct Type_t; // IVehicleInput struct IVehicleInput_t1990112580; // BetterList`1 struct BetterList_1_t4001750706; // System.Action`3 struct Action_3_t1784814493; // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947; // Kylin.GameObjectPool struct GameObjectPool_t2420239556; // System.Collections.Generic.Stack`1 struct Stack_1_t1957026074; // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619; // LeiDa struct LeiDa_t1700490928; // System.Collections.Generic.List`1 struct List_1_t3628304265; // UnityEngine.UI.VertexHelper struct VertexHelper_t2453304189; // System.Collections.Generic.List`1 struct List_1_t1234605051; // System.Int32[] struct Int32U5BU5D_t385246372; // LightmapConfig struct LightmapConfig_t3677670915; // System.Collections.Generic.Stack`1 struct Stack_1_t226093074; // LMSettingProperty struct LMSettingProperty_t1483900569; // UnityEngine.LightmapData[] struct LightmapDataU5BU5D_t2367175237; // UnityEngine.LightmapData struct LightmapData_t2568046604; // System.Collections.Generic.List`1 struct List_1_t551117518; // UnityEngine.MeshRenderer[] struct MeshRendererU5BU5D_t2132764133; // UnityEngine.Renderer struct Renderer_t2627027031; // LMRendererInfo[] struct LMRendererInfoU5BU5D_t4046529225; // UnityEngine.Terrain struct Terrain_t3055443660; // UnityEngine.MeshRenderer struct MeshRenderer_t587009260; // LinkedEffect struct LinkedEffect_t3338585141; // ListFileProcessor struct ListFileProcessor_t4061483043; // System.IO.TextReader struct TextReader_t283511965; // LitJson.ExporterFunc struct ExporterFunc_t1851311465; // LitJson.JsonWriter struct JsonWriter_t3570089748; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // LitJson.FsmContext struct FsmContext_t2331368794; // LitJson.ImporterFunc struct ImporterFunc_t3630937194; // 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.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.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.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.Collections.Generic.Dictionary`2 struct Dictionary_2_t27006016; // System.Type[] struct TypeU5BU5D_t3940880105; // LitJson.JsonReader struct JsonReader_t836887441; // 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; // LitJson.JsonMockWrapper struct JsonMockWrapper_t82875095; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Net.WebResponse struct WebResponse_t229922639; // GUIDependencyConfig/GUIDependencyItem[] struct GUIDependencyItemU5BU5D_t405459722; // UnityEngine.Vector2Int[] struct Vector2IntU5BU5D_t2878452246; // System.Collections.Generic.HashSet`1 struct HashSet_1_t412400163; // BetterList`1 struct BetterList_1_t2105966071; // System.Collections.Generic.Dictionary`2[] struct Dictionary_2U5BU5D_t635963316; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t132201056; // UnityEngine.Sprite[][] struct SpriteU5BU5DU5BU5D_t1836637952; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t687049668; // FitFun.TreeNode[] struct TreeNodeU5BU5D_t3688637519; // UnityEngine.EventSystems.RaycastResult[] struct RaycastResultU5BU5D_t1128832444; // GameTimerInfo[] struct GameTimerInfoU5BU5D_t2848111278; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // GameSettingValue[] struct GameSettingValueU5BU5D_t4138954462; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2989366178; // VehicleInputCmd[] struct VehicleInputCmdU5BU5D_t1195539101; // System.Collections.Generic.List`1 struct List_1_t1176315644; // XLua.LuaEnv struct LuaEnv_t2152703515; // UnityEngine.Events.InvokableCallList struct InvokableCallList_t2498835369; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t3050769227; // LitJson.ImporterFunc[] struct ImporterFuncU5BU5D_t332556975; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t296309482; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t613051986; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2852677372; // LitJson.JsonData[] struct JsonDataU5BU5D_t747084126; // LitJson.Lexer struct Lexer_t1514038666; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // LitJson.WriterContext struct WriterContext_t1011093999; // System.Collections.Generic.Stack`1 struct Stack_1_t1854483454; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_t1981460040; // LightmapConfig[] struct LightmapConfigU5BU5D_t1937253010; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3892463138; // LitJson.PropertyMetadata[] struct PropertyMetadataU5BU5D_t3282844708; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2133256424; // System.Collections.Generic.IDictionary`2[] struct IDictionary_2U5BU5D_t369565116; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t650060127; // 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; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t4096560004; // 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; // LitJson.ArrayMetadata[] struct ArrayMetadataU5BU5D_t363333322; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t643828333; // System.Collections.Generic.IDictionary`2[] struct IDictionary_2U5BU5D_t2609190502; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2889685513; // LitJson.ObjectMetadata[] struct ObjectMetadataU5BU5D_t543634991; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t824130002; // FitFun.TableRowData[] struct TableRowDataU5BU5D_t775483180; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3920862192; // UnityEngine.AssetBundle[] struct AssetBundleU5BU5D_t1879814781; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t730226497; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // Spine.Animation struct Animation_t615783283; // Spine.AnimationStateData struct AnimationStateData_t3010651567; // Spine.Pool`1 struct Pool_1_t287387900; // Spine.ExposedList`1 struct ExposedList_1_t4023600307; // Spine.ExposedList`1 struct ExposedList_1_t4085685707; // Spine.EventQueue struct EventQueue_t808091267; // System.Collections.Generic.HashSet`1 struct HashSet_1_t1515895227; // Spine.AnimationState/TrackEntryEventDelegate struct TrackEntryEventDelegate_t1653995044; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2341044834; // FitFun.ToastHandler[] struct ToastHandlerU5BU5D_t706030816; // System.Collections.Generic.List`1 struct List_1_t185706758; // System.Comparison`1 struct Comparison_1_t2783530491; // FitFun.CSharpCallLuaDelegates/ILuaNetwork struct ILuaNetwork_t2860134254; // FitFun.CSharpCallLuaDelegates/ILuaUser struct ILuaUser_t187406211; // FitFun.CSharpCallLuaDelegates/ILuaData struct ILuaData_t3716405543; // FitFun.CSharpCallLuaDelegates/ILuaEvent struct ILuaEvent_t43302983; // FitFun.CSharpCallLuaDelegates/ILuaBattle struct ILuaBattle_t1192267769; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1416867635; // System.Text.Decoder struct Decoder_t2204182725; // System.Void struct Void_t1185182177; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // VersionNodeValue struct VersionNodeValue_t855201913; // System.Xml.XmlElement struct XmlElement_t561603118; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // DMCore.Net.INetLink struct INetLink_t2717826932; // System.Collections.Generic.List`1 struct List_1_t3594922530; // BetterList`1 struct BetterList_1_t289316694; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t3261532576; // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551; // FitFun.NetMainLogic/_ProcDelegate[] struct _ProcDelegateU5BU5D_t2520208816; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Xml.XmlImplementation struct XmlImplementation_t254178875; // System.Xml.XmlResolver struct XmlResolver_t626023767; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Xml.XmlNameEntryCache struct XmlNameEntryCache_t2890546907; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722; // System.Collections.Generic.List`1 struct List_1_t899420910; // System.Collections.Generic.List`1 struct List_1_t4072576034; // System.Collections.Generic.List`1 struct List_1_t496136383; // System.Action`1 struct Action_1_t1617499438; // System.DelegateData struct DelegateData_t1677132599; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_t4150874583; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.Collections.Generic.IDictionary`2> struct IDictionary_2_t3680310408; // System.Collections.Generic.Stack`1 struct Stack_1_t3794335208; // Spine.ExposedList`1 struct ExposedList_1_t1363090323; // Spine.ExposedList`1 struct ExposedList_1_t4104378640; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_t463507806; // System.Action`1 struct Action_1_t2129269699; // UnityEngine.Font/FontTextureRebuildCallback struct FontTextureRebuildCallback_t2467502454; // 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; // UnityEngine.RectOffset struct RectOffset_t1369453676; // UnityEngine.UI.Selectable struct Selectable_t3250028441; // ICSharpCode.SharpZipLib.Zip.ZipFile/KeysRequiredEventHandler struct KeysRequiredEventHandler_t4251835903; // ICSharpCode.SharpZipLib.Zip.ZipEntry[] struct ZipEntryU5BU5D_t2637723858; // ICSharpCode.SharpZipLib.Zip.IArchiveStorage struct IArchiveStorage_t3427723357; // ICSharpCode.SharpZipLib.Zip.IDynamicDataSource struct IDynamicDataSource_t4277066228; // ICSharpCode.SharpZipLib.Zip.IEntryFactory struct IEntryFactory_t3514039787; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // DMCore.CDataProperty struct CDataProperty_t2806246268; // System.Collections.Generic.List`1 struct List_1_t817360128; // CAnimSite struct CAnimSite_t233742424; // CSkeletonSite struct CSkeletonSite_t1178137573; // DMCore.Framework.Scene.CAudioSite struct CAudioSite_t2953826499; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.Net.IWebProxy struct IWebProxy_t688979836; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t149664596; // UnityEngine.LightProbes struct LightProbes_t649210852; // DMCore.Framework.Scene.CRoleModelFace struct CRoleModelFace_t1285730091; // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3009965658; // DG.Tweening.EaseFunction struct EaseFunction_t3531141372; // DG.Tweening.Sequence struct Sequence_t2050373119; // System.Collections.Generic.List`1 struct List_1_t1547575848; // System.Collections.Generic.List`1 struct List_1_t1372374256; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1258266594; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // DMCore.Framework.Scene.CRoleMovePlugin struct CRoleMovePlugin_t1887142873; // System.Collections.Generic.List`1 struct List_1_t1017553631; // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1899025727; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3206337855; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3542497879; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3465109668; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t477454500; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2480340187; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2298482528; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3605794656; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t281541932; // UnityEngine.UI.RawImage struct RawImage_t3182918964; // UnityEngine.CanvasRenderer struct CanvasRenderer_t2598313366; // UnityEngine.Canvas struct Canvas_t3310196443; // UnityEngine.Mesh struct Mesh_t3648964284; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3055525458; // System.Collections.Generic.List`1 struct List_1_t3491343620; // UnityEngine.EventSystems.BaseInputModule struct BaseInputModule_t2019268878; // System.Collections.Generic.List`1 struct List_1_t2475741330; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t3903027533; // System.Comparison`1 struct Comparison_1_t3135238028; // System.Collections.Generic.List`1 struct List_1_t427135887; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_t2532145056; // System.Collections.Generic.List`1 struct List_1_t1260619206; // UnityEngine.UI.RectMask2D struct RectMask2D_t3474889437; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t3661388177; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t731888065; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t648412432; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t467195904; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t2355412304; // UnityEngine.Event struct Event_t2956885303; // Spine.Unity.SkeletonDataAsset struct SkeletonDataAsset_t3748144825; // Spine.Skeleton struct Skeleton_t3686076450; // Spine.Unity.MeshGenerator struct MeshGenerator_t1354683548; // Spine.Unity.DoubleBuffered`1 struct DoubleBuffered_1_t2489386064; // Spine.Unity.SkeletonRendererInstruction struct SkeletonRendererInstruction_t651787775; // Spine.Unity.UpdateBonesDelegate struct UpdateBonesDelegate_t735903178; // Spine.Unity.MeshGeneratorDelegate struct MeshGeneratorDelegate_t1654156803; // UnityEngine.UI.FontData struct FontData_t746620069; // System.Collections.Generic.List`1 struct List_1_t4142344393; // System.Action`1 struct Action_1_t819399007; extern RuntimeClass* Singleton_1_t3098501191_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1__ctor_m4100196045_RuntimeMethod_var; extern const uint32_t NetworkManager__ctor_m199497893_MetadataUsageId; extern RuntimeClass* CNetService_t1201271315_il2cpp_TypeInfo_var; extern RuntimeClass* NetMainLogic_t1947403438_il2cpp_TypeInfo_var; extern const uint32_t NetworkManager_OnInitialize_m1534555815_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2883679407; extern const uint32_t RectTrasnformUtil_GetWorldCorners_m3101270854_MetadataUsageId; extern const uint32_t RectTrasnformUtil_GetScreenCoordinates_m436975129_MetadataUsageId; extern RuntimeClass* Singleton_1_t1790414993_il2cpp_TypeInfo_var; extern RuntimeClass* ResourceLoader_t3324724122_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m2355786308_RuntimeMethod_var; extern const uint32_t ResourceLoader_Init_m2118752474_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* AssetManager_t2546491902_il2cpp_TypeInfo_var; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4186238729; extern String_t* _stringLiteral3452614530; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral471496547; extern String_t* _stringLiteral3450517376; extern const uint32_t ResourceLoader_LoadLua_m1975538733_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m177085910_RuntimeMethod_var; extern const uint32_t ResourceManager__ctor_m3610267683_MetadataUsageId; extern RuntimeClass* Dictionary_2_t939163551_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m170668872_RuntimeMethod_var; extern const RuntimeMethod* AssetBundle_LoadAsset_TisAssetBundleManifest_t2634949939_m962236087_RuntimeMethod_var; extern String_t* _stringLiteral3201174118; extern const uint32_t ResourceManager_OnInitialize_m3474324024_MetadataUsageId; extern String_t* _stringLiteral2309887327; extern const uint32_t ResourceManager_OnDestruct_m2153657154_MetadataUsageId; extern const uint32_t ResourceManager_LoadAllAssetsInBundle_m2161996976_MetadataUsageId; extern RuntimeClass* List_1_t2103082695_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2484853594_RuntimeMethod_var; extern const RuntimeMethod* ResourceManager_LoadAsset_TisObject_t631007953_m1996364203_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2768056876_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m2513834121_RuntimeMethod_var; extern const uint32_t ResourceManager_LoadPrefab_m3704116260_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3187281074_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1527611473_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m54039947_RuntimeMethod_var; extern String_t* _stringLiteral1811631623; extern String_t* _stringLiteral3677768837; extern const uint32_t ResourceManager_LoadAssetBundle_m1035203003_MetadataUsageId; extern String_t* _stringLiteral580868350; extern const uint32_t ResourceManager_LoadDependencies_m8994333_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const RuntimeMethod* Array_IndexOf_TisString_t_m3713066389_RuntimeMethod_var; extern const uint32_t ResourceManager_RemapVariantName_m2876060403_MetadataUsageId; extern RuntimeClass* CIOVar_t2470797383_il2cpp_TypeInfo_var; extern RuntimeClass* ResourcePath_t2418003024_il2cpp_TypeInfo_var; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern String_t* _stringLiteral847940225; extern String_t* _stringLiteral3467907430; extern String_t* _stringLiteral412834296; extern const uint32_t ResourcePath_DeleteHotFix_m3254473557_MetadataUsageId; extern const uint32_t ResourcePath_get_HotFixFolderName_m2258227219_MetadataUsageId; extern const uint32_t ResourcePath_get_HotFixFolderNameLower_m1993280475_MetadataUsageId; extern const uint32_t ResourcePath_get_RootPath_m41359506_MetadataUsageId; extern String_t* _stringLiteral3114266651; extern const uint32_t ResourcePath_get_BundlePath_m2302170868_MetadataUsageId; extern const uint32_t ResourcePath_get_BundleFilePath_m262745138_MetadataUsageId; extern const uint32_t ResourcePath_get_LuaFolderPath_m1570679037_MetadataUsageId; extern String_t* _stringLiteral2903734720; extern const uint32_t ResourcePath_get_UnitBasePath_m3279919013_MetadataUsageId; extern String_t* _stringLiteral3988949892; extern const uint32_t ResourcePath_get_BundleConfigPath_m4148329852_MetadataUsageId; extern const uint32_t ResourcePath_get_GUIDependencyPath_m2858382298_MetadataUsageId; extern const uint32_t ResourcePath_get_DataTablePath_m1454162493_MetadataUsageId; extern String_t* _stringLiteral2131879601; extern String_t* _stringLiteral3858088171; extern String_t* _stringLiteral4201008928; extern String_t* _stringLiteral76334870; extern const uint32_t ResourcePath__cctor_m3716930762_MetadataUsageId; extern RuntimeClass* RotateEvent_t2678955840_il2cpp_TypeInfo_var; extern RuntimeClass* onRotateClickEvent_t801432223_il2cpp_TypeInfo_var; extern const uint32_t RotateDetector__ctor_m1123260076_MetadataUsageId; extern RuntimeClass* RectTransformUtility_t1743242446_il2cpp_TypeInfo_var; extern const uint32_t RotateDetector_rectContains_m2414690974_MetadataUsageId; extern RuntimeClass* Input_t1431474628_il2cpp_TypeInfo_var; extern RuntimeClass* CSceneService_t551449725_il2cpp_TypeInfo_var; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern RuntimeClass* EventSystem_t1003666588_il2cpp_TypeInfo_var; extern const RuntimeMethod* UnityEvent_1_Invoke_m598483244_RuntimeMethod_var; extern const uint32_t RotateDetector_DetectSwipe_m1618412250_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1__ctor_m3567252554_RuntimeMethod_var; extern const uint32_t RotateEvent__ctor_m1108265865_MetadataUsageId; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m343110239_RuntimeMethod_var; extern const uint32_t SceneLoader__ctor_m943472044_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m953835688_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const RuntimeMethod* Action_1_Invoke_m3134296422_RuntimeMethod_var; extern String_t* _stringLiteral4159410727; extern String_t* _stringLiteral1215614432; extern String_t* _stringLiteral3578352594; extern String_t* _stringLiteral649162431; extern String_t* _stringLiteral374496315; extern const uint32_t SceneLoader_LoadScene_m1683400982_MetadataUsageId; extern RuntimeClass* U3CLoadAsyncU3Ec__Iterator0_t1359822509_il2cpp_TypeInfo_var; extern const uint32_t SceneLoader_LoadAsync_m364635235_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m3401007060_RuntimeMethod_var; extern const uint32_t SceneLoader_Update_m4286929334_MetadataUsageId; extern const RuntimeMethod* List_1_ToArray_m3983937259_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m864250344_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m3111619026_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern String_t* _stringLiteral510396552; extern const uint32_t U3CLoadAsyncU3Ec__Iterator0_MoveNext_m142776158_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CLoadAsyncU3Ec__Iterator0_Reset_m1784114584_RuntimeMethod_var; extern const uint32_t U3CLoadAsyncU3Ec__Iterator0_Reset_m1784114584_MetadataUsageId; extern RuntimeClass* Dictionary_2_t313363538_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3233430874_RuntimeMethod_var; extern const uint32_t SimpleFSM__ctor_m1771325466_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2476623851_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3268768550_RuntimeMethod_var; extern const uint32_t SimpleFSM_AddState_m113860716_MetadataUsageId; extern const uint32_t SimpleFSM_AddStates_m2827376157_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m2312036701_RuntimeMethod_var; extern const uint32_t SimpleFSM_GetState_m1013529533_MetadataUsageId; extern RuntimeClass* SDKEventManager_t864216586_il2cpp_TypeInfo_var; extern RuntimeClass* SimpleState_t1424650207_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2756196374; extern const uint32_t SimpleFSM_TransformToState_m703395552_MetadataUsageId; extern RuntimeClass* TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisSkeletonGraphic_t1744877482_m2533248352_RuntimeMethod_var; extern const RuntimeMethod* SpineAnimation_AnimationCompleteEntry_m594352411_RuntimeMethod_var; extern String_t* _stringLiteral985671082; extern const uint32_t SpineAnimation_Awake_m471120011_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t StringConvert_UTF16StreamToString_m3173834441_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const uint32_t StringConvert_StringToUTF16Stream_m2170512796_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisRectTransform_t3704657025_m2955745782_RuntimeMethod_var; extern const uint32_t StringConvert_CalculateLengthOfStringToFit_m472093466_MetadataUsageId; extern RuntimeClass* TextGenerator_t3211863866_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4159465662; extern const uint32_t StringConvert_CalculateTextWithSuspension_m3067918377_MetadataUsageId; extern RuntimeClass* SwipeEvent_t4115661022_il2cpp_TypeInfo_var; extern const uint32_t SwipeDetector__ctor_m1463004637_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern RuntimeClass* SwipeDetector_t540502896_il2cpp_TypeInfo_var; extern RuntimeClass* GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var; extern const RuntimeMethod* UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var; extern String_t* _stringLiteral116181398; extern const uint32_t SwipeDetector_DetectSwipe_m3695375817_MetadataUsageId; extern const uint32_t GetCardinalDirections__cctor_m3329215918_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1__ctor_m3816765192_RuntimeMethod_var; extern const uint32_t SwipeEvent__ctor_m942672491_MetadataUsageId; extern RuntimeClass* Singleton_1_t1757067489_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1__ctor_m4170056526_RuntimeMethod_var; extern const uint32_t SystemInfoUtils__ctor_m164522056_MetadataUsageId; extern const uint32_t SystemInfoUtils_get_Info_m18488844_MetadataUsageId; extern RuntimeClass* BatteryStatus_t2061396309_il2cpp_TypeInfo_var; extern RuntimeClass* CopyTextureSupport_t2750066657_il2cpp_TypeInfo_var; extern RuntimeClass* DeviceType_t643007838_il2cpp_TypeInfo_var; extern RuntimeClass* GraphicsDeviceType_t1797077436_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern RuntimeClass* NPOTSupport_t3085186119_il2cpp_TypeInfo_var; extern RuntimeClass* OperatingSystemFamily_t1868066375_il2cpp_TypeInfo_var; extern String_t* _stringLiteral189988174; extern String_t* _stringLiteral4248808719; extern String_t* _stringLiteral3467383459; extern String_t* _stringLiteral1929868470; extern String_t* _stringLiteral27873371; extern String_t* _stringLiteral945729394; extern String_t* _stringLiteral1807506207; extern String_t* _stringLiteral865096804; extern String_t* _stringLiteral2848115891; extern String_t* _stringLiteral1181798838; extern String_t* _stringLiteral3559512042; extern String_t* _stringLiteral3789985795; extern String_t* _stringLiteral4049651444; extern String_t* _stringLiteral647956664; extern String_t* _stringLiteral2762967147; extern String_t* _stringLiteral1797894808; extern String_t* _stringLiteral4244098913; extern String_t* _stringLiteral1284111923; extern String_t* _stringLiteral3597497456; extern String_t* _stringLiteral1864662832; extern String_t* _stringLiteral3812675339; extern String_t* _stringLiteral3109924488; extern String_t* _stringLiteral1428122563; extern String_t* _stringLiteral4284680339; extern String_t* _stringLiteral2520836849; extern String_t* _stringLiteral1971484333; extern String_t* _stringLiteral1102782663; extern String_t* _stringLiteral2385458056; extern String_t* _stringLiteral2573654977; extern String_t* _stringLiteral309689681; extern String_t* _stringLiteral1285811455; extern String_t* _stringLiteral1782725613; extern String_t* _stringLiteral709476872; extern String_t* _stringLiteral1166602473; extern String_t* _stringLiteral1476844320; extern String_t* _stringLiteral2587972165; extern String_t* _stringLiteral2953360551; extern String_t* _stringLiteral2525445258; extern String_t* _stringLiteral951098560; extern String_t* _stringLiteral1293167796; extern String_t* _stringLiteral1808682506; extern String_t* _stringLiteral2274892429; extern String_t* _stringLiteral1797296141; extern String_t* _stringLiteral2361037203; extern String_t* _stringLiteral918085175; extern String_t* _stringLiteral3665161959; extern String_t* _stringLiteral1842432280; extern const uint32_t SystemInfoUtils_RecordSystemInfo_m2066954253_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2078069596_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4271891369_RuntimeMethod_var; extern const uint32_t TableRow__ctor_m1333263361_MetadataUsageId; extern RuntimeClass* TableRowData_t2292813297_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3004303132_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1388259621_RuntimeMethod_var; extern String_t* _stringLiteral705931522; extern const uint32_t TableRow_Insert_m1799734766_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1232699439_RuntimeMethod_var; extern const uint32_t TableRow_Unload_m144590450_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m4143140914_RuntimeMethod_var; extern const uint32_t TableRow_GetValue_m2132122293_MetadataUsageId; extern const uint32_t TableRow_GetType_m1348660128_MetadataUsageId; extern String_t* _stringLiteral271246237; extern const uint32_t TableRow_GetInt_m1771769117_MetadataUsageId; extern String_t* _stringLiteral3847229737; extern const uint32_t TableRow_GetFloat_m2661144903_MetadataUsageId; extern String_t* _stringLiteral665954000; extern const uint32_t TableRow_GetDouble_m3195761522_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m3442112024_RuntimeMethod_var; extern const uint32_t TableRow_GetCount_m3183114020_MetadataUsageId; extern RuntimeClass* List_1_t3854366531_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2984985213_RuntimeMethod_var; extern const uint32_t Toaster__ctor_m3031972285_MetadataUsageId; extern RuntimeClass* U3CCreateToastU3Ec__AnonStorey0_t3769246785_il2cpp_TypeInfo_var; extern RuntimeClass* Action_t1264377477_il2cpp_TypeInfo_var; extern const RuntimeMethod* Object_Instantiate_TisGameObject_t1113636619_m2276314911_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisToastHandler_t2382291789_m2811761375_RuntimeMethod_var; extern const RuntimeMethod* List_1_Insert_m2558694401_RuntimeMethod_var; extern const RuntimeMethod* U3CCreateToastU3Ec__AnonStorey0_U3CU3Em__0_m1406440206_RuntimeMethod_var; extern const uint32_t Toaster_CreateToast_m3654804797_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m630934308_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2867154052_RuntimeMethod_var; extern const uint32_t Toaster_ToastMove_m435884412_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m888427298_RuntimeMethod_var; extern const uint32_t U3CCreateToastU3Ec__AnonStorey0_U3CU3Em__0_m1406440206_MetadataUsageId; extern RuntimeClass* U3CFadeOutU3Ec__AnonStorey0_t2770008310_il2cpp_TypeInfo_var; extern RuntimeClass* TweenCallback_t3727756325_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CFadeOutU3Ec__AnonStorey0_U3CU3Em__0_m2777324621_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnComplete_TisTweenerCore_3_t745532282_m2753949945_RuntimeMethod_var; extern const uint32_t ToastHandler_FadeOut_m954936089_MetadataUsageId; extern const uint32_t U3CFadeOutU3Ec__AnonStorey0_U3CU3Em__0_m2777324621_MetadataUsageId; extern String_t* _stringLiteral3967260027; extern const uint32_t Tracer_LogFormat_m1149451837_MetadataUsageId; extern const uint32_t Tracer_LogWarning_m1083847736_MetadataUsageId; extern const uint32_t Tracer_LogWarningFormat_m3236278898_MetadataUsageId; extern const uint32_t Tracer_LogError_m2639997090_MetadataUsageId; extern const uint32_t Tracer_LogErrorFormat_m4020303477_MetadataUsageId; extern const uint32_t Tracer_LogException_m1118617054_MetadataUsageId; extern RuntimeClass* List_1_t1458018112_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m596730818_RuntimeMethod_var; extern const uint32_t TreeNode__ctor_m322870990_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m3948595622_RuntimeMethod_var; extern const uint32_t TreeNode_AddChild_m2596424886_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3394254037_RuntimeMethod_var; extern const RuntimeMethod* List_1_Remove_m2763032330_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m441130545_RuntimeMethod_var; extern const uint32_t TreeNode_RemoveChild_m2090441246_MetadataUsageId; extern const uint32_t TreeNode_RemoveAllChildren_m953933941_MetadataUsageId; extern const uint32_t TreeNode_HasChild_m1144249248_MetadataUsageId; extern RuntimeClass* U3CUnZipFileU3Ec__AnonStorey0_t2702420114_il2cpp_TypeInfo_var; extern RuntimeClass* ThreadStart_t1006689297_il2cpp_TypeInfo_var; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CUnZipFileU3Ec__AnonStorey0_U3CU3Em__0_m1809913348_RuntimeMethod_var; extern const uint32_t UnZipper_UnZipFile_m3367646341_MetadataUsageId; extern RuntimeClass* ZipFile_t1258023761_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* ZipEntry_t658048195_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614644; extern String_t* _stringLiteral1651712367; extern const uint32_t UnZipper_Unzip_m759325539_MetadataUsageId; extern String_t* _stringLiteral3104531060; extern const uint32_t U3CUnZipFileU3Ec__AnonStorey0_U3CU3Em__0_m1809913348_MetadataUsageId; extern RuntimeClass* UtilTools_t1771349038_il2cpp_TypeInfo_var; extern const uint32_t UtilTools_StringBuilder_m1530790943_MetadataUsageId; extern const uint32_t UtilTools_StringToVector2_m4169003117_MetadataUsageId; extern const uint32_t UtilTools_SetActiveSafe_m2551962691_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1595461012; extern String_t* _stringLiteral2589732413; extern const uint32_t UtilTools_HandleCountDownTime_m454707995_MetadataUsageId; extern const uint32_t UtilTools_ClearTranAllChild_m4155919401_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1962355396_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2339565059_RuntimeMethod_var; extern const RuntimeMethod* Resources_LoadAll_TisSprite_t280657092_m1417587347_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m161176507_RuntimeMethod_var; extern const uint32_t UtilTools_LoadAtlasRes_m2443154281_MetadataUsageId; extern String_t* _stringLiteral2048092123; extern String_t* _stringLiteral3913495774; extern String_t* _stringLiteral1393671949; extern String_t* _stringLiteral1278111008; extern const uint32_t UtilTools_BindDynamicImage_m3851372351_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2367162648_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1345648129_RuntimeMethod_var; extern const uint32_t UtilTools__cctor_m3699788814_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1632706988_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t367392258_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3302800229_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1__ctor_m2921959806_RuntimeMethod_var; extern const uint32_t XmlManager__ctor_m2992658126_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2643467469_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m633427275_RuntimeMethod_var; extern String_t* _stringLiteral2912993556; extern String_t* _stringLiteral597552917; extern const uint32_t XmlManager_LoadXml_m2620436906_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m1615584752_RuntimeMethod_var; extern const uint32_t XmlManager_Unload_m1253262299_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1279106658_RuntimeMethod_var; extern const uint32_t XmlManager_UnloadAll_m3237758094_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m3879225020_RuntimeMethod_var; extern const uint32_t FPSDisplay__ctor_m210774513_MetadataUsageId; extern RuntimeClass* GUIStyle_t3956901511_il2cpp_TypeInfo_var; extern RuntimeClass* GUI_t1624858472_il2cpp_TypeInfo_var; extern String_t* _stringLiteral565746864; extern const uint32_t FPSDisplay_OnGUI_m2355647200_MetadataUsageId; extern String_t* _stringLiteral458911708; extern String_t* _stringLiteral3265185863; extern const uint32_t SDKEventManager_ShowAnnouncement_m391072380_MetadataUsageId; extern RuntimeClass* JsonData_t1524858407_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3963993483; extern String_t* _stringLiteral2863573642; extern String_t* _stringLiteral2910693353; extern String_t* _stringLiteral985556150; extern String_t* _stringLiteral1528004317; extern String_t* _stringLiteral2817299826; extern String_t* _stringLiteral2703580515; extern String_t* _stringLiteral3957551064; extern const uint32_t SDKEventManager_Share_m2820563827_MetadataUsageId; extern String_t* _stringLiteral992585445; extern String_t* _stringLiteral2868116528; extern const uint32_t SDKEventManager_TwitterShare_m1699966539_MetadataUsageId; extern String_t* _stringLiteral3987835854; extern String_t* _stringLiteral3153640629; extern String_t* _stringLiteral3202063575; extern String_t* _stringLiteral1521321838; extern const uint32_t SDKEventManager_FaceBookShare_m1182728667_MetadataUsageId; extern String_t* _stringLiteral168267742; extern String_t* _stringLiteral3493618073; extern String_t* _stringLiteral2034862913; extern const uint32_t SDKEventManager_PickPhoto_m2563492263_MetadataUsageId; extern String_t* _stringLiteral527762091; extern const uint32_t SDKEventManager_PickPhotoWithCrop_m285623823_MetadataUsageId; extern String_t* _stringLiteral2216313814; extern String_t* _stringLiteral459499422; extern const uint32_t SDKEventManager_MultiPickerPhoto_m1345519549_MetadataUsageId; extern String_t* _stringLiteral795317231; extern const uint32_t SDKEventManager_CleanPickerTempFiles_m2807462978_MetadataUsageId; extern String_t* _stringLiteral1610285846; extern String_t* _stringLiteral4028870068; extern const uint32_t SDKEventManager_ScanMediaToPhoto_m2010959598_MetadataUsageId; extern String_t* _stringLiteral4131055296; extern const uint32_t SDKEventManager_DoCheckObb_m2657797253_MetadataUsageId; extern String_t* _stringLiteral79347; extern String_t* _stringLiteral3668525681; extern const uint32_t SDKEventManager_CheckDomain_m1582141502_MetadataUsageId; extern String_t* _stringLiteral1945042950; extern const uint32_t SDKEventManager_GetChannelCode_m3071182057_MetadataUsageId; extern String_t* _stringLiteral373596869; extern const uint32_t SDKEventManager_GetChannelVersion_m2373208699_MetadataUsageId; extern String_t* _stringLiteral2911006084; extern const uint32_t SDKEventManager_GetProjectId_m2596760794_MetadataUsageId; extern String_t* _stringLiteral2480995328; extern const uint32_t SDKEventManager_GetIMEI_m1801238493_MetadataUsageId; extern String_t* _stringLiteral2075263468; extern const uint32_t SDKEventManager_GetAdCode_m2373921835_MetadataUsageId; extern String_t* _stringLiteral3244241913; extern const uint32_t SDKEventManager_GetSystemVersion_m1370439785_MetadataUsageId; extern String_t* _stringLiteral2858924232; extern const uint32_t SDKEventManager_GetVersionName_m273533337_MetadataUsageId; extern String_t* _stringLiteral2456795330; extern const uint32_t SDKEventManager_GetVersionCode_m1495314435_MetadataUsageId; extern String_t* _stringLiteral3623327722; extern const uint32_t SDKEventManager_GetDeviceModel_m3218426498_MetadataUsageId; extern String_t* _stringLiteral597432790; extern const uint32_t SDKEventManager_GetDeviceMac_m3899914723_MetadataUsageId; extern const uint32_t SDKEventManager_GetDeviceID_m1470197403_MetadataUsageId; extern String_t* _stringLiteral1902562268; extern const uint32_t SDKEventManager_GetBuglyId_m1318642734_MetadataUsageId; extern String_t* _stringLiteral4235844710; extern const uint32_t SDKEventManager_GetCrcValue_m818047948_MetadataUsageId; extern String_t* _stringLiteral2535208996; extern const uint32_t SDKEventManager_GetFirstReportTime_m739712751_MetadataUsageId; extern String_t* _stringLiteral2872690397; extern const uint32_t SDKEventManager_GetGameInfo_m835651039_MetadataUsageId; extern String_t* _stringLiteral285067853; extern const uint32_t SDKEventManager_GetIsEmulator_m3247455669_MetadataUsageId; extern String_t* _stringLiteral1662646229; extern const uint32_t SDKEventManager_GetBatteryLevel_m715600260_MetadataUsageId; extern String_t* _stringLiteral2741728440; extern const uint32_t SDKEventManager_GetSDTotalSize_m335542369_MetadataUsageId; extern String_t* _stringLiteral2778135782; extern const uint32_t SDKEventManager_GetSDAvailableSize_m2756996553_MetadataUsageId; extern String_t* _stringLiteral4224497573; extern const uint32_t SDKEventManager_GetRecRecordState_m2507778406_MetadataUsageId; extern String_t* _stringLiteral2296571115; extern const uint32_t SDKEventManager_GetRecLastVideoDuration_m3567130301_MetadataUsageId; extern String_t* _stringLiteral2329091481; extern const uint32_t SDKEventManager_GetRecLastVideoFileSize_m991997724_MetadataUsageId; extern String_t* _stringLiteral3603521195; extern const uint32_t SDKEventManager_GetRecUploadProgress_m763576345_MetadataUsageId; extern String_t* _stringLiteral1223122463; extern const uint32_t SDKEventManager_GetSDKUid_m2177142618_MetadataUsageId; extern String_t* _stringLiteral3716475959; extern String_t* _stringLiteral3778179986; extern const uint32_t SDKEventManager_StartRecRecord_m3980408763_MetadataUsageId; extern String_t* _stringLiteral2896841; extern const uint32_t SDKEventManager_StopRecRecord_m766877448_MetadataUsageId; extern String_t* _stringLiteral3486085823; extern String_t* _stringLiteral2929219167; extern String_t* _stringLiteral831717268; extern const uint32_t SDKEventManager_UploadRecRecord_m1667864368_MetadataUsageId; extern String_t* _stringLiteral3942337302; extern String_t* _stringLiteral4117383659; extern const uint32_t SDKEventManager_CancelRecRecord_m2843201893_MetadataUsageId; extern String_t* _stringLiteral436889305; extern const uint32_t SDKEventManager_SetRoleId_m1660337104_MetadataUsageId; extern String_t* _stringLiteral1952752065; extern const uint32_t SDKEventManager_SetRoleName_m1955620041_MetadataUsageId; extern String_t* _stringLiteral3539094314; extern const uint32_t SDKEventManager_SetServerName_m4125869351_MetadataUsageId; extern String_t* _stringLiteral1316829227; extern const uint32_t SDKEventManager_SetRoleLevel_m904481045_MetadataUsageId; extern String_t* _stringLiteral3098892627; extern const uint32_t SDKEventManager_SetRoleBalance_m363651596_MetadataUsageId; extern String_t* _stringLiteral1594383058; extern const uint32_t SDKEventManager_SetRoleVip_m3319172565_MetadataUsageId; extern String_t* _stringLiteral2931035376; extern const uint32_t SDKEventManager_SetRoleParty_m1947076438_MetadataUsageId; extern String_t* _stringLiteral999979493; extern const uint32_t SDKEventManager_SetRolePartyId_m2341711604_MetadataUsageId; extern String_t* _stringLiteral589703033; extern const uint32_t SDKEventManager_SetServerID_m4027948990_MetadataUsageId; extern String_t* _stringLiteral2515173405; extern const uint32_t SDKEventManager_SetRoleCreateTime_m1158632014_MetadataUsageId; extern String_t* _stringLiteral2632278432; extern const uint32_t SDKEventManager_SetRoleLevelChangeTime_m478925230_MetadataUsageId; extern String_t* _stringLiteral4260555513; extern const uint32_t SDKEventManager_SetCallbackInfo_m1878446017_MetadataUsageId; extern String_t* _stringLiteral578933698; extern const uint32_t SDKEventManager_SetRoleProfession_m3692974174_MetadataUsageId; extern String_t* _stringLiteral1605472720; extern const uint32_t SDKEventManager_SetRoleRealNameAuth_m1695587219_MetadataUsageId; extern String_t* _stringLiteral2143290860; extern String_t* _stringLiteral3041098422; extern const uint32_t SDKEventManager_SetLanguage_m1015688153_MetadataUsageId; extern String_t* _stringLiteral2184950472; extern const uint32_t SDKEventManager_SaveGameInfo_m415294402_MetadataUsageId; extern String_t* _stringLiteral2600271970; extern String_t* _stringLiteral1064707879; extern const uint32_t SDKEventManager_DoVoiceTranslate_m648900689_MetadataUsageId; extern String_t* _stringLiteral3891428835; extern const uint32_t SDKEventManager_DoVoiceRecordStart_m1610923261_MetadataUsageId; extern String_t* _stringLiteral1222147553; extern const uint32_t SDKEventManager_DoVoiceRecordStop_m2163374421_MetadataUsageId; extern String_t* _stringLiteral418269585; extern const uint32_t SDKEventManager_DoVoiceUpload_m3745281936_MetadataUsageId; extern String_t* _stringLiteral4118854479; extern String_t* _stringLiteral3763993814; extern const uint32_t SDKEventManager_DoVoiceDownload_m818051850_MetadataUsageId; extern String_t* _stringLiteral702923391; extern const uint32_t SDKEventManager_DoVoicePlay_m1179547232_MetadataUsageId; extern String_t* _stringLiteral65273139; extern const uint32_t SDKEventManager_DoVoicePlayStop_m1090481308_MetadataUsageId; extern String_t* _stringLiteral2052590085; extern const uint32_t SDKEventManager_ErrorStorage_m2684846180_MetadataUsageId; extern String_t* _stringLiteral3176369768; extern String_t* _stringLiteral4260522777; extern String_t* _stringLiteral2939037375; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral2253722970; extern String_t* _stringLiteral1191178036; extern String_t* _stringLiteral544230528; extern String_t* _stringLiteral436888121; extern String_t* _stringLiteral1952750881; extern String_t* _stringLiteral1316790219; extern String_t* _stringLiteral2412127129; extern String_t* _stringLiteral3539061770; extern String_t* _stringLiteral1392137683; extern const uint32_t SDKEventManager_Recharge_m519669061_MetadataUsageId; extern String_t* _stringLiteral2899865430; extern const uint32_t SDKEventManager_Init_m3570319401_MetadataUsageId; extern String_t* _stringLiteral708113071; extern String_t* _stringLiteral79689389; extern const uint32_t SDKEventManager_CheckToken_m1178355864_MetadataUsageId; extern String_t* _stringLiteral2966465180; extern String_t* _stringLiteral633429172; extern String_t* _stringLiteral2945258001; extern String_t* _stringLiteral3418251720; extern const uint32_t SDKEventManager_Init_m4122246116_MetadataUsageId; extern String_t* _stringLiteral909941649; extern const uint32_t SDKEventManager_Init_m3642875925_MetadataUsageId; extern String_t* _stringLiteral2500494480; extern String_t* _stringLiteral2759224856; extern const uint32_t SDKEventManager_ShowRealNameRegister_m3883521742_MetadataUsageId; extern String_t* _stringLiteral1699463504; extern String_t* _stringLiteral1848436376; extern const uint32_t SDKEventManager_CertificationState_m2864730_MetadataUsageId; extern String_t* _stringLiteral4147418726; extern const uint32_t SDKEventManager_ShowAntiAddictionQuery_m3963045103_MetadataUsageId; extern String_t* _stringLiteral582533367; extern const uint32_t SDKEventManager_ShowUserHome_m1233514715_MetadataUsageId; extern String_t* _stringLiteral2915180034; extern const uint32_t SDKEventManager_Logout_m2927447729_MetadataUsageId; extern String_t* _stringLiteral730948873; extern const uint32_t SDKEventManager_Login_m1435818543_MetadataUsageId; extern String_t* _stringLiteral62725275; extern String_t* _stringLiteral3856475194; extern String_t* _stringLiteral2849471109; extern const uint32_t SDKEventManager_EnterGame_m3158873838_MetadataUsageId; extern String_t* _stringLiteral1779648930; extern const uint32_t SDKEventManager_CreateRole_m57758726_MetadataUsageId; extern String_t* _stringLiteral895295755; extern const uint32_t SDKEventManager_LevelChange_m2014098220_MetadataUsageId; extern String_t* _stringLiteral1197467290; extern const uint32_t SDKEventManager_Exit_m3600596637_MetadataUsageId; extern String_t* _stringLiteral2399351636; extern const uint32_t SDKEventManager_CloseSplash_m2725124911_MetadataUsageId; extern String_t* _stringLiteral2984293695; extern String_t* _stringLiteral1873865504; extern String_t* _stringLiteral3623621693; extern const uint32_t SDKEventManager_UpdataScore_m1955526945_MetadataUsageId; extern String_t* _stringLiteral3714196572; extern const uint32_t SDKEventManager_CheckVersion_m564968843_MetadataUsageId; extern String_t* _stringLiteral3243520166; extern String_t* _stringLiteral2704022029; extern const uint32_t SDKEventManager_ShowFloat_m2430931335_MetadataUsageId; extern String_t* _stringLiteral1602046662; extern String_t* _stringLiteral3769996065; extern String_t* _stringLiteral2098773151; extern String_t* _stringLiteral2947611015; extern String_t* _stringLiteral1851569016; extern const uint32_t SDKEventManager_AppflyerTrackPurchaseEvent_m1708988618_MetadataUsageId; extern String_t* _stringLiteral2804043723; extern const uint32_t SDKEventManager_AppflyerTrackCompleteRegistration_m1964037868_MetadataUsageId; extern String_t* _stringLiteral2735527201; extern const uint32_t SDKEventManager_AppflyerTrackCreateRoleEvent_m2176609187_MetadataUsageId; extern String_t* _stringLiteral1232840130; extern String_t* _stringLiteral1439762725; extern const uint32_t SDKEventManager_AppflyerTrackLevelEvent_m931549603_MetadataUsageId; extern String_t* _stringLiteral3675472147; extern const uint32_t SDKEventManager_AppflyerTrackLoginEvent_m216217278_MetadataUsageId; extern String_t* _stringLiteral1750456303; extern const uint32_t SDKEventManager_AppflyerTrackUpdateEvent_m3679353831_MetadataUsageId; extern String_t* _stringLiteral2303576922; extern String_t* _stringLiteral4225460215; extern const uint32_t SDKEventManager_AppflyerTrackSelfDefine_m163789597_MetadataUsageId; extern String_t* _stringLiteral1239585427; extern String_t* _stringLiteral3302055740; extern String_t* _stringLiteral3636921009; extern const uint32_t SDKEventManager_PartyBuy_m3797022459_MetadataUsageId; extern String_t* _stringLiteral1556892318; extern String_t* _stringLiteral2393857664; extern const uint32_t SDKEventManager_PartyRegister_m3382306470_MetadataUsageId; extern String_t* _stringLiteral1470875945; extern String_t* _stringLiteral1521965695; extern const uint32_t SDKEventManager_PartyLogin_m399586611_MetadataUsageId; extern String_t* _stringLiteral2582482684; extern String_t* _stringLiteral3464244465; extern const uint32_t SDKEventManager_PartyLevel_m2877133841_MetadataUsageId; extern String_t* _stringLiteral1105192868; extern const uint32_t SDKEventManager_PartyCustomEvent_m2440462315_MetadataUsageId; extern String_t* _stringLiteral2678549934; extern const uint32_t SDKEventManager_PartyCustomParam_m1415063775_MetadataUsageId; extern String_t* _stringLiteral2580056110; extern const uint32_t SDKEventManager_PartyDisableAdOptimize_m2494777344_MetadataUsageId; extern String_t* _stringLiteral75581964; extern String_t* _stringLiteral2006314719; extern String_t* _stringLiteral11797614; extern const uint32_t SDKEventManager_PartySetGooglePlayAdIdFunction_m3888316461_MetadataUsageId; extern String_t* _stringLiteral734034891; extern String_t* _stringLiteral63249541; extern String_t* _stringLiteral660661157; extern String_t* _stringLiteral2730726283; extern const uint32_t SDKEventManager_GMSStatisticsRegister_m1380387075_MetadataUsageId; extern String_t* _stringLiteral1631193696; extern String_t* _stringLiteral3220737639; extern String_t* _stringLiteral2582321680; extern const uint32_t SDKEventManager_GMSStatisticsTransaction_m3608771357_MetadataUsageId; extern String_t* _stringLiteral3216189490; extern String_t* _stringLiteral4028742039; extern String_t* _stringLiteral1448248653; extern String_t* _stringLiteral1742570460; extern const uint32_t SDKEventManager_awardInviteActive_m2195625456_MetadataUsageId; extern String_t* _stringLiteral2652701917; extern String_t* _stringLiteral1482246574; extern const uint32_t SDKEventManager_awardInviteInfo_m3948158362_MetadataUsageId; extern String_t* _stringLiteral811430272; extern String_t* _stringLiteral3562490116; extern String_t* _stringLiteral499277252; extern const uint32_t SDKEventManager_awardTake_m825349730_MetadataUsageId; extern String_t* _stringLiteral3857777218; extern String_t* _stringLiteral3945516989; extern const uint32_t SDKEventManager_awardInfo_m1741771605_MetadataUsageId; extern String_t* _stringLiteral3993653901; extern String_t* _stringLiteral615306525; extern const uint32_t SDKEventManager_awardInviteRole_m3143883097_MetadataUsageId; extern String_t* _stringLiteral4125260881; extern String_t* _stringLiteral992413616; extern String_t* _stringLiteral689584743; extern String_t* _stringLiteral369312321; extern const uint32_t SDKEventManager_CollectNetworkError_m1681359784_MetadataUsageId; extern String_t* _stringLiteral1203812; extern String_t* _stringLiteral3282855164; extern String_t* _stringLiteral393897380; extern String_t* _stringLiteral1788732436; extern String_t* _stringLiteral3731096383; extern String_t* _stringLiteral816204031; extern String_t* _stringLiteral2806165091; extern const uint32_t SDKEventManager_CollectGameBehaviour_m3755292765_MetadataUsageId; extern String_t* _stringLiteral844729894; extern String_t* _stringLiteral3153563944; extern String_t* _stringLiteral2448607651; extern const uint32_t SDKEventManager_CollectGameDownload_m4172150071_MetadataUsageId; extern String_t* _stringLiteral3499122712; extern String_t* _stringLiteral3305495824; extern String_t* _stringLiteral1591469579; extern const uint32_t SDKEventManager_CollectGameStart_m2328995213_MetadataUsageId; extern String_t* _stringLiteral737575732; extern const uint32_t SDKEventManager_FaceBookLogin_m28812810_MetadataUsageId; extern String_t* _stringLiteral4181472822; extern const uint32_t SDKEventManager_GetFBIsLogin_m899351081_MetadataUsageId; extern String_t* _stringLiteral113549855; extern const uint32_t SDKEventManager_FBRegisterCompleted_m2927104625_MetadataUsageId; extern String_t* _stringLiteral492726593; extern const uint32_t SDKEventManager_FBTrackLevel_m98963635_MetadataUsageId; extern String_t* _stringLiteral1252984078; extern String_t* _stringLiteral2695572806; extern const uint32_t SDKEventManager_FBTrackBuy_m2588283218_MetadataUsageId; extern String_t* _stringLiteral465727027; extern String_t* _stringLiteral539950414; extern String_t* _stringLiteral3996788075; extern const uint32_t SDKEventManager_FBInvite_m620317837_MetadataUsageId; extern String_t* _stringLiteral163452348; extern const uint32_t SDKEventManager_QueryFBFriendList_m1062966581_MetadataUsageId; extern String_t* _stringLiteral2538259330; extern const uint32_t SDKEventManager_ShowAccountManager_m327367033_MetadataUsageId; extern String_t* _stringLiteral696500043; extern const uint32_t SDKEventManager_NaverBind_m162733282_MetadataUsageId; extern String_t* _stringLiteral3230858709; extern const uint32_t SDKEventManager_OpenCafeForum_m3117028437_MetadataUsageId; extern String_t* _stringLiteral422821273; extern const uint32_t SDKEventManager_ServerLogin_m604265748_MetadataUsageId; extern String_t* _stringLiteral3656716131; extern const uint32_t SDKEventManager_QueryNaverBindStatus_m3567955495_MetadataUsageId; extern String_t* _stringLiteral3269553913; extern const uint32_t SDKEventManager_SendRddmStart_m887581884_MetadataUsageId; extern String_t* _stringLiteral860160576; extern const uint32_t SDKEventManager_SendRddmEnd_m2017689497_MetadataUsageId; extern String_t* _stringLiteral3182899885; extern String_t* _stringLiteral869972491; extern String_t* _stringLiteral3452614544; extern const uint32_t SDKEventManager_SendDBVersionEnd_m1334892118_MetadataUsageId; extern String_t* _stringLiteral3051565694; extern const uint32_t SDKEventManager_SendTextEnd_m3531977619_MetadataUsageId; extern String_t* _stringLiteral892763384; extern const uint32_t SDKEventManager_SendLoginStart_m868534246_MetadataUsageId; extern String_t* _stringLiteral3936430694; extern const uint32_t SDKEventManager_SendLoginStartClicked_m1220851005_MetadataUsageId; extern String_t* _stringLiteral2315687028; extern String_t* _stringLiteral4192001722; extern const uint32_t SDKEventManager_SendLoginSDKSuccess_m824563652_MetadataUsageId; extern RuntimeClass* CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2686216175; extern String_t* _stringLiteral3452614543; extern String_t* _stringLiteral2236067364; extern String_t* _stringLiteral3014018045; extern String_t* _stringLiteral975996109; extern String_t* _stringLiteral3567657346; extern String_t* _stringLiteral3666052803; extern const uint32_t SDKEventManager_SendLoginResult_m4060963161_MetadataUsageId; extern const uint32_t SDKEventManager_SendCreateRoleResult_m2773874863_MetadataUsageId; extern String_t* _stringLiteral1902322755; extern const uint32_t SDKEventManager_SendEnterHall_m1494826582_MetadataUsageId; extern RuntimeClass* CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3456546791; extern String_t* _stringLiteral3386818783; extern String_t* _stringLiteral3409200350; extern String_t* _stringLiteral3667557639; extern const uint32_t SDKEventManager_HotResJsonRoot_m3040280156_MetadataUsageId; extern String_t* _stringLiteral3951792230; extern String_t* _stringLiteral2618078398; extern const uint32_t SDKEventManager_UnZipResJsonRoot_m1970932031_MetadataUsageId; extern String_t* _stringLiteral2004038908; extern String_t* _stringLiteral3025201490; extern String_t* _stringLiteral2128290368; extern String_t* _stringLiteral593613704; extern String_t* _stringLiteral1778143998; extern String_t* _stringLiteral3452614542; extern String_t* _stringLiteral2937549783; extern String_t* _stringLiteral2319756339; extern const uint32_t SDKEventManager_LaunchJsonRoot_m3443297761_MetadataUsageId; extern const uint32_t SDKEventManager_CreateJsonRoot_m3997786708_MetadataUsageId; extern String_t* _stringLiteral4045586754; extern const uint32_t SDKEventManager_SendDataCollection_m1140083305_MetadataUsageId; extern const uint32_t SDKEventManager__cctor_m3616348329_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3935206418_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t982490881_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m770363746_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1__ctor_m810122029_RuntimeMethod_var; extern const uint32_t GameSetting__ctor_m80642228_MetadataUsageId; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* GameSettingValue_t4149950119_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m3285133667_RuntimeMethod_var; extern String_t* _stringLiteral1275054273; extern String_t* _stringLiteral766488705; extern String_t* _stringLiteral2328036797; extern String_t* _stringLiteral2843182607; extern String_t* _stringLiteral1985170616; extern String_t* _stringLiteral62725243; extern const uint32_t GameSetting_Load_m2730028088_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3089934523_RuntimeMethod_var; extern const uint32_t GameSetting_Unload_m1915163380_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2836847777_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m830996807_RuntimeMethod_var; extern const uint32_t GameSetting_GetSetting_m3769597942_MetadataUsageId; extern const uint32_t GameSetting_GetSettingValue_m344469462_MetadataUsageId; extern String_t* _stringLiteral3201354471; extern String_t* _stringLiteral3406492408; extern const uint32_t GameSetting_IsLocalNetPackage_m1360640762_MetadataUsageId; extern RuntimeClass* List_1_t1447112461_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m88437072_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const uint32_t GameTimer__ctor_m747721558_MetadataUsageId; extern RuntimeClass* GameTimer_t2541170184_il2cpp_TypeInfo_var; extern const uint32_t GameTimer_Awake_m79724182_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var; extern String_t* _stringLiteral2604813209; extern String_t* _stringLiteral1027613511; extern const uint32_t GameTimer_AddTimerByAnimation_m1374148834_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m987949881_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m361000296_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m697420525_RuntimeMethod_var; extern const uint32_t GameTimer_getEventId_m2254645083_MetadataUsageId; extern const uint32_t GameTimer_AddTimer_m2596431325_MetadataUsageId; extern const uint32_t GameTimer_AddTimer_m3640745479_MetadataUsageId; extern const uint32_t GameTimer_AddTimer_m407424551_MetadataUsageId; extern const uint32_t GameTimer_AddTimer_m1487245481_MetadataUsageId; extern const uint32_t GameTimer_AddTimerFloat_m4027139073_MetadataUsageId; extern const uint32_t GameTimer_AddTimerString_m323018539_MetadataUsageId; extern const uint32_t GameTimer_KillTimer_m957541218_MetadataUsageId; extern RuntimeClass* GameTimerInfo_t4270005015_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m544329332_RuntimeMethod_var; extern const uint32_t GameTimer_AddEvent_m3395596970_MetadataUsageId; extern const uint32_t GameTimer_AddEvent_m1138573778_MetadataUsageId; extern const uint32_t GameTimer_AddEvent_m1828275477_MetadataUsageId; extern const uint32_t GameTimer_AddEvent_m2516169607_MetadataUsageId; extern RuntimeClass* U3CKillU3Ec__AnonStorey0_t3557100118_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t800331843_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CKillU3Ec__AnonStorey0_U3CU3Em__0_m2891173320_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m1204883269_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAll_m2386734157_RuntimeMethod_var; extern const RuntimeMethod* List_1_Remove_m3037048099_RuntimeMethod_var; extern const uint32_t GameTimer_Kill_m544123378_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2347453568_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2213195052_RuntimeMethod_var; extern const RuntimeMethod* List_1_Remove_m3950995599_RuntimeMethod_var; extern const RuntimeMethod* Action_1_Invoke_m2461023210_RuntimeMethod_var; extern const RuntimeMethod* Action_1_Invoke_m2159083576_RuntimeMethod_var; extern const RuntimeMethod* GameTimer_U3CFixedUpdateU3Em__0_m3578172189_RuntimeMethod_var; extern String_t* _stringLiteral1202628576; extern const uint32_t GameTimer_FixedUpdate_m1110530182_MetadataUsageId; extern const uint32_t GameTimer_U3CFixedUpdateU3Em__0_m3578172189_MetadataUsageId; extern RuntimeClass* ClickTimeSlot_t1463425833_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1728255912; extern String_t* _stringLiteral2433401748; extern const uint32_t GMCommand__ctor_m1695035140_MetadataUsageId; extern const RuntimeMethod* GMCommand_Launch_m444214691_RuntimeMethod_var; extern const uint32_t GMCommand_Start_m3363436292_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern const uint32_t GMCommand_Update_m1071247290_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern RuntimeClass* UnityAction_t3245792599_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisButton_t4055032469_m1381873113_RuntimeMethod_var; extern const RuntimeMethod* GMCommand_SendCommand_m2426152968_RuntimeMethod_var; extern const RuntimeMethod* GMCommand_Close_m2820566695_RuntimeMethod_var; extern String_t* _stringLiteral3251553782; extern String_t* _stringLiteral1021518286; extern const uint32_t GMCommand_Launch_m444214691_MetadataUsageId; extern RuntimeClass* Singleton_1_t3658094039_il2cpp_TypeInfo_var; extern RuntimeClass* ILuaGameManager_t724692347_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisInputField_t3762917431_m3342128916_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1_get_Instance_m3534645186_RuntimeMethod_var; extern String_t* _stringLiteral3929763264; extern const uint32_t GMCommand_SendCommand_m2426152968_MetadataUsageId; extern const uint32_t GMCommand_Close_m2820566695_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2113769949_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m4207101203_RuntimeMethod_var; extern String_t* _stringLiteral3457267691; extern const uint32_t GMCommand_IsPointerOverUIElement_m273380320_MetadataUsageId; extern RuntimeClass* GUIDependencyConfig_t2406732459_il2cpp_TypeInfo_var; extern const uint32_t GUIDependencyConfig_Instance_m1665445291_MetadataUsageId; extern RuntimeClass* StreamReader_t4009935899_il2cpp_TypeInfo_var; extern RuntimeClass* JsonConvert_t3077351166_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonConvert_DeserializeObject_TisGUIDependencyRoot_t3004525873_m1582059257_RuntimeMethod_var; extern const uint32_t GUIDependencyConfig_Init_m1267988399_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1447614041_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2835641582_RuntimeMethod_var; extern const uint32_t GUIDependencyConfig_GetDependencies_m1047472624_MetadataUsageId; extern RuntimeClass* Queue_1_t1693710183_il2cpp_TypeInfo_var; extern const RuntimeMethod* Queue_1__ctor_m517546824_RuntimeMethod_var; extern const uint32_t HMarquee__ctor_m1826736406_MetadataUsageId; extern const uint32_t HMarquee_Awake_m3829776787_MetadataUsageId; extern const RuntimeMethod* Queue_1_Enqueue_m440672958_RuntimeMethod_var; extern const uint32_t HMarquee_AddText_m3891719523_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const RuntimeMethod* Queue_1_get_Count_m3902537741_RuntimeMethod_var; extern const RuntimeMethod* Queue_1_Dequeue_m749985083_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisText_t1901882714_m942857714_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisText_t1901882714_m4196288697_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetEase_TisTweenerCore_3_t4006488229_m3375374649_RuntimeMethod_var; extern const RuntimeMethod* HMarquee_U3CRunU3Em__0_m2047854605_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnComplete_TisTweener_t436044680_m3953371001_RuntimeMethod_var; extern String_t* _stringLiteral3987835886; extern const uint32_t HMarquee_Run_m3420098730_MetadataUsageId; extern String_t* _stringLiteral4159602785; extern const uint32_t HMarquee_Update_m542980062_MetadataUsageId; extern const uint32_t HotFixState__ctor_m3688676536_MetadataUsageId; extern RuntimeClass* Singleton_1_t1091525953_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t380813009_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t474425409_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m3209749847_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1_get_Instance_m1746511074_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1_get_Instance_m1551102770_RuntimeMethod_var; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var; extern String_t* _stringLiteral3545523948; extern const uint32_t HotFixState_Enter_m3750649372_MetadataUsageId; extern RuntimeClass* Singleton_1_t2484816003_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m3232929273_RuntimeMethod_var; extern const uint32_t HotFixState_Exit_m3520702896_MetadataUsageId; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisInputManager_t3933257607_m3454982096_RuntimeMethod_var; extern String_t* _stringLiteral3474470605; extern String_t* _stringLiteral531699260; extern const uint32_t HotFixState_HotFixFinished_m2210965167_MetadataUsageId; extern RuntimeClass* U3CCheckAllXMLU3Ec__Iterator0_t964970216_il2cpp_TypeInfo_var; extern const uint32_t HotFixState_CheckAllXML_m481093834_MetadataUsageId; extern RuntimeClass* U3CCheckNoNetU3Ec__Iterator1_t3864336713_il2cpp_TypeInfo_var; extern const uint32_t HotFixState_CheckNoNet_m637755949_MetadataUsageId; extern RuntimeClass* U3CCheckFullVersionU3Ec__Iterator2_t2024604231_il2cpp_TypeInfo_var; extern const uint32_t HotFixState_CheckFullVersion_m2684360578_MetadataUsageId; extern RuntimeClass* U3CCheckProxyVersionU3Ec__Iterator3_t3997563179_il2cpp_TypeInfo_var; extern const uint32_t HotFixState_CheckProxyVersion_m3692281100_MetadataUsageId; extern RuntimeClass* U3CCheckAppVersionU3Ec__Iterator4_t4272772224_il2cpp_TypeInfo_var; extern const uint32_t HotFixState_CheckAppVersion_m488832795_MetadataUsageId; extern RuntimeClass* U3CCheckVersionU3Ec__Iterator5_t3300148884_il2cpp_TypeInfo_var; extern const uint32_t HotFixState_CheckVersion_m1347604664_MetadataUsageId; extern RuntimeClass* AssetHelper_t687966792_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1623561036; extern String_t* _stringLiteral3456010441; extern String_t* _stringLiteral2577500234; extern String_t* _stringLiteral1493986480; extern const uint32_t U3CCheckAllXMLU3Ec__Iterator0_MoveNext_m411731523_MetadataUsageId; extern const RuntimeMethod* U3CCheckAllXMLU3Ec__Iterator0_Reset_m4064971894_RuntimeMethod_var; extern const uint32_t U3CCheckAllXMLU3Ec__Iterator0_Reset_m4064971894_MetadataUsageId; extern RuntimeClass* Singleton_1_t1085050331_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t3525596842_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m906527132_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1_get_Instance_m1358402437_RuntimeMethod_var; extern String_t* _stringLiteral2060095063; extern String_t* _stringLiteral146655915; extern String_t* _stringLiteral744625708; extern String_t* _stringLiteral4141923353; extern const uint32_t U3CCheckAppVersionU3Ec__Iterator4_MoveNext_m305349057_MetadataUsageId; extern const RuntimeMethod* U3CCheckAppVersionU3Ec__Iterator4_Reset_m2995617733_RuntimeMethod_var; extern const uint32_t U3CCheckAppVersionU3Ec__Iterator4_Reset_m2995617733_MetadataUsageId; extern RuntimeClass* Singleton_1_t987768041_il2cpp_TypeInfo_var; extern RuntimeClass* CVersionIssue_t3008599312_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m855614156_RuntimeMethod_var; extern String_t* _stringLiteral905886549; extern String_t* _stringLiteral3235338795; extern String_t* _stringLiteral25249242; extern const uint32_t U3CCheckFullVersionU3Ec__Iterator2_MoveNext_m3028377650_MetadataUsageId; extern const RuntimeMethod* U3CCheckFullVersionU3Ec__Iterator2_Reset_m1232341561_RuntimeMethod_var; extern const uint32_t U3CCheckFullVersionU3Ec__Iterator2_Reset_m1232341561_MetadataUsageId; extern const uint32_t U3CCheckNoNetU3Ec__Iterator1_MoveNext_m932705003_MetadataUsageId; extern const RuntimeMethod* U3CCheckNoNetU3Ec__Iterator1_Reset_m3358137594_RuntimeMethod_var; extern const uint32_t U3CCheckNoNetU3Ec__Iterator1_Reset_m3358137594_MetadataUsageId; extern RuntimeClass* U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t3432562628_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t2019918284_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m3349674717_RuntimeMethod_var; extern const RuntimeMethod* U3CCheckProxyVersionU3Ec__AnonStorey6_U3CU3Em__0_m3959670634_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m838414602_RuntimeMethod_var; extern const RuntimeMethod* U3CCheckProxyVersionU3Ec__AnonStorey6_U3CU3Em__1_m3959635007_RuntimeMethod_var; extern String_t* _stringLiteral3185188418; extern String_t* _stringLiteral1666243027; extern String_t* _stringLiteral1681858938; extern const uint32_t U3CCheckProxyVersionU3Ec__Iterator3_MoveNext_m2564561011_MetadataUsageId; extern const RuntimeMethod* U3CCheckProxyVersionU3Ec__Iterator3_Reset_m2898694302_RuntimeMethod_var; extern const uint32_t U3CCheckProxyVersionU3Ec__Iterator3_Reset_m2898694302_MetadataUsageId; extern String_t* _stringLiteral56571562; extern String_t* _stringLiteral2978189367; extern String_t* _stringLiteral1301762955; extern const uint32_t U3CCheckProxyVersionU3Ec__AnonStorey6_U3CU3Em__0_m3959670634_MetadataUsageId; extern String_t* _stringLiteral1042968436; extern const uint32_t U3CCheckProxyVersionU3Ec__AnonStorey6_U3CU3Em__1_m3959635007_MetadataUsageId; extern RuntimeClass* U3CCheckVersionU3Ec__AnonStorey7_t2534351495_il2cpp_TypeInfo_var; extern RuntimeClass* WebRequest_t1939381076_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t3409849893_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t3123413348_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__0_m3436429899_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m1510624085_RuntimeMethod_var; extern const RuntimeMethod* U3CCheckVersionU3Ec__Iterator5_U3CU3Em__0_m1936746041_RuntimeMethod_var; extern const RuntimeMethod* U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__1_m2939671053_RuntimeMethod_var; extern const RuntimeMethod* U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__2_m1373587112_RuntimeMethod_var; extern const RuntimeMethod* U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__3_m298009586_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m4058363731_RuntimeMethod_var; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m3403594160_RuntimeMethod_var; extern const RuntimeMethod* U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__4_m2536386526_RuntimeMethod_var; extern const RuntimeMethod* U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__5_m970302585_RuntimeMethod_var; extern const RuntimeMethod* U3CCheckVersionU3Ec__Iterator5_U3CU3Em__1_m3961588556_RuntimeMethod_var; extern String_t* _stringLiteral1114302; extern String_t* _stringLiteral792142151; extern String_t* _stringLiteral3395961326; extern String_t* _stringLiteral2557303460; extern String_t* _stringLiteral759864181; extern String_t* _stringLiteral2054799041; extern String_t* _stringLiteral3900656079; extern String_t* _stringLiteral2665633248; extern String_t* _stringLiteral831347629; extern String_t* _stringLiteral410906000; extern String_t* _stringLiteral3028380181; extern String_t* _stringLiteral1251488690; extern String_t* _stringLiteral227622767; extern String_t* _stringLiteral3889064763; extern String_t* _stringLiteral1879134923; extern const uint32_t U3CCheckVersionU3Ec__Iterator5_MoveNext_m2334042463_MetadataUsageId; extern const RuntimeMethod* U3CCheckVersionU3Ec__Iterator5_Reset_m2329597587_RuntimeMethod_var; extern const uint32_t U3CCheckVersionU3Ec__Iterator5_Reset_m2329597587_MetadataUsageId; extern const uint32_t U3CCheckVersionU3Ec__Iterator5_U3CU3Em__1_m3961588556_MetadataUsageId; extern const uint32_t U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__1_m2939671053_MetadataUsageId; extern const uint32_t U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__2_m1373587112_MetadataUsageId; extern const uint32_t U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__3_m298009586_MetadataUsageId; extern const uint32_t U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__4_m2536386526_MetadataUsageId; extern const uint32_t U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__5_m970302585_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m2400031163_RuntimeMethod_var; extern const uint32_t HUBSDKManager__ctor_m1306830294_MetadataUsageId; extern String_t* _stringLiteral311822832; extern const uint32_t HUBSDKManager_Enable_m902760714_MetadataUsageId; extern RuntimeClass* CLeDouApi_t315808977_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2604011191; extern const uint32_t HUBSDKManager_SetServerID_m1362839098_MetadataUsageId; extern String_t* _stringLiteral2804365046; extern const uint32_t HUBSDKManager_ShowLogin_m2323142946_MetadataUsageId; extern String_t* _stringLiteral976695506; extern String_t* _stringLiteral1617042761; extern const uint32_t HUBSDKManager_LoginSuccessSDK_m4248764289_MetadataUsageId; extern String_t* _stringLiteral1820796979; extern const uint32_t HUBSDKManager_LoginFailureSDK_m2815281253_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m210513246_RuntimeMethod_var; extern String_t* _stringLiteral1967614328; extern String_t* _stringLiteral3217633318; extern String_t* _stringLiteral1981847255; extern String_t* _stringLiteral947670024; extern String_t* _stringLiteral2959242208; extern const uint32_t HUBSDKManager_WatchAD_m1940724362_MetadataUsageId; extern const RuntimeMethod* Action_2_Invoke_m3616124733_RuntimeMethod_var; extern const uint32_t HUBSDKManager_WatchADLoadedCallback_m1882981154_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern RuntimeClass* CMsgCustom_t3704829624_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m1324156550_RuntimeMethod_var; extern String_t* _stringLiteral2739582522; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral2472084187; extern const uint32_t HUBSDKManager_WatchADCallback_m2700328366_MetadataUsageId; extern RuntimeClass* CUserInfoApi_t815375937_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1959005310; extern String_t* _stringLiteral736133099; extern const uint32_t HUBSDKManager_UploadUserID_m3308360834_MetadataUsageId; extern String_t* _stringLiteral3153108132; extern String_t* _stringLiteral2324987319; extern const uint32_t HUBSDKManager_UploadUserInfo_m2229963813_MetadataUsageId; extern String_t* _stringLiteral1281882627; extern String_t* _stringLiteral691389601; extern String_t* _stringLiteral499670562; extern String_t* _stringLiteral3867356793; extern const uint32_t HUBSDKManager_FitFunShare_m3991323503_MetadataUsageId; extern const uint32_t HUBSDKManager_OnShareCallback_m2259603490_MetadataUsageId; extern const RuntimeMethod* Object_FindObjectOfType_TisuiPhotoEdit_t787247777_m1177442509_RuntimeMethod_var; extern String_t* _stringLiteral2328711227; extern String_t* _stringLiteral3253258143; extern const uint32_t HUBSDKManager_SelectPhoto_m2196605456_MetadataUsageId; extern const RuntimeMethod* Action_2_Invoke_m388388194_RuntimeMethod_var; extern String_t* _stringLiteral1428629298; extern const uint32_t HUBSDKManager_OnSelectPhotoCallback_m2250369910_MetadataUsageId; extern const uint32_t HUBSDKManager_OnCameraCancelCallback_m3291800813_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* Event_t709265659_il2cpp_TypeInfo_var; extern RuntimeClass* EventManager_t1658312912_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3367619124; extern const uint32_t HUBSDKManager_UpdateHeadPhoto_m815919096_MetadataUsageId; extern RuntimeClass* CSensitiveWordManager_t1258364656_il2cpp_TypeInfo_var; extern const uint32_t HUBSDKManager_CheckName_m3150276559_MetadataUsageId; extern const uint32_t HUBSDKManager_CreateRole_m2934703558_MetadataUsageId; extern const uint32_t HUBSDKManager_GetChannelID_m3862988122_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2600226908_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m3719004310_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3408976581_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1930661044_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m361113603_RuntimeMethod_var; extern const uint32_t HUBSDKManager_SendShoeCmdToSever_m1257527491_MetadataUsageId; extern const uint32_t HUBSDKManager_SendTricycleRecord_m4102911713_MetadataUsageId; extern const uint32_t ImageEffect_MoblieBloom_OnEnable_m3543948624_MetadataUsageId; extern const uint32_t ImageEffect_MoblieBloom_OnDisable_m2351161568_MetadataUsageId; extern String_t* _stringLiteral1992217819; extern const uint32_t ImageEffect_MoblieBloom_FindShaders_m2328470608_MetadataUsageId; extern RuntimeClass* Material_t340375123_il2cpp_TypeInfo_var; extern const uint32_t ImageEffect_MoblieBloom_CreateMaterials_m529698713_MetadataUsageId; extern RuntimeClass* Graphics_t783367614_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2401287094; extern String_t* _stringLiteral1742932213; extern String_t* _stringLiteral1654548120; extern const uint32_t ImageEffect_MoblieBloom_OnRenderImage_m3011720849_MetadataUsageId; extern const RuntimeType* A_t4210213004_0_0_0_var; extern RuntimeClass* A_t4210213004_il2cpp_TypeInfo_var; extern RuntimeClass* B_t4210213007_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3185089344; extern String_t* _stringLiteral1323994836; extern const uint32_t InheritTest_Start_m2660605703_MetadataUsageId; extern String_t* _stringLiteral3452614623; extern const uint32_t A_ToString_m389989360_MetadataUsageId; extern String_t* _stringLiteral3452614622; extern const uint32_t B_ToString_m2171779371_MetadataUsageId; extern RuntimeClass* BetterList_1_t4001750706_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m598206245_RuntimeMethod_var; extern const uint32_t IVehicleInput__ctor_m995979549_MetadataUsageId; extern const RuntimeMethod* BetterList_1_get_Count_m953544863_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m1260013620_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_RemoveAt_m2266767983_RuntimeMethod_var; extern const uint32_t IVehicleInput_PopCmd_m4000830693_MetadataUsageId; extern const RuntimeMethod* BetterList_1_IndexOf_m1754628136_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m1189873222_RuntimeMethod_var; extern const uint32_t IVehicleInput_PushCmd_m1921275194_MetadataUsageId; extern RuntimeClass* Singleton_1_t19536393_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m1420520236_RuntimeMethod_var; extern String_t* _stringLiteral2801975802; extern String_t* _stringLiteral2801910266; extern String_t* _stringLiteral2801844730; extern String_t* _stringLiteral2802303482; extern const uint32_t IVehicleInput_PushFrag_m3055676273_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m3246147440_RuntimeMethod_var; extern String_t* _stringLiteral2322660620; extern String_t* _stringLiteral2619351210; extern const uint32_t IVehicleInput_OnReset_m3738050725_MetadataUsageId; extern RuntimeClass* Stack_1_t1957026074_il2cpp_TypeInfo_var; extern const RuntimeMethod* Stack_1__ctor_m1078681402_RuntimeMethod_var; extern String_t* _stringLiteral1795647809; extern const uint32_t GameObjectPool__ctor_m1186287329_MetadataUsageId; extern const RuntimeMethod* Stack_1_Push_m26138258_RuntimeMethod_var; extern const uint32_t GameObjectPool_AddObjectToPool_m432907480_MetadataUsageId; extern const RuntimeMethod* Stack_1_Pop_m3962620122_RuntimeMethod_var; extern String_t* _stringLiteral1495507012; extern String_t* _stringLiteral1063755523; extern const uint32_t GameObjectPool_PopObjectFromPool_m1314655133_MetadataUsageId; extern const RuntimeMethod* Object_Instantiate_TisGameObject_t1113636619_m4070250708_RuntimeMethod_var; extern const uint32_t GameObjectPool_NewObjectInstance_m3418951737_MetadataUsageId; extern String_t* _stringLiteral2652012324; extern const uint32_t GameObjectPool_ReturnObjectToPool_m4272221211_MetadataUsageId; extern const RuntimeMethod* Stack_1_get_Count_m2208642227_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Clear_m3442993520_RuntimeMethod_var; extern const uint32_t GameObjectPool_OnDestroy_m2483027304_MetadataUsageId; extern const uint32_t GameObjectPool_GameObjectPoolResize_m683261408_MetadataUsageId; extern RuntimeClass* List_1_t3628304265_il2cpp_TypeInfo_var; extern RuntimeClass* Image_t2670269651_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2503988995_RuntimeMethod_var; extern const uint32_t LeiDa__ctor_m886332846_MetadataUsageId; extern RuntimeClass* List_1_t1234605051_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3713859815_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1202123918_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1378751541_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2586421604_RuntimeMethod_var; extern const uint32_t LeiDa_OnPopulateMesh_m1336566275_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2188935509_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2298161512_RuntimeMethod_var; extern const uint32_t LeiDa_SetVertex_m2340398719_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const uint32_t LeiDa_SetScores_m928170841_MetadataUsageId; extern RuntimeClass* LightmapConfig_t3677670915_il2cpp_TypeInfo_var; extern const uint32_t LightmapConfig_get_sInstance_m1261928617_MetadataUsageId; extern const RuntimeMethod* Stack_1_Push_m2754141271_RuntimeMethod_var; extern const uint32_t LightmapConfig_Awake_m276041153_MetadataUsageId; extern const RuntimeMethod* Stack_1_get_Count_m1630012412_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Pop_m2938708507_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Peek_m3015650126_RuntimeMethod_var; extern const uint32_t LightmapConfig_OnDestroy_m3832856980_MetadataUsageId; extern RuntimeClass* LMSettingProperty_t1483900569_il2cpp_TypeInfo_var; extern const uint32_t LightmapConfig_StoreCurrentConfig_m2869596683_MetadataUsageId; extern RuntimeClass* Texture2DU5BU5D_t149664596_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t551117518_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4110779346_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponentsInChildren_TisMeshRenderer_t587009260_m2448849684_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2240949582_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m930659533_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponentInChildren_TisTerrain_t3055443660_m724821176_RuntimeMethod_var; extern const uint32_t LightmapConfig_StoreSettings_m1329179133_MetadataUsageId; extern RuntimeClass* LightmapDataU5BU5D_t2367175237_il2cpp_TypeInfo_var; extern RuntimeClass* LightmapData_t2568046604_il2cpp_TypeInfo_var; extern const uint32_t LightmapConfig_ApplyConfig_m1503717773_MetadataUsageId; extern RuntimeClass* Stack_1_t226093074_il2cpp_TypeInfo_var; extern const RuntimeMethod* Stack_1__ctor_m4133197425_RuntimeMethod_var; extern const uint32_t LightmapConfig__cctor_m388964183_MetadataUsageId; extern String_t* _stringLiteral1616650057; extern String_t* _stringLiteral2768880969; extern const uint32_t LinkedEffect_Start_m3337807997_MetadataUsageId; extern RuntimeClass* Matrix4x4_t1817901843_il2cpp_TypeInfo_var; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const uint32_t LinkedEffect_OnAfterAnim_m4034090402_MetadataUsageId; extern const uint32_t ListFileProcessor__ctor_m2359473832_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_set_Item_m187286838_RuntimeMethod_var; extern String_t* _stringLiteral3662980774; extern String_t* _stringLiteral4010826488; extern const uint32_t ListFileProcessor_Init_m1708106654_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1883005577_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m4125185638_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2642806556_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m897800495_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2198401511_RuntimeMethod_var; extern const uint32_t ListFileProcessor_Compare_m1187019742_MetadataUsageId; extern const RuntimeType* JsonData_t1524858407_0_0_0_var; extern const uint32_t ArrayMetadata_get_ElementType_m1928955287_MetadataUsageId; extern RuntimeClass* Double_t594665363_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* IEnumerable_1_t2687639762_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t4140357341_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t380635627_il2cpp_TypeInfo_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 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 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* 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 const uint32_t JsonMapper_U3CRegisterBaseExportersU3Em__1_m3785983073_MetadataUsageId; extern const uint32_t JsonMapper_U3CRegisterBaseExportersU3Em__2_m1600907169_MetadataUsageId; 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; struct GUIStyle_t3956901511_marshaled_pinvoke; struct GUIStyle_t3956901511_marshaled_com; struct GUIStyleState_t1397964415_marshaled_pinvoke; struct GUIStyleState_t1397964415_marshaled_com; struct RectOffset_t1369453676_marshaled_com; struct ByteU5BU5D_t4116647657; struct Vector3U5BU5D_t1718750761; struct StringU5BU5D_t1281789340; struct ObjectU5BU5D_t1417781964; struct ObjectU5BU5D_t2843939325; struct CharU5BU5D_t3528271667; struct TouchU5BU5D_t1849554061; struct SimpleStateU5BU5D_t2736705990; struct SpriteU5BU5D_t2581906349; struct Int32U5BU5D_t385246372; struct MeshRendererU5BU5D_t2132764133; struct LightmapDataU5BU5D_t2367175237; struct Texture2DU5BU5D_t149664596; struct LMRendererInfoU5BU5D_t4046529225; struct PropertyInfoU5BU5D_t1461822886; struct ParameterInfoU5BU5D_t390618515; struct FieldInfoU5BU5D_t846150980; struct TypeU5BU5D_t3940880105; #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 U3CCHECKVERSIONU3EC__ITERATOR5_T3300148884_H #define U3CCHECKVERSIONU3EC__ITERATOR5_T3300148884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HotFixState/c__Iterator5 struct U3CCheckVersionU3Ec__Iterator5_t3300148884 : public RuntimeObject { public: // CVersionIssue HotFixState/c__Iterator5::__0 CVersionIssue_t3008599312 * ___U3ClocalVersionU3E__0_0; // System.String HotFixState/c__Iterator5::__0 String_t* ___U3CpathU3E__0_1; // System.String HotFixState/c__Iterator5::__0 String_t* ___U3CremoteBaseUrlU3E__0_2; // System.String HotFixState/c__Iterator5::__0 String_t* ___U3CremoteUrlU3E__0_3; // System.String HotFixState/c__Iterator5::__0 String_t* ___U3CfileNameU3E__0_4; // System.String HotFixState/c__Iterator5::__0 String_t* ___U3CzipfileU3E__0_5; // System.Net.WebRequest HotFixState/c__Iterator5::__0 WebRequest_t1939381076 * ___U3CreqU3E__0_6; // System.Net.WebResponse HotFixState/c__Iterator5::__0 WebResponse_t229922639 * ___U3CrespU3E__0_7; // System.String HotFixState/c__Iterator5::__0 String_t* ___U3CresPathU3E__0_8; // HotFixState HotFixState/c__Iterator5::$this HotFixState_t4251295459 * ___U24this_9; // System.Object HotFixState/c__Iterator5::$current RuntimeObject * ___U24current_10; // System.Boolean HotFixState/c__Iterator5::$disposing bool ___U24disposing_11; // System.Int32 HotFixState/c__Iterator5::$PC int32_t ___U24PC_12; // HotFixState/c__Iterator5/c__AnonStorey7 HotFixState/c__Iterator5::$locvar0 U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * ___U24locvar0_13; public: inline static int32_t get_offset_of_U3ClocalVersionU3E__0_0() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U3ClocalVersionU3E__0_0)); } inline CVersionIssue_t3008599312 * get_U3ClocalVersionU3E__0_0() const { return ___U3ClocalVersionU3E__0_0; } inline CVersionIssue_t3008599312 ** get_address_of_U3ClocalVersionU3E__0_0() { return &___U3ClocalVersionU3E__0_0; } inline void set_U3ClocalVersionU3E__0_0(CVersionIssue_t3008599312 * value) { ___U3ClocalVersionU3E__0_0 = value; Il2CppCodeGenWriteBarrier((&___U3ClocalVersionU3E__0_0), value); } inline static int32_t get_offset_of_U3CpathU3E__0_1() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U3CpathU3E__0_1)); } inline String_t* get_U3CpathU3E__0_1() const { return ___U3CpathU3E__0_1; } inline String_t** get_address_of_U3CpathU3E__0_1() { return &___U3CpathU3E__0_1; } inline void set_U3CpathU3E__0_1(String_t* value) { ___U3CpathU3E__0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CpathU3E__0_1), value); } inline static int32_t get_offset_of_U3CremoteBaseUrlU3E__0_2() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U3CremoteBaseUrlU3E__0_2)); } inline String_t* get_U3CremoteBaseUrlU3E__0_2() const { return ___U3CremoteBaseUrlU3E__0_2; } inline String_t** get_address_of_U3CremoteBaseUrlU3E__0_2() { return &___U3CremoteBaseUrlU3E__0_2; } inline void set_U3CremoteBaseUrlU3E__0_2(String_t* value) { ___U3CremoteBaseUrlU3E__0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CremoteBaseUrlU3E__0_2), value); } inline static int32_t get_offset_of_U3CremoteUrlU3E__0_3() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U3CremoteUrlU3E__0_3)); } inline String_t* get_U3CremoteUrlU3E__0_3() const { return ___U3CremoteUrlU3E__0_3; } inline String_t** get_address_of_U3CremoteUrlU3E__0_3() { return &___U3CremoteUrlU3E__0_3; } inline void set_U3CremoteUrlU3E__0_3(String_t* value) { ___U3CremoteUrlU3E__0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CremoteUrlU3E__0_3), value); } inline static int32_t get_offset_of_U3CfileNameU3E__0_4() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U3CfileNameU3E__0_4)); } inline String_t* get_U3CfileNameU3E__0_4() const { return ___U3CfileNameU3E__0_4; } inline String_t** get_address_of_U3CfileNameU3E__0_4() { return &___U3CfileNameU3E__0_4; } inline void set_U3CfileNameU3E__0_4(String_t* value) { ___U3CfileNameU3E__0_4 = value; Il2CppCodeGenWriteBarrier((&___U3CfileNameU3E__0_4), value); } inline static int32_t get_offset_of_U3CzipfileU3E__0_5() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U3CzipfileU3E__0_5)); } inline String_t* get_U3CzipfileU3E__0_5() const { return ___U3CzipfileU3E__0_5; } inline String_t** get_address_of_U3CzipfileU3E__0_5() { return &___U3CzipfileU3E__0_5; } inline void set_U3CzipfileU3E__0_5(String_t* value) { ___U3CzipfileU3E__0_5 = value; Il2CppCodeGenWriteBarrier((&___U3CzipfileU3E__0_5), value); } inline static int32_t get_offset_of_U3CreqU3E__0_6() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U3CreqU3E__0_6)); } inline WebRequest_t1939381076 * get_U3CreqU3E__0_6() const { return ___U3CreqU3E__0_6; } inline WebRequest_t1939381076 ** get_address_of_U3CreqU3E__0_6() { return &___U3CreqU3E__0_6; } inline void set_U3CreqU3E__0_6(WebRequest_t1939381076 * value) { ___U3CreqU3E__0_6 = value; Il2CppCodeGenWriteBarrier((&___U3CreqU3E__0_6), value); } inline static int32_t get_offset_of_U3CrespU3E__0_7() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U3CrespU3E__0_7)); } inline WebResponse_t229922639 * get_U3CrespU3E__0_7() const { return ___U3CrespU3E__0_7; } inline WebResponse_t229922639 ** get_address_of_U3CrespU3E__0_7() { return &___U3CrespU3E__0_7; } inline void set_U3CrespU3E__0_7(WebResponse_t229922639 * value) { ___U3CrespU3E__0_7 = value; Il2CppCodeGenWriteBarrier((&___U3CrespU3E__0_7), value); } inline static int32_t get_offset_of_U3CresPathU3E__0_8() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U3CresPathU3E__0_8)); } inline String_t* get_U3CresPathU3E__0_8() const { return ___U3CresPathU3E__0_8; } inline String_t** get_address_of_U3CresPathU3E__0_8() { return &___U3CresPathU3E__0_8; } inline void set_U3CresPathU3E__0_8(String_t* value) { ___U3CresPathU3E__0_8 = value; Il2CppCodeGenWriteBarrier((&___U3CresPathU3E__0_8), value); } inline static int32_t get_offset_of_U24this_9() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U24this_9)); } inline HotFixState_t4251295459 * get_U24this_9() const { return ___U24this_9; } inline HotFixState_t4251295459 ** get_address_of_U24this_9() { return &___U24this_9; } inline void set_U24this_9(HotFixState_t4251295459 * value) { ___U24this_9 = value; Il2CppCodeGenWriteBarrier((&___U24this_9), value); } inline static int32_t get_offset_of_U24current_10() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U24current_10)); } inline RuntimeObject * get_U24current_10() const { return ___U24current_10; } inline RuntimeObject ** get_address_of_U24current_10() { return &___U24current_10; } inline void set_U24current_10(RuntimeObject * value) { ___U24current_10 = value; Il2CppCodeGenWriteBarrier((&___U24current_10), value); } inline static int32_t get_offset_of_U24disposing_11() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U24disposing_11)); } inline bool get_U24disposing_11() const { return ___U24disposing_11; } inline bool* get_address_of_U24disposing_11() { return &___U24disposing_11; } inline void set_U24disposing_11(bool value) { ___U24disposing_11 = value; } inline static int32_t get_offset_of_U24PC_12() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U24PC_12)); } inline int32_t get_U24PC_12() const { return ___U24PC_12; } inline int32_t* get_address_of_U24PC_12() { return &___U24PC_12; } inline void set_U24PC_12(int32_t value) { ___U24PC_12 = value; } inline static int32_t get_offset_of_U24locvar0_13() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884, ___U24locvar0_13)); } inline U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * get_U24locvar0_13() const { return ___U24locvar0_13; } inline U3CCheckVersionU3Ec__AnonStorey7_t2534351495 ** get_address_of_U24locvar0_13() { return &___U24locvar0_13; } inline void set_U24locvar0_13(U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * value) { ___U24locvar0_13 = value; Il2CppCodeGenWriteBarrier((&___U24locvar0_13), value); } }; struct U3CCheckVersionU3Ec__Iterator5_t3300148884_StaticFields { public: // System.Action HotFixState/c__Iterator5::<>f__am$cache0 Action_t1264377477 * ___U3CU3Ef__amU24cache0_14; // System.Action`1 HotFixState/c__Iterator5::<>f__am$cache1 Action_1_t3123413348 * ___U3CU3Ef__amU24cache1_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_14() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884_StaticFields, ___U3CU3Ef__amU24cache0_14)); } inline Action_t1264377477 * get_U3CU3Ef__amU24cache0_14() const { return ___U3CU3Ef__amU24cache0_14; } inline Action_t1264377477 ** get_address_of_U3CU3Ef__amU24cache0_14() { return &___U3CU3Ef__amU24cache0_14; } inline void set_U3CU3Ef__amU24cache0_14(Action_t1264377477 * value) { ___U3CU3Ef__amU24cache0_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_14), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_15() { return static_cast(offsetof(U3CCheckVersionU3Ec__Iterator5_t3300148884_StaticFields, ___U3CU3Ef__amU24cache1_15)); } inline Action_1_t3123413348 * get_U3CU3Ef__amU24cache1_15() const { return ___U3CU3Ef__amU24cache1_15; } inline Action_1_t3123413348 ** get_address_of_U3CU3Ef__amU24cache1_15() { return &___U3CU3Ef__amU24cache1_15; } inline void set_U3CU3Ef__amU24cache1_15(Action_1_t3123413348 * value) { ___U3CU3Ef__amU24cache1_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCHECKVERSIONU3EC__ITERATOR5_T3300148884_H #ifndef U3CCHECKAPPVERSIONU3EC__ITERATOR4_T4272772224_H #define U3CCHECKAPPVERSIONU3EC__ITERATOR4_T4272772224_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HotFixState/c__Iterator4 struct U3CCheckAppVersionU3Ec__Iterator4_t4272772224 : public RuntimeObject { public: // System.String HotFixState/c__Iterator4::__0 String_t* ___U3CdataRemoteVersionRequestKeyU3E__0_0; // System.String HotFixState/c__Iterator4::__0 String_t* ___U3CremoteDataVersionRequestUrlU3E__0_1; // System.String HotFixState/c__Iterator4::__0 String_t* ___U3CdataRemoteVersionU3E__0_2; // HotFixState HotFixState/c__Iterator4::$this HotFixState_t4251295459 * ___U24this_3; // System.Object HotFixState/c__Iterator4::$current RuntimeObject * ___U24current_4; // System.Boolean HotFixState/c__Iterator4::$disposing bool ___U24disposing_5; // System.Int32 HotFixState/c__Iterator4::$PC int32_t ___U24PC_6; public: inline static int32_t get_offset_of_U3CdataRemoteVersionRequestKeyU3E__0_0() { return static_cast(offsetof(U3CCheckAppVersionU3Ec__Iterator4_t4272772224, ___U3CdataRemoteVersionRequestKeyU3E__0_0)); } inline String_t* get_U3CdataRemoteVersionRequestKeyU3E__0_0() const { return ___U3CdataRemoteVersionRequestKeyU3E__0_0; } inline String_t** get_address_of_U3CdataRemoteVersionRequestKeyU3E__0_0() { return &___U3CdataRemoteVersionRequestKeyU3E__0_0; } inline void set_U3CdataRemoteVersionRequestKeyU3E__0_0(String_t* value) { ___U3CdataRemoteVersionRequestKeyU3E__0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CdataRemoteVersionRequestKeyU3E__0_0), value); } inline static int32_t get_offset_of_U3CremoteDataVersionRequestUrlU3E__0_1() { return static_cast(offsetof(U3CCheckAppVersionU3Ec__Iterator4_t4272772224, ___U3CremoteDataVersionRequestUrlU3E__0_1)); } inline String_t* get_U3CremoteDataVersionRequestUrlU3E__0_1() const { return ___U3CremoteDataVersionRequestUrlU3E__0_1; } inline String_t** get_address_of_U3CremoteDataVersionRequestUrlU3E__0_1() { return &___U3CremoteDataVersionRequestUrlU3E__0_1; } inline void set_U3CremoteDataVersionRequestUrlU3E__0_1(String_t* value) { ___U3CremoteDataVersionRequestUrlU3E__0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CremoteDataVersionRequestUrlU3E__0_1), value); } inline static int32_t get_offset_of_U3CdataRemoteVersionU3E__0_2() { return static_cast(offsetof(U3CCheckAppVersionU3Ec__Iterator4_t4272772224, ___U3CdataRemoteVersionU3E__0_2)); } inline String_t* get_U3CdataRemoteVersionU3E__0_2() const { return ___U3CdataRemoteVersionU3E__0_2; } inline String_t** get_address_of_U3CdataRemoteVersionU3E__0_2() { return &___U3CdataRemoteVersionU3E__0_2; } inline void set_U3CdataRemoteVersionU3E__0_2(String_t* value) { ___U3CdataRemoteVersionU3E__0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CdataRemoteVersionU3E__0_2), value); } inline static int32_t get_offset_of_U24this_3() { return static_cast(offsetof(U3CCheckAppVersionU3Ec__Iterator4_t4272772224, ___U24this_3)); } inline HotFixState_t4251295459 * get_U24this_3() const { return ___U24this_3; } inline HotFixState_t4251295459 ** get_address_of_U24this_3() { return &___U24this_3; } inline void set_U24this_3(HotFixState_t4251295459 * value) { ___U24this_3 = value; Il2CppCodeGenWriteBarrier((&___U24this_3), value); } inline static int32_t get_offset_of_U24current_4() { return static_cast(offsetof(U3CCheckAppVersionU3Ec__Iterator4_t4272772224, ___U24current_4)); } inline RuntimeObject * get_U24current_4() const { return ___U24current_4; } inline RuntimeObject ** get_address_of_U24current_4() { return &___U24current_4; } inline void set_U24current_4(RuntimeObject * value) { ___U24current_4 = value; Il2CppCodeGenWriteBarrier((&___U24current_4), value); } inline static int32_t get_offset_of_U24disposing_5() { return static_cast(offsetof(U3CCheckAppVersionU3Ec__Iterator4_t4272772224, ___U24disposing_5)); } inline bool get_U24disposing_5() const { return ___U24disposing_5; } inline bool* get_address_of_U24disposing_5() { return &___U24disposing_5; } inline void set_U24disposing_5(bool value) { ___U24disposing_5 = value; } inline static int32_t get_offset_of_U24PC_6() { return static_cast(offsetof(U3CCheckAppVersionU3Ec__Iterator4_t4272772224, ___U24PC_6)); } inline int32_t get_U24PC_6() const { return ___U24PC_6; } inline int32_t* get_address_of_U24PC_6() { return &___U24PC_6; } inline void set_U24PC_6(int32_t value) { ___U24PC_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCHECKAPPVERSIONU3EC__ITERATOR4_T4272772224_H #ifndef U3CCHECKPROXYVERSIONU3EC__ITERATOR3_T3997563179_H #define U3CCHECKPROXYVERSIONU3EC__ITERATOR3_T3997563179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HotFixState/c__Iterator3 struct U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 : public RuntimeObject { public: // HotFixState HotFixState/c__Iterator3::$this HotFixState_t4251295459 * ___U24this_0; // System.Object HotFixState/c__Iterator3::$current RuntimeObject * ___U24current_1; // System.Boolean HotFixState/c__Iterator3::$disposing bool ___U24disposing_2; // System.Int32 HotFixState/c__Iterator3::$PC int32_t ___U24PC_3; // HotFixState/c__Iterator3/c__AnonStorey6 HotFixState/c__Iterator3::$locvar0 U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * ___U24locvar0_4; public: inline static int32_t get_offset_of_U24this_0() { return static_cast(offsetof(U3CCheckProxyVersionU3Ec__Iterator3_t3997563179, ___U24this_0)); } inline HotFixState_t4251295459 * get_U24this_0() const { return ___U24this_0; } inline HotFixState_t4251295459 ** get_address_of_U24this_0() { return &___U24this_0; } inline void set_U24this_0(HotFixState_t4251295459 * value) { ___U24this_0 = value; Il2CppCodeGenWriteBarrier((&___U24this_0), value); } inline static int32_t get_offset_of_U24current_1() { return static_cast(offsetof(U3CCheckProxyVersionU3Ec__Iterator3_t3997563179, ___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(U3CCheckProxyVersionU3Ec__Iterator3_t3997563179, ___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(U3CCheckProxyVersionU3Ec__Iterator3_t3997563179, ___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; } inline static int32_t get_offset_of_U24locvar0_4() { return static_cast(offsetof(U3CCheckProxyVersionU3Ec__Iterator3_t3997563179, ___U24locvar0_4)); } inline U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * get_U24locvar0_4() const { return ___U24locvar0_4; } inline U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 ** get_address_of_U24locvar0_4() { return &___U24locvar0_4; } inline void set_U24locvar0_4(U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * value) { ___U24locvar0_4 = value; Il2CppCodeGenWriteBarrier((&___U24locvar0_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCHECKPROXYVERSIONU3EC__ITERATOR3_T3997563179_H #ifndef U3CCHECKFULLVERSIONU3EC__ITERATOR2_T2024604231_H #define U3CCHECKFULLVERSIONU3EC__ITERATOR2_T2024604231_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HotFixState/c__Iterator2 struct U3CCheckFullVersionU3Ec__Iterator2_t2024604231 : public RuntimeObject { public: // HotFixState HotFixState/c__Iterator2::$this HotFixState_t4251295459 * ___U24this_0; // System.Object HotFixState/c__Iterator2::$current RuntimeObject * ___U24current_1; // System.Boolean HotFixState/c__Iterator2::$disposing bool ___U24disposing_2; // System.Int32 HotFixState/c__Iterator2::$PC int32_t ___U24PC_3; public: inline static int32_t get_offset_of_U24this_0() { return static_cast(offsetof(U3CCheckFullVersionU3Ec__Iterator2_t2024604231, ___U24this_0)); } inline HotFixState_t4251295459 * get_U24this_0() const { return ___U24this_0; } inline HotFixState_t4251295459 ** get_address_of_U24this_0() { return &___U24this_0; } inline void set_U24this_0(HotFixState_t4251295459 * value) { ___U24this_0 = value; Il2CppCodeGenWriteBarrier((&___U24this_0), value); } inline static int32_t get_offset_of_U24current_1() { return static_cast(offsetof(U3CCheckFullVersionU3Ec__Iterator2_t2024604231, ___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(U3CCheckFullVersionU3Ec__Iterator2_t2024604231, ___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(U3CCheckFullVersionU3Ec__Iterator2_t2024604231, ___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 // U3CCHECKFULLVERSIONU3EC__ITERATOR2_T2024604231_H #ifndef U3CCHECKNONETU3EC__ITERATOR1_T3864336713_H #define U3CCHECKNONETU3EC__ITERATOR1_T3864336713_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HotFixState/c__Iterator1 struct U3CCheckNoNetU3Ec__Iterator1_t3864336713 : public RuntimeObject { public: // HotFixState HotFixState/c__Iterator1::$this HotFixState_t4251295459 * ___U24this_0; // System.Object HotFixState/c__Iterator1::$current RuntimeObject * ___U24current_1; // System.Boolean HotFixState/c__Iterator1::$disposing bool ___U24disposing_2; // System.Int32 HotFixState/c__Iterator1::$PC int32_t ___U24PC_3; public: inline static int32_t get_offset_of_U24this_0() { return static_cast(offsetof(U3CCheckNoNetU3Ec__Iterator1_t3864336713, ___U24this_0)); } inline HotFixState_t4251295459 * get_U24this_0() const { return ___U24this_0; } inline HotFixState_t4251295459 ** get_address_of_U24this_0() { return &___U24this_0; } inline void set_U24this_0(HotFixState_t4251295459 * value) { ___U24this_0 = value; Il2CppCodeGenWriteBarrier((&___U24this_0), value); } inline static int32_t get_offset_of_U24current_1() { return static_cast(offsetof(U3CCheckNoNetU3Ec__Iterator1_t3864336713, ___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(U3CCheckNoNetU3Ec__Iterator1_t3864336713, ___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(U3CCheckNoNetU3Ec__Iterator1_t3864336713, ___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 // U3CCHECKNONETU3EC__ITERATOR1_T3864336713_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 RuntimeObject { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_0)); } inline TextReader_t283511965 * get_Null_0() const { return ___Null_0; } inline TextReader_t283511965 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(TextReader_t283511965 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H #ifndef GUIDEPENDENCYROOT_T3004525873_H #define GUIDEPENDENCYROOT_T3004525873_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // GUIDependencyConfig/GUIDependencyRoot struct GUIDependencyRoot_t3004525873 : public RuntimeObject { public: // System.String GUIDependencyConfig/GUIDependencyRoot::rootPath String_t* ___rootPath_0; // System.Collections.Generic.List`1 GUIDependencyConfig/GUIDependencyRoot::uiDependencyItemList List_1_t3712110817 * ___uiDependencyItemList_1; public: inline static int32_t get_offset_of_rootPath_0() { return static_cast(offsetof(GUIDependencyRoot_t3004525873, ___rootPath_0)); } inline String_t* get_rootPath_0() const { return ___rootPath_0; } inline String_t** get_address_of_rootPath_0() { return &___rootPath_0; } inline void set_rootPath_0(String_t* value) { ___rootPath_0 = value; Il2CppCodeGenWriteBarrier((&___rootPath_0), value); } inline static int32_t get_offset_of_uiDependencyItemList_1() { return static_cast(offsetof(GUIDependencyRoot_t3004525873, ___uiDependencyItemList_1)); } inline List_1_t3712110817 * get_uiDependencyItemList_1() const { return ___uiDependencyItemList_1; } inline List_1_t3712110817 ** get_address_of_uiDependencyItemList_1() { return &___uiDependencyItemList_1; } inline void set_uiDependencyItemList_1(List_1_t3712110817 * value) { ___uiDependencyItemList_1 = value; Il2CppCodeGenWriteBarrier((&___uiDependencyItemList_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUIDEPENDENCYROOT_T3004525873_H #ifndef LIST_1_T3712110817_H #define LIST_1_T3712110817_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_t3712110817 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GUIDependencyItemU5BU5D_t405459722* ____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_t3712110817, ____items_1)); } inline GUIDependencyItemU5BU5D_t405459722* get__items_1() const { return ____items_1; } inline GUIDependencyItemU5BU5D_t405459722** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GUIDependencyItemU5BU5D_t405459722* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3712110817, ____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_t3712110817, ____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_t3712110817_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray GUIDependencyItemU5BU5D_t405459722* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3712110817_StaticFields, ___EmptyArray_4)); } inline GUIDependencyItemU5BU5D_t405459722* get_EmptyArray_4() const { return ___EmptyArray_4; } inline GUIDependencyItemU5BU5D_t405459722** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(GUIDependencyItemU5BU5D_t405459722* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3712110817_H #ifndef GUIDEPENDENCYITEM_T2240036075_H #define GUIDEPENDENCYITEM_T2240036075_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // GUIDependencyConfig/GUIDependencyItem struct GUIDependencyItem_t2240036075 : public RuntimeObject { public: // System.String GUIDependencyConfig/GUIDependencyItem::prefabPath String_t* ___prefabPath_0; // System.Collections.Generic.List`1 GUIDependencyConfig/GUIDependencyItem::atlasPath List_1_t3319525431 * ___atlasPath_1; public: inline static int32_t get_offset_of_prefabPath_0() { return static_cast(offsetof(GUIDependencyItem_t2240036075, ___prefabPath_0)); } inline String_t* get_prefabPath_0() const { return ___prefabPath_0; } inline String_t** get_address_of_prefabPath_0() { return &___prefabPath_0; } inline void set_prefabPath_0(String_t* value) { ___prefabPath_0 = value; Il2CppCodeGenWriteBarrier((&___prefabPath_0), value); } inline static int32_t get_offset_of_atlasPath_1() { return static_cast(offsetof(GUIDependencyItem_t2240036075, ___atlasPath_1)); } inline List_1_t3319525431 * get_atlasPath_1() const { return ___atlasPath_1; } inline List_1_t3319525431 ** get_address_of_atlasPath_1() { return &___atlasPath_1; } inline void set_atlasPath_1(List_1_t3319525431 * value) { ___atlasPath_1 = value; Il2CppCodeGenWriteBarrier((&___atlasPath_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUIDEPENDENCYITEM_T2240036075_H #ifndef QUEUE_1_T1693710183_H #define QUEUE_1_T1693710183_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Queue`1 struct Queue_1_t1693710183 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array StringU5BU5D_t1281789340* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t1693710183, ____array_0)); } inline StringU5BU5D_t1281789340* get__array_0() const { return ____array_0; } inline StringU5BU5D_t1281789340** get_address_of__array_0() { return &____array_0; } inline void set__array_0(StringU5BU5D_t1281789340* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((&____array_0), value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t1693710183, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t1693710183, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t1693710183, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t1693710183, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUEUE_1_T1693710183_H #ifndef U3CCHECKALLXMLU3EC__ITERATOR0_T964970216_H #define U3CCHECKALLXMLU3EC__ITERATOR0_T964970216_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HotFixState/c__Iterator0 struct U3CCheckAllXMLU3Ec__Iterator0_t964970216 : public RuntimeObject { public: // System.Boolean HotFixState/c__Iterator0::__0 bool ___U3CisLoadedU3E__0_0; // System.Byte[] HotFixState/c__Iterator0::__0 ByteU5BU5D_t4116647657* ___U3CbytesU3E__0_1; // System.String HotFixState/c__Iterator0::__0 String_t* ___U3CpathU3E__0_2; // HotFixState HotFixState/c__Iterator0::$this HotFixState_t4251295459 * ___U24this_3; // System.Object HotFixState/c__Iterator0::$current RuntimeObject * ___U24current_4; // System.Boolean HotFixState/c__Iterator0::$disposing bool ___U24disposing_5; // System.Int32 HotFixState/c__Iterator0::$PC int32_t ___U24PC_6; public: inline static int32_t get_offset_of_U3CisLoadedU3E__0_0() { return static_cast(offsetof(U3CCheckAllXMLU3Ec__Iterator0_t964970216, ___U3CisLoadedU3E__0_0)); } inline bool get_U3CisLoadedU3E__0_0() const { return ___U3CisLoadedU3E__0_0; } inline bool* get_address_of_U3CisLoadedU3E__0_0() { return &___U3CisLoadedU3E__0_0; } inline void set_U3CisLoadedU3E__0_0(bool value) { ___U3CisLoadedU3E__0_0 = value; } inline static int32_t get_offset_of_U3CbytesU3E__0_1() { return static_cast(offsetof(U3CCheckAllXMLU3Ec__Iterator0_t964970216, ___U3CbytesU3E__0_1)); } inline ByteU5BU5D_t4116647657* get_U3CbytesU3E__0_1() const { return ___U3CbytesU3E__0_1; } inline ByteU5BU5D_t4116647657** get_address_of_U3CbytesU3E__0_1() { return &___U3CbytesU3E__0_1; } inline void set_U3CbytesU3E__0_1(ByteU5BU5D_t4116647657* value) { ___U3CbytesU3E__0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CbytesU3E__0_1), value); } inline static int32_t get_offset_of_U3CpathU3E__0_2() { return static_cast(offsetof(U3CCheckAllXMLU3Ec__Iterator0_t964970216, ___U3CpathU3E__0_2)); } inline String_t* get_U3CpathU3E__0_2() const { return ___U3CpathU3E__0_2; } inline String_t** get_address_of_U3CpathU3E__0_2() { return &___U3CpathU3E__0_2; } inline void set_U3CpathU3E__0_2(String_t* value) { ___U3CpathU3E__0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CpathU3E__0_2), value); } inline static int32_t get_offset_of_U24this_3() { return static_cast(offsetof(U3CCheckAllXMLU3Ec__Iterator0_t964970216, ___U24this_3)); } inline HotFixState_t4251295459 * get_U24this_3() const { return ___U24this_3; } inline HotFixState_t4251295459 ** get_address_of_U24this_3() { return &___U24this_3; } inline void set_U24this_3(HotFixState_t4251295459 * value) { ___U24this_3 = value; Il2CppCodeGenWriteBarrier((&___U24this_3), value); } inline static int32_t get_offset_of_U24current_4() { return static_cast(offsetof(U3CCheckAllXMLU3Ec__Iterator0_t964970216, ___U24current_4)); } inline RuntimeObject * get_U24current_4() const { return ___U24current_4; } inline RuntimeObject ** get_address_of_U24current_4() { return &___U24current_4; } inline void set_U24current_4(RuntimeObject * value) { ___U24current_4 = value; Il2CppCodeGenWriteBarrier((&___U24current_4), value); } inline static int32_t get_offset_of_U24disposing_5() { return static_cast(offsetof(U3CCheckAllXMLU3Ec__Iterator0_t964970216, ___U24disposing_5)); } inline bool get_U24disposing_5() const { return ___U24disposing_5; } inline bool* get_address_of_U24disposing_5() { return &___U24disposing_5; } inline void set_U24disposing_5(bool value) { ___U24disposing_5 = value; } inline static int32_t get_offset_of_U24PC_6() { return static_cast(offsetof(U3CCheckAllXMLU3Ec__Iterator0_t964970216, ___U24PC_6)); } inline int32_t get_U24PC_6() const { return ___U24PC_6; } inline int32_t* get_address_of_U24PC_6() { return &___U24PC_6; } inline void set_U24PC_6(int32_t value) { ___U24PC_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCHECKALLXMLU3EC__ITERATOR0_T964970216_H #ifndef CVERSIONISSUE_T3008599312_H #define CVERSIONISSUE_T3008599312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CVersionIssue struct CVersionIssue_t3008599312 : public RuntimeObject { public: // System.Int32 CVersionIssue::k__BackingField int32_t ___U3CMainVersionU3Ek__BackingField_0; // System.Int32 CVersionIssue::k__BackingField int32_t ___U3CMidVersionU3Ek__BackingField_1; // System.Int32 CVersionIssue::k__BackingField int32_t ___U3CSubVersionU3Ek__BackingField_2; // System.String CVersionIssue::m_versionChche String_t* ___m_versionChche_3; public: inline static int32_t get_offset_of_U3CMainVersionU3Ek__BackingField_0() { return static_cast(offsetof(CVersionIssue_t3008599312, ___U3CMainVersionU3Ek__BackingField_0)); } inline int32_t get_U3CMainVersionU3Ek__BackingField_0() const { return ___U3CMainVersionU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CMainVersionU3Ek__BackingField_0() { return &___U3CMainVersionU3Ek__BackingField_0; } inline void set_U3CMainVersionU3Ek__BackingField_0(int32_t value) { ___U3CMainVersionU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CMidVersionU3Ek__BackingField_1() { return static_cast(offsetof(CVersionIssue_t3008599312, ___U3CMidVersionU3Ek__BackingField_1)); } inline int32_t get_U3CMidVersionU3Ek__BackingField_1() const { return ___U3CMidVersionU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CMidVersionU3Ek__BackingField_1() { return &___U3CMidVersionU3Ek__BackingField_1; } inline void set_U3CMidVersionU3Ek__BackingField_1(int32_t value) { ___U3CMidVersionU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CSubVersionU3Ek__BackingField_2() { return static_cast(offsetof(CVersionIssue_t3008599312, ___U3CSubVersionU3Ek__BackingField_2)); } inline int32_t get_U3CSubVersionU3Ek__BackingField_2() const { return ___U3CSubVersionU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CSubVersionU3Ek__BackingField_2() { return &___U3CSubVersionU3Ek__BackingField_2; } inline void set_U3CSubVersionU3Ek__BackingField_2(int32_t value) { ___U3CSubVersionU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_versionChche_3() { return static_cast(offsetof(CVersionIssue_t3008599312, ___m_versionChche_3)); } inline String_t* get_m_versionChche_3() const { return ___m_versionChche_3; } inline String_t** get_address_of_m_versionChche_3() { return &___m_versionChche_3; } inline void set_m_versionChche_3(String_t* value) { ___m_versionChche_3 = value; Il2CppCodeGenWriteBarrier((&___m_versionChche_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CVERSIONISSUE_T3008599312_H #ifndef IVEHICLEINPUT_T1990112580_H #define IVEHICLEINPUT_T1990112580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IVehicleInput struct IVehicleInput_t1990112580 : public RuntimeObject { public: // System.Action IVehicleInput::k__BackingField Action_t1264377477 * ___U3CNoActionCallbackU3Ek__BackingField_0; // System.Action`3 IVehicleInput::k__BackingField Action_3_t1784814493 * ___U3CRecordCallbackU3Ek__BackingField_1; // System.Single IVehicleInput::k__BackingField float ___U3CAccelU3Ek__BackingField_2; // System.Single IVehicleInput::k__BackingField float ___U3CSteerU3Ek__BackingField_3; // System.Boolean IVehicleInput::k__BackingField bool ___U3CBrakeU3Ek__BackingField_4; // System.Boolean IVehicleInput::k__BackingField bool ___U3CDriftU3Ek__BackingField_5; // System.Boolean IVehicleInput::k__BackingField bool ___U3CIsActiveU3Ek__BackingField_6; // System.Int32 IVehicleInput::FragNoAction int32_t ___FragNoAction_7; // System.Single IVehicleInput::ResetTimeNoAction float ___ResetTimeNoAction_8; // System.Single IVehicleInput::ActionTmpTime float ___ActionTmpTime_9; // System.Int32 IVehicleInput::k__BackingField int32_t ___U3CDeviceIDU3Ek__BackingField_10; // System.Boolean IVehicleInput::k__BackingField bool ___U3CIsSelfU3Ek__BackingField_11; // BetterList`1 IVehicleInput::m_listCmd BetterList_1_t4001750706 * ___m_listCmd_12; public: inline static int32_t get_offset_of_U3CNoActionCallbackU3Ek__BackingField_0() { return static_cast(offsetof(IVehicleInput_t1990112580, ___U3CNoActionCallbackU3Ek__BackingField_0)); } inline Action_t1264377477 * get_U3CNoActionCallbackU3Ek__BackingField_0() const { return ___U3CNoActionCallbackU3Ek__BackingField_0; } inline Action_t1264377477 ** get_address_of_U3CNoActionCallbackU3Ek__BackingField_0() { return &___U3CNoActionCallbackU3Ek__BackingField_0; } inline void set_U3CNoActionCallbackU3Ek__BackingField_0(Action_t1264377477 * value) { ___U3CNoActionCallbackU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CNoActionCallbackU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CRecordCallbackU3Ek__BackingField_1() { return static_cast(offsetof(IVehicleInput_t1990112580, ___U3CRecordCallbackU3Ek__BackingField_1)); } inline Action_3_t1784814493 * get_U3CRecordCallbackU3Ek__BackingField_1() const { return ___U3CRecordCallbackU3Ek__BackingField_1; } inline Action_3_t1784814493 ** get_address_of_U3CRecordCallbackU3Ek__BackingField_1() { return &___U3CRecordCallbackU3Ek__BackingField_1; } inline void set_U3CRecordCallbackU3Ek__BackingField_1(Action_3_t1784814493 * value) { ___U3CRecordCallbackU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CRecordCallbackU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CAccelU3Ek__BackingField_2() { return static_cast(offsetof(IVehicleInput_t1990112580, ___U3CAccelU3Ek__BackingField_2)); } inline float get_U3CAccelU3Ek__BackingField_2() const { return ___U3CAccelU3Ek__BackingField_2; } inline float* get_address_of_U3CAccelU3Ek__BackingField_2() { return &___U3CAccelU3Ek__BackingField_2; } inline void set_U3CAccelU3Ek__BackingField_2(float value) { ___U3CAccelU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CSteerU3Ek__BackingField_3() { return static_cast(offsetof(IVehicleInput_t1990112580, ___U3CSteerU3Ek__BackingField_3)); } inline float get_U3CSteerU3Ek__BackingField_3() const { return ___U3CSteerU3Ek__BackingField_3; } inline float* get_address_of_U3CSteerU3Ek__BackingField_3() { return &___U3CSteerU3Ek__BackingField_3; } inline void set_U3CSteerU3Ek__BackingField_3(float value) { ___U3CSteerU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CBrakeU3Ek__BackingField_4() { return static_cast(offsetof(IVehicleInput_t1990112580, ___U3CBrakeU3Ek__BackingField_4)); } inline bool get_U3CBrakeU3Ek__BackingField_4() const { return ___U3CBrakeU3Ek__BackingField_4; } inline bool* get_address_of_U3CBrakeU3Ek__BackingField_4() { return &___U3CBrakeU3Ek__BackingField_4; } inline void set_U3CBrakeU3Ek__BackingField_4(bool value) { ___U3CBrakeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CDriftU3Ek__BackingField_5() { return static_cast(offsetof(IVehicleInput_t1990112580, ___U3CDriftU3Ek__BackingField_5)); } inline bool get_U3CDriftU3Ek__BackingField_5() const { return ___U3CDriftU3Ek__BackingField_5; } inline bool* get_address_of_U3CDriftU3Ek__BackingField_5() { return &___U3CDriftU3Ek__BackingField_5; } inline void set_U3CDriftU3Ek__BackingField_5(bool value) { ___U3CDriftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CIsActiveU3Ek__BackingField_6() { return static_cast(offsetof(IVehicleInput_t1990112580, ___U3CIsActiveU3Ek__BackingField_6)); } inline bool get_U3CIsActiveU3Ek__BackingField_6() const { return ___U3CIsActiveU3Ek__BackingField_6; } inline bool* get_address_of_U3CIsActiveU3Ek__BackingField_6() { return &___U3CIsActiveU3Ek__BackingField_6; } inline void set_U3CIsActiveU3Ek__BackingField_6(bool value) { ___U3CIsActiveU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_FragNoAction_7() { return static_cast(offsetof(IVehicleInput_t1990112580, ___FragNoAction_7)); } inline int32_t get_FragNoAction_7() const { return ___FragNoAction_7; } inline int32_t* get_address_of_FragNoAction_7() { return &___FragNoAction_7; } inline void set_FragNoAction_7(int32_t value) { ___FragNoAction_7 = value; } inline static int32_t get_offset_of_ResetTimeNoAction_8() { return static_cast(offsetof(IVehicleInput_t1990112580, ___ResetTimeNoAction_8)); } inline float get_ResetTimeNoAction_8() const { return ___ResetTimeNoAction_8; } inline float* get_address_of_ResetTimeNoAction_8() { return &___ResetTimeNoAction_8; } inline void set_ResetTimeNoAction_8(float value) { ___ResetTimeNoAction_8 = value; } inline static int32_t get_offset_of_ActionTmpTime_9() { return static_cast(offsetof(IVehicleInput_t1990112580, ___ActionTmpTime_9)); } inline float get_ActionTmpTime_9() const { return ___ActionTmpTime_9; } inline float* get_address_of_ActionTmpTime_9() { return &___ActionTmpTime_9; } inline void set_ActionTmpTime_9(float value) { ___ActionTmpTime_9 = value; } inline static int32_t get_offset_of_U3CDeviceIDU3Ek__BackingField_10() { return static_cast(offsetof(IVehicleInput_t1990112580, ___U3CDeviceIDU3Ek__BackingField_10)); } inline int32_t get_U3CDeviceIDU3Ek__BackingField_10() const { return ___U3CDeviceIDU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CDeviceIDU3Ek__BackingField_10() { return &___U3CDeviceIDU3Ek__BackingField_10; } inline void set_U3CDeviceIDU3Ek__BackingField_10(int32_t value) { ___U3CDeviceIDU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CIsSelfU3Ek__BackingField_11() { return static_cast(offsetof(IVehicleInput_t1990112580, ___U3CIsSelfU3Ek__BackingField_11)); } inline bool get_U3CIsSelfU3Ek__BackingField_11() const { return ___U3CIsSelfU3Ek__BackingField_11; } inline bool* get_address_of_U3CIsSelfU3Ek__BackingField_11() { return &___U3CIsSelfU3Ek__BackingField_11; } inline void set_U3CIsSelfU3Ek__BackingField_11(bool value) { ___U3CIsSelfU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_m_listCmd_12() { return static_cast(offsetof(IVehicleInput_t1990112580, ___m_listCmd_12)); } inline BetterList_1_t4001750706 * get_m_listCmd_12() const { return ___m_listCmd_12; } inline BetterList_1_t4001750706 ** get_address_of_m_listCmd_12() { return &___m_listCmd_12; } inline void set_m_listCmd_12(BetterList_1_t4001750706 * value) { ___m_listCmd_12 = value; Il2CppCodeGenWriteBarrier((&___m_listCmd_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IVEHICLEINPUT_T1990112580_H #ifndef A_T4210213004_H #define A_T4210213004_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // InheritTest/A struct A_t4210213004 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // A_T4210213004_H #ifndef LIST_1_T647105989_H #define LIST_1_T647105989_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_t647105989 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector2IntU5BU5D_t2878452246* ____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_t647105989, ____items_1)); } inline Vector2IntU5BU5D_t2878452246* get__items_1() const { return ____items_1; } inline Vector2IntU5BU5D_t2878452246** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector2IntU5BU5D_t2878452246* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t647105989, ____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_t647105989, ____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_t647105989_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Vector2IntU5BU5D_t2878452246* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t647105989_StaticFields, ___EmptyArray_4)); } inline Vector2IntU5BU5D_t2878452246* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Vector2IntU5BU5D_t2878452246** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Vector2IntU5BU5D_t2878452246* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T647105989_H #ifndef CSENSITIVEWORDMANAGER_T1258364656_H #define CSENSITIVEWORDMANAGER_T1258364656_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CSensitiveWordManager struct CSensitiveWordManager_t1258364656 : public RuntimeObject { public: // System.Collections.Generic.HashSet`1 DMCore.Framework.Misc.CSensitiveWordManager::m_hash HashSet_1_t412400163 * ___m_hash_0; // System.Int32 DMCore.Framework.Misc.CSensitiveWordManager::m_maxWordLength int32_t ___m_maxWordLength_1; // System.Int32 DMCore.Framework.Misc.CSensitiveWordManager::m_minWordLength int32_t ___m_minWordLength_2; // BetterList`1 DMCore.Framework.Misc.CSensitiveWordManager::m_listPosCached BetterList_1_t2105966071 * ___m_listPosCached_3; public: inline static int32_t get_offset_of_m_hash_0() { return static_cast(offsetof(CSensitiveWordManager_t1258364656, ___m_hash_0)); } inline HashSet_1_t412400163 * get_m_hash_0() const { return ___m_hash_0; } inline HashSet_1_t412400163 ** get_address_of_m_hash_0() { return &___m_hash_0; } inline void set_m_hash_0(HashSet_1_t412400163 * value) { ___m_hash_0 = value; Il2CppCodeGenWriteBarrier((&___m_hash_0), value); } inline static int32_t get_offset_of_m_maxWordLength_1() { return static_cast(offsetof(CSensitiveWordManager_t1258364656, ___m_maxWordLength_1)); } inline int32_t get_m_maxWordLength_1() const { return ___m_maxWordLength_1; } inline int32_t* get_address_of_m_maxWordLength_1() { return &___m_maxWordLength_1; } inline void set_m_maxWordLength_1(int32_t value) { ___m_maxWordLength_1 = value; } inline static int32_t get_offset_of_m_minWordLength_2() { return static_cast(offsetof(CSensitiveWordManager_t1258364656, ___m_minWordLength_2)); } inline int32_t get_m_minWordLength_2() const { return ___m_minWordLength_2; } inline int32_t* get_address_of_m_minWordLength_2() { return &___m_minWordLength_2; } inline void set_m_minWordLength_2(int32_t value) { ___m_minWordLength_2 = value; } inline static int32_t get_offset_of_m_listPosCached_3() { return static_cast(offsetof(CSensitiveWordManager_t1258364656, ___m_listPosCached_3)); } inline BetterList_1_t2105966071 * get_m_listPosCached_3() const { return ___m_listPosCached_3; } inline BetterList_1_t2105966071 ** get_address_of_m_listPosCached_3() { return &___m_listPosCached_3; } inline void set_m_listPosCached_3(BetterList_1_t2105966071 * value) { ___m_listPosCached_3 = value; Il2CppCodeGenWriteBarrier((&___m_listPosCached_3), value); } }; struct CSensitiveWordManager_t1258364656_StaticFields { public: // DMCore.Framework.Misc.CSensitiveWordManager DMCore.Framework.Misc.CSensitiveWordManager::s_Instance CSensitiveWordManager_t1258364656 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CSensitiveWordManager_t1258364656_StaticFields, ___s_Instance_4)); } inline CSensitiveWordManager_t1258364656 * get_s_Instance_4() const { return ___s_Instance_4; } inline CSensitiveWordManager_t1258364656 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CSensitiveWordManager_t1258364656 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSENSITIVEWORDMANAGER_T1258364656_H #ifndef EVENT_T709265659_H #define EVENT_T709265659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Event struct Event_t709265659 : public RuntimeObject { public: // System.Int64 FitFun.Event::k__BackingField int64_t ___U3CuserIdU3Ek__BackingField_0; // System.String FitFun.Event::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // System.Int32 FitFun.Event::k__BackingField int32_t ___U3CIdU3Ek__BackingField_2; // System.Int64 FitFun.Event::k__BackingField int64_t ___U3ClongDataU3Ek__BackingField_3; // System.Int32 FitFun.Event::k__BackingField int32_t ___U3CintDataU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CuserIdU3Ek__BackingField_0() { return static_cast(offsetof(Event_t709265659, ___U3CuserIdU3Ek__BackingField_0)); } inline int64_t get_U3CuserIdU3Ek__BackingField_0() const { return ___U3CuserIdU3Ek__BackingField_0; } inline int64_t* get_address_of_U3CuserIdU3Ek__BackingField_0() { return &___U3CuserIdU3Ek__BackingField_0; } inline void set_U3CuserIdU3Ek__BackingField_0(int64_t value) { ___U3CuserIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_1() { return static_cast(offsetof(Event_t709265659, ___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_U3CIdU3Ek__BackingField_2() { return static_cast(offsetof(Event_t709265659, ___U3CIdU3Ek__BackingField_2)); } inline int32_t get_U3CIdU3Ek__BackingField_2() const { return ___U3CIdU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CIdU3Ek__BackingField_2() { return &___U3CIdU3Ek__BackingField_2; } inline void set_U3CIdU3Ek__BackingField_2(int32_t value) { ___U3CIdU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3ClongDataU3Ek__BackingField_3() { return static_cast(offsetof(Event_t709265659, ___U3ClongDataU3Ek__BackingField_3)); } inline int64_t get_U3ClongDataU3Ek__BackingField_3() const { return ___U3ClongDataU3Ek__BackingField_3; } inline int64_t* get_address_of_U3ClongDataU3Ek__BackingField_3() { return &___U3ClongDataU3Ek__BackingField_3; } inline void set_U3ClongDataU3Ek__BackingField_3(int64_t value) { ___U3ClongDataU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CintDataU3Ek__BackingField_4() { return static_cast(offsetof(Event_t709265659, ___U3CintDataU3Ek__BackingField_4)); } inline int32_t get_U3CintDataU3Ek__BackingField_4() const { return ___U3CintDataU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CintDataU3Ek__BackingField_4() { return &___U3CintDataU3Ek__BackingField_4; } inline void set_U3CintDataU3Ek__BackingField_4(int32_t value) { ___U3CintDataU3Ek__BackingField_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENT_T709265659_H #ifndef CPHOTOMANAGER_T704993275_H #define CPHOTOMANAGER_T704993275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPhotoManager struct CPhotoManager_t704993275 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CPhotoManager::k__BackingField bool ___U3CActiveU3Ek__BackingField_0; // System.Collections.Generic.Dictionary`2[] DMCore.Logic.CPhotoManager::m_rolePhotoLibArray Dictionary_2U5BU5D_t635963316* ___m_rolePhotoLibArray_1; // System.Int64 DMCore.Logic.CPhotoManager::m_activeUserID int64_t ___m_activeUserID_3; // UnityEngine.Texture2D DMCore.Logic.CPhotoManager::m_curActivePhoto Texture2D_t3840446185 * ___m_curActivePhoto_4; // System.String DMCore.Logic.CPhotoManager::m_curActivePhotoPath String_t* ___m_curActivePhotoPath_5; // System.Boolean DMCore.Logic.CPhotoManager::m_curTypeCamera bool ___m_curTypeCamera_6; public: inline static int32_t get_offset_of_U3CActiveU3Ek__BackingField_0() { return static_cast(offsetof(CPhotoManager_t704993275, ___U3CActiveU3Ek__BackingField_0)); } inline bool get_U3CActiveU3Ek__BackingField_0() const { return ___U3CActiveU3Ek__BackingField_0; } inline bool* get_address_of_U3CActiveU3Ek__BackingField_0() { return &___U3CActiveU3Ek__BackingField_0; } inline void set_U3CActiveU3Ek__BackingField_0(bool value) { ___U3CActiveU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_rolePhotoLibArray_1() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_rolePhotoLibArray_1)); } inline Dictionary_2U5BU5D_t635963316* get_m_rolePhotoLibArray_1() const { return ___m_rolePhotoLibArray_1; } inline Dictionary_2U5BU5D_t635963316** get_address_of_m_rolePhotoLibArray_1() { return &___m_rolePhotoLibArray_1; } inline void set_m_rolePhotoLibArray_1(Dictionary_2U5BU5D_t635963316* value) { ___m_rolePhotoLibArray_1 = value; Il2CppCodeGenWriteBarrier((&___m_rolePhotoLibArray_1), value); } inline static int32_t get_offset_of_m_activeUserID_3() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_activeUserID_3)); } inline int64_t get_m_activeUserID_3() const { return ___m_activeUserID_3; } inline int64_t* get_address_of_m_activeUserID_3() { return &___m_activeUserID_3; } inline void set_m_activeUserID_3(int64_t value) { ___m_activeUserID_3 = value; } inline static int32_t get_offset_of_m_curActivePhoto_4() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_curActivePhoto_4)); } inline Texture2D_t3840446185 * get_m_curActivePhoto_4() const { return ___m_curActivePhoto_4; } inline Texture2D_t3840446185 ** get_address_of_m_curActivePhoto_4() { return &___m_curActivePhoto_4; } inline void set_m_curActivePhoto_4(Texture2D_t3840446185 * value) { ___m_curActivePhoto_4 = value; Il2CppCodeGenWriteBarrier((&___m_curActivePhoto_4), value); } inline static int32_t get_offset_of_m_curActivePhotoPath_5() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_curActivePhotoPath_5)); } inline String_t* get_m_curActivePhotoPath_5() const { return ___m_curActivePhotoPath_5; } inline String_t** get_address_of_m_curActivePhotoPath_5() { return &___m_curActivePhotoPath_5; } inline void set_m_curActivePhotoPath_5(String_t* value) { ___m_curActivePhotoPath_5 = value; Il2CppCodeGenWriteBarrier((&___m_curActivePhotoPath_5), value); } inline static int32_t get_offset_of_m_curTypeCamera_6() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_curTypeCamera_6)); } inline bool get_m_curTypeCamera_6() const { return ___m_curTypeCamera_6; } inline bool* get_address_of_m_curTypeCamera_6() { return &___m_curTypeCamera_6; } inline void set_m_curTypeCamera_6(bool value) { ___m_curTypeCamera_6 = value; } }; struct CPhotoManager_t704993275_StaticFields { public: // DMCore.Logic.CPhotoManager DMCore.Logic.CPhotoManager::s_Instance CPhotoManager_t704993275 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CPhotoManager_t704993275_StaticFields, ___s_Instance_2)); } inline CPhotoManager_t704993275 * get_s_Instance_2() const { return ___s_Instance_2; } inline CPhotoManager_t704993275 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CPhotoManager_t704993275 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPHOTOMANAGER_T704993275_H #ifndef U3CCHECKPROXYVERSIONU3EC__ANONSTOREY6_T1160982284_H #define U3CCHECKPROXYVERSIONU3EC__ANONSTOREY6_T1160982284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HotFixState/c__Iterator3/c__AnonStorey6 struct U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 : public RuntimeObject { public: // System.String HotFixState/c__Iterator3/c__AnonStorey6::resProxy String_t* ___resProxy_0; // HotFixState/c__Iterator3 HotFixState/c__Iterator3/c__AnonStorey6::<>f__ref$3 U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * ___U3CU3Ef__refU243_1; public: inline static int32_t get_offset_of_resProxy_0() { return static_cast(offsetof(U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284, ___resProxy_0)); } inline String_t* get_resProxy_0() const { return ___resProxy_0; } inline String_t** get_address_of_resProxy_0() { return &___resProxy_0; } inline void set_resProxy_0(String_t* value) { ___resProxy_0 = value; Il2CppCodeGenWriteBarrier((&___resProxy_0), value); } inline static int32_t get_offset_of_U3CU3Ef__refU243_1() { return static_cast(offsetof(U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284, ___U3CU3Ef__refU243_1)); } inline U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * get_U3CU3Ef__refU243_1() const { return ___U3CU3Ef__refU243_1; } inline U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 ** get_address_of_U3CU3Ef__refU243_1() { return &___U3CU3Ef__refU243_1; } inline void set_U3CU3Ef__refU243_1(U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * value) { ___U3CU3Ef__refU243_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU243_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCHECKPROXYVERSIONU3EC__ANONSTOREY6_T1160982284_H #ifndef U3CCHECKVERSIONU3EC__ANONSTOREY7_T2534351495_H #define U3CCHECKVERSIONU3EC__ANONSTOREY7_T2534351495_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HotFixState/c__Iterator5/c__AnonStorey7 struct U3CCheckVersionU3Ec__AnonStorey7_t2534351495 : public RuntimeObject { public: // System.Int64 HotFixState/c__Iterator5/c__AnonStorey7::sizeRemaining int64_t ___sizeRemaining_0; // CVersionIssue HotFixState/c__Iterator5/c__AnonStorey7::nextVersion CVersionIssue_t3008599312 * ___nextVersion_1; // HotFixState/c__Iterator5 HotFixState/c__Iterator5/c__AnonStorey7::<>f__ref$5 U3CCheckVersionU3Ec__Iterator5_t3300148884 * ___U3CU3Ef__refU245_2; public: inline static int32_t get_offset_of_sizeRemaining_0() { return static_cast(offsetof(U3CCheckVersionU3Ec__AnonStorey7_t2534351495, ___sizeRemaining_0)); } inline int64_t get_sizeRemaining_0() const { return ___sizeRemaining_0; } inline int64_t* get_address_of_sizeRemaining_0() { return &___sizeRemaining_0; } inline void set_sizeRemaining_0(int64_t value) { ___sizeRemaining_0 = value; } inline static int32_t get_offset_of_nextVersion_1() { return static_cast(offsetof(U3CCheckVersionU3Ec__AnonStorey7_t2534351495, ___nextVersion_1)); } inline CVersionIssue_t3008599312 * get_nextVersion_1() const { return ___nextVersion_1; } inline CVersionIssue_t3008599312 ** get_address_of_nextVersion_1() { return &___nextVersion_1; } inline void set_nextVersion_1(CVersionIssue_t3008599312 * value) { ___nextVersion_1 = value; Il2CppCodeGenWriteBarrier((&___nextVersion_1), value); } inline static int32_t get_offset_of_U3CU3Ef__refU245_2() { return static_cast(offsetof(U3CCheckVersionU3Ec__AnonStorey7_t2534351495, ___U3CU3Ef__refU245_2)); } inline U3CCheckVersionU3Ec__Iterator5_t3300148884 * get_U3CU3Ef__refU245_2() const { return ___U3CU3Ef__refU245_2; } inline U3CCheckVersionU3Ec__Iterator5_t3300148884 ** get_address_of_U3CU3Ef__refU245_2() { return &___U3CU3Ef__refU245_2; } inline void set_U3CU3Ef__refU245_2(U3CCheckVersionU3Ec__Iterator5_t3300148884 * value) { ___U3CU3Ef__refU245_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU245_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCHECKVERSIONU3EC__ANONSTOREY7_T2534351495_H #ifndef SDKPARAMS_T3933363587_H #define SDKPARAMS_T3933363587_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SDKParams struct SDKParams_t3933363587 : public RuntimeObject { public: // System.String SDKParams::openId String_t* ___openId_0; // System.String SDKParams::gameId String_t* ___gameId_1; // System.String SDKParams::sessionId String_t* ___sessionId_2; // System.Int32 SDKParams::version int32_t ___version_3; // System.String SDKParams::whiteSign String_t* ___whiteSign_4; public: inline static int32_t get_offset_of_openId_0() { return static_cast(offsetof(SDKParams_t3933363587, ___openId_0)); } inline String_t* get_openId_0() const { return ___openId_0; } inline String_t** get_address_of_openId_0() { return &___openId_0; } inline void set_openId_0(String_t* value) { ___openId_0 = value; Il2CppCodeGenWriteBarrier((&___openId_0), value); } inline static int32_t get_offset_of_gameId_1() { return static_cast(offsetof(SDKParams_t3933363587, ___gameId_1)); } inline String_t* get_gameId_1() const { return ___gameId_1; } inline String_t** get_address_of_gameId_1() { return &___gameId_1; } inline void set_gameId_1(String_t* value) { ___gameId_1 = value; Il2CppCodeGenWriteBarrier((&___gameId_1), value); } inline static int32_t get_offset_of_sessionId_2() { return static_cast(offsetof(SDKParams_t3933363587, ___sessionId_2)); } inline String_t* get_sessionId_2() const { return ___sessionId_2; } inline String_t** get_address_of_sessionId_2() { return &___sessionId_2; } inline void set_sessionId_2(String_t* value) { ___sessionId_2 = value; Il2CppCodeGenWriteBarrier((&___sessionId_2), value); } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(SDKParams_t3933363587, ___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; } inline static int32_t get_offset_of_whiteSign_4() { return static_cast(offsetof(SDKParams_t3933363587, ___whiteSign_4)); } inline String_t* get_whiteSign_4() const { return ___whiteSign_4; } inline String_t** get_address_of_whiteSign_4() { return &___whiteSign_4; } inline void set_whiteSign_4(String_t* value) { ___whiteSign_4 = value; Il2CppCodeGenWriteBarrier((&___whiteSign_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SDKPARAMS_T3933363587_H #ifndef INETMSGBASEC2S_T1364238951_H #define INETMSGBASEC2S_T1364238951_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.INetMsgBaseC2S struct INetMsgBaseC2S_t1364238951 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETMSGBASEC2S_T1364238951_H #ifndef 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 CUSERINFOAPI_T815375937_H #define CUSERINFOAPI_T815375937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CUserInfoApi struct CUserInfoApi_t815375937 : public RuntimeObject { public: // System.Int64 DMCore.Framework.Plugin.CUserInfoApi::m_usrID int64_t ___m_usrID_1; // System.String DMCore.Framework.Plugin.CUserInfoApi::m_roleName String_t* ___m_roleName_2; public: inline static int32_t get_offset_of_m_usrID_1() { return static_cast(offsetof(CUserInfoApi_t815375937, ___m_usrID_1)); } inline int64_t get_m_usrID_1() const { return ___m_usrID_1; } inline int64_t* get_address_of_m_usrID_1() { return &___m_usrID_1; } inline void set_m_usrID_1(int64_t value) { ___m_usrID_1 = value; } inline static int32_t get_offset_of_m_roleName_2() { return static_cast(offsetof(CUserInfoApi_t815375937, ___m_roleName_2)); } inline String_t* get_m_roleName_2() const { return ___m_roleName_2; } inline String_t** get_address_of_m_roleName_2() { return &___m_roleName_2; } inline void set_m_roleName_2(String_t* value) { ___m_roleName_2 = value; Il2CppCodeGenWriteBarrier((&___m_roleName_2), value); } }; struct CUserInfoApi_t815375937_StaticFields { public: // DMCore.Framework.Plugin.CUserInfoApi DMCore.Framework.Plugin.CUserInfoApi::s_instance CUserInfoApi_t815375937 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CUserInfoApi_t815375937_StaticFields, ___s_instance_0)); } inline CUserInfoApi_t815375937 * get_s_instance_0() const { return ___s_instance_0; } inline CUserInfoApi_t815375937 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CUserInfoApi_t815375937 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSERINFOAPI_T815375937_H #ifndef GUIDEPENDENCYCONFIG_T2406732459_H #define GUIDEPENDENCYCONFIG_T2406732459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // GUIDependencyConfig struct GUIDependencyConfig_t2406732459 : public RuntimeObject { public: // GUIDependencyConfig/GUIDependencyRoot GUIDependencyConfig::root GUIDependencyRoot_t3004525873 * ___root_1; public: inline static int32_t get_offset_of_root_1() { return static_cast(offsetof(GUIDependencyConfig_t2406732459, ___root_1)); } inline GUIDependencyRoot_t3004525873 * get_root_1() const { return ___root_1; } inline GUIDependencyRoot_t3004525873 ** get_address_of_root_1() { return &___root_1; } inline void set_root_1(GUIDependencyRoot_t3004525873 * value) { ___root_1 = value; Il2CppCodeGenWriteBarrier((&___root_1), value); } }; struct GUIDependencyConfig_t2406732459_StaticFields { public: // GUIDependencyConfig GUIDependencyConfig::instance GUIDependencyConfig_t2406732459 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(GUIDependencyConfig_t2406732459_StaticFields, ___instance_0)); } inline GUIDependencyConfig_t2406732459 * get_instance_0() const { return ___instance_0; } inline GUIDependencyConfig_t2406732459 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(GUIDependencyConfig_t2406732459 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUIDEPENDENCYCONFIG_T2406732459_H #ifndef SINGLETON_1_T367392258_H #define SINGLETON_1_T367392258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t367392258 : public RuntimeObject { public: public: }; struct Singleton_1_t367392258_StaticFields { public: // T FitFun.Singleton`1::instance XmlManager_t2042691812 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t367392258_StaticFields, ___instance_0)); } inline XmlManager_t2042691812 * get_instance_0() const { return ___instance_0; } inline XmlManager_t2042691812 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(XmlManager_t2042691812 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T367392258_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 DICTIONARY_2_T2367162648_H #define DICTIONARY_2_T2367162648_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_t2367162648 : 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 SpriteU5BU5DU5BU5D_t1836637952* ___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_t2367162648, ___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_t2367162648, ___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_t2367162648, ___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_t2367162648, ___valueSlots_7)); } inline SpriteU5BU5DU5BU5D_t1836637952* get_valueSlots_7() const { return ___valueSlots_7; } inline SpriteU5BU5DU5BU5D_t1836637952** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(SpriteU5BU5DU5BU5D_t1836637952* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2367162648, ___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_t2367162648, ___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_t2367162648, ___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_t2367162648, ___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_t2367162648, ___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_t2367162648, ___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_t2367162648, ___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_t2367162648_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t687049668 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2367162648_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t687049668 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t687049668 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t687049668 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2367162648_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 UTILTOOLS_T1771349038_H #define UTILTOOLS_T1771349038_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.UtilTools struct UtilTools_t1771349038 : public RuntimeObject { public: public: }; struct UtilTools_t1771349038_StaticFields { public: // System.Text.StringBuilder FitFun.UtilTools::mstrbuilder StringBuilder_t * ___mstrbuilder_0; // System.Collections.Generic.Dictionary`2 FitFun.UtilTools::atlasCacheDic Dictionary_2_t2367162648 * ___atlasCacheDic_1; public: inline static int32_t get_offset_of_mstrbuilder_0() { return static_cast(offsetof(UtilTools_t1771349038_StaticFields, ___mstrbuilder_0)); } inline StringBuilder_t * get_mstrbuilder_0() const { return ___mstrbuilder_0; } inline StringBuilder_t ** get_address_of_mstrbuilder_0() { return &___mstrbuilder_0; } inline void set_mstrbuilder_0(StringBuilder_t * value) { ___mstrbuilder_0 = value; Il2CppCodeGenWriteBarrier((&___mstrbuilder_0), value); } inline static int32_t get_offset_of_atlasCacheDic_1() { return static_cast(offsetof(UtilTools_t1771349038_StaticFields, ___atlasCacheDic_1)); } inline Dictionary_2_t2367162648 * get_atlasCacheDic_1() const { return ___atlasCacheDic_1; } inline Dictionary_2_t2367162648 ** get_address_of_atlasCacheDic_1() { return &___atlasCacheDic_1; } inline void set_atlasCacheDic_1(Dictionary_2_t2367162648 * value) { ___atlasCacheDic_1 = value; Il2CppCodeGenWriteBarrier((&___atlasCacheDic_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UTILTOOLS_T1771349038_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public RuntimeObject { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_0)); } inline Stream_t1273022909 * get_Null_0() const { return ___Null_0; } inline Stream_t1273022909 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(Stream_t1273022909 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef U3CUNZIPFILEU3EC__ANONSTOREY0_T2702420114_H #define U3CUNZIPFILEU3EC__ANONSTOREY0_T2702420114_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.UnZipper/c__AnonStorey0 struct U3CUnZipFileU3Ec__AnonStorey0_t2702420114 : public RuntimeObject { public: // System.String FitFun.UnZipper/c__AnonStorey0::targetFolder String_t* ___targetFolder_0; // System.String FitFun.UnZipper/c__AnonStorey0::fileName String_t* ___fileName_1; // FitFun.UnZipper FitFun.UnZipper/c__AnonStorey0::$this UnZipper_t4019391518 * ___U24this_2; public: inline static int32_t get_offset_of_targetFolder_0() { return static_cast(offsetof(U3CUnZipFileU3Ec__AnonStorey0_t2702420114, ___targetFolder_0)); } inline String_t* get_targetFolder_0() const { return ___targetFolder_0; } inline String_t** get_address_of_targetFolder_0() { return &___targetFolder_0; } inline void set_targetFolder_0(String_t* value) { ___targetFolder_0 = value; Il2CppCodeGenWriteBarrier((&___targetFolder_0), value); } inline static int32_t get_offset_of_fileName_1() { return static_cast(offsetof(U3CUnZipFileU3Ec__AnonStorey0_t2702420114, ___fileName_1)); } inline String_t* get_fileName_1() const { return ___fileName_1; } inline String_t** get_address_of_fileName_1() { return &___fileName_1; } inline void set_fileName_1(String_t* value) { ___fileName_1 = value; Il2CppCodeGenWriteBarrier((&___fileName_1), value); } inline static int32_t get_offset_of_U24this_2() { return static_cast(offsetof(U3CUnZipFileU3Ec__AnonStorey0_t2702420114, ___U24this_2)); } inline UnZipper_t4019391518 * get_U24this_2() const { return ___U24this_2; } inline UnZipper_t4019391518 ** get_address_of_U24this_2() { return &___U24this_2; } inline void set_U24this_2(UnZipper_t4019391518 * value) { ___U24this_2 = value; Il2CppCodeGenWriteBarrier((&___U24this_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CUNZIPFILEU3EC__ANONSTOREY0_T2702420114_H #ifndef UNZIPPER_T4019391518_H #define UNZIPPER_T4019391518_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.UnZipper struct UnZipper_t4019391518 : public RuntimeObject { public: // System.Int32 FitFun.UnZipper::progress int32_t ___progress_0; public: inline static int32_t get_offset_of_progress_0() { return static_cast(offsetof(UnZipper_t4019391518, ___progress_0)); } inline int32_t get_progress_0() const { return ___progress_0; } inline int32_t* get_address_of_progress_0() { return &___progress_0; } inline void set_progress_0(int32_t value) { ___progress_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNZIPPER_T4019391518_H #ifndef LIST_1_T1458018112_H #define LIST_1_T1458018112_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_t1458018112 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TreeNodeU5BU5D_t3688637519* ____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_t1458018112, ____items_1)); } inline TreeNodeU5BU5D_t3688637519* get__items_1() const { return ____items_1; } inline TreeNodeU5BU5D_t3688637519** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TreeNodeU5BU5D_t3688637519* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1458018112, ____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_t1458018112, ____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_t1458018112_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TreeNodeU5BU5D_t3688637519* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1458018112_StaticFields, ___EmptyArray_4)); } inline TreeNodeU5BU5D_t3688637519* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TreeNodeU5BU5D_t3688637519** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TreeNodeU5BU5D_t3688637519* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1458018112_H #ifndef TREENODE_T4280910666_H #define TREENODE_T4280910666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.TreeNode struct TreeNode_t4280910666 : public RuntimeObject { public: // FitFun.TreeNode FitFun.TreeNode::k__BackingField TreeNode_t4280910666 * ___U3CParentU3Ek__BackingField_0; // System.Collections.Generic.List`1 FitFun.TreeNode::childList List_1_t1458018112 * ___childList_1; public: inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_0() { return static_cast(offsetof(TreeNode_t4280910666, ___U3CParentU3Ek__BackingField_0)); } inline TreeNode_t4280910666 * get_U3CParentU3Ek__BackingField_0() const { return ___U3CParentU3Ek__BackingField_0; } inline TreeNode_t4280910666 ** get_address_of_U3CParentU3Ek__BackingField_0() { return &___U3CParentU3Ek__BackingField_0; } inline void set_U3CParentU3Ek__BackingField_0(TreeNode_t4280910666 * value) { ___U3CParentU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CParentU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_childList_1() { return static_cast(offsetof(TreeNode_t4280910666, ___childList_1)); } inline List_1_t1458018112 * get_childList_1() const { return ___childList_1; } inline List_1_t1458018112 ** get_address_of_childList_1() { return &___childList_1; } inline void set_childList_1(List_1_t1458018112 * value) { ___childList_1 = value; Il2CppCodeGenWriteBarrier((&___childList_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TREENODE_T4280910666_H #ifndef TRACER_T752617313_H #define TRACER_T752617313_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Tracer struct Tracer_t752617313 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACER_T752617313_H #ifndef SDKEVENTMANAGER_T864216586_H #define SDKEVENTMANAGER_T864216586_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // GameFriend.SDKEventManager struct SDKEventManager_t864216586 : public RuntimeObject { public: public: }; struct SDKEventManager_t864216586_StaticFields { public: // LitJson.JsonData GameFriend.SDKEventManager::jsonObj JsonData_t1524858407 * ___jsonObj_0; // System.Boolean GameFriend.SDKEventManager::s_bNeedSendEnterHall bool ___s_bNeedSendEnterHall_1; public: inline static int32_t get_offset_of_jsonObj_0() { return static_cast(offsetof(SDKEventManager_t864216586_StaticFields, ___jsonObj_0)); } inline JsonData_t1524858407 * get_jsonObj_0() const { return ___jsonObj_0; } inline JsonData_t1524858407 ** get_address_of_jsonObj_0() { return &___jsonObj_0; } inline void set_jsonObj_0(JsonData_t1524858407 * value) { ___jsonObj_0 = value; Il2CppCodeGenWriteBarrier((&___jsonObj_0), value); } inline static int32_t get_offset_of_s_bNeedSendEnterHall_1() { return static_cast(offsetof(SDKEventManager_t864216586_StaticFields, ___s_bNeedSendEnterHall_1)); } inline bool get_s_bNeedSendEnterHall_1() const { return ___s_bNeedSendEnterHall_1; } inline bool* get_address_of_s_bNeedSendEnterHall_1() { return &___s_bNeedSendEnterHall_1; } inline void set_s_bNeedSendEnterHall_1(bool value) { ___s_bNeedSendEnterHall_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SDKEVENTMANAGER_T864216586_H #ifndef LIST_1_T537414295_H #define LIST_1_T537414295_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_t537414295 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RaycastResultU5BU5D_t1128832444* ____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_t537414295, ____items_1)); } inline RaycastResultU5BU5D_t1128832444* get__items_1() const { return ____items_1; } inline RaycastResultU5BU5D_t1128832444** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RaycastResultU5BU5D_t1128832444* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t537414295, ____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_t537414295, ____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_t537414295_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray RaycastResultU5BU5D_t1128832444* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t537414295_StaticFields, ___EmptyArray_4)); } inline RaycastResultU5BU5D_t1128832444* get_EmptyArray_4() const { return ___EmptyArray_4; } inline RaycastResultU5BU5D_t1128832444** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(RaycastResultU5BU5D_t1128832444* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T537414295_H #ifndef U3CKILLU3EC__ANONSTOREY0_T3557100118_H #define U3CKILLU3EC__ANONSTOREY0_T3557100118_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // GameTimer/c__AnonStorey0 struct U3CKillU3Ec__AnonStorey0_t3557100118 : public RuntimeObject { public: // System.Int32 GameTimer/c__AnonStorey0::id int32_t ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(U3CKillU3Ec__AnonStorey0_t3557100118, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CKILLU3EC__ANONSTOREY0_T3557100118_H #ifndef GAMETIMERINFO_T4270005015_H #define GAMETIMERINFO_T4270005015_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // GameTimerInfo struct GameTimerInfo_t4270005015 : public RuntimeObject { public: // System.Int32 GameTimerInfo::id int32_t ___id_0; // System.Single GameTimerInfo::delay float ___delay_1; // System.Single GameTimerInfo::startTime float ___startTime_2; // System.Single GameTimerInfo::duration float ___duration_3; // System.Int32 GameTimerInfo::loopTimes int32_t ___loopTimes_4; // System.Int32 GameTimerInfo::curLoopTimes int32_t ___curLoopTimes_5; // System.Action GameTimerInfo::callBack Action_t1264377477 * ___callBack_6; // System.Action`1 GameTimerInfo::argCallback Action_1_t3252573759 * ___argCallback_7; // System.Action`1 GameTimerInfo::argCallbackString Action_1_t2019918284 * ___argCallbackString_8; // System.Action`1 GameTimerInfo::argCallbackFloat Action_1_t1569734369 * ___argCallbackFloat_9; // System.Object GameTimerInfo::arg RuntimeObject * ___arg_10; // System.String GameTimerInfo::argString String_t* ___argString_11; // System.Single GameTimerInfo::argFloat float ___argFloat_12; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___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_delay_1() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___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_startTime_2() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___startTime_2)); } inline float get_startTime_2() const { return ___startTime_2; } inline float* get_address_of_startTime_2() { return &___startTime_2; } inline void set_startTime_2(float value) { ___startTime_2 = value; } inline static int32_t get_offset_of_duration_3() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___duration_3)); } inline float get_duration_3() const { return ___duration_3; } inline float* get_address_of_duration_3() { return &___duration_3; } inline void set_duration_3(float value) { ___duration_3 = value; } inline static int32_t get_offset_of_loopTimes_4() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___loopTimes_4)); } inline int32_t get_loopTimes_4() const { return ___loopTimes_4; } inline int32_t* get_address_of_loopTimes_4() { return &___loopTimes_4; } inline void set_loopTimes_4(int32_t value) { ___loopTimes_4 = value; } inline static int32_t get_offset_of_curLoopTimes_5() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___curLoopTimes_5)); } inline int32_t get_curLoopTimes_5() const { return ___curLoopTimes_5; } inline int32_t* get_address_of_curLoopTimes_5() { return &___curLoopTimes_5; } inline void set_curLoopTimes_5(int32_t value) { ___curLoopTimes_5 = value; } inline static int32_t get_offset_of_callBack_6() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___callBack_6)); } inline Action_t1264377477 * get_callBack_6() const { return ___callBack_6; } inline Action_t1264377477 ** get_address_of_callBack_6() { return &___callBack_6; } inline void set_callBack_6(Action_t1264377477 * value) { ___callBack_6 = value; Il2CppCodeGenWriteBarrier((&___callBack_6), value); } inline static int32_t get_offset_of_argCallback_7() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___argCallback_7)); } inline Action_1_t3252573759 * get_argCallback_7() const { return ___argCallback_7; } inline Action_1_t3252573759 ** get_address_of_argCallback_7() { return &___argCallback_7; } inline void set_argCallback_7(Action_1_t3252573759 * value) { ___argCallback_7 = value; Il2CppCodeGenWriteBarrier((&___argCallback_7), value); } inline static int32_t get_offset_of_argCallbackString_8() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___argCallbackString_8)); } inline Action_1_t2019918284 * get_argCallbackString_8() const { return ___argCallbackString_8; } inline Action_1_t2019918284 ** get_address_of_argCallbackString_8() { return &___argCallbackString_8; } inline void set_argCallbackString_8(Action_1_t2019918284 * value) { ___argCallbackString_8 = value; Il2CppCodeGenWriteBarrier((&___argCallbackString_8), value); } inline static int32_t get_offset_of_argCallbackFloat_9() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___argCallbackFloat_9)); } inline Action_1_t1569734369 * get_argCallbackFloat_9() const { return ___argCallbackFloat_9; } inline Action_1_t1569734369 ** get_address_of_argCallbackFloat_9() { return &___argCallbackFloat_9; } inline void set_argCallbackFloat_9(Action_1_t1569734369 * value) { ___argCallbackFloat_9 = value; Il2CppCodeGenWriteBarrier((&___argCallbackFloat_9), value); } inline static int32_t get_offset_of_arg_10() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___arg_10)); } inline RuntimeObject * get_arg_10() const { return ___arg_10; } inline RuntimeObject ** get_address_of_arg_10() { return &___arg_10; } inline void set_arg_10(RuntimeObject * value) { ___arg_10 = value; Il2CppCodeGenWriteBarrier((&___arg_10), value); } inline static int32_t get_offset_of_argString_11() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___argString_11)); } inline String_t* get_argString_11() const { return ___argString_11; } inline String_t** get_address_of_argString_11() { return &___argString_11; } inline void set_argString_11(String_t* value) { ___argString_11 = value; Il2CppCodeGenWriteBarrier((&___argString_11), value); } inline static int32_t get_offset_of_argFloat_12() { return static_cast(offsetof(GameTimerInfo_t4270005015, ___argFloat_12)); } inline float get_argFloat_12() const { return ___argFloat_12; } inline float* get_address_of_argFloat_12() { return &___argFloat_12; } inline void set_argFloat_12(float value) { ___argFloat_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMETIMERINFO_T4270005015_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 LIST_1_T1447112461_H #define LIST_1_T1447112461_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_t1447112461 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GameTimerInfoU5BU5D_t2848111278* ____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_t1447112461, ____items_1)); } inline GameTimerInfoU5BU5D_t2848111278* get__items_1() const { return ____items_1; } inline GameTimerInfoU5BU5D_t2848111278** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GameTimerInfoU5BU5D_t2848111278* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1447112461, ____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_t1447112461, ____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_t1447112461_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray GameTimerInfoU5BU5D_t2848111278* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1447112461_StaticFields, ___EmptyArray_4)); } inline GameTimerInfoU5BU5D_t2848111278* get_EmptyArray_4() const { return ___EmptyArray_4; } inline GameTimerInfoU5BU5D_t2848111278** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(GameTimerInfoU5BU5D_t2848111278* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1447112461_H #ifndef XMLNODE_T3767805227_H #define XMLNODE_T3767805227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode struct XmlNode_t3767805227 : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlNode::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_1; // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t3767805227 * ___parentNode_2; // System.Xml.XmlNodeListChildren System.Xml.XmlNode::childNodes XmlNodeListChildren_t1082692789 * ___childNodes_3; public: inline static int32_t get_offset_of_ownerDocument_1() { return static_cast(offsetof(XmlNode_t3767805227, ___ownerDocument_1)); } inline XmlDocument_t2837193595 * get_ownerDocument_1() const { return ___ownerDocument_1; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_1() { return &___ownerDocument_1; } inline void set_ownerDocument_1(XmlDocument_t2837193595 * value) { ___ownerDocument_1 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_1), value); } inline static int32_t get_offset_of_parentNode_2() { return static_cast(offsetof(XmlNode_t3767805227, ___parentNode_2)); } inline XmlNode_t3767805227 * get_parentNode_2() const { return ___parentNode_2; } inline XmlNode_t3767805227 ** get_address_of_parentNode_2() { return &___parentNode_2; } inline void set_parentNode_2(XmlNode_t3767805227 * value) { ___parentNode_2 = value; Il2CppCodeGenWriteBarrier((&___parentNode_2), value); } inline static int32_t get_offset_of_childNodes_3() { return static_cast(offsetof(XmlNode_t3767805227, ___childNodes_3)); } inline XmlNodeListChildren_t1082692789 * get_childNodes_3() const { return ___childNodes_3; } inline XmlNodeListChildren_t1082692789 ** get_address_of_childNodes_3() { return &___childNodes_3; } inline void set_childNodes_3(XmlNodeListChildren_t1082692789 * value) { ___childNodes_3 = value; Il2CppCodeGenWriteBarrier((&___childNodes_3), value); } }; struct XmlNode_t3767805227_StaticFields { public: // System.Xml.XmlNode/EmptyNodeList System.Xml.XmlNode::emptyList EmptyNodeList_t139615908 * ___emptyList_0; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map44 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map44_4; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map46 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map46_5; public: inline static int32_t get_offset_of_emptyList_0() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___emptyList_0)); } inline EmptyNodeList_t139615908 * get_emptyList_0() const { return ___emptyList_0; } inline EmptyNodeList_t139615908 ** get_address_of_emptyList_0() { return &___emptyList_0; } inline void set_emptyList_0(EmptyNodeList_t139615908 * value) { ___emptyList_0 = value; Il2CppCodeGenWriteBarrier((&___emptyList_0), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map44_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map44_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map44_4() const { return ___U3CU3Ef__switchU24map44_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map44_4() { return &___U3CU3Ef__switchU24map44_4; } inline void set_U3CU3Ef__switchU24map44_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map44_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map44_4), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map46_5() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map46_5)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map46_5() const { return ___U3CU3Ef__switchU24map46_5; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map46_5() { return &___U3CU3Ef__switchU24map46_5; } inline void set_U3CU3Ef__switchU24map46_5(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map46_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map46_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_H #ifndef CFITFUNAPIPLUGIN_T3372796910_H #define CFITFUNAPIPLUGIN_T3372796910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CFitfunApiPlugin struct CFitfunApiPlugin_t3372796910 : public RuntimeObject { public: public: }; struct CFitfunApiPlugin_t3372796910_StaticFields { public: // DMCore.Framework.Plugin.CFitfunApiPlugin DMCore.Framework.Plugin.CFitfunApiPlugin::s_instance CFitfunApiPlugin_t3372796910 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CFitfunApiPlugin_t3372796910_StaticFields, ___s_instance_0)); } inline CFitfunApiPlugin_t3372796910 * get_s_instance_0() const { return ___s_instance_0; } inline CFitfunApiPlugin_t3372796910 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CFitfunApiPlugin_t3372796910 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFITFUNAPIPLUGIN_T3372796910_H #ifndef CSYSTEMTOOLPLUGIN_T1584592813_H #define CSYSTEMTOOLPLUGIN_T1584592813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CSystemToolPlugin struct CSystemToolPlugin_t1584592813 : public RuntimeObject { public: public: }; struct CSystemToolPlugin_t1584592813_StaticFields { public: // DMCore.Framework.Plugin.CSystemToolPlugin DMCore.Framework.Plugin.CSystemToolPlugin::s_instance CSystemToolPlugin_t1584592813 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CSystemToolPlugin_t1584592813_StaticFields, ___s_instance_0)); } inline CSystemToolPlugin_t1584592813 * get_s_instance_0() const { return ___s_instance_0; } inline CSystemToolPlugin_t1584592813 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CSystemToolPlugin_t1584592813 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSYSTEMTOOLPLUGIN_T1584592813_H #ifndef DICTIONARY_2_T3935206418_H #define DICTIONARY_2_T3935206418_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_t3935206418 : 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 GameSettingValueU5BU5D_t4138954462* ___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_t3935206418, ___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_t3935206418, ___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_t3935206418, ___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_t3935206418, ___valueSlots_7)); } inline GameSettingValueU5BU5D_t4138954462* get_valueSlots_7() const { return ___valueSlots_7; } inline GameSettingValueU5BU5D_t4138954462** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(GameSettingValueU5BU5D_t4138954462* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3935206418, ___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_t3935206418, ___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_t3935206418, ___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_t3935206418, ___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_t3935206418, ___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_t3935206418, ___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_t3935206418, ___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_t3935206418_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2989366178 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3935206418_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2989366178 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2989366178 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2989366178 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3935206418_H #ifndef SINGLETON_1_T982490881_H #define SINGLETON_1_T982490881_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t982490881 : public RuntimeObject { public: public: }; struct Singleton_1_t982490881_StaticFields { public: // T FitFun.Singleton`1::instance GameSetting_t2657790435 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t982490881_StaticFields, ___instance_0)); } inline GameSetting_t2657790435 * get_instance_0() const { return ___instance_0; } inline GameSetting_t2657790435 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(GameSetting_t2657790435 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T982490881_H #ifndef GAMESETTINGVALUE_T4149950119_H #define GAMESETTINGVALUE_T4149950119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // GameSettingValue struct GameSettingValue_t4149950119 : public RuntimeObject { public: // System.String GameSettingValue::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.String GameSettingValue::k__BackingField String_t* ___U3CTypeU3Ek__BackingField_1; // System.String GameSettingValue::k__BackingField String_t* ___U3CValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(GameSettingValue_t4149950119, ___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_U3CTypeU3Ek__BackingField_1() { return static_cast(offsetof(GameSettingValue_t4149950119, ___U3CTypeU3Ek__BackingField_1)); } inline String_t* get_U3CTypeU3Ek__BackingField_1() const { return ___U3CTypeU3Ek__BackingField_1; } inline String_t** get_address_of_U3CTypeU3Ek__BackingField_1() { return &___U3CTypeU3Ek__BackingField_1; } inline void set_U3CTypeU3Ek__BackingField_1(String_t* value) { ___U3CTypeU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CTypeU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_2() { return static_cast(offsetof(GameSettingValue_t4149950119, ___U3CValueU3Ek__BackingField_2)); } inline String_t* get_U3CValueU3Ek__BackingField_2() const { return ___U3CValueU3Ek__BackingField_2; } inline String_t** get_address_of_U3CValueU3Ek__BackingField_2() { return &___U3CValueU3Ek__BackingField_2; } inline void set_U3CValueU3Ek__BackingField_2(String_t* value) { ___U3CValueU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CValueU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMESETTINGVALUE_T4149950119_H #ifndef XMLNODELIST_T2551693786_H #define XMLNODELIST_T2551693786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeList struct XmlNodeList_t2551693786 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODELIST_T2551693786_H #ifndef BETTERLIST_1_T4001750706_H #define BETTERLIST_1_T4001750706_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t4001750706 : public RuntimeObject { public: // T[] BetterList`1::buffer VehicleInputCmdU5BU5D_t1195539101* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t4001750706, ___buffer_0)); } inline VehicleInputCmdU5BU5D_t1195539101* get_buffer_0() const { return ___buffer_0; } inline VehicleInputCmdU5BU5D_t1195539101** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(VehicleInputCmdU5BU5D_t1195539101* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t4001750706, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T4001750706_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 ISCENESITE_T3999208198_H #define ISCENESITE_T3999208198_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneSite struct ISceneSite_t3999208198 : public RuntimeObject { public: // System.Single DMCore.Framework.Scene.ISceneSite::m_fTime float ___m_fTime_0; // System.Single DMCore.Framework.Scene.ISceneSite::m_fCurDelta float ___m_fCurDelta_1; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneSite::m_LogicChildren List_1_t1176315644 * ___m_LogicChildren_2; // DMCore.Framework.Scene.ISceneSite DMCore.Framework.Scene.ISceneSite::m_Father ISceneSite_t3999208198 * ___m_Father_3; public: inline static int32_t get_offset_of_m_fTime_0() { return static_cast(offsetof(ISceneSite_t3999208198, ___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(ISceneSite_t3999208198, ___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(ISceneSite_t3999208198, ___m_LogicChildren_2)); } inline List_1_t1176315644 * get_m_LogicChildren_2() const { return ___m_LogicChildren_2; } inline List_1_t1176315644 ** get_address_of_m_LogicChildren_2() { return &___m_LogicChildren_2; } inline void set_m_LogicChildren_2(List_1_t1176315644 * value) { ___m_LogicChildren_2 = value; Il2CppCodeGenWriteBarrier((&___m_LogicChildren_2), value); } inline static int32_t get_offset_of_m_Father_3() { return static_cast(offsetof(ISceneSite_t3999208198, ___m_Father_3)); } inline ISceneSite_t3999208198 * get_m_Father_3() const { return ___m_Father_3; } inline ISceneSite_t3999208198 ** get_address_of_m_Father_3() { return &___m_Father_3; } inline void set_m_Father_3(ISceneSite_t3999208198 * value) { ___m_Father_3 = value; Il2CppCodeGenWriteBarrier((&___m_Father_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENESITE_T3999208198_H #ifndef LUABASE_T1730675691_H #define LUABASE_T1730675691_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaBase struct LuaBase_t1730675691 : public RuntimeObject { public: // System.Boolean XLua.LuaBase::disposed bool ___disposed_0; // System.Int32 XLua.LuaBase::luaReference int32_t ___luaReference_1; // XLua.LuaEnv XLua.LuaBase::luaEnv LuaEnv_t2152703515 * ___luaEnv_2; public: inline static int32_t get_offset_of_disposed_0() { return static_cast(offsetof(LuaBase_t1730675691, ___disposed_0)); } inline bool get_disposed_0() const { return ___disposed_0; } inline bool* get_address_of_disposed_0() { return &___disposed_0; } inline void set_disposed_0(bool value) { ___disposed_0 = value; } inline static int32_t get_offset_of_luaReference_1() { return static_cast(offsetof(LuaBase_t1730675691, ___luaReference_1)); } inline int32_t get_luaReference_1() const { return ___luaReference_1; } inline int32_t* get_address_of_luaReference_1() { return &___luaReference_1; } inline void set_luaReference_1(int32_t value) { ___luaReference_1 = value; } inline static int32_t get_offset_of_luaEnv_2() { return static_cast(offsetof(LuaBase_t1730675691, ___luaEnv_2)); } inline LuaEnv_t2152703515 * get_luaEnv_2() const { return ___luaEnv_2; } inline LuaEnv_t2152703515 ** get_address_of_luaEnv_2() { return &___luaEnv_2; } inline void set_luaEnv_2(LuaEnv_t2152703515 * value) { ___luaEnv_2 = value; Il2CppCodeGenWriteBarrier((&___luaEnv_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUABASE_T1730675691_H #ifndef SINGLETON_1_T1790414993_H #define SINGLETON_1_T1790414993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t1790414993 : public RuntimeObject { public: public: }; struct Singleton_1_t1790414993_StaticFields { public: // T FitFun.Singleton`1::instance CommonConfig_t3465714547 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t1790414993_StaticFields, ___instance_0)); } inline CommonConfig_t3465714547 * get_instance_0() const { return ___instance_0; } inline CommonConfig_t3465714547 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(CommonConfig_t3465714547 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T1790414993_H #ifndef UNITYEVENTBASE_T3960448221_H #define UNITYEVENTBASE_T3960448221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEventBase struct UnityEventBase_t3960448221 : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_t2498835369 * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t3050769227 * ___m_PersistentCalls_1; // System.String UnityEngine.Events.UnityEventBase::m_TypeName String_t* ___m_TypeName_2; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_3; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_Calls_0)); } inline InvokableCallList_t2498835369 * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_t2498835369 ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_t2498835369 * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((&___m_Calls_0), value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t3050769227 * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t3050769227 ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t3050769227 * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((&___m_PersistentCalls_1), value); } inline static int32_t get_offset_of_m_TypeName_2() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_TypeName_2)); } inline String_t* get_m_TypeName_2() const { return ___m_TypeName_2; } inline String_t** get_address_of_m_TypeName_2() { return &___m_TypeName_2; } inline void set_m_TypeName_2(String_t* value) { ___m_TypeName_2 = value; Il2CppCodeGenWriteBarrier((&___m_TypeName_2), value); } inline static int32_t get_offset_of_m_CallsDirty_3() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_CallsDirty_3)); } inline bool get_m_CallsDirty_3() const { return ___m_CallsDirty_3; } inline bool* get_address_of_m_CallsDirty_3() { return &___m_CallsDirty_3; } inline void set_m_CallsDirty_3(bool value) { ___m_CallsDirty_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENTBASE_T3960448221_H #ifndef INETLISTENER_T2122847788_H #define INETLISTENER_T2122847788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.INetListener struct INetListener_t2122847788 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETLISTENER_T2122847788_H #ifndef ILINKLISTENER_T2747206916_H #define ILINKLISTENER_T2747206916_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.ILinkListener struct ILinkListener_t2747206916 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ILINKLISTENER_T2747206916_H #ifndef 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 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 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 CRITICALFINALIZEROBJECT_T701527852_H #define CRITICALFINALIZEROBJECT_T701527852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t701527852 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T701527852_H #ifndef SINGLETON_1_T19536393_H #define SINGLETON_1_T19536393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t19536393 : public RuntimeObject { public: public: }; struct Singleton_1_t19536393_StaticFields { public: // T FitFun.Singleton`1::instance CMiscConfig_t1694835947 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t19536393_StaticFields, ___instance_0)); } inline CMiscConfig_t1694835947 * get_instance_0() const { return ___instance_0; } inline CMiscConfig_t1694835947 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(CMiscConfig_t1694835947 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T19536393_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 SINGLETON_1_T3432562628_H #define SINGLETON_1_T3432562628_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t3432562628 : public RuntimeObject { public: public: }; struct Singleton_1_t3432562628_StaticFields { public: // T FitFun.Singleton`1::instance CWebConfig_t812894886 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t3432562628_StaticFields, ___instance_0)); } inline CWebConfig_t812894886 * get_instance_0() const { return ___instance_0; } inline CWebConfig_t812894886 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(CWebConfig_t812894886 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T3432562628_H #ifndef SINGLETON_1_T987768041_H #define SINGLETON_1_T987768041_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t987768041 : public RuntimeObject { public: public: }; struct Singleton_1_t987768041_StaticFields { public: // T FitFun.Singleton`1::instance HotFixHelper_t2663067595 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t987768041_StaticFields, ___instance_0)); } inline HotFixHelper_t2663067595 * get_instance_0() const { return ___instance_0; } inline HotFixHelper_t2663067595 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(HotFixHelper_t2663067595 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T987768041_H #ifndef SINGLETON_1_T3525596842_H #define SINGLETON_1_T3525596842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t3525596842 : public RuntimeObject { public: public: }; struct Singleton_1_t3525596842_StaticFields { public: // T FitFun.Singleton`1::instance HttpCoroutine_t905929100 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t3525596842_StaticFields, ___instance_0)); } inline HttpCoroutine_t905929100 * get_instance_0() const { return ___instance_0; } inline HttpCoroutine_t905929100 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(HttpCoroutine_t905929100 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T3525596842_H #ifndef SINGLETON_1_T1085050331_H #define SINGLETON_1_T1085050331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t1085050331 : public RuntimeObject { public: public: }; struct Singleton_1_t1085050331_StaticFields { public: // T FitFun.Singleton`1::instance ServerSetting_t2760349885 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t1085050331_StaticFields, ___instance_0)); } inline ServerSetting_t2760349885 * get_instance_0() const { return ___instance_0; } inline ServerSetting_t2760349885 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(ServerSetting_t2760349885 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T1085050331_H #ifndef XMLNAMEDNODEMAP_T2821286253_H #define XMLNAMEDNODEMAP_T2821286253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t2821286253 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent XmlNode_t3767805227 * ___parent_1; // System.Collections.ArrayList System.Xml.XmlNamedNodeMap::nodeList ArrayList_t2718874744 * ___nodeList_2; // System.Boolean System.Xml.XmlNamedNodeMap::readOnly bool ___readOnly_3; public: inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___parent_1)); } inline XmlNode_t3767805227 * get_parent_1() const { return ___parent_1; } inline XmlNode_t3767805227 ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(XmlNode_t3767805227 * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((&___parent_1), value); } inline static int32_t get_offset_of_nodeList_2() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___nodeList_2)); } inline ArrayList_t2718874744 * get_nodeList_2() const { return ___nodeList_2; } inline ArrayList_t2718874744 ** get_address_of_nodeList_2() { return &___nodeList_2; } inline void set_nodeList_2(ArrayList_t2718874744 * value) { ___nodeList_2 = value; Il2CppCodeGenWriteBarrier((&___nodeList_2), value); } inline static int32_t get_offset_of_readOnly_3() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___readOnly_3)); } inline bool get_readOnly_3() const { return ___readOnly_3; } inline bool* get_address_of_readOnly_3() { return &___readOnly_3; } inline void set_readOnly_3(bool value) { ___readOnly_3 = value; } }; struct XmlNamedNodeMap_t2821286253_StaticFields { public: // System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::emptyEnumerator RuntimeObject* ___emptyEnumerator_0; public: inline static int32_t get_offset_of_emptyEnumerator_0() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253_StaticFields, ___emptyEnumerator_0)); } inline RuntimeObject* get_emptyEnumerator_0() const { return ___emptyEnumerator_0; } inline RuntimeObject** get_address_of_emptyEnumerator_0() { return &___emptyEnumerator_0; } inline void set_emptyEnumerator_0(RuntimeObject* value) { ___emptyEnumerator_0 = value; Il2CppCodeGenWriteBarrier((&___emptyEnumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMEDNODEMAP_T2821286253_H #ifndef SINGLETON_1_T3658094039_H #define SINGLETON_1_T3658094039_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t3658094039 : public RuntimeObject { public: public: }; struct Singleton_1_t3658094039_StaticFields { public: // T FitFun.Singleton`1::instance CSharpCallLuaDelegates_t1038426297 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t3658094039_StaticFields, ___instance_0)); } inline CSharpCallLuaDelegates_t1038426297 * get_instance_0() const { return ___instance_0; } inline CSharpCallLuaDelegates_t1038426297 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(CSharpCallLuaDelegates_t1038426297 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T3658094039_H #ifndef SINGLETON_1_T1091525953_H #define SINGLETON_1_T1091525953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t1091525953 : public RuntimeObject { public: public: }; struct Singleton_1_t1091525953_StaticFields { public: // T FitFun.Singleton`1::instance CConfig_t2766825507 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t1091525953_StaticFields, ___instance_0)); } inline CConfig_t2766825507 * get_instance_0() const { return ___instance_0; } inline CConfig_t2766825507 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(CConfig_t2766825507 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T1091525953_H #ifndef SINGLETON_1_T380813009_H #define SINGLETON_1_T380813009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t380813009 : public RuntimeObject { public: public: }; struct Singleton_1_t380813009_StaticFields { public: // T FitFun.Singleton`1::instance CLoadingUI_t2056112563 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t380813009_StaticFields, ___instance_0)); } inline CLoadingUI_t2056112563 * get_instance_0() const { return ___instance_0; } inline CLoadingUI_t2056112563 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(CLoadingUI_t2056112563 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T380813009_H #ifndef SINGLETON_1_T474425409_H #define SINGLETON_1_T474425409_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t474425409 : public RuntimeObject { public: public: }; struct Singleton_1_t474425409_StaticFields { public: // T FitFun.Singleton`1::instance LocalDataStorage_t2149724963 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t474425409_StaticFields, ___instance_0)); } inline LocalDataStorage_t2149724963 * get_instance_0() const { return ___instance_0; } inline LocalDataStorage_t2149724963 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(LocalDataStorage_t2149724963 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T474425409_H #ifndef SINGLETON_1_T2484816003_H #define SINGLETON_1_T2484816003_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t2484816003 : public RuntimeObject { public: public: }; struct Singleton_1_t2484816003_StaticFields { public: // T FitFun.Singleton`1::instance CDownload_t4160115557 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t2484816003_StaticFields, ___instance_0)); } inline CDownload_t4160115557 * get_instance_0() const { return ___instance_0; } inline CDownload_t4160115557 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(CDownload_t4160115557 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T2484816003_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 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 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 LISTFILEPROCESSOR_T4061483043_H #define LISTFILEPROCESSOR_T4061483043_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ListFileProcessor struct ListFileProcessor_t4061483043 : public RuntimeObject { public: // System.String ListFileProcessor::filePath String_t* ___filePath_0; // System.Collections.Generic.Dictionary`2 ListFileProcessor::fileDic Dictionary_2_t1632706988 * ___fileDic_1; public: inline static int32_t get_offset_of_filePath_0() { return static_cast(offsetof(ListFileProcessor_t4061483043, ___filePath_0)); } inline String_t* get_filePath_0() const { return ___filePath_0; } inline String_t** get_address_of_filePath_0() { return &___filePath_0; } inline void set_filePath_0(String_t* value) { ___filePath_0 = value; Il2CppCodeGenWriteBarrier((&___filePath_0), value); } inline static int32_t get_offset_of_fileDic_1() { return static_cast(offsetof(ListFileProcessor_t4061483043, ___fileDic_1)); } inline Dictionary_2_t1632706988 * get_fileDic_1() const { return ___fileDic_1; } inline Dictionary_2_t1632706988 ** get_address_of_fileDic_1() { return &___fileDic_1; } inline void set_fileDic_1(Dictionary_2_t1632706988 * value) { ___fileDic_1 = value; Il2CppCodeGenWriteBarrier((&___fileDic_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTFILEPROCESSOR_T4061483043_H #ifndef LIGHTMAPDATA_T2568046604_H #define LIGHTMAPDATA_T2568046604_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LightmapData struct LightmapData_t2568046604 : public RuntimeObject { public: // UnityEngine.Texture2D UnityEngine.LightmapData::m_Light Texture2D_t3840446185 * ___m_Light_0; // UnityEngine.Texture2D UnityEngine.LightmapData::m_Dir Texture2D_t3840446185 * ___m_Dir_1; // UnityEngine.Texture2D UnityEngine.LightmapData::m_ShadowMask Texture2D_t3840446185 * ___m_ShadowMask_2; public: inline static int32_t get_offset_of_m_Light_0() { return static_cast(offsetof(LightmapData_t2568046604, ___m_Light_0)); } inline Texture2D_t3840446185 * get_m_Light_0() const { return ___m_Light_0; } inline Texture2D_t3840446185 ** get_address_of_m_Light_0() { return &___m_Light_0; } inline void set_m_Light_0(Texture2D_t3840446185 * value) { ___m_Light_0 = value; Il2CppCodeGenWriteBarrier((&___m_Light_0), value); } inline static int32_t get_offset_of_m_Dir_1() { return static_cast(offsetof(LightmapData_t2568046604, ___m_Dir_1)); } inline Texture2D_t3840446185 * get_m_Dir_1() const { return ___m_Dir_1; } inline Texture2D_t3840446185 ** get_address_of_m_Dir_1() { return &___m_Dir_1; } inline void set_m_Dir_1(Texture2D_t3840446185 * value) { ___m_Dir_1 = value; Il2CppCodeGenWriteBarrier((&___m_Dir_1), value); } inline static int32_t get_offset_of_m_ShadowMask_2() { return static_cast(offsetof(LightmapData_t2568046604, ___m_ShadowMask_2)); } inline Texture2D_t3840446185 * get_m_ShadowMask_2() const { return ___m_ShadowMask_2; } inline Texture2D_t3840446185 ** get_address_of_m_ShadowMask_2() { return &___m_ShadowMask_2; } inline void set_m_ShadowMask_2(Texture2D_t3840446185 * value) { ___m_ShadowMask_2 = value; Il2CppCodeGenWriteBarrier((&___m_ShadowMask_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.LightmapData struct LightmapData_t2568046604_marshaled_pinvoke { Texture2D_t3840446185 * ___m_Light_0; Texture2D_t3840446185 * ___m_Dir_1; Texture2D_t3840446185 * ___m_ShadowMask_2; }; // Native definition for COM marshalling of UnityEngine.LightmapData struct LightmapData_t2568046604_marshaled_com { Texture2D_t3840446185 * ___m_Light_0; Texture2D_t3840446185 * ___m_Dir_1; Texture2D_t3840446185 * ___m_ShadowMask_2; }; #endif // LIGHTMAPDATA_T2568046604_H #ifndef GAMEOBJECTPOOL_T2420239556_H #define GAMEOBJECTPOOL_T2420239556_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Kylin.GameObjectPool struct GameObjectPool_t2420239556 : public RuntimeObject { public: // System.Int32 Kylin.GameObjectPool::maxSize int32_t ___maxSize_0; // System.Int32 Kylin.GameObjectPool::poolSize int32_t ___poolSize_1; // System.String Kylin.GameObjectPool::poolName String_t* ___poolName_2; // UnityEngine.Transform Kylin.GameObjectPool::poolRoot Transform_t3600365921 * ___poolRoot_3; // UnityEngine.GameObject Kylin.GameObjectPool::poolObjectPrefab GameObject_t1113636619 * ___poolObjectPrefab_4; // System.Collections.Generic.Stack`1 Kylin.GameObjectPool::availableObjStack Stack_1_t1957026074 * ___availableObjStack_5; public: inline static int32_t get_offset_of_maxSize_0() { return static_cast(offsetof(GameObjectPool_t2420239556, ___maxSize_0)); } inline int32_t get_maxSize_0() const { return ___maxSize_0; } inline int32_t* get_address_of_maxSize_0() { return &___maxSize_0; } inline void set_maxSize_0(int32_t value) { ___maxSize_0 = value; } inline static int32_t get_offset_of_poolSize_1() { return static_cast(offsetof(GameObjectPool_t2420239556, ___poolSize_1)); } inline int32_t get_poolSize_1() const { return ___poolSize_1; } inline int32_t* get_address_of_poolSize_1() { return &___poolSize_1; } inline void set_poolSize_1(int32_t value) { ___poolSize_1 = value; } inline static int32_t get_offset_of_poolName_2() { return static_cast(offsetof(GameObjectPool_t2420239556, ___poolName_2)); } inline String_t* get_poolName_2() const { return ___poolName_2; } inline String_t** get_address_of_poolName_2() { return &___poolName_2; } inline void set_poolName_2(String_t* value) { ___poolName_2 = value; Il2CppCodeGenWriteBarrier((&___poolName_2), value); } inline static int32_t get_offset_of_poolRoot_3() { return static_cast(offsetof(GameObjectPool_t2420239556, ___poolRoot_3)); } inline Transform_t3600365921 * get_poolRoot_3() const { return ___poolRoot_3; } inline Transform_t3600365921 ** get_address_of_poolRoot_3() { return &___poolRoot_3; } inline void set_poolRoot_3(Transform_t3600365921 * value) { ___poolRoot_3 = value; Il2CppCodeGenWriteBarrier((&___poolRoot_3), value); } inline static int32_t get_offset_of_poolObjectPrefab_4() { return static_cast(offsetof(GameObjectPool_t2420239556, ___poolObjectPrefab_4)); } inline GameObject_t1113636619 * get_poolObjectPrefab_4() const { return ___poolObjectPrefab_4; } inline GameObject_t1113636619 ** get_address_of_poolObjectPrefab_4() { return &___poolObjectPrefab_4; } inline void set_poolObjectPrefab_4(GameObject_t1113636619 * value) { ___poolObjectPrefab_4 = value; Il2CppCodeGenWriteBarrier((&___poolObjectPrefab_4), value); } inline static int32_t get_offset_of_availableObjStack_5() { return static_cast(offsetof(GameObjectPool_t2420239556, ___availableObjStack_5)); } inline Stack_1_t1957026074 * get_availableObjStack_5() const { return ___availableObjStack_5; } inline Stack_1_t1957026074 ** get_address_of_availableObjStack_5() { return &___availableObjStack_5; } inline void set_availableObjStack_5(Stack_1_t1957026074 * value) { ___availableObjStack_5 = value; Il2CppCodeGenWriteBarrier((&___availableObjStack_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEOBJECTPOOL_T2420239556_H #ifndef STACK_1_T1957026074_H #define STACK_1_T1957026074_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_t1957026074 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array GameObjectU5BU5D_t3328599146* ____array_1; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__array_1() { return static_cast(offsetof(Stack_1_t1957026074, ____array_1)); } inline GameObjectU5BU5D_t3328599146* get__array_1() const { return ____array_1; } inline GameObjectU5BU5D_t3328599146** get_address_of__array_1() { return &____array_1; } inline void set__array_1(GameObjectU5BU5D_t3328599146* value) { ____array_1 = value; Il2CppCodeGenWriteBarrier((&____array_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Stack_1_t1957026074, ____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(Stack_1_t1957026074, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T1957026074_H #ifndef LIST_1_T3628304265_H #define LIST_1_T3628304265_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_t3628304265 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector2U5BU5D_t1457185986* ____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_t3628304265, ____items_1)); } inline Vector2U5BU5D_t1457185986* get__items_1() const { return ____items_1; } inline Vector2U5BU5D_t1457185986** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector2U5BU5D_t1457185986* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3628304265, ____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_t3628304265, ____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_t3628304265_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Vector2U5BU5D_t1457185986* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3628304265_StaticFields, ___EmptyArray_4)); } inline Vector2U5BU5D_t1457185986* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Vector2U5BU5D_t1457185986** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Vector2U5BU5D_t1457185986* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3628304265_H #ifndef LIST_1_T1234605051_H #define LIST_1_T1234605051_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_t1234605051 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UIVertexU5BU5D_t1981460040* ____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_t1234605051, ____items_1)); } inline UIVertexU5BU5D_t1981460040* get__items_1() const { return ____items_1; } inline UIVertexU5BU5D_t1981460040** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UIVertexU5BU5D_t1981460040* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1234605051, ____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_t1234605051, ____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_t1234605051_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray UIVertexU5BU5D_t1981460040* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1234605051_StaticFields, ___EmptyArray_4)); } inline UIVertexU5BU5D_t1981460040* get_EmptyArray_4() const { return ___EmptyArray_4; } inline UIVertexU5BU5D_t1981460040** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(UIVertexU5BU5D_t1981460040* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1234605051_H #ifndef STACK_1_T226093074_H #define STACK_1_T226093074_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_t226093074 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array LightmapConfigU5BU5D_t1937253010* ____array_1; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__array_1() { return static_cast(offsetof(Stack_1_t226093074, ____array_1)); } inline LightmapConfigU5BU5D_t1937253010* get__array_1() const { return ____array_1; } inline LightmapConfigU5BU5D_t1937253010** get_address_of__array_1() { return &____array_1; } inline void set__array_1(LightmapConfigU5BU5D_t1937253010* value) { ____array_1 = value; Il2CppCodeGenWriteBarrier((&____array_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Stack_1_t226093074, ____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(Stack_1_t226093074, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T226093074_H #ifndef LIST_1_T551117518_H #define LIST_1_T551117518_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_t551117518 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items LMRendererInfoU5BU5D_t4046529225* ____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_t551117518, ____items_1)); } inline LMRendererInfoU5BU5D_t4046529225* get__items_1() const { return ____items_1; } inline LMRendererInfoU5BU5D_t4046529225** get_address_of__items_1() { return &____items_1; } inline void set__items_1(LMRendererInfoU5BU5D_t4046529225* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t551117518, ____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_t551117518, ____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_t551117518_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray LMRendererInfoU5BU5D_t4046529225* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t551117518_StaticFields, ___EmptyArray_4)); } inline LMRendererInfoU5BU5D_t4046529225* get_EmptyArray_4() const { return ___EmptyArray_4; } inline LMRendererInfoU5BU5D_t4046529225** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(LMRendererInfoU5BU5D_t4046529225* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T551117518_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 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 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 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 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 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 RuntimeObject { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_0; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_1; public: inline static int32_t get_offset_of_CoreNewLine_0() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_0)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_0() const { return ___CoreNewLine_0; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_0() { return &___CoreNewLine_0; } inline void set_CoreNewLine_0(CharU5BU5D_t3528271667* value) { ___CoreNewLine_0 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_0), value); } inline static int32_t get_offset_of_internalFormatProvider_1() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_1)); } inline RuntimeObject* get_internalFormatProvider_1() const { return ___internalFormatProvider_1; } inline RuntimeObject** get_address_of_internalFormatProvider_1() { return &___internalFormatProvider_1; } inline void set_internalFormatProvider_1(RuntimeObject* value) { ___internalFormatProvider_1 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_1), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_2; public: inline static int32_t get_offset_of_Null_2() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_2)); } inline TextWriter_t3478189236 * get_Null_2() const { return ___Null_2; } inline TextWriter_t3478189236 ** get_address_of_Null_2() { return &___Null_2; } inline void set_Null_2(TextWriter_t3478189236 * value) { ___Null_2 = value; Il2CppCodeGenWriteBarrier((&___Null_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_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 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 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_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 U3CFADEOUTU3EC__ANONSTOREY0_T2770008310_H #define U3CFADEOUTU3EC__ANONSTOREY0_T2770008310_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.ToastHandler/c__AnonStorey0 struct U3CFadeOutU3Ec__AnonStorey0_t2770008310 : public RuntimeObject { public: // System.Action FitFun.ToastHandler/c__AnonStorey0::callback Action_t1264377477 * ___callback_0; // FitFun.ToastHandler FitFun.ToastHandler/c__AnonStorey0::$this ToastHandler_t2382291789 * ___U24this_1; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CFadeOutU3Ec__AnonStorey0_t2770008310, ___callback_0)); } inline Action_t1264377477 * get_callback_0() const { return ___callback_0; } inline Action_t1264377477 ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(Action_t1264377477 * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((&___callback_0), value); } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CFadeOutU3Ec__AnonStorey0_t2770008310, ___U24this_1)); } inline ToastHandler_t2382291789 * get_U24this_1() const { return ___U24this_1; } inline ToastHandler_t2382291789 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(ToastHandler_t2382291789 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CFADEOUTU3EC__ANONSTOREY0_T2770008310_H #ifndef RECTTRASNFORMUTIL_T2659915505_H #define RECTTRASNFORMUTIL_T2659915505_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.RectTrasnformUtil struct RectTrasnformUtil_t2659915505 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECTTRASNFORMUTIL_T2659915505_H #ifndef U3CLOADASYNCU3EC__ITERATOR0_T1359822509_H #define U3CLOADASYNCU3EC__ITERATOR0_T1359822509_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SceneLoader/c__Iterator0 struct U3CLoadAsyncU3Ec__Iterator0_t1359822509 : public RuntimeObject { public: // System.Boolean FitFun.SceneLoader/c__Iterator0::additive bool ___additive_0; // System.String FitFun.SceneLoader/c__Iterator0::sceneName String_t* ___sceneName_1; // System.String FitFun.SceneLoader/c__Iterator0::__0 String_t* ___U3CpathU3E__0_2; // FitFun.SceneLoader FitFun.SceneLoader/c__Iterator0::$this SceneLoader_t3335639420 * ___U24this_3; // System.Object FitFun.SceneLoader/c__Iterator0::$current RuntimeObject * ___U24current_4; // System.Boolean FitFun.SceneLoader/c__Iterator0::$disposing bool ___U24disposing_5; // System.Int32 FitFun.SceneLoader/c__Iterator0::$PC int32_t ___U24PC_6; public: inline static int32_t get_offset_of_additive_0() { return static_cast(offsetof(U3CLoadAsyncU3Ec__Iterator0_t1359822509, ___additive_0)); } inline bool get_additive_0() const { return ___additive_0; } inline bool* get_address_of_additive_0() { return &___additive_0; } inline void set_additive_0(bool value) { ___additive_0 = value; } inline static int32_t get_offset_of_sceneName_1() { return static_cast(offsetof(U3CLoadAsyncU3Ec__Iterator0_t1359822509, ___sceneName_1)); } inline String_t* get_sceneName_1() const { return ___sceneName_1; } inline String_t** get_address_of_sceneName_1() { return &___sceneName_1; } inline void set_sceneName_1(String_t* value) { ___sceneName_1 = value; Il2CppCodeGenWriteBarrier((&___sceneName_1), value); } inline static int32_t get_offset_of_U3CpathU3E__0_2() { return static_cast(offsetof(U3CLoadAsyncU3Ec__Iterator0_t1359822509, ___U3CpathU3E__0_2)); } inline String_t* get_U3CpathU3E__0_2() const { return ___U3CpathU3E__0_2; } inline String_t** get_address_of_U3CpathU3E__0_2() { return &___U3CpathU3E__0_2; } inline void set_U3CpathU3E__0_2(String_t* value) { ___U3CpathU3E__0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CpathU3E__0_2), value); } inline static int32_t get_offset_of_U24this_3() { return static_cast(offsetof(U3CLoadAsyncU3Ec__Iterator0_t1359822509, ___U24this_3)); } inline SceneLoader_t3335639420 * get_U24this_3() const { return ___U24this_3; } inline SceneLoader_t3335639420 ** get_address_of_U24this_3() { return &___U24this_3; } inline void set_U24this_3(SceneLoader_t3335639420 * value) { ___U24this_3 = value; Il2CppCodeGenWriteBarrier((&___U24this_3), value); } inline static int32_t get_offset_of_U24current_4() { return static_cast(offsetof(U3CLoadAsyncU3Ec__Iterator0_t1359822509, ___U24current_4)); } inline RuntimeObject * get_U24current_4() const { return ___U24current_4; } inline RuntimeObject ** get_address_of_U24current_4() { return &___U24current_4; } inline void set_U24current_4(RuntimeObject * value) { ___U24current_4 = value; Il2CppCodeGenWriteBarrier((&___U24current_4), value); } inline static int32_t get_offset_of_U24disposing_5() { return static_cast(offsetof(U3CLoadAsyncU3Ec__Iterator0_t1359822509, ___U24disposing_5)); } inline bool get_U24disposing_5() const { return ___U24disposing_5; } inline bool* get_address_of_U24disposing_5() { return &___U24disposing_5; } inline void set_U24disposing_5(bool value) { ___U24disposing_5 = value; } inline static int32_t get_offset_of_U24PC_6() { return static_cast(offsetof(U3CLoadAsyncU3Ec__Iterator0_t1359822509, ___U24PC_6)); } inline int32_t get_U24PC_6() const { return ___U24PC_6; } inline int32_t* get_address_of_U24PC_6() { return &___U24PC_6; } inline void set_U24PC_6(int32_t value) { ___U24PC_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CLOADASYNCU3EC__ITERATOR0_T1359822509_H #ifndef LIST_1_T2103082695_H #define LIST_1_T2103082695_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_t2103082695 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t1417781964* ____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_t2103082695, ____items_1)); } inline ObjectU5BU5D_t1417781964* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t1417781964** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t1417781964* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2103082695, ____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_t2103082695, ____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_t2103082695_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ObjectU5BU5D_t1417781964* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2103082695_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t1417781964* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t1417781964** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t1417781964* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2103082695_H #ifndef SINGLETON_1_T1757067489_H #define SINGLETON_1_T1757067489_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t1757067489 : public RuntimeObject { public: public: }; struct Singleton_1_t1757067489_StaticFields { public: // T FitFun.Singleton`1::instance SystemInfoUtils_t3432367043 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t1757067489_StaticFields, ___instance_0)); } inline SystemInfoUtils_t3432367043 * get_instance_0() const { return ___instance_0; } inline SystemInfoUtils_t3432367043 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(SystemInfoUtils_t3432367043 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T1757067489_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 SINGLETON_1_T3098501191_H #define SINGLETON_1_T3098501191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t3098501191 : public RuntimeObject { public: public: }; struct Singleton_1_t3098501191_StaticFields { public: // T FitFun.Singleton`1::instance NetworkManager_t478833449 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t3098501191_StaticFields, ___instance_0)); } inline NetworkManager_t478833449 * get_instance_0() const { return ___instance_0; } inline NetworkManager_t478833449 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(NetworkManager_t478833449 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T3098501191_H #ifndef TABLEROW_T675361479_H #define TABLEROW_T675361479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.TableRow struct TableRow_t675361479 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 FitFun.TableRow::dataDic Dictionary_2_t2078069596 * ___dataDic_0; // System.String FitFun.TableRow::k__BackingField String_t* ___U3CIDU3Ek__BackingField_1; // System.String FitFun.TableRow::k__BackingField String_t* ___U3COwnedFileU3Ek__BackingField_2; // System.Int32 FitFun.TableRow::k__BackingField int32_t ___U3COwnedRowInCSVU3Ek__BackingField_3; public: inline static int32_t get_offset_of_dataDic_0() { return static_cast(offsetof(TableRow_t675361479, ___dataDic_0)); } inline Dictionary_2_t2078069596 * get_dataDic_0() const { return ___dataDic_0; } inline Dictionary_2_t2078069596 ** get_address_of_dataDic_0() { return &___dataDic_0; } inline void set_dataDic_0(Dictionary_2_t2078069596 * value) { ___dataDic_0 = value; Il2CppCodeGenWriteBarrier((&___dataDic_0), value); } inline static int32_t get_offset_of_U3CIDU3Ek__BackingField_1() { return static_cast(offsetof(TableRow_t675361479, ___U3CIDU3Ek__BackingField_1)); } inline String_t* get_U3CIDU3Ek__BackingField_1() const { return ___U3CIDU3Ek__BackingField_1; } inline String_t** get_address_of_U3CIDU3Ek__BackingField_1() { return &___U3CIDU3Ek__BackingField_1; } inline void set_U3CIDU3Ek__BackingField_1(String_t* value) { ___U3CIDU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CIDU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3COwnedFileU3Ek__BackingField_2() { return static_cast(offsetof(TableRow_t675361479, ___U3COwnedFileU3Ek__BackingField_2)); } inline String_t* get_U3COwnedFileU3Ek__BackingField_2() const { return ___U3COwnedFileU3Ek__BackingField_2; } inline String_t** get_address_of_U3COwnedFileU3Ek__BackingField_2() { return &___U3COwnedFileU3Ek__BackingField_2; } inline void set_U3COwnedFileU3Ek__BackingField_2(String_t* value) { ___U3COwnedFileU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3COwnedFileU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3COwnedRowInCSVU3Ek__BackingField_3() { return static_cast(offsetof(TableRow_t675361479, ___U3COwnedRowInCSVU3Ek__BackingField_3)); } inline int32_t get_U3COwnedRowInCSVU3Ek__BackingField_3() const { return ___U3COwnedRowInCSVU3Ek__BackingField_3; } inline int32_t* get_address_of_U3COwnedRowInCSVU3Ek__BackingField_3() { return &___U3COwnedRowInCSVU3Ek__BackingField_3; } inline void set_U3COwnedRowInCSVU3Ek__BackingField_3(int32_t value) { ___U3COwnedRowInCSVU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TABLEROW_T675361479_H #ifndef DICTIONARY_2_T2078069596_H #define DICTIONARY_2_T2078069596_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_t2078069596 : 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 TableRowDataU5BU5D_t775483180* ___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_t2078069596, ___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_t2078069596, ___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_t2078069596, ___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_t2078069596, ___valueSlots_7)); } inline TableRowDataU5BU5D_t775483180* get_valueSlots_7() const { return ___valueSlots_7; } inline TableRowDataU5BU5D_t775483180** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(TableRowDataU5BU5D_t775483180* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2078069596, ___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_t2078069596, ___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_t2078069596, ___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_t2078069596, ___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_t2078069596, ___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_t2078069596, ___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_t2078069596, ___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_t2078069596_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3920862192 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2078069596_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3920862192 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3920862192 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3920862192 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2078069596_H #ifndef TABLEROWDATA_T2292813297_H #define TABLEROWDATA_T2292813297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.TableRowData struct TableRowData_t2292813297 : public RuntimeObject { public: // System.String FitFun.TableRowData::k__BackingField String_t* ___U3CTypeU3Ek__BackingField_0; // System.String FitFun.TableRowData::k__BackingField String_t* ___U3CValueU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_0() { return static_cast(offsetof(TableRowData_t2292813297, ___U3CTypeU3Ek__BackingField_0)); } inline String_t* get_U3CTypeU3Ek__BackingField_0() const { return ___U3CTypeU3Ek__BackingField_0; } inline String_t** get_address_of_U3CTypeU3Ek__BackingField_0() { return &___U3CTypeU3Ek__BackingField_0; } inline void set_U3CTypeU3Ek__BackingField_0(String_t* value) { ___U3CTypeU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CTypeU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_1() { return static_cast(offsetof(TableRowData_t2292813297, ___U3CValueU3Ek__BackingField_1)); } inline String_t* get_U3CValueU3Ek__BackingField_1() const { return ___U3CValueU3Ek__BackingField_1; } inline String_t** get_address_of_U3CValueU3Ek__BackingField_1() { return &___U3CValueU3Ek__BackingField_1; } inline void set_U3CValueU3Ek__BackingField_1(String_t* value) { ___U3CValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CValueU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TABLEROWDATA_T2292813297_H #ifndef SIMPLEFSM_T3686535260_H #define SIMPLEFSM_T3686535260_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SimpleFSM struct SimpleFSM_t3686535260 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 FitFun.SimpleFSM::stateDic Dictionary_2_t313363538 * ___stateDic_0; // FitFun.SimpleState FitFun.SimpleFSM::currentState SimpleState_t1424650207 * ___currentState_1; public: inline static int32_t get_offset_of_stateDic_0() { return static_cast(offsetof(SimpleFSM_t3686535260, ___stateDic_0)); } inline Dictionary_2_t313363538 * get_stateDic_0() const { return ___stateDic_0; } inline Dictionary_2_t313363538 ** get_address_of_stateDic_0() { return &___stateDic_0; } inline void set_stateDic_0(Dictionary_2_t313363538 * value) { ___stateDic_0 = value; Il2CppCodeGenWriteBarrier((&___stateDic_0), value); } inline static int32_t get_offset_of_currentState_1() { return static_cast(offsetof(SimpleFSM_t3686535260, ___currentState_1)); } inline SimpleState_t1424650207 * get_currentState_1() const { return ___currentState_1; } inline SimpleState_t1424650207 ** get_address_of_currentState_1() { return &___currentState_1; } inline void set_currentState_1(SimpleState_t1424650207 * value) { ___currentState_1 = value; Il2CppCodeGenWriteBarrier((&___currentState_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMPLEFSM_T3686535260_H #ifndef DICTIONARY_2_T939163551_H #define DICTIONARY_2_T939163551_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_t939163551 : 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 AssetBundleU5BU5D_t1879814781* ___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_t939163551, ___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_t939163551, ___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_t939163551, ___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_t939163551, ___valueSlots_7)); } inline AssetBundleU5BU5D_t1879814781* get_valueSlots_7() const { return ___valueSlots_7; } inline AssetBundleU5BU5D_t1879814781** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(AssetBundleU5BU5D_t1879814781* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t939163551, ___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_t939163551, ___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_t939163551, ___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_t939163551, ___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_t939163551, ___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_t939163551, ___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_t939163551, ___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_t939163551_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t730226497 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t939163551_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t730226497 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t730226497 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t730226497 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T939163551_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef 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 ANIMATIONSTATE_T3637309382_H #define ANIMATIONSTATE_T3637309382_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AnimationState struct AnimationState_t3637309382 : public RuntimeObject { public: // Spine.AnimationStateData Spine.AnimationState::data AnimationStateData_t3010651567 * ___data_5; // Spine.Pool`1 Spine.AnimationState::trackEntryPool Pool_1_t287387900 * ___trackEntryPool_6; // Spine.ExposedList`1 Spine.AnimationState::tracks ExposedList_1_t4023600307 * ___tracks_7; // Spine.ExposedList`1 Spine.AnimationState::events ExposedList_1_t4085685707 * ___events_8; // Spine.EventQueue Spine.AnimationState::queue EventQueue_t808091267 * ___queue_9; // System.Collections.Generic.HashSet`1 Spine.AnimationState::propertyIDs HashSet_1_t1515895227 * ___propertyIDs_10; // System.Boolean Spine.AnimationState::animationsChanged bool ___animationsChanged_11; // System.Single Spine.AnimationState::timeScale float ___timeScale_12; // Spine.AnimationState/TrackEntryDelegate Spine.AnimationState::Interrupt TrackEntryDelegate_t363257942 * ___Interrupt_13; // Spine.AnimationState/TrackEntryDelegate Spine.AnimationState::End TrackEntryDelegate_t363257942 * ___End_14; // Spine.AnimationState/TrackEntryDelegate Spine.AnimationState::Dispose TrackEntryDelegate_t363257942 * ___Dispose_15; // Spine.AnimationState/TrackEntryDelegate Spine.AnimationState::Complete TrackEntryDelegate_t363257942 * ___Complete_16; // Spine.AnimationState/TrackEntryDelegate Spine.AnimationState::Start TrackEntryDelegate_t363257942 * ___Start_17; // Spine.AnimationState/TrackEntryEventDelegate Spine.AnimationState::Event TrackEntryEventDelegate_t1653995044 * ___Event_18; public: inline static int32_t get_offset_of_data_5() { return static_cast(offsetof(AnimationState_t3637309382, ___data_5)); } inline AnimationStateData_t3010651567 * get_data_5() const { return ___data_5; } inline AnimationStateData_t3010651567 ** get_address_of_data_5() { return &___data_5; } inline void set_data_5(AnimationStateData_t3010651567 * value) { ___data_5 = value; Il2CppCodeGenWriteBarrier((&___data_5), value); } inline static int32_t get_offset_of_trackEntryPool_6() { return static_cast(offsetof(AnimationState_t3637309382, ___trackEntryPool_6)); } inline Pool_1_t287387900 * get_trackEntryPool_6() const { return ___trackEntryPool_6; } inline Pool_1_t287387900 ** get_address_of_trackEntryPool_6() { return &___trackEntryPool_6; } inline void set_trackEntryPool_6(Pool_1_t287387900 * value) { ___trackEntryPool_6 = value; Il2CppCodeGenWriteBarrier((&___trackEntryPool_6), value); } inline static int32_t get_offset_of_tracks_7() { return static_cast(offsetof(AnimationState_t3637309382, ___tracks_7)); } inline ExposedList_1_t4023600307 * get_tracks_7() const { return ___tracks_7; } inline ExposedList_1_t4023600307 ** get_address_of_tracks_7() { return &___tracks_7; } inline void set_tracks_7(ExposedList_1_t4023600307 * value) { ___tracks_7 = value; Il2CppCodeGenWriteBarrier((&___tracks_7), value); } inline static int32_t get_offset_of_events_8() { return static_cast(offsetof(AnimationState_t3637309382, ___events_8)); } inline ExposedList_1_t4085685707 * get_events_8() const { return ___events_8; } inline ExposedList_1_t4085685707 ** get_address_of_events_8() { return &___events_8; } inline void set_events_8(ExposedList_1_t4085685707 * value) { ___events_8 = value; Il2CppCodeGenWriteBarrier((&___events_8), value); } inline static int32_t get_offset_of_queue_9() { return static_cast(offsetof(AnimationState_t3637309382, ___queue_9)); } inline EventQueue_t808091267 * get_queue_9() const { return ___queue_9; } inline EventQueue_t808091267 ** get_address_of_queue_9() { return &___queue_9; } inline void set_queue_9(EventQueue_t808091267 * value) { ___queue_9 = value; Il2CppCodeGenWriteBarrier((&___queue_9), value); } inline static int32_t get_offset_of_propertyIDs_10() { return static_cast(offsetof(AnimationState_t3637309382, ___propertyIDs_10)); } inline HashSet_1_t1515895227 * get_propertyIDs_10() const { return ___propertyIDs_10; } inline HashSet_1_t1515895227 ** get_address_of_propertyIDs_10() { return &___propertyIDs_10; } inline void set_propertyIDs_10(HashSet_1_t1515895227 * value) { ___propertyIDs_10 = value; Il2CppCodeGenWriteBarrier((&___propertyIDs_10), value); } inline static int32_t get_offset_of_animationsChanged_11() { return static_cast(offsetof(AnimationState_t3637309382, ___animationsChanged_11)); } inline bool get_animationsChanged_11() const { return ___animationsChanged_11; } inline bool* get_address_of_animationsChanged_11() { return &___animationsChanged_11; } inline void set_animationsChanged_11(bool value) { ___animationsChanged_11 = value; } inline static int32_t get_offset_of_timeScale_12() { return static_cast(offsetof(AnimationState_t3637309382, ___timeScale_12)); } inline float get_timeScale_12() const { return ___timeScale_12; } inline float* get_address_of_timeScale_12() { return &___timeScale_12; } inline void set_timeScale_12(float value) { ___timeScale_12 = value; } inline static int32_t get_offset_of_Interrupt_13() { return static_cast(offsetof(AnimationState_t3637309382, ___Interrupt_13)); } inline TrackEntryDelegate_t363257942 * get_Interrupt_13() const { return ___Interrupt_13; } inline TrackEntryDelegate_t363257942 ** get_address_of_Interrupt_13() { return &___Interrupt_13; } inline void set_Interrupt_13(TrackEntryDelegate_t363257942 * value) { ___Interrupt_13 = value; Il2CppCodeGenWriteBarrier((&___Interrupt_13), value); } inline static int32_t get_offset_of_End_14() { return static_cast(offsetof(AnimationState_t3637309382, ___End_14)); } inline TrackEntryDelegate_t363257942 * get_End_14() const { return ___End_14; } inline TrackEntryDelegate_t363257942 ** get_address_of_End_14() { return &___End_14; } inline void set_End_14(TrackEntryDelegate_t363257942 * value) { ___End_14 = value; Il2CppCodeGenWriteBarrier((&___End_14), value); } inline static int32_t get_offset_of_Dispose_15() { return static_cast(offsetof(AnimationState_t3637309382, ___Dispose_15)); } inline TrackEntryDelegate_t363257942 * get_Dispose_15() const { return ___Dispose_15; } inline TrackEntryDelegate_t363257942 ** get_address_of_Dispose_15() { return &___Dispose_15; } inline void set_Dispose_15(TrackEntryDelegate_t363257942 * value) { ___Dispose_15 = value; Il2CppCodeGenWriteBarrier((&___Dispose_15), value); } inline static int32_t get_offset_of_Complete_16() { return static_cast(offsetof(AnimationState_t3637309382, ___Complete_16)); } inline TrackEntryDelegate_t363257942 * get_Complete_16() const { return ___Complete_16; } inline TrackEntryDelegate_t363257942 ** get_address_of_Complete_16() { return &___Complete_16; } inline void set_Complete_16(TrackEntryDelegate_t363257942 * value) { ___Complete_16 = value; Il2CppCodeGenWriteBarrier((&___Complete_16), value); } inline static int32_t get_offset_of_Start_17() { return static_cast(offsetof(AnimationState_t3637309382, ___Start_17)); } inline TrackEntryDelegate_t363257942 * get_Start_17() const { return ___Start_17; } inline TrackEntryDelegate_t363257942 ** get_address_of_Start_17() { return &___Start_17; } inline void set_Start_17(TrackEntryDelegate_t363257942 * value) { ___Start_17 = value; Il2CppCodeGenWriteBarrier((&___Start_17), value); } inline static int32_t get_offset_of_Event_18() { return static_cast(offsetof(AnimationState_t3637309382, ___Event_18)); } inline TrackEntryEventDelegate_t1653995044 * get_Event_18() const { return ___Event_18; } inline TrackEntryEventDelegate_t1653995044 ** get_address_of_Event_18() { return &___Event_18; } inline void set_Event_18(TrackEntryEventDelegate_t1653995044 * value) { ___Event_18 = value; Il2CppCodeGenWriteBarrier((&___Event_18), value); } }; struct AnimationState_t3637309382_StaticFields { public: // Spine.Animation Spine.AnimationState::EmptyAnimation Animation_t615783283 * ___EmptyAnimation_0; public: inline static int32_t get_offset_of_EmptyAnimation_0() { return static_cast(offsetof(AnimationState_t3637309382_StaticFields, ___EmptyAnimation_0)); } inline Animation_t615783283 * get_EmptyAnimation_0() const { return ___EmptyAnimation_0; } inline Animation_t615783283 ** get_address_of_EmptyAnimation_0() { return &___EmptyAnimation_0; } inline void set_EmptyAnimation_0(Animation_t615783283 * value) { ___EmptyAnimation_0 = value; Il2CppCodeGenWriteBarrier((&___EmptyAnimation_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONSTATE_T3637309382_H #ifndef STRINGCONVERT_T1943811234_H #define STRINGCONVERT_T1943811234_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.StringConvert struct StringConvert_t1943811234 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCONVERT_T1943811234_H #ifndef COMMONCONFIGDATA_T3450334410_H #define COMMONCONFIGDATA_T3450334410_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CommonConfigData struct CommonConfigData_t3450334410 : public RuntimeObject { public: // System.Boolean CommonConfigData::encryptlua bool ___encryptlua_0; public: inline static int32_t get_offset_of_encryptlua_0() { return static_cast(offsetof(CommonConfigData_t3450334410, ___encryptlua_0)); } inline bool get_encryptlua_0() const { return ___encryptlua_0; } inline bool* get_address_of_encryptlua_0() { return &___encryptlua_0; } inline void set_encryptlua_0(bool value) { ___encryptlua_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMMONCONFIGDATA_T3450334410_H #ifndef RESOURCELOADER_T3324724122_H #define RESOURCELOADER_T3324724122_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.ResourceLoader struct ResourceLoader_t3324724122 : public RuntimeObject { public: public: }; struct ResourceLoader_t3324724122_StaticFields { public: // System.Boolean FitFun.ResourceLoader::isEncrpted bool ___isEncrpted_0; public: inline static int32_t get_offset_of_isEncrpted_0() { return static_cast(offsetof(ResourceLoader_t3324724122_StaticFields, ___isEncrpted_0)); } inline bool get_isEncrpted_0() const { return ___isEncrpted_0; } inline bool* get_address_of_isEncrpted_0() { return &___isEncrpted_0; } inline void set_isEncrpted_0(bool value) { ___isEncrpted_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOURCELOADER_T3324724122_H #ifndef SIMPLESTATE_T1424650207_H #define SIMPLESTATE_T1424650207_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SimpleState struct SimpleState_t1424650207 : public RuntimeObject { public: // FitFun.SimpleFSM FitFun.SimpleState::fsm SimpleFSM_t3686535260 * ___fsm_0; // System.Int32 FitFun.SimpleState::key int32_t ___key_1; public: inline static int32_t get_offset_of_fsm_0() { return static_cast(offsetof(SimpleState_t1424650207, ___fsm_0)); } inline SimpleFSM_t3686535260 * get_fsm_0() const { return ___fsm_0; } inline SimpleFSM_t3686535260 ** get_address_of_fsm_0() { return &___fsm_0; } inline void set_fsm_0(SimpleFSM_t3686535260 * value) { ___fsm_0 = value; Il2CppCodeGenWriteBarrier((&___fsm_0), value); } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(SimpleState_t1424650207, ___key_1)); } inline int32_t get_key_1() const { return ___key_1; } inline int32_t* get_address_of_key_1() { return &___key_1; } inline void set_key_1(int32_t value) { ___key_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMPLESTATE_T1424650207_H #ifndef RESOURCEPATH_T2418003024_H #define RESOURCEPATH_T2418003024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.ResourcePath struct ResourcePath_t2418003024 : public RuntimeObject { public: public: }; struct ResourcePath_t2418003024_StaticFields { public: // System.String FitFun.ResourcePath::bundleConfigPath String_t* ___bundleConfigPath_0; // System.String FitFun.ResourcePath::hotFixFolderName String_t* ___hotFixFolderName_1; // System.String FitFun.ResourcePath::hotFixFolderNameLower String_t* ___hotFixFolderNameLower_2; // System.String FitFun.ResourcePath::guiDependencyPath String_t* ___guiDependencyPath_3; // System.String FitFun.ResourcePath::dataTableFolderName String_t* ___dataTableFolderName_4; public: inline static int32_t get_offset_of_bundleConfigPath_0() { return static_cast(offsetof(ResourcePath_t2418003024_StaticFields, ___bundleConfigPath_0)); } inline String_t* get_bundleConfigPath_0() const { return ___bundleConfigPath_0; } inline String_t** get_address_of_bundleConfigPath_0() { return &___bundleConfigPath_0; } inline void set_bundleConfigPath_0(String_t* value) { ___bundleConfigPath_0 = value; Il2CppCodeGenWriteBarrier((&___bundleConfigPath_0), value); } inline static int32_t get_offset_of_hotFixFolderName_1() { return static_cast(offsetof(ResourcePath_t2418003024_StaticFields, ___hotFixFolderName_1)); } inline String_t* get_hotFixFolderName_1() const { return ___hotFixFolderName_1; } inline String_t** get_address_of_hotFixFolderName_1() { return &___hotFixFolderName_1; } inline void set_hotFixFolderName_1(String_t* value) { ___hotFixFolderName_1 = value; Il2CppCodeGenWriteBarrier((&___hotFixFolderName_1), value); } inline static int32_t get_offset_of_hotFixFolderNameLower_2() { return static_cast(offsetof(ResourcePath_t2418003024_StaticFields, ___hotFixFolderNameLower_2)); } inline String_t* get_hotFixFolderNameLower_2() const { return ___hotFixFolderNameLower_2; } inline String_t** get_address_of_hotFixFolderNameLower_2() { return &___hotFixFolderNameLower_2; } inline void set_hotFixFolderNameLower_2(String_t* value) { ___hotFixFolderNameLower_2 = value; Il2CppCodeGenWriteBarrier((&___hotFixFolderNameLower_2), value); } inline static int32_t get_offset_of_guiDependencyPath_3() { return static_cast(offsetof(ResourcePath_t2418003024_StaticFields, ___guiDependencyPath_3)); } inline String_t* get_guiDependencyPath_3() const { return ___guiDependencyPath_3; } inline String_t** get_address_of_guiDependencyPath_3() { return &___guiDependencyPath_3; } inline void set_guiDependencyPath_3(String_t* value) { ___guiDependencyPath_3 = value; Il2CppCodeGenWriteBarrier((&___guiDependencyPath_3), value); } inline static int32_t get_offset_of_dataTableFolderName_4() { return static_cast(offsetof(ResourcePath_t2418003024_StaticFields, ___dataTableFolderName_4)); } inline String_t* get_dataTableFolderName_4() const { return ___dataTableFolderName_4; } inline String_t** get_address_of_dataTableFolderName_4() { return &___dataTableFolderName_4; } inline void set_dataTableFolderName_4(String_t* value) { ___dataTableFolderName_4 = value; Il2CppCodeGenWriteBarrier((&___dataTableFolderName_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOURCEPATH_T2418003024_H #ifndef DICTIONARY_2_T313363538_H #define DICTIONARY_2_T313363538_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_t313363538 : 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 SimpleStateU5BU5D_t2736705990* ___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_t313363538, ___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_t313363538, ___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_t313363538, ___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_t313363538, ___valueSlots_7)); } inline SimpleStateU5BU5D_t2736705990* get_valueSlots_7() const { return ___valueSlots_7; } inline SimpleStateU5BU5D_t2736705990** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(SimpleStateU5BU5D_t2736705990* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t313363538, ___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_t313363538, ___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_t313363538, ___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_t313363538, ___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_t313363538, ___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_t313363538, ___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_t313363538, ___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_t313363538_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2341044834 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t313363538_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2341044834 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2341044834 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2341044834 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T313363538_H #ifndef TOASTER_T357584321_H #define TOASTER_T357584321_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Toaster struct Toaster_t357584321 : public RuntimeObject { public: // UnityEngine.GameObject FitFun.Toaster::k__BackingField GameObject_t1113636619 * ___U3CToastAssetU3Ek__BackingField_0; // UnityEngine.Transform FitFun.Toaster::k__BackingField Transform_t3600365921 * ___U3CParentU3Ek__BackingField_1; // System.Collections.Generic.List`1 FitFun.Toaster::ToastList List_1_t3854366531 * ___ToastList_2; // System.Single FitFun.Toaster::Timer float ___Timer_3; public: inline static int32_t get_offset_of_U3CToastAssetU3Ek__BackingField_0() { return static_cast(offsetof(Toaster_t357584321, ___U3CToastAssetU3Ek__BackingField_0)); } inline GameObject_t1113636619 * get_U3CToastAssetU3Ek__BackingField_0() const { return ___U3CToastAssetU3Ek__BackingField_0; } inline GameObject_t1113636619 ** get_address_of_U3CToastAssetU3Ek__BackingField_0() { return &___U3CToastAssetU3Ek__BackingField_0; } inline void set_U3CToastAssetU3Ek__BackingField_0(GameObject_t1113636619 * value) { ___U3CToastAssetU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CToastAssetU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_1() { return static_cast(offsetof(Toaster_t357584321, ___U3CParentU3Ek__BackingField_1)); } inline Transform_t3600365921 * get_U3CParentU3Ek__BackingField_1() const { return ___U3CParentU3Ek__BackingField_1; } inline Transform_t3600365921 ** get_address_of_U3CParentU3Ek__BackingField_1() { return &___U3CParentU3Ek__BackingField_1; } inline void set_U3CParentU3Ek__BackingField_1(Transform_t3600365921 * value) { ___U3CParentU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CParentU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_ToastList_2() { return static_cast(offsetof(Toaster_t357584321, ___ToastList_2)); } inline List_1_t3854366531 * get_ToastList_2() const { return ___ToastList_2; } inline List_1_t3854366531 ** get_address_of_ToastList_2() { return &___ToastList_2; } inline void set_ToastList_2(List_1_t3854366531 * value) { ___ToastList_2 = value; Il2CppCodeGenWriteBarrier((&___ToastList_2), value); } inline static int32_t get_offset_of_Timer_3() { return static_cast(offsetof(Toaster_t357584321, ___Timer_3)); } inline float get_Timer_3() const { return ___Timer_3; } inline float* get_address_of_Timer_3() { return &___Timer_3; } inline void set_Timer_3(float value) { ___Timer_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOASTER_T357584321_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 LIST_1_T3854366531_H #define LIST_1_T3854366531_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_t3854366531 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ToastHandlerU5BU5D_t706030816* ____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_t3854366531, ____items_1)); } inline ToastHandlerU5BU5D_t706030816* get__items_1() const { return ____items_1; } inline ToastHandlerU5BU5D_t706030816** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ToastHandlerU5BU5D_t706030816* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3854366531, ____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_t3854366531, ____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_t3854366531_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ToastHandlerU5BU5D_t706030816* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3854366531_StaticFields, ___EmptyArray_4)); } inline ToastHandlerU5BU5D_t706030816* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ToastHandlerU5BU5D_t706030816** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ToastHandlerU5BU5D_t706030816* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3854366531_H #ifndef U3CCREATETOASTU3EC__ANONSTOREY0_T3769246785_H #define U3CCREATETOASTU3EC__ANONSTOREY0_T3769246785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Toaster/c__AnonStorey0 struct U3CCreateToastU3Ec__AnonStorey0_t3769246785 : public RuntimeObject { public: // FitFun.ToastHandler FitFun.Toaster/c__AnonStorey0::component ToastHandler_t2382291789 * ___component_0; // FitFun.Toaster FitFun.Toaster/c__AnonStorey0::$this Toaster_t357584321 * ___U24this_1; public: inline static int32_t get_offset_of_component_0() { return static_cast(offsetof(U3CCreateToastU3Ec__AnonStorey0_t3769246785, ___component_0)); } inline ToastHandler_t2382291789 * get_component_0() const { return ___component_0; } inline ToastHandler_t2382291789 ** get_address_of_component_0() { return &___component_0; } inline void set_component_0(ToastHandler_t2382291789 * value) { ___component_0 = value; Il2CppCodeGenWriteBarrier((&___component_0), value); } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CCreateToastU3Ec__AnonStorey0_t3769246785, ___U24this_1)); } inline Toaster_t357584321 * get_U24this_1() const { return ___U24this_1; } inline Toaster_t357584321 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(Toaster_t357584321 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCREATETOASTU3EC__ANONSTOREY0_T3769246785_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 COLOROPTIONS_T1487297155_H #define COLOROPTIONS_T1487297155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t1487297155 { public: // System.Boolean DG.Tweening.Plugins.Options.ColorOptions::alphaOnly bool ___alphaOnly_0; public: inline static int32_t get_offset_of_alphaOnly_0() { return static_cast(offsetof(ColorOptions_t1487297155, ___alphaOnly_0)); } inline bool get_alphaOnly_0() const { return ___alphaOnly_0; } inline bool* get_address_of_alphaOnly_0() { return &___alphaOnly_0; } inline void set_alphaOnly_0(bool value) { ___alphaOnly_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t1487297155_marshaled_pinvoke { int32_t ___alphaOnly_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t1487297155_marshaled_com { int32_t ___alphaOnly_0; }; #endif // COLOROPTIONS_T1487297155_H #ifndef SPRITESTATE_T1362986479_H #define SPRITESTATE_T1362986479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.SpriteState struct SpriteState_t1362986479 { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t280657092 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t280657092 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t280657092 * ___m_DisabledSprite_2; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t1362986479, ___m_HighlightedSprite_0)); } inline Sprite_t280657092 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t280657092 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t280657092 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((&___m_HighlightedSprite_0), value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t1362986479, ___m_PressedSprite_1)); } inline Sprite_t280657092 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t280657092 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t280657092 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((&___m_PressedSprite_1), value); } inline static int32_t get_offset_of_m_DisabledSprite_2() { return static_cast(offsetof(SpriteState_t1362986479, ___m_DisabledSprite_2)); } inline Sprite_t280657092 * get_m_DisabledSprite_2() const { return ___m_DisabledSprite_2; } inline Sprite_t280657092 ** get_address_of_m_DisabledSprite_2() { return &___m_DisabledSprite_2; } inline void set_m_DisabledSprite_2(Sprite_t280657092 * value) { ___m_DisabledSprite_2 = value; Il2CppCodeGenWriteBarrier((&___m_DisabledSprite_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t1362986479_marshaled_pinvoke { Sprite_t280657092 * ___m_HighlightedSprite_0; Sprite_t280657092 * ___m_PressedSprite_1; Sprite_t280657092 * ___m_DisabledSprite_2; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t1362986479_marshaled_com { Sprite_t280657092 * ___m_HighlightedSprite_0; Sprite_t280657092 * ___m_PressedSprite_1; Sprite_t280657092 * ___m_DisabledSprite_2; }; #endif // SPRITESTATE_T1362986479_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 COMMONCONFIG_T3465714547_H #define COMMONCONFIG_T3465714547_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CommonConfig struct CommonConfig_t3465714547 : public Singleton_1_t1790414993 { public: // System.String CommonConfig::configPath String_t* ___configPath_1; // CommonConfigData CommonConfig::commonConfigData CommonConfigData_t3450334410 * ___commonConfigData_2; // System.Boolean CommonConfig::inited bool ___inited_3; public: inline static int32_t get_offset_of_configPath_1() { return static_cast(offsetof(CommonConfig_t3465714547, ___configPath_1)); } inline String_t* get_configPath_1() const { return ___configPath_1; } inline String_t** get_address_of_configPath_1() { return &___configPath_1; } inline void set_configPath_1(String_t* value) { ___configPath_1 = value; Il2CppCodeGenWriteBarrier((&___configPath_1), value); } inline static int32_t get_offset_of_commonConfigData_2() { return static_cast(offsetof(CommonConfig_t3465714547, ___commonConfigData_2)); } inline CommonConfigData_t3450334410 * get_commonConfigData_2() const { return ___commonConfigData_2; } inline CommonConfigData_t3450334410 ** get_address_of_commonConfigData_2() { return &___commonConfigData_2; } inline void set_commonConfigData_2(CommonConfigData_t3450334410 * value) { ___commonConfigData_2 = value; Il2CppCodeGenWriteBarrier((&___commonConfigData_2), value); } inline static int32_t get_offset_of_inited_3() { return static_cast(offsetof(CommonConfig_t3465714547, ___inited_3)); } inline bool get_inited_3() const { return ___inited_3; } inline bool* get_address_of_inited_3() { return &___inited_3; } inline void set_inited_3(bool value) { ___inited_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMMONCONFIG_T3465714547_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 HOTFIXSTATE_T4251295459_H #define HOTFIXSTATE_T4251295459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HotFixState struct HotFixState_t4251295459 : public SimpleState_t1424650207 { public: // System.Int32 HotFixState::m_progress int32_t ___m_progress_2; // System.Boolean HotFixState::m_isProxy bool ___m_isProxy_3; // System.String HotFixState::m_remoteVersionUrl String_t* ___m_remoteVersionUrl_4; // System.String HotFixState::m_remoteResourceUrl String_t* ___m_remoteResourceUrl_5; // System.String HotFixState::m_update_type String_t* ___m_update_type_6; // System.String HotFixState::m_file_url String_t* ___m_file_url_7; // System.String HotFixState::m_temp_file_path String_t* ___m_temp_file_path_8; public: inline static int32_t get_offset_of_m_progress_2() { return static_cast(offsetof(HotFixState_t4251295459, ___m_progress_2)); } inline int32_t get_m_progress_2() const { return ___m_progress_2; } inline int32_t* get_address_of_m_progress_2() { return &___m_progress_2; } inline void set_m_progress_2(int32_t value) { ___m_progress_2 = value; } inline static int32_t get_offset_of_m_isProxy_3() { return static_cast(offsetof(HotFixState_t4251295459, ___m_isProxy_3)); } inline bool get_m_isProxy_3() const { return ___m_isProxy_3; } inline bool* get_address_of_m_isProxy_3() { return &___m_isProxy_3; } inline void set_m_isProxy_3(bool value) { ___m_isProxy_3 = value; } inline static int32_t get_offset_of_m_remoteVersionUrl_4() { return static_cast(offsetof(HotFixState_t4251295459, ___m_remoteVersionUrl_4)); } inline String_t* get_m_remoteVersionUrl_4() const { return ___m_remoteVersionUrl_4; } inline String_t** get_address_of_m_remoteVersionUrl_4() { return &___m_remoteVersionUrl_4; } inline void set_m_remoteVersionUrl_4(String_t* value) { ___m_remoteVersionUrl_4 = value; Il2CppCodeGenWriteBarrier((&___m_remoteVersionUrl_4), value); } inline static int32_t get_offset_of_m_remoteResourceUrl_5() { return static_cast(offsetof(HotFixState_t4251295459, ___m_remoteResourceUrl_5)); } inline String_t* get_m_remoteResourceUrl_5() const { return ___m_remoteResourceUrl_5; } inline String_t** get_address_of_m_remoteResourceUrl_5() { return &___m_remoteResourceUrl_5; } inline void set_m_remoteResourceUrl_5(String_t* value) { ___m_remoteResourceUrl_5 = value; Il2CppCodeGenWriteBarrier((&___m_remoteResourceUrl_5), value); } inline static int32_t get_offset_of_m_update_type_6() { return static_cast(offsetof(HotFixState_t4251295459, ___m_update_type_6)); } inline String_t* get_m_update_type_6() const { return ___m_update_type_6; } inline String_t** get_address_of_m_update_type_6() { return &___m_update_type_6; } inline void set_m_update_type_6(String_t* value) { ___m_update_type_6 = value; Il2CppCodeGenWriteBarrier((&___m_update_type_6), value); } inline static int32_t get_offset_of_m_file_url_7() { return static_cast(offsetof(HotFixState_t4251295459, ___m_file_url_7)); } inline String_t* get_m_file_url_7() const { return ___m_file_url_7; } inline String_t** get_address_of_m_file_url_7() { return &___m_file_url_7; } inline void set_m_file_url_7(String_t* value) { ___m_file_url_7 = value; Il2CppCodeGenWriteBarrier((&___m_file_url_7), value); } inline static int32_t get_offset_of_m_temp_file_path_8() { return static_cast(offsetof(HotFixState_t4251295459, ___m_temp_file_path_8)); } inline String_t* get_m_temp_file_path_8() const { return ___m_temp_file_path_8; } inline String_t** get_address_of_m_temp_file_path_8() { return &___m_temp_file_path_8; } inline void set_m_temp_file_path_8(String_t* value) { ___m_temp_file_path_8 = value; Il2CppCodeGenWriteBarrier((&___m_temp_file_path_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOTFIXSTATE_T4251295459_H #ifndef CCONFIG_T2766825507_H #define CCONFIG_T2766825507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CConfig struct CConfig_t2766825507 : public Singleton_1_t1091525953 { public: // System.String CConfig::m_fileName String_t* ___m_fileName_5; // System.Collections.Generic.Dictionary`2 CConfig::m_Dict Dictionary_2_t1632706988 * ___m_Dict_6; // CVersionIssue CConfig::m_localVersion CVersionIssue_t3008599312 * ___m_localVersion_7; // System.Collections.Generic.List`1 CConfig::m_remoteHistoryVersionList List_1_t185706758 * ___m_remoteHistoryVersionList_8; // CVersionIssue CConfig::m_remoteCurrentVersion CVersionIssue_t3008599312 * ___m_remoteCurrentVersion_9; // CVersionIssue CConfig::m_remoteFullVersion CVersionIssue_t3008599312 * ___m_remoteFullVersion_10; // System.String CConfig::m_remoteFullPath String_t* ___m_remoteFullPath_11; // LitJson.JsonData CConfig::m_appRoot JsonData_t1524858407 * ___m_appRoot_12; public: inline static int32_t get_offset_of_m_fileName_5() { return static_cast(offsetof(CConfig_t2766825507, ___m_fileName_5)); } inline String_t* get_m_fileName_5() const { return ___m_fileName_5; } inline String_t** get_address_of_m_fileName_5() { return &___m_fileName_5; } inline void set_m_fileName_5(String_t* value) { ___m_fileName_5 = value; Il2CppCodeGenWriteBarrier((&___m_fileName_5), value); } inline static int32_t get_offset_of_m_Dict_6() { return static_cast(offsetof(CConfig_t2766825507, ___m_Dict_6)); } inline Dictionary_2_t1632706988 * get_m_Dict_6() const { return ___m_Dict_6; } inline Dictionary_2_t1632706988 ** get_address_of_m_Dict_6() { return &___m_Dict_6; } inline void set_m_Dict_6(Dictionary_2_t1632706988 * value) { ___m_Dict_6 = value; Il2CppCodeGenWriteBarrier((&___m_Dict_6), value); } inline static int32_t get_offset_of_m_localVersion_7() { return static_cast(offsetof(CConfig_t2766825507, ___m_localVersion_7)); } inline CVersionIssue_t3008599312 * get_m_localVersion_7() const { return ___m_localVersion_7; } inline CVersionIssue_t3008599312 ** get_address_of_m_localVersion_7() { return &___m_localVersion_7; } inline void set_m_localVersion_7(CVersionIssue_t3008599312 * value) { ___m_localVersion_7 = value; Il2CppCodeGenWriteBarrier((&___m_localVersion_7), value); } inline static int32_t get_offset_of_m_remoteHistoryVersionList_8() { return static_cast(offsetof(CConfig_t2766825507, ___m_remoteHistoryVersionList_8)); } inline List_1_t185706758 * get_m_remoteHistoryVersionList_8() const { return ___m_remoteHistoryVersionList_8; } inline List_1_t185706758 ** get_address_of_m_remoteHistoryVersionList_8() { return &___m_remoteHistoryVersionList_8; } inline void set_m_remoteHistoryVersionList_8(List_1_t185706758 * value) { ___m_remoteHistoryVersionList_8 = value; Il2CppCodeGenWriteBarrier((&___m_remoteHistoryVersionList_8), value); } inline static int32_t get_offset_of_m_remoteCurrentVersion_9() { return static_cast(offsetof(CConfig_t2766825507, ___m_remoteCurrentVersion_9)); } inline CVersionIssue_t3008599312 * get_m_remoteCurrentVersion_9() const { return ___m_remoteCurrentVersion_9; } inline CVersionIssue_t3008599312 ** get_address_of_m_remoteCurrentVersion_9() { return &___m_remoteCurrentVersion_9; } inline void set_m_remoteCurrentVersion_9(CVersionIssue_t3008599312 * value) { ___m_remoteCurrentVersion_9 = value; Il2CppCodeGenWriteBarrier((&___m_remoteCurrentVersion_9), value); } inline static int32_t get_offset_of_m_remoteFullVersion_10() { return static_cast(offsetof(CConfig_t2766825507, ___m_remoteFullVersion_10)); } inline CVersionIssue_t3008599312 * get_m_remoteFullVersion_10() const { return ___m_remoteFullVersion_10; } inline CVersionIssue_t3008599312 ** get_address_of_m_remoteFullVersion_10() { return &___m_remoteFullVersion_10; } inline void set_m_remoteFullVersion_10(CVersionIssue_t3008599312 * value) { ___m_remoteFullVersion_10 = value; Il2CppCodeGenWriteBarrier((&___m_remoteFullVersion_10), value); } inline static int32_t get_offset_of_m_remoteFullPath_11() { return static_cast(offsetof(CConfig_t2766825507, ___m_remoteFullPath_11)); } inline String_t* get_m_remoteFullPath_11() const { return ___m_remoteFullPath_11; } inline String_t** get_address_of_m_remoteFullPath_11() { return &___m_remoteFullPath_11; } inline void set_m_remoteFullPath_11(String_t* value) { ___m_remoteFullPath_11 = value; Il2CppCodeGenWriteBarrier((&___m_remoteFullPath_11), value); } inline static int32_t get_offset_of_m_appRoot_12() { return static_cast(offsetof(CConfig_t2766825507, ___m_appRoot_12)); } inline JsonData_t1524858407 * get_m_appRoot_12() const { return ___m_appRoot_12; } inline JsonData_t1524858407 ** get_address_of_m_appRoot_12() { return &___m_appRoot_12; } inline void set_m_appRoot_12(JsonData_t1524858407 * value) { ___m_appRoot_12 = value; Il2CppCodeGenWriteBarrier((&___m_appRoot_12), value); } }; struct CConfig_t2766825507_StaticFields { public: // System.Comparison`1 CConfig::<>f__mg$cache0 Comparison_1_t2783530491 * ___U3CU3Ef__mgU24cache0_13; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_13() { return static_cast(offsetof(CConfig_t2766825507_StaticFields, ___U3CU3Ef__mgU24cache0_13)); } inline Comparison_1_t2783530491 * get_U3CU3Ef__mgU24cache0_13() const { return ___U3CU3Ef__mgU24cache0_13; } inline Comparison_1_t2783530491 ** get_address_of_U3CU3Ef__mgU24cache0_13() { return &___U3CU3Ef__mgU24cache0_13; } inline void set_U3CU3Ef__mgU24cache0_13(Comparison_1_t2783530491 * value) { ___U3CU3Ef__mgU24cache0_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCONFIG_T2766825507_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 UNITYEVENT_1_T309005672_H #define UNITYEVENT_1_T309005672_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t309005672 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t309005672, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T309005672_H #ifndef XMLLINKEDNODE_T1437094927_H #define XMLLINKEDNODE_T1437094927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927 : public XmlNode_t3767805227 { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::nextSibling XmlLinkedNode_t1437094927 * ___nextSibling_6; public: inline static int32_t get_offset_of_nextSibling_6() { return static_cast(offsetof(XmlLinkedNode_t1437094927, ___nextSibling_6)); } inline XmlLinkedNode_t1437094927 * get_nextSibling_6() const { return ___nextSibling_6; } inline XmlLinkedNode_t1437094927 ** get_address_of_nextSibling_6() { return &___nextSibling_6; } inline void set_nextSibling_6(XmlLinkedNode_t1437094927 * value) { ___nextSibling_6 = value; Il2CppCodeGenWriteBarrier((&___nextSibling_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLLINKEDNODE_T1437094927_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_3; // System.Boolean System.IO.StringWriter::disposed bool ___disposed_4; public: inline static int32_t get_offset_of_internalString_3() { return static_cast(offsetof(StringWriter_t802263757, ___internalString_3)); } inline StringBuilder_t * get_internalString_3() const { return ___internalString_3; } inline StringBuilder_t ** get_address_of_internalString_3() { return &___internalString_3; } inline void set_internalString_3(StringBuilder_t * value) { ___internalString_3 = value; Il2CppCodeGenWriteBarrier((&___internalString_3), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(StringWriter_t802263757, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGWRITER_T802263757_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 CSHARPCALLLUADELEGATES_T1038426297_H #define CSHARPCALLLUADELEGATES_T1038426297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CSharpCallLuaDelegates struct CSharpCallLuaDelegates_t1038426297 : public Singleton_1_t3658094039 { public: // FitFun.CSharpCallLuaDelegates/ILuaGameManager FitFun.CSharpCallLuaDelegates::k__BackingField RuntimeObject* ___U3CLuaGameManagerEntryU3Ek__BackingField_1; // FitFun.CSharpCallLuaDelegates/ILuaNetwork FitFun.CSharpCallLuaDelegates::k__BackingField RuntimeObject* ___U3CLuaNetworkEntryU3Ek__BackingField_2; // FitFun.CSharpCallLuaDelegates/ILuaUser FitFun.CSharpCallLuaDelegates::k__BackingField RuntimeObject* ___U3CLuaUserEntryU3Ek__BackingField_3; // FitFun.CSharpCallLuaDelegates/ILuaData FitFun.CSharpCallLuaDelegates::k__BackingField RuntimeObject* ___U3CLuaDataU3Ek__BackingField_4; // FitFun.CSharpCallLuaDelegates/ILuaEvent FitFun.CSharpCallLuaDelegates::k__BackingField RuntimeObject* ___U3CLuaEventEntryU3Ek__BackingField_5; // FitFun.CSharpCallLuaDelegates/ILuaBattle FitFun.CSharpCallLuaDelegates::k__BackingField RuntimeObject* ___U3CLuaBattleEntryU3Ek__BackingField_6; // System.Collections.Generic.Dictionary`2 FitFun.CSharpCallLuaDelegates::m_Dict Dictionary_2_t1416867635 * ___m_Dict_7; public: inline static int32_t get_offset_of_U3CLuaGameManagerEntryU3Ek__BackingField_1() { return static_cast(offsetof(CSharpCallLuaDelegates_t1038426297, ___U3CLuaGameManagerEntryU3Ek__BackingField_1)); } inline RuntimeObject* get_U3CLuaGameManagerEntryU3Ek__BackingField_1() const { return ___U3CLuaGameManagerEntryU3Ek__BackingField_1; } inline RuntimeObject** get_address_of_U3CLuaGameManagerEntryU3Ek__BackingField_1() { return &___U3CLuaGameManagerEntryU3Ek__BackingField_1; } inline void set_U3CLuaGameManagerEntryU3Ek__BackingField_1(RuntimeObject* value) { ___U3CLuaGameManagerEntryU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CLuaGameManagerEntryU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CLuaNetworkEntryU3Ek__BackingField_2() { return static_cast(offsetof(CSharpCallLuaDelegates_t1038426297, ___U3CLuaNetworkEntryU3Ek__BackingField_2)); } inline RuntimeObject* get_U3CLuaNetworkEntryU3Ek__BackingField_2() const { return ___U3CLuaNetworkEntryU3Ek__BackingField_2; } inline RuntimeObject** get_address_of_U3CLuaNetworkEntryU3Ek__BackingField_2() { return &___U3CLuaNetworkEntryU3Ek__BackingField_2; } inline void set_U3CLuaNetworkEntryU3Ek__BackingField_2(RuntimeObject* value) { ___U3CLuaNetworkEntryU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CLuaNetworkEntryU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CLuaUserEntryU3Ek__BackingField_3() { return static_cast(offsetof(CSharpCallLuaDelegates_t1038426297, ___U3CLuaUserEntryU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CLuaUserEntryU3Ek__BackingField_3() const { return ___U3CLuaUserEntryU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CLuaUserEntryU3Ek__BackingField_3() { return &___U3CLuaUserEntryU3Ek__BackingField_3; } inline void set_U3CLuaUserEntryU3Ek__BackingField_3(RuntimeObject* value) { ___U3CLuaUserEntryU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CLuaUserEntryU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CLuaDataU3Ek__BackingField_4() { return static_cast(offsetof(CSharpCallLuaDelegates_t1038426297, ___U3CLuaDataU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CLuaDataU3Ek__BackingField_4() const { return ___U3CLuaDataU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CLuaDataU3Ek__BackingField_4() { return &___U3CLuaDataU3Ek__BackingField_4; } inline void set_U3CLuaDataU3Ek__BackingField_4(RuntimeObject* value) { ___U3CLuaDataU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CLuaDataU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CLuaEventEntryU3Ek__BackingField_5() { return static_cast(offsetof(CSharpCallLuaDelegates_t1038426297, ___U3CLuaEventEntryU3Ek__BackingField_5)); } inline RuntimeObject* get_U3CLuaEventEntryU3Ek__BackingField_5() const { return ___U3CLuaEventEntryU3Ek__BackingField_5; } inline RuntimeObject** get_address_of_U3CLuaEventEntryU3Ek__BackingField_5() { return &___U3CLuaEventEntryU3Ek__BackingField_5; } inline void set_U3CLuaEventEntryU3Ek__BackingField_5(RuntimeObject* value) { ___U3CLuaEventEntryU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CLuaEventEntryU3Ek__BackingField_5), value); } inline static int32_t get_offset_of_U3CLuaBattleEntryU3Ek__BackingField_6() { return static_cast(offsetof(CSharpCallLuaDelegates_t1038426297, ___U3CLuaBattleEntryU3Ek__BackingField_6)); } inline RuntimeObject* get_U3CLuaBattleEntryU3Ek__BackingField_6() const { return ___U3CLuaBattleEntryU3Ek__BackingField_6; } inline RuntimeObject** get_address_of_U3CLuaBattleEntryU3Ek__BackingField_6() { return &___U3CLuaBattleEntryU3Ek__BackingField_6; } inline void set_U3CLuaBattleEntryU3Ek__BackingField_6(RuntimeObject* value) { ___U3CLuaBattleEntryU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CLuaBattleEntryU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_m_Dict_7() { return static_cast(offsetof(CSharpCallLuaDelegates_t1038426297, ___m_Dict_7)); } inline Dictionary_2_t1416867635 * get_m_Dict_7() const { return ___m_Dict_7; } inline Dictionary_2_t1416867635 ** get_address_of_m_Dict_7() { return &___m_Dict_7; } inline void set_m_Dict_7(Dictionary_2_t1416867635 * value) { ___m_Dict_7 = value; Il2CppCodeGenWriteBarrier((&___m_Dict_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSHARPCALLLUADELEGATES_T1038426297_H #ifndef CMSGCUSTOM_T3704829624_H #define CMSGCUSTOM_T3704829624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgCustom struct CMsgCustom_t3704829624 : public INetMsgBaseC2S_t1364238951 { public: // DMCore.CDataArray DMCore.Net.Protocol.CMsgCustom::dataArray CDataArray_t4068198041 * ___dataArray_0; public: inline static int32_t get_offset_of_dataArray_0() { return static_cast(offsetof(CMsgCustom_t3704829624, ___dataArray_0)); } inline CDataArray_t4068198041 * get_dataArray_0() const { return ___dataArray_0; } inline CDataArray_t4068198041 ** get_address_of_dataArray_0() { return &___dataArray_0; } inline void set_dataArray_0(CDataArray_t4068198041 * value) { ___dataArray_0 = value; Il2CppCodeGenWriteBarrier((&___dataArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGCUSTOM_T3704829624_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 STREAMREADER_T4009935899_H #define STREAMREADER_T4009935899_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamReader struct StreamReader_t4009935899 : public TextReader_t283511965 { public: // System.Byte[] System.IO.StreamReader::input_buffer ByteU5BU5D_t4116647657* ___input_buffer_1; // System.Char[] System.IO.StreamReader::decoded_buffer CharU5BU5D_t3528271667* ___decoded_buffer_2; // System.Int32 System.IO.StreamReader::decoded_count int32_t ___decoded_count_3; // System.Int32 System.IO.StreamReader::pos int32_t ___pos_4; // System.Int32 System.IO.StreamReader::buffer_size int32_t ___buffer_size_5; // System.Int32 System.IO.StreamReader::do_checks int32_t ___do_checks_6; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_t1523322056 * ___encoding_7; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t2204182725 * ___decoder_8; // System.IO.Stream System.IO.StreamReader::base_stream Stream_t1273022909 * ___base_stream_9; // System.Boolean System.IO.StreamReader::mayBlock bool ___mayBlock_10; // System.Text.StringBuilder System.IO.StreamReader::line_builder StringBuilder_t * ___line_builder_11; // System.Boolean System.IO.StreamReader::foundCR bool ___foundCR_13; public: inline static int32_t get_offset_of_input_buffer_1() { return static_cast(offsetof(StreamReader_t4009935899, ___input_buffer_1)); } inline ByteU5BU5D_t4116647657* get_input_buffer_1() const { return ___input_buffer_1; } inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_1() { return &___input_buffer_1; } inline void set_input_buffer_1(ByteU5BU5D_t4116647657* value) { ___input_buffer_1 = value; Il2CppCodeGenWriteBarrier((&___input_buffer_1), value); } inline static int32_t get_offset_of_decoded_buffer_2() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_buffer_2)); } inline CharU5BU5D_t3528271667* get_decoded_buffer_2() const { return ___decoded_buffer_2; } inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_2() { return &___decoded_buffer_2; } inline void set_decoded_buffer_2(CharU5BU5D_t3528271667* value) { ___decoded_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___decoded_buffer_2), value); } inline static int32_t get_offset_of_decoded_count_3() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_count_3)); } inline int32_t get_decoded_count_3() const { return ___decoded_count_3; } inline int32_t* get_address_of_decoded_count_3() { return &___decoded_count_3; } inline void set_decoded_count_3(int32_t value) { ___decoded_count_3 = value; } inline static int32_t get_offset_of_pos_4() { return static_cast(offsetof(StreamReader_t4009935899, ___pos_4)); } inline int32_t get_pos_4() const { return ___pos_4; } inline int32_t* get_address_of_pos_4() { return &___pos_4; } inline void set_pos_4(int32_t value) { ___pos_4 = value; } inline static int32_t get_offset_of_buffer_size_5() { return static_cast(offsetof(StreamReader_t4009935899, ___buffer_size_5)); } inline int32_t get_buffer_size_5() const { return ___buffer_size_5; } inline int32_t* get_address_of_buffer_size_5() { return &___buffer_size_5; } inline void set_buffer_size_5(int32_t value) { ___buffer_size_5 = value; } inline static int32_t get_offset_of_do_checks_6() { return static_cast(offsetof(StreamReader_t4009935899, ___do_checks_6)); } inline int32_t get_do_checks_6() const { return ___do_checks_6; } inline int32_t* get_address_of_do_checks_6() { return &___do_checks_6; } inline void set_do_checks_6(int32_t value) { ___do_checks_6 = value; } inline static int32_t get_offset_of_encoding_7() { return static_cast(offsetof(StreamReader_t4009935899, ___encoding_7)); } inline Encoding_t1523322056 * get_encoding_7() const { return ___encoding_7; } inline Encoding_t1523322056 ** get_address_of_encoding_7() { return &___encoding_7; } inline void set_encoding_7(Encoding_t1523322056 * value) { ___encoding_7 = value; Il2CppCodeGenWriteBarrier((&___encoding_7), value); } inline static int32_t get_offset_of_decoder_8() { return static_cast(offsetof(StreamReader_t4009935899, ___decoder_8)); } inline Decoder_t2204182725 * get_decoder_8() const { return ___decoder_8; } inline Decoder_t2204182725 ** get_address_of_decoder_8() { return &___decoder_8; } inline void set_decoder_8(Decoder_t2204182725 * value) { ___decoder_8 = value; Il2CppCodeGenWriteBarrier((&___decoder_8), value); } inline static int32_t get_offset_of_base_stream_9() { return static_cast(offsetof(StreamReader_t4009935899, ___base_stream_9)); } inline Stream_t1273022909 * get_base_stream_9() const { return ___base_stream_9; } inline Stream_t1273022909 ** get_address_of_base_stream_9() { return &___base_stream_9; } inline void set_base_stream_9(Stream_t1273022909 * value) { ___base_stream_9 = value; Il2CppCodeGenWriteBarrier((&___base_stream_9), value); } inline static int32_t get_offset_of_mayBlock_10() { return static_cast(offsetof(StreamReader_t4009935899, ___mayBlock_10)); } inline bool get_mayBlock_10() const { return ___mayBlock_10; } inline bool* get_address_of_mayBlock_10() { return &___mayBlock_10; } inline void set_mayBlock_10(bool value) { ___mayBlock_10 = value; } inline static int32_t get_offset_of_line_builder_11() { return static_cast(offsetof(StreamReader_t4009935899, ___line_builder_11)); } inline StringBuilder_t * get_line_builder_11() const { return ___line_builder_11; } inline StringBuilder_t ** get_address_of_line_builder_11() { return &___line_builder_11; } inline void set_line_builder_11(StringBuilder_t * value) { ___line_builder_11 = value; Il2CppCodeGenWriteBarrier((&___line_builder_11), value); } inline static int32_t get_offset_of_foundCR_13() { return static_cast(offsetof(StreamReader_t4009935899, ___foundCR_13)); } inline bool get_foundCR_13() const { return ___foundCR_13; } inline bool* get_address_of_foundCR_13() { return &___foundCR_13; } inline void set_foundCR_13(bool value) { ___foundCR_13 = value; } }; struct StreamReader_t4009935899_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t4009935899 * ___Null_12; public: inline static int32_t get_offset_of_Null_12() { return static_cast(offsetof(StreamReader_t4009935899_StaticFields, ___Null_12)); } inline StreamReader_t4009935899 * get_Null_12() const { return ___Null_12; } inline StreamReader_t4009935899 ** get_address_of_Null_12() { return &___Null_12; } inline void set_Null_12(StreamReader_t4009935899 * value) { ___Null_12 = value; Il2CppCodeGenWriteBarrier((&___Null_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMREADER_T4009935899_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 CLOADINGUI_T2056112563_H #define CLOADINGUI_T2056112563_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CLoadingUI struct CLoadingUI_t2056112563 : public Singleton_1_t380813009 { public: // System.String CLoadingUI::logoPath String_t* ___logoPath_1; // UnityEngine.GameObject CLoadingUI::logoUI GameObject_t1113636619 * ___logoUI_2; // System.String CLoadingUI::downloadTextTemplate String_t* ___downloadTextTemplate_3; // System.String CLoadingUI::unzipTextTemplate String_t* ___unzipTextTemplate_4; // UnityEngine.UI.Image CLoadingUI::progressbarImage Image_t2670269651 * ___progressbarImage_5; // UnityEngine.UI.Text CLoadingUI::progressText Text_t1901882714 * ___progressText_6; // System.Action CLoadingUI::sureUpdateAction Action_t1264377477 * ___sureUpdateAction_7; // System.String CLoadingUI::downloadVersion String_t* ___downloadVersion_8; // System.Action CLoadingUI::sureNewAppAction Action_t1264377477 * ___sureNewAppAction_9; // System.String CLoadingUI::newAppContent String_t* ___newAppContent_10; // System.Boolean CLoadingUI::moveNext bool ___moveNext_11; public: inline static int32_t get_offset_of_logoPath_1() { return static_cast(offsetof(CLoadingUI_t2056112563, ___logoPath_1)); } inline String_t* get_logoPath_1() const { return ___logoPath_1; } inline String_t** get_address_of_logoPath_1() { return &___logoPath_1; } inline void set_logoPath_1(String_t* value) { ___logoPath_1 = value; Il2CppCodeGenWriteBarrier((&___logoPath_1), value); } inline static int32_t get_offset_of_logoUI_2() { return static_cast(offsetof(CLoadingUI_t2056112563, ___logoUI_2)); } inline GameObject_t1113636619 * get_logoUI_2() const { return ___logoUI_2; } inline GameObject_t1113636619 ** get_address_of_logoUI_2() { return &___logoUI_2; } inline void set_logoUI_2(GameObject_t1113636619 * value) { ___logoUI_2 = value; Il2CppCodeGenWriteBarrier((&___logoUI_2), value); } inline static int32_t get_offset_of_downloadTextTemplate_3() { return static_cast(offsetof(CLoadingUI_t2056112563, ___downloadTextTemplate_3)); } inline String_t* get_downloadTextTemplate_3() const { return ___downloadTextTemplate_3; } inline String_t** get_address_of_downloadTextTemplate_3() { return &___downloadTextTemplate_3; } inline void set_downloadTextTemplate_3(String_t* value) { ___downloadTextTemplate_3 = value; Il2CppCodeGenWriteBarrier((&___downloadTextTemplate_3), value); } inline static int32_t get_offset_of_unzipTextTemplate_4() { return static_cast(offsetof(CLoadingUI_t2056112563, ___unzipTextTemplate_4)); } inline String_t* get_unzipTextTemplate_4() const { return ___unzipTextTemplate_4; } inline String_t** get_address_of_unzipTextTemplate_4() { return &___unzipTextTemplate_4; } inline void set_unzipTextTemplate_4(String_t* value) { ___unzipTextTemplate_4 = value; Il2CppCodeGenWriteBarrier((&___unzipTextTemplate_4), value); } inline static int32_t get_offset_of_progressbarImage_5() { return static_cast(offsetof(CLoadingUI_t2056112563, ___progressbarImage_5)); } inline Image_t2670269651 * get_progressbarImage_5() const { return ___progressbarImage_5; } inline Image_t2670269651 ** get_address_of_progressbarImage_5() { return &___progressbarImage_5; } inline void set_progressbarImage_5(Image_t2670269651 * value) { ___progressbarImage_5 = value; Il2CppCodeGenWriteBarrier((&___progressbarImage_5), value); } inline static int32_t get_offset_of_progressText_6() { return static_cast(offsetof(CLoadingUI_t2056112563, ___progressText_6)); } inline Text_t1901882714 * get_progressText_6() const { return ___progressText_6; } inline Text_t1901882714 ** get_address_of_progressText_6() { return &___progressText_6; } inline void set_progressText_6(Text_t1901882714 * value) { ___progressText_6 = value; Il2CppCodeGenWriteBarrier((&___progressText_6), value); } inline static int32_t get_offset_of_sureUpdateAction_7() { return static_cast(offsetof(CLoadingUI_t2056112563, ___sureUpdateAction_7)); } inline Action_t1264377477 * get_sureUpdateAction_7() const { return ___sureUpdateAction_7; } inline Action_t1264377477 ** get_address_of_sureUpdateAction_7() { return &___sureUpdateAction_7; } inline void set_sureUpdateAction_7(Action_t1264377477 * value) { ___sureUpdateAction_7 = value; Il2CppCodeGenWriteBarrier((&___sureUpdateAction_7), value); } inline static int32_t get_offset_of_downloadVersion_8() { return static_cast(offsetof(CLoadingUI_t2056112563, ___downloadVersion_8)); } inline String_t* get_downloadVersion_8() const { return ___downloadVersion_8; } inline String_t** get_address_of_downloadVersion_8() { return &___downloadVersion_8; } inline void set_downloadVersion_8(String_t* value) { ___downloadVersion_8 = value; Il2CppCodeGenWriteBarrier((&___downloadVersion_8), value); } inline static int32_t get_offset_of_sureNewAppAction_9() { return static_cast(offsetof(CLoadingUI_t2056112563, ___sureNewAppAction_9)); } inline Action_t1264377477 * get_sureNewAppAction_9() const { return ___sureNewAppAction_9; } inline Action_t1264377477 ** get_address_of_sureNewAppAction_9() { return &___sureNewAppAction_9; } inline void set_sureNewAppAction_9(Action_t1264377477 * value) { ___sureNewAppAction_9 = value; Il2CppCodeGenWriteBarrier((&___sureNewAppAction_9), value); } inline static int32_t get_offset_of_newAppContent_10() { return static_cast(offsetof(CLoadingUI_t2056112563, ___newAppContent_10)); } inline String_t* get_newAppContent_10() const { return ___newAppContent_10; } inline String_t** get_address_of_newAppContent_10() { return &___newAppContent_10; } inline void set_newAppContent_10(String_t* value) { ___newAppContent_10 = value; Il2CppCodeGenWriteBarrier((&___newAppContent_10), value); } inline static int32_t get_offset_of_moveNext_11() { return static_cast(offsetof(CLoadingUI_t2056112563, ___moveNext_11)); } inline bool get_moveNext_11() const { return ___moveNext_11; } inline bool* get_address_of_moveNext_11() { return &___moveNext_11; } inline void set_moveNext_11(bool value) { ___moveNext_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOADINGUI_T2056112563_H #ifndef HOTFIXHELPER_T2663067595_H #define HOTFIXHELPER_T2663067595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.HotFixHelper struct HotFixHelper_t2663067595 : public Singleton_1_t987768041 { public: // System.String FitFun.HotFixHelper::fullVersion String_t* ___fullVersion_1; public: inline static int32_t get_offset_of_fullVersion_1() { return static_cast(offsetof(HotFixHelper_t2663067595, ___fullVersion_1)); } inline String_t* get_fullVersion_1() const { return ___fullVersion_1; } inline String_t** get_address_of_fullVersion_1() { return &___fullVersion_1; } inline void set_fullVersion_1(String_t* value) { ___fullVersion_1 = value; Il2CppCodeGenWriteBarrier((&___fullVersion_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOTFIXHELPER_T2663067595_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 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 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 WEBRESPONSE_T229922639_H #define WEBRESPONSE_T229922639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebResponse struct WebResponse_t229922639 : public MarshalByRefObject_t2760389100 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBRESPONSE_T229922639_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 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 HOTPERFORMSTATE_T4166388103_H #define HOTPERFORMSTATE_T4166388103_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HotPerformState struct HotPerformState_t4166388103 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOTPERFORMSTATE_T4166388103_H #ifndef LUAFUNCTION_T431395339_H #define LUAFUNCTION_T431395339_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaFunction struct LuaFunction_t431395339 : public LuaBase_t1730675691 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUAFUNCTION_T431395339_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 LOCALDATASTORAGE_T2149724963_H #define LOCALDATASTORAGE_T2149724963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.LocalDataStorage struct LocalDataStorage_t2149724963 : public Singleton_1_t474425409 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALDATASTORAGE_T2149724963_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_13; // System.UInt32 System.Decimal::hi uint32_t ___hi_14; // System.UInt32 System.Decimal::lo uint32_t ___lo_15; // System.UInt32 System.Decimal::mid uint32_t ___mid_16; public: inline static int32_t get_offset_of_flags_13() { return static_cast(offsetof(Decimal_t2948259380, ___flags_13)); } inline uint32_t get_flags_13() const { return ___flags_13; } inline uint32_t* get_address_of_flags_13() { return &___flags_13; } inline void set_flags_13(uint32_t value) { ___flags_13 = value; } inline static int32_t get_offset_of_hi_14() { return static_cast(offsetof(Decimal_t2948259380, ___hi_14)); } inline uint32_t get_hi_14() const { return ___hi_14; } inline uint32_t* get_address_of_hi_14() { return &___hi_14; } inline void set_hi_14(uint32_t value) { ___hi_14 = value; } inline static int32_t get_offset_of_lo_15() { return static_cast(offsetof(Decimal_t2948259380, ___lo_15)); } inline uint32_t get_lo_15() const { return ___lo_15; } inline uint32_t* get_address_of_lo_15() { return &___lo_15; } inline void set_lo_15(uint32_t value) { ___lo_15 = value; } inline static int32_t get_offset_of_mid_16() { return static_cast(offsetof(Decimal_t2948259380, ___mid_16)); } inline uint32_t get_mid_16() const { return ___mid_16; } inline uint32_t* get_address_of_mid_16() { return &___mid_16; } inline void set_mid_16(uint32_t value) { ___mid_16 = 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::Zero Decimal_t2948259380 ___Zero_4; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_12; 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_Zero_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___Zero_4)); } inline Decimal_t2948259380 get_Zero_4() const { return ___Zero_4; } inline Decimal_t2948259380 * get_address_of_Zero_4() { return &___Zero_4; } inline void set_Zero_4(Decimal_t2948259380 value) { ___Zero_4 = value; } inline static int32_t get_offset_of_MaxValueDiv10_12() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_12)); } inline Decimal_t2948259380 get_MaxValueDiv10_12() const { return ___MaxValueDiv10_12; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_12() { return &___MaxValueDiv10_12; } inline void set_MaxValueDiv10_12(Decimal_t2948259380 value) { ___MaxValueDiv10_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_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 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 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 COLOR32_T2600501292_H #define COLOR32_T2600501292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color32 struct Color32_t2600501292 { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_t2600501292, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_t2600501292, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_t2600501292, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_t2600501292, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_t2600501292, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR32_T2600501292_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 Singleton_1_t19536393 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMiscConfig::m_MiscDir Dictionary_2_t1632706988 * ___m_MiscDir_1; public: inline static int32_t get_offset_of_m_MiscDir_1() { return static_cast(offsetof(CMiscConfig_t1694835947, ___m_MiscDir_1)); } inline Dictionary_2_t1632706988 * get_m_MiscDir_1() const { return ___m_MiscDir_1; } inline Dictionary_2_t1632706988 ** get_address_of_m_MiscDir_1() { return &___m_MiscDir_1; } inline void set_m_MiscDir_1(Dictionary_2_t1632706988 * value) { ___m_MiscDir_1 = value; Il2CppCodeGenWriteBarrier((&___m_MiscDir_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMISCCONFIG_T1694835947_H #ifndef SERVERSETTING_T2760349885_H #define SERVERSETTING_T2760349885_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ServerSetting struct ServerSetting_t2760349885 : public Singleton_1_t1085050331 { public: // VersionNodeValue ServerSetting::versionNodeValue VersionNodeValue_t855201913 * ___versionNodeValue_1; public: inline static int32_t get_offset_of_versionNodeValue_1() { return static_cast(offsetof(ServerSetting_t2760349885, ___versionNodeValue_1)); } inline VersionNodeValue_t855201913 * get_versionNodeValue_1() const { return ___versionNodeValue_1; } inline VersionNodeValue_t855201913 ** get_address_of_versionNodeValue_1() { return &___versionNodeValue_1; } inline void set_versionNodeValue_1(VersionNodeValue_t855201913 * value) { ___versionNodeValue_1 = value; Il2CppCodeGenWriteBarrier((&___versionNodeValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVERSETTING_T2760349885_H #ifndef HTTPCOROUTINE_T905929100_H #define HTTPCOROUTINE_T905929100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.HttpCoroutine struct HttpCoroutine_t905929100 : public Singleton_1_t3525596842 { public: // System.Boolean FitFun.HttpCoroutine::_isDone bool ____isDone_1; // System.Boolean FitFun.HttpCoroutine::_moveNext bool ____moveNext_2; // System.String FitFun.HttpCoroutine::_error String_t* ____error_3; // System.String FitFun.HttpCoroutine::_text String_t* ____text_4; public: inline static int32_t get_offset_of__isDone_1() { return static_cast(offsetof(HttpCoroutine_t905929100, ____isDone_1)); } inline bool get__isDone_1() const { return ____isDone_1; } inline bool* get_address_of__isDone_1() { return &____isDone_1; } inline void set__isDone_1(bool value) { ____isDone_1 = value; } inline static int32_t get_offset_of__moveNext_2() { return static_cast(offsetof(HttpCoroutine_t905929100, ____moveNext_2)); } inline bool get__moveNext_2() const { return ____moveNext_2; } inline bool* get_address_of__moveNext_2() { return &____moveNext_2; } inline void set__moveNext_2(bool value) { ____moveNext_2 = value; } inline static int32_t get_offset_of__error_3() { return static_cast(offsetof(HttpCoroutine_t905929100, ____error_3)); } inline String_t* get__error_3() const { return ____error_3; } inline String_t** get_address_of__error_3() { return &____error_3; } inline void set__error_3(String_t* value) { ____error_3 = value; Il2CppCodeGenWriteBarrier((&____error_3), value); } inline static int32_t get_offset_of__text_4() { return static_cast(offsetof(HttpCoroutine_t905929100, ____text_4)); } inline String_t* get__text_4() const { return ____text_4; } inline String_t** get_address_of__text_4() { return &____text_4; } inline void set__text_4(String_t* value) { ____text_4 = value; Il2CppCodeGenWriteBarrier((&____text_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPCOROUTINE_T905929100_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 SYSTEMINFOUTILS_T3432367043_H #define SYSTEMINFOUTILS_T3432367043_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SystemInfoUtils struct SystemInfoUtils_t3432367043 : public Singleton_1_t1757067489 { public: // System.String FitFun.SystemInfoUtils::systemInfo String_t* ___systemInfo_1; public: inline static int32_t get_offset_of_systemInfo_1() { return static_cast(offsetof(SystemInfoUtils_t3432367043, ___systemInfo_1)); } inline String_t* get_systemInfo_1() const { return ___systemInfo_1; } inline String_t** get_address_of_systemInfo_1() { return &___systemInfo_1; } inline void set_systemInfo_1(String_t* value) { ___systemInfo_1 = value; Il2CppCodeGenWriteBarrier((&___systemInfo_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMINFOUTILS_T3432367043_H #ifndef XMLATTRIBUTECOLLECTION_T2316283784_H #define XMLATTRIBUTECOLLECTION_T2316283784_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784 : public XmlNamedNodeMap_t2821286253 { public: // System.Xml.XmlElement System.Xml.XmlAttributeCollection::ownerElement XmlElement_t561603118 * ___ownerElement_4; // System.Xml.XmlDocument System.Xml.XmlAttributeCollection::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_5; public: inline static int32_t get_offset_of_ownerElement_4() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerElement_4)); } inline XmlElement_t561603118 * get_ownerElement_4() const { return ___ownerElement_4; } inline XmlElement_t561603118 ** get_address_of_ownerElement_4() { return &___ownerElement_4; } inline void set_ownerElement_4(XmlElement_t561603118 * value) { ___ownerElement_4 = value; Il2CppCodeGenWriteBarrier((&___ownerElement_4), value); } inline static int32_t get_offset_of_ownerDocument_5() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerDocument_5)); } inline XmlDocument_t2837193595 * get_ownerDocument_5() const { return ___ownerDocument_5; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_5() { return &___ownerDocument_5; } inline void set_ownerDocument_5(XmlDocument_t2837193595 * value) { ___ownerDocument_5 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTECOLLECTION_T2316283784_H #ifndef XMLATTRIBUTE_T1173852259_H #define XMLATTRIBUTE_T1173852259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttribute struct XmlAttribute_t1173852259 : public XmlNode_t3767805227 { public: // System.Xml.XmlNameEntry System.Xml.XmlAttribute::name XmlNameEntry_t1073099671 * ___name_6; // System.Boolean System.Xml.XmlAttribute::isDefault bool ___isDefault_7; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_8; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAttribute::schemaInfo RuntimeObject* ___schemaInfo_9; public: inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(XmlAttribute_t1173852259, ___name_6)); } inline XmlNameEntry_t1073099671 * get_name_6() const { return ___name_6; } inline XmlNameEntry_t1073099671 ** get_address_of_name_6() { return &___name_6; } inline void set_name_6(XmlNameEntry_t1073099671 * value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((&___name_6), value); } inline static int32_t get_offset_of_isDefault_7() { return static_cast(offsetof(XmlAttribute_t1173852259, ___isDefault_7)); } inline bool get_isDefault_7() const { return ___isDefault_7; } inline bool* get_address_of_isDefault_7() { return &___isDefault_7; } inline void set_isDefault_7(bool value) { ___isDefault_7 = value; } inline static int32_t get_offset_of_lastLinkedChild_8() { return static_cast(offsetof(XmlAttribute_t1173852259, ___lastLinkedChild_8)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_8() const { return ___lastLinkedChild_8; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_8() { return &___lastLinkedChild_8; } inline void set_lastLinkedChild_8(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_8 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_8), value); } inline static int32_t get_offset_of_schemaInfo_9() { return static_cast(offsetof(XmlAttribute_t1173852259, ___schemaInfo_9)); } inline RuntimeObject* get_schemaInfo_9() const { return ___schemaInfo_9; } inline RuntimeObject** get_address_of_schemaInfo_9() { return &___schemaInfo_9; } inline void set_schemaInfo_9(RuntimeObject* value) { ___schemaInfo_9 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTE_T1173852259_H #ifndef PROCEDUREFSM_T3181162420_H #define PROCEDUREFSM_T3181162420_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ProcedureFsm struct ProcedureFsm_t3181162420 : public SimpleFSM_t3686535260 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROCEDUREFSM_T3181162420_H #ifndef FRIENDSTATE_T2272626805_H #define FRIENDSTATE_T2272626805_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FriendState struct FriendState_t2272626805 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FRIENDSTATE_T2272626805_H #ifndef UNITYEVENT_1_T3832605257_H #define UNITYEVENT_1_T3832605257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3832605257 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t3832605257, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T3832605257_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 CNETSERVICE_T1201271315_H #define CNETSERVICE_T1201271315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetService struct CNetService_t1201271315 : public ILinkListener_t2747206916 { public: // DMCore.Net.INetLink DMCore.Net.CNetService::m_pNetLink INetLink_t2717826932 * ___m_pNetLink_0; // System.Collections.Generic.List`1 DMCore.Net.CNetService::m_listeners List_1_t3594922530 * ___m_listeners_1; // BetterList`1 DMCore.Net.CNetService::m_varOutBuffer BetterList_1_t289316694 * ___m_varOutBuffer_2; // BetterList`1 DMCore.Net.CNetService::m_varStructBuffer BetterList_1_t289316694 * ___m_varStructBuffer_3; // System.Collections.Generic.LinkedList`1 DMCore.Net.CNetService::m_msgFromServer LinkedList_1_t3261532576 * ___m_msgFromServer_4; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetService::m_MsgListLock CThreadLock_t3315856551 * ___m_MsgListLock_5; // System.Int32 DMCore.Net.CNetService::m_LinkStateOld int32_t ___m_LinkStateOld_6; // System.Int32 DMCore.Net.CNetService::m_LinkStateNow int32_t ___m_LinkStateNow_7; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetService::m_Lock CThreadLock_t3315856551 * ___m_Lock_8; public: inline static int32_t get_offset_of_m_pNetLink_0() { return static_cast(offsetof(CNetService_t1201271315, ___m_pNetLink_0)); } inline INetLink_t2717826932 * get_m_pNetLink_0() const { return ___m_pNetLink_0; } inline INetLink_t2717826932 ** get_address_of_m_pNetLink_0() { return &___m_pNetLink_0; } inline void set_m_pNetLink_0(INetLink_t2717826932 * value) { ___m_pNetLink_0 = value; Il2CppCodeGenWriteBarrier((&___m_pNetLink_0), value); } inline static int32_t get_offset_of_m_listeners_1() { return static_cast(offsetof(CNetService_t1201271315, ___m_listeners_1)); } inline List_1_t3594922530 * get_m_listeners_1() const { return ___m_listeners_1; } inline List_1_t3594922530 ** get_address_of_m_listeners_1() { return &___m_listeners_1; } inline void set_m_listeners_1(List_1_t3594922530 * value) { ___m_listeners_1 = value; Il2CppCodeGenWriteBarrier((&___m_listeners_1), value); } inline static int32_t get_offset_of_m_varOutBuffer_2() { return static_cast(offsetof(CNetService_t1201271315, ___m_varOutBuffer_2)); } inline BetterList_1_t289316694 * get_m_varOutBuffer_2() const { return ___m_varOutBuffer_2; } inline BetterList_1_t289316694 ** get_address_of_m_varOutBuffer_2() { return &___m_varOutBuffer_2; } inline void set_m_varOutBuffer_2(BetterList_1_t289316694 * value) { ___m_varOutBuffer_2 = value; Il2CppCodeGenWriteBarrier((&___m_varOutBuffer_2), value); } inline static int32_t get_offset_of_m_varStructBuffer_3() { return static_cast(offsetof(CNetService_t1201271315, ___m_varStructBuffer_3)); } inline BetterList_1_t289316694 * get_m_varStructBuffer_3() const { return ___m_varStructBuffer_3; } inline BetterList_1_t289316694 ** get_address_of_m_varStructBuffer_3() { return &___m_varStructBuffer_3; } inline void set_m_varStructBuffer_3(BetterList_1_t289316694 * value) { ___m_varStructBuffer_3 = value; Il2CppCodeGenWriteBarrier((&___m_varStructBuffer_3), value); } inline static int32_t get_offset_of_m_msgFromServer_4() { return static_cast(offsetof(CNetService_t1201271315, ___m_msgFromServer_4)); } inline LinkedList_1_t3261532576 * get_m_msgFromServer_4() const { return ___m_msgFromServer_4; } inline LinkedList_1_t3261532576 ** get_address_of_m_msgFromServer_4() { return &___m_msgFromServer_4; } inline void set_m_msgFromServer_4(LinkedList_1_t3261532576 * value) { ___m_msgFromServer_4 = value; Il2CppCodeGenWriteBarrier((&___m_msgFromServer_4), value); } inline static int32_t get_offset_of_m_MsgListLock_5() { return static_cast(offsetof(CNetService_t1201271315, ___m_MsgListLock_5)); } inline CThreadLock_t3315856551 * get_m_MsgListLock_5() const { return ___m_MsgListLock_5; } inline CThreadLock_t3315856551 ** get_address_of_m_MsgListLock_5() { return &___m_MsgListLock_5; } inline void set_m_MsgListLock_5(CThreadLock_t3315856551 * value) { ___m_MsgListLock_5 = value; Il2CppCodeGenWriteBarrier((&___m_MsgListLock_5), value); } inline static int32_t get_offset_of_m_LinkStateOld_6() { return static_cast(offsetof(CNetService_t1201271315, ___m_LinkStateOld_6)); } inline int32_t get_m_LinkStateOld_6() const { return ___m_LinkStateOld_6; } inline int32_t* get_address_of_m_LinkStateOld_6() { return &___m_LinkStateOld_6; } inline void set_m_LinkStateOld_6(int32_t value) { ___m_LinkStateOld_6 = value; } inline static int32_t get_offset_of_m_LinkStateNow_7() { return static_cast(offsetof(CNetService_t1201271315, ___m_LinkStateNow_7)); } inline int32_t get_m_LinkStateNow_7() const { return ___m_LinkStateNow_7; } inline int32_t* get_address_of_m_LinkStateNow_7() { return &___m_LinkStateNow_7; } inline void set_m_LinkStateNow_7(int32_t value) { ___m_LinkStateNow_7 = value; } inline static int32_t get_offset_of_m_Lock_8() { return static_cast(offsetof(CNetService_t1201271315, ___m_Lock_8)); } inline CThreadLock_t3315856551 * get_m_Lock_8() const { return ___m_Lock_8; } inline CThreadLock_t3315856551 ** get_address_of_m_Lock_8() { return &___m_Lock_8; } inline void set_m_Lock_8(CThreadLock_t3315856551 * value) { ___m_Lock_8 = value; Il2CppCodeGenWriteBarrier((&___m_Lock_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETSERVICE_T1201271315_H #ifndef 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 B_T4210213007_H #define B_T4210213007_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // InheritTest/B struct B_t4210213007 : public A_t4210213004 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // B_T4210213007_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 GAMESETTING_T2657790435_H #define GAMESETTING_T2657790435_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // GameSetting struct GameSetting_t2657790435 : public Singleton_1_t982490881 { public: // System.Collections.Generic.Dictionary`2 GameSetting::gameSettingDic Dictionary_2_t3935206418 * ___gameSettingDic_1; public: inline static int32_t get_offset_of_gameSettingDic_1() { return static_cast(offsetof(GameSetting_t2657790435, ___gameSettingDic_1)); } inline Dictionary_2_t3935206418 * get_gameSettingDic_1() const { return ___gameSettingDic_1; } inline Dictionary_2_t3935206418 ** get_address_of_gameSettingDic_1() { return &___gameSettingDic_1; } inline void set_gameSettingDic_1(Dictionary_2_t3935206418 * value) { ___gameSettingDic_1 = value; Il2CppCodeGenWriteBarrier((&___gameSettingDic_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMESETTING_T2657790435_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 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 NETMAINLOGIC_T1947403438_H #define NETMAINLOGIC_T1947403438_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.NetMainLogic struct NetMainLogic_t1947403438 : public INetListener_t2122847788 { public: // FitFun.NetMainLogic/_ProcDelegate[] FitFun.NetMainLogic::m_AllProcPtrs _ProcDelegateU5BU5D_t2520208816* ___m_AllProcPtrs_0; // DMCore.Framework.Thread.CThreadLock FitFun.NetMainLogic::m_NetStateLock CThreadLock_t3315856551 * ___m_NetStateLock_1; // System.Boolean FitFun.NetMainLogic::m_bUserClose bool ___m_bUserClose_2; // System.Int32 FitFun.NetMainLogic::m_NetState int32_t ___m_NetState_3; // System.String FitFun.NetMainLogic::m_ip String_t* ___m_ip_4; // System.Int32 FitFun.NetMainLogic::m_port int32_t ___m_port_5; // System.Action`1 FitFun.NetMainLogic::linkCallback Action_1_t269755560 * ___linkCallback_6; public: inline static int32_t get_offset_of_m_AllProcPtrs_0() { return static_cast(offsetof(NetMainLogic_t1947403438, ___m_AllProcPtrs_0)); } inline _ProcDelegateU5BU5D_t2520208816* get_m_AllProcPtrs_0() const { return ___m_AllProcPtrs_0; } inline _ProcDelegateU5BU5D_t2520208816** get_address_of_m_AllProcPtrs_0() { return &___m_AllProcPtrs_0; } inline void set_m_AllProcPtrs_0(_ProcDelegateU5BU5D_t2520208816* value) { ___m_AllProcPtrs_0 = value; Il2CppCodeGenWriteBarrier((&___m_AllProcPtrs_0), value); } inline static int32_t get_offset_of_m_NetStateLock_1() { return static_cast(offsetof(NetMainLogic_t1947403438, ___m_NetStateLock_1)); } inline CThreadLock_t3315856551 * get_m_NetStateLock_1() const { return ___m_NetStateLock_1; } inline CThreadLock_t3315856551 ** get_address_of_m_NetStateLock_1() { return &___m_NetStateLock_1; } inline void set_m_NetStateLock_1(CThreadLock_t3315856551 * value) { ___m_NetStateLock_1 = value; Il2CppCodeGenWriteBarrier((&___m_NetStateLock_1), value); } inline static int32_t get_offset_of_m_bUserClose_2() { return static_cast(offsetof(NetMainLogic_t1947403438, ___m_bUserClose_2)); } inline bool get_m_bUserClose_2() const { return ___m_bUserClose_2; } inline bool* get_address_of_m_bUserClose_2() { return &___m_bUserClose_2; } inline void set_m_bUserClose_2(bool value) { ___m_bUserClose_2 = value; } inline static int32_t get_offset_of_m_NetState_3() { return static_cast(offsetof(NetMainLogic_t1947403438, ___m_NetState_3)); } inline int32_t get_m_NetState_3() const { return ___m_NetState_3; } inline int32_t* get_address_of_m_NetState_3() { return &___m_NetState_3; } inline void set_m_NetState_3(int32_t value) { ___m_NetState_3 = value; } inline static int32_t get_offset_of_m_ip_4() { return static_cast(offsetof(NetMainLogic_t1947403438, ___m_ip_4)); } inline String_t* get_m_ip_4() const { return ___m_ip_4; } inline String_t** get_address_of_m_ip_4() { return &___m_ip_4; } inline void set_m_ip_4(String_t* value) { ___m_ip_4 = value; Il2CppCodeGenWriteBarrier((&___m_ip_4), value); } inline static int32_t get_offset_of_m_port_5() { return static_cast(offsetof(NetMainLogic_t1947403438, ___m_port_5)); } inline int32_t get_m_port_5() const { return ___m_port_5; } inline int32_t* get_address_of_m_port_5() { return &___m_port_5; } inline void set_m_port_5(int32_t value) { ___m_port_5 = value; } inline static int32_t get_offset_of_linkCallback_6() { return static_cast(offsetof(NetMainLogic_t1947403438, ___linkCallback_6)); } inline Action_1_t269755560 * get_linkCallback_6() const { return ___linkCallback_6; } inline Action_1_t269755560 ** get_address_of_linkCallback_6() { return &___linkCallback_6; } inline void set_linkCallback_6(Action_1_t269755560 * value) { ___linkCallback_6 = value; Il2CppCodeGenWriteBarrier((&___linkCallback_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETMAINLOGIC_T1947403438_H #ifndef XMLDOCUMENT_T2837193595_H #define XMLDOCUMENT_T2837193595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocument struct XmlDocument_t2837193595 : public XmlNode_t3767805227 { public: // System.Boolean System.Xml.XmlDocument::optimal_create_element bool ___optimal_create_element_7; // System.Boolean System.Xml.XmlDocument::optimal_create_attribute bool ___optimal_create_attribute_8; // System.Xml.XmlNameTable System.Xml.XmlDocument::nameTable XmlNameTable_t71772148 * ___nameTable_9; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_10; // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_t254178875 * ___implementation_11; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_12; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t626023767 * ___resolver_13; // System.Collections.Hashtable System.Xml.XmlDocument::idTable Hashtable_t1853889766 * ___idTable_14; // System.Xml.XmlNameEntryCache System.Xml.XmlDocument::nameCache XmlNameEntryCache_t2890546907 * ___nameCache_15; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_16; // System.Xml.XmlAttribute System.Xml.XmlDocument::nsNodeXml XmlAttribute_t1173852259 * ___nsNodeXml_17; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t266093086 * ___schemas_18; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::schemaInfo RuntimeObject* ___schemaInfo_19; // System.Boolean System.Xml.XmlDocument::loadMode bool ___loadMode_20; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanged XmlNodeChangedEventHandler_t1533444722 * ___NodeChanged_21; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanging XmlNodeChangedEventHandler_t1533444722 * ___NodeChanging_22; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserted XmlNodeChangedEventHandler_t1533444722 * ___NodeInserted_23; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserting XmlNodeChangedEventHandler_t1533444722 * ___NodeInserting_24; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoved XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoved_25; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoving XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoving_26; public: inline static int32_t get_offset_of_optimal_create_element_7() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_element_7)); } inline bool get_optimal_create_element_7() const { return ___optimal_create_element_7; } inline bool* get_address_of_optimal_create_element_7() { return &___optimal_create_element_7; } inline void set_optimal_create_element_7(bool value) { ___optimal_create_element_7 = value; } inline static int32_t get_offset_of_optimal_create_attribute_8() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_attribute_8)); } inline bool get_optimal_create_attribute_8() const { return ___optimal_create_attribute_8; } inline bool* get_address_of_optimal_create_attribute_8() { return &___optimal_create_attribute_8; } inline void set_optimal_create_attribute_8(bool value) { ___optimal_create_attribute_8 = value; } inline static int32_t get_offset_of_nameTable_9() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameTable_9)); } inline XmlNameTable_t71772148 * get_nameTable_9() const { return ___nameTable_9; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_9() { return &___nameTable_9; } inline void set_nameTable_9(XmlNameTable_t71772148 * value) { ___nameTable_9 = value; Il2CppCodeGenWriteBarrier((&___nameTable_9), value); } inline static int32_t get_offset_of_baseURI_10() { return static_cast(offsetof(XmlDocument_t2837193595, ___baseURI_10)); } inline String_t* get_baseURI_10() const { return ___baseURI_10; } inline String_t** get_address_of_baseURI_10() { return &___baseURI_10; } inline void set_baseURI_10(String_t* value) { ___baseURI_10 = value; Il2CppCodeGenWriteBarrier((&___baseURI_10), value); } inline static int32_t get_offset_of_implementation_11() { return static_cast(offsetof(XmlDocument_t2837193595, ___implementation_11)); } inline XmlImplementation_t254178875 * get_implementation_11() const { return ___implementation_11; } inline XmlImplementation_t254178875 ** get_address_of_implementation_11() { return &___implementation_11; } inline void set_implementation_11(XmlImplementation_t254178875 * value) { ___implementation_11 = value; Il2CppCodeGenWriteBarrier((&___implementation_11), value); } inline static int32_t get_offset_of_preserveWhitespace_12() { return static_cast(offsetof(XmlDocument_t2837193595, ___preserveWhitespace_12)); } inline bool get_preserveWhitespace_12() const { return ___preserveWhitespace_12; } inline bool* get_address_of_preserveWhitespace_12() { return &___preserveWhitespace_12; } inline void set_preserveWhitespace_12(bool value) { ___preserveWhitespace_12 = value; } inline static int32_t get_offset_of_resolver_13() { return static_cast(offsetof(XmlDocument_t2837193595, ___resolver_13)); } inline XmlResolver_t626023767 * get_resolver_13() const { return ___resolver_13; } inline XmlResolver_t626023767 ** get_address_of_resolver_13() { return &___resolver_13; } inline void set_resolver_13(XmlResolver_t626023767 * value) { ___resolver_13 = value; Il2CppCodeGenWriteBarrier((&___resolver_13), value); } inline static int32_t get_offset_of_idTable_14() { return static_cast(offsetof(XmlDocument_t2837193595, ___idTable_14)); } inline Hashtable_t1853889766 * get_idTable_14() const { return ___idTable_14; } inline Hashtable_t1853889766 ** get_address_of_idTable_14() { return &___idTable_14; } inline void set_idTable_14(Hashtable_t1853889766 * value) { ___idTable_14 = value; Il2CppCodeGenWriteBarrier((&___idTable_14), value); } inline static int32_t get_offset_of_nameCache_15() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameCache_15)); } inline XmlNameEntryCache_t2890546907 * get_nameCache_15() const { return ___nameCache_15; } inline XmlNameEntryCache_t2890546907 ** get_address_of_nameCache_15() { return &___nameCache_15; } inline void set_nameCache_15(XmlNameEntryCache_t2890546907 * value) { ___nameCache_15 = value; Il2CppCodeGenWriteBarrier((&___nameCache_15), value); } inline static int32_t get_offset_of_lastLinkedChild_16() { return static_cast(offsetof(XmlDocument_t2837193595, ___lastLinkedChild_16)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_16() const { return ___lastLinkedChild_16; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_16() { return &___lastLinkedChild_16; } inline void set_lastLinkedChild_16(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_16 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_16), value); } inline static int32_t get_offset_of_nsNodeXml_17() { return static_cast(offsetof(XmlDocument_t2837193595, ___nsNodeXml_17)); } inline XmlAttribute_t1173852259 * get_nsNodeXml_17() const { return ___nsNodeXml_17; } inline XmlAttribute_t1173852259 ** get_address_of_nsNodeXml_17() { return &___nsNodeXml_17; } inline void set_nsNodeXml_17(XmlAttribute_t1173852259 * value) { ___nsNodeXml_17 = value; Il2CppCodeGenWriteBarrier((&___nsNodeXml_17), value); } inline static int32_t get_offset_of_schemas_18() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemas_18)); } inline XmlSchemaSet_t266093086 * get_schemas_18() const { return ___schemas_18; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_18() { return &___schemas_18; } inline void set_schemas_18(XmlSchemaSet_t266093086 * value) { ___schemas_18 = value; Il2CppCodeGenWriteBarrier((&___schemas_18), value); } inline static int32_t get_offset_of_schemaInfo_19() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemaInfo_19)); } inline RuntimeObject* get_schemaInfo_19() const { return ___schemaInfo_19; } inline RuntimeObject** get_address_of_schemaInfo_19() { return &___schemaInfo_19; } inline void set_schemaInfo_19(RuntimeObject* value) { ___schemaInfo_19 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_19), value); } inline static int32_t get_offset_of_loadMode_20() { return static_cast(offsetof(XmlDocument_t2837193595, ___loadMode_20)); } inline bool get_loadMode_20() const { return ___loadMode_20; } inline bool* get_address_of_loadMode_20() { return &___loadMode_20; } inline void set_loadMode_20(bool value) { ___loadMode_20 = value; } inline static int32_t get_offset_of_NodeChanged_21() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanged_21)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanged_21() const { return ___NodeChanged_21; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanged_21() { return &___NodeChanged_21; } inline void set_NodeChanged_21(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanged_21 = value; Il2CppCodeGenWriteBarrier((&___NodeChanged_21), value); } inline static int32_t get_offset_of_NodeChanging_22() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanging_22)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanging_22() const { return ___NodeChanging_22; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanging_22() { return &___NodeChanging_22; } inline void set_NodeChanging_22(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanging_22 = value; Il2CppCodeGenWriteBarrier((&___NodeChanging_22), value); } inline static int32_t get_offset_of_NodeInserted_23() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserted_23)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserted_23() const { return ___NodeInserted_23; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserted_23() { return &___NodeInserted_23; } inline void set_NodeInserted_23(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserted_23 = value; Il2CppCodeGenWriteBarrier((&___NodeInserted_23), value); } inline static int32_t get_offset_of_NodeInserting_24() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserting_24)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserting_24() const { return ___NodeInserting_24; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserting_24() { return &___NodeInserting_24; } inline void set_NodeInserting_24(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserting_24 = value; Il2CppCodeGenWriteBarrier((&___NodeInserting_24), value); } inline static int32_t get_offset_of_NodeRemoved_25() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoved_25)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoved_25() const { return ___NodeRemoved_25; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoved_25() { return &___NodeRemoved_25; } inline void set_NodeRemoved_25(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoved_25 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoved_25), value); } inline static int32_t get_offset_of_NodeRemoving_26() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoving_26)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoving_26() const { return ___NodeRemoving_26; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoving_26() { return &___NodeRemoving_26; } inline void set_NodeRemoving_26(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoving_26 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoving_26), value); } }; struct XmlDocument_t2837193595_StaticFields { public: // System.Type[] System.Xml.XmlDocument::optimal_create_types TypeU5BU5D_t3940880105* ___optimal_create_types_6; public: inline static int32_t get_offset_of_optimal_create_types_6() { return static_cast(offsetof(XmlDocument_t2837193595_StaticFields, ___optimal_create_types_6)); } inline TypeU5BU5D_t3940880105* get_optimal_create_types_6() const { return ___optimal_create_types_6; } inline TypeU5BU5D_t3940880105** get_address_of_optimal_create_types_6() { return &___optimal_create_types_6; } inline void set_optimal_create_types_6(TypeU5BU5D_t3940880105* value) { ___optimal_create_types_6 = value; Il2CppCodeGenWriteBarrier((&___optimal_create_types_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENT_T2837193595_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 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 XMLMANAGER_T2042691812_H #define XMLMANAGER_T2042691812_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.XmlManager struct XmlManager_t2042691812 : public Singleton_1_t367392258 { public: // System.Collections.Generic.Dictionary`2 FitFun.XmlManager::xmlDic Dictionary_2_t1632706988 * ___xmlDic_1; public: inline static int32_t get_offset_of_xmlDic_1() { return static_cast(offsetof(XmlManager_t2042691812, ___xmlDic_1)); } inline Dictionary_2_t1632706988 * get_xmlDic_1() const { return ___xmlDic_1; } inline Dictionary_2_t1632706988 ** get_address_of_xmlDic_1() { return &___xmlDic_1; } inline void set_xmlDic_1(Dictionary_2_t1632706988 * value) { ___xmlDic_1 = value; Il2CppCodeGenWriteBarrier((&___xmlDic_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLMANAGER_T2042691812_H #ifndef NETWORKMANAGER_T478833449_H #define NETWORKMANAGER_T478833449_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.NetworkManager struct NetworkManager_t478833449 : public Singleton_1_t3098501191 { public: // DMCore.Net.CNetService FitFun.NetworkManager::networkService CNetService_t1201271315 * ___networkService_1; // FitFun.NetMainLogic FitFun.NetworkManager::netControl NetMainLogic_t1947403438 * ___netControl_2; public: inline static int32_t get_offset_of_networkService_1() { return static_cast(offsetof(NetworkManager_t478833449, ___networkService_1)); } inline CNetService_t1201271315 * get_networkService_1() const { return ___networkService_1; } inline CNetService_t1201271315 ** get_address_of_networkService_1() { return &___networkService_1; } inline void set_networkService_1(CNetService_t1201271315 * value) { ___networkService_1 = value; Il2CppCodeGenWriteBarrier((&___networkService_1), value); } inline static int32_t get_offset_of_netControl_2() { return static_cast(offsetof(NetworkManager_t478833449, ___netControl_2)); } inline NetMainLogic_t1947403438 * get_netControl_2() const { return ___netControl_2; } inline NetMainLogic_t1947403438 ** get_address_of_netControl_2() { return &___netControl_2; } inline void set_netControl_2(NetMainLogic_t1947403438 * value) { ___netControl_2 = value; Il2CppCodeGenWriteBarrier((&___netControl_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETWORKMANAGER_T478833449_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 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 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 UINTPTR_T_H #define UINTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINTPTR_T_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 VECTOR2INT_T3469998543_H #define VECTOR2INT_T3469998543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2Int struct Vector2Int_t3469998543 { public: // System.Int32 UnityEngine.Vector2Int::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.Vector2Int::m_Y int32_t ___m_Y_1; public: inline static int32_t get_offset_of_m_X_0() { return static_cast(offsetof(Vector2Int_t3469998543, ___m_X_0)); } inline int32_t get_m_X_0() const { return ___m_X_0; } inline int32_t* get_address_of_m_X_0() { return &___m_X_0; } inline void set_m_X_0(int32_t value) { ___m_X_0 = value; } inline static int32_t get_offset_of_m_Y_1() { return static_cast(offsetof(Vector2Int_t3469998543, ___m_Y_1)); } inline int32_t get_m_Y_1() const { return ___m_Y_1; } inline int32_t* get_address_of_m_Y_1() { return &___m_Y_1; } inline void set_m_Y_1(int32_t value) { ___m_Y_1 = value; } }; struct Vector2Int_t3469998543_StaticFields { public: // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Zero Vector2Int_t3469998543 ___s_Zero_2; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_One Vector2Int_t3469998543 ___s_One_3; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Up Vector2Int_t3469998543 ___s_Up_4; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Down Vector2Int_t3469998543 ___s_Down_5; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Left Vector2Int_t3469998543 ___s_Left_6; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Right Vector2Int_t3469998543 ___s_Right_7; public: inline static int32_t get_offset_of_s_Zero_2() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Zero_2)); } inline Vector2Int_t3469998543 get_s_Zero_2() const { return ___s_Zero_2; } inline Vector2Int_t3469998543 * get_address_of_s_Zero_2() { return &___s_Zero_2; } inline void set_s_Zero_2(Vector2Int_t3469998543 value) { ___s_Zero_2 = value; } inline static int32_t get_offset_of_s_One_3() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_One_3)); } inline Vector2Int_t3469998543 get_s_One_3() const { return ___s_One_3; } inline Vector2Int_t3469998543 * get_address_of_s_One_3() { return &___s_One_3; } inline void set_s_One_3(Vector2Int_t3469998543 value) { ___s_One_3 = value; } inline static int32_t get_offset_of_s_Up_4() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Up_4)); } inline Vector2Int_t3469998543 get_s_Up_4() const { return ___s_Up_4; } inline Vector2Int_t3469998543 * get_address_of_s_Up_4() { return &___s_Up_4; } inline void set_s_Up_4(Vector2Int_t3469998543 value) { ___s_Up_4 = value; } inline static int32_t get_offset_of_s_Down_5() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Down_5)); } inline Vector2Int_t3469998543 get_s_Down_5() const { return ___s_Down_5; } inline Vector2Int_t3469998543 * get_address_of_s_Down_5() { return &___s_Down_5; } inline void set_s_Down_5(Vector2Int_t3469998543 value) { ___s_Down_5 = value; } inline static int32_t get_offset_of_s_Left_6() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Left_6)); } inline Vector2Int_t3469998543 get_s_Left_6() const { return ___s_Left_6; } inline Vector2Int_t3469998543 * get_address_of_s_Left_6() { return &___s_Left_6; } inline void set_s_Left_6(Vector2Int_t3469998543 value) { ___s_Left_6 = value; } inline static int32_t get_offset_of_s_Right_7() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Right_7)); } inline Vector2Int_t3469998543 get_s_Right_7() const { return ___s_Right_7; } inline Vector2Int_t3469998543 * get_address_of_s_Right_7() { return &___s_Right_7; } inline void set_s_Right_7(Vector2Int_t3469998543 value) { ___s_Right_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2INT_T3469998543_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 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 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 KEYVALUEPAIR_2_T4030379155_H #define KEYVALUEPAIR_2_T4030379155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t4030379155 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t4030379155, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t4030379155, ___value_1)); } inline String_t* get_value_1() const { return ___value_1; } inline String_t** get_address_of_value_1() { return &___value_1; } inline void set_value_1(String_t* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T4030379155_H #ifndef UNITYEVENT_T2581268647_H #define UNITYEVENT_T2581268647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent struct UnityEvent_t2581268647 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_t2581268647, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_T2581268647_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 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 VERTEXHELPER_T2453304189_H #define VERTEXHELPER_T2453304189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.VertexHelper struct VertexHelper_t2453304189 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Positions List_1_t899420910 * ___m_Positions_0; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Colors List_1_t4072576034 * ___m_Colors_1; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Uv0S List_1_t3628304265 * ___m_Uv0S_2; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Uv1S List_1_t3628304265 * ___m_Uv1S_3; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Uv2S List_1_t3628304265 * ___m_Uv2S_4; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Uv3S List_1_t3628304265 * ___m_Uv3S_5; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Normals List_1_t899420910 * ___m_Normals_6; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Tangents List_1_t496136383 * ___m_Tangents_7; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Indices List_1_t128053199 * ___m_Indices_8; public: inline static int32_t get_offset_of_m_Positions_0() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Positions_0)); } inline List_1_t899420910 * get_m_Positions_0() const { return ___m_Positions_0; } inline List_1_t899420910 ** get_address_of_m_Positions_0() { return &___m_Positions_0; } inline void set_m_Positions_0(List_1_t899420910 * value) { ___m_Positions_0 = value; Il2CppCodeGenWriteBarrier((&___m_Positions_0), value); } inline static int32_t get_offset_of_m_Colors_1() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Colors_1)); } inline List_1_t4072576034 * get_m_Colors_1() const { return ___m_Colors_1; } inline List_1_t4072576034 ** get_address_of_m_Colors_1() { return &___m_Colors_1; } inline void set_m_Colors_1(List_1_t4072576034 * value) { ___m_Colors_1 = value; Il2CppCodeGenWriteBarrier((&___m_Colors_1), value); } inline static int32_t get_offset_of_m_Uv0S_2() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Uv0S_2)); } inline List_1_t3628304265 * get_m_Uv0S_2() const { return ___m_Uv0S_2; } inline List_1_t3628304265 ** get_address_of_m_Uv0S_2() { return &___m_Uv0S_2; } inline void set_m_Uv0S_2(List_1_t3628304265 * value) { ___m_Uv0S_2 = value; Il2CppCodeGenWriteBarrier((&___m_Uv0S_2), value); } inline static int32_t get_offset_of_m_Uv1S_3() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Uv1S_3)); } inline List_1_t3628304265 * get_m_Uv1S_3() const { return ___m_Uv1S_3; } inline List_1_t3628304265 ** get_address_of_m_Uv1S_3() { return &___m_Uv1S_3; } inline void set_m_Uv1S_3(List_1_t3628304265 * value) { ___m_Uv1S_3 = value; Il2CppCodeGenWriteBarrier((&___m_Uv1S_3), value); } inline static int32_t get_offset_of_m_Uv2S_4() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Uv2S_4)); } inline List_1_t3628304265 * get_m_Uv2S_4() const { return ___m_Uv2S_4; } inline List_1_t3628304265 ** get_address_of_m_Uv2S_4() { return &___m_Uv2S_4; } inline void set_m_Uv2S_4(List_1_t3628304265 * value) { ___m_Uv2S_4 = value; Il2CppCodeGenWriteBarrier((&___m_Uv2S_4), value); } inline static int32_t get_offset_of_m_Uv3S_5() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Uv3S_5)); } inline List_1_t3628304265 * get_m_Uv3S_5() const { return ___m_Uv3S_5; } inline List_1_t3628304265 ** get_address_of_m_Uv3S_5() { return &___m_Uv3S_5; } inline void set_m_Uv3S_5(List_1_t3628304265 * value) { ___m_Uv3S_5 = value; Il2CppCodeGenWriteBarrier((&___m_Uv3S_5), value); } inline static int32_t get_offset_of_m_Normals_6() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Normals_6)); } inline List_1_t899420910 * get_m_Normals_6() const { return ___m_Normals_6; } inline List_1_t899420910 ** get_address_of_m_Normals_6() { return &___m_Normals_6; } inline void set_m_Normals_6(List_1_t899420910 * value) { ___m_Normals_6 = value; Il2CppCodeGenWriteBarrier((&___m_Normals_6), value); } inline static int32_t get_offset_of_m_Tangents_7() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Tangents_7)); } inline List_1_t496136383 * get_m_Tangents_7() const { return ___m_Tangents_7; } inline List_1_t496136383 ** get_address_of_m_Tangents_7() { return &___m_Tangents_7; } inline void set_m_Tangents_7(List_1_t496136383 * value) { ___m_Tangents_7 = value; Il2CppCodeGenWriteBarrier((&___m_Tangents_7), value); } inline static int32_t get_offset_of_m_Indices_8() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Indices_8)); } inline List_1_t128053199 * get_m_Indices_8() const { return ___m_Indices_8; } inline List_1_t128053199 ** get_address_of_m_Indices_8() { return &___m_Indices_8; } inline void set_m_Indices_8(List_1_t128053199 * value) { ___m_Indices_8 = value; Il2CppCodeGenWriteBarrier((&___m_Indices_8), value); } }; struct VertexHelper_t2453304189_StaticFields { public: // UnityEngine.Vector4 UnityEngine.UI.VertexHelper::s_DefaultTangent Vector4_t3319028937 ___s_DefaultTangent_9; // UnityEngine.Vector3 UnityEngine.UI.VertexHelper::s_DefaultNormal Vector3_t3722313464 ___s_DefaultNormal_10; public: inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(VertexHelper_t2453304189_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_t3319028937 get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_t3319028937 * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_t3319028937 value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_s_DefaultNormal_10() { return static_cast(offsetof(VertexHelper_t2453304189_StaticFields, ___s_DefaultNormal_10)); } inline Vector3_t3722313464 get_s_DefaultNormal_10() const { return ___s_DefaultNormal_10; } inline Vector3_t3722313464 * get_address_of_s_DefaultNormal_10() { return &___s_DefaultNormal_10; } inline void set_s_DefaultNormal_10(Vector3_t3722313464 value) { ___s_DefaultNormal_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERTEXHELPER_T2453304189_H #ifndef ENUMERATOR_T2086727927_H #define ENUMERATOR_T2086727927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t2086727927 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t132545152 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t2530217319 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2086727927, ___dictionary_0)); } inline Dictionary_2_t132545152 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t132545152 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t132545152 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2086727927, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t2086727927, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2086727927, ___current_3)); } inline KeyValuePair_2_t2530217319 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2530217319 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2530217319 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2086727927_H #ifndef FOGMODE_T1277989386_H #define FOGMODE_T1277989386_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.FogMode struct FogMode_t1277989386 { public: // System.Int32 UnityEngine.FogMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FogMode_t1277989386, ___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 // FOGMODE_T1277989386_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 LMRENDERERINFO_T3374010072_H #define LMRENDERERINFO_T3374010072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LMRendererInfo struct LMRendererInfo_t3374010072 { public: // UnityEngine.Renderer LMRendererInfo::renderer Renderer_t2627027031 * ___renderer_0; // System.Int32 LMRendererInfo::LightmapIndex int32_t ___LightmapIndex_1; // UnityEngine.Vector4 LMRendererInfo::LightmapOffsetScale Vector4_t3319028937 ___LightmapOffsetScale_2; public: inline static int32_t get_offset_of_renderer_0() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___renderer_0)); } inline Renderer_t2627027031 * get_renderer_0() const { return ___renderer_0; } inline Renderer_t2627027031 ** get_address_of_renderer_0() { return &___renderer_0; } inline void set_renderer_0(Renderer_t2627027031 * value) { ___renderer_0 = value; Il2CppCodeGenWriteBarrier((&___renderer_0), value); } inline static int32_t get_offset_of_LightmapIndex_1() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___LightmapIndex_1)); } inline int32_t get_LightmapIndex_1() const { return ___LightmapIndex_1; } inline int32_t* get_address_of_LightmapIndex_1() { return &___LightmapIndex_1; } inline void set_LightmapIndex_1(int32_t value) { ___LightmapIndex_1 = value; } inline static int32_t get_offset_of_LightmapOffsetScale_2() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___LightmapOffsetScale_2)); } inline Vector4_t3319028937 get_LightmapOffsetScale_2() const { return ___LightmapOffsetScale_2; } inline Vector4_t3319028937 * get_address_of_LightmapOffsetScale_2() { return &___LightmapOffsetScale_2; } inline void set_LightmapOffsetScale_2(Vector4_t3319028937 value) { ___LightmapOffsetScale_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LMRendererInfo struct LMRendererInfo_t3374010072_marshaled_pinvoke { Renderer_t2627027031 * ___renderer_0; int32_t ___LightmapIndex_1; Vector4_t3319028937 ___LightmapOffsetScale_2; }; // Native definition for COM marshalling of LMRendererInfo struct LMRendererInfo_t3374010072_marshaled_com { Renderer_t2627027031 * ___renderer_0; int32_t ___LightmapIndex_1; Vector4_t3319028937 ___LightmapOffsetScale_2; }; #endif // LMRENDERERINFO_T3374010072_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 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 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 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 UIVERTEX_T4057497605_H #define UIVERTEX_T4057497605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UIVertex struct UIVertex_t4057497605 { public: // UnityEngine.Vector3 UnityEngine.UIVertex::position Vector3_t3722313464 ___position_0; // UnityEngine.Vector3 UnityEngine.UIVertex::normal Vector3_t3722313464 ___normal_1; // UnityEngine.Color32 UnityEngine.UIVertex::color Color32_t2600501292 ___color_2; // UnityEngine.Vector2 UnityEngine.UIVertex::uv0 Vector2_t2156229523 ___uv0_3; // UnityEngine.Vector2 UnityEngine.UIVertex::uv1 Vector2_t2156229523 ___uv1_4; // UnityEngine.Vector2 UnityEngine.UIVertex::uv2 Vector2_t2156229523 ___uv2_5; // UnityEngine.Vector2 UnityEngine.UIVertex::uv3 Vector2_t2156229523 ___uv3_6; // UnityEngine.Vector4 UnityEngine.UIVertex::tangent Vector4_t3319028937 ___tangent_7; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(UIVertex_t4057497605, ___position_0)); } inline Vector3_t3722313464 get_position_0() const { return ___position_0; } inline Vector3_t3722313464 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t3722313464 value) { ___position_0 = value; } inline static int32_t get_offset_of_normal_1() { return static_cast(offsetof(UIVertex_t4057497605, ___normal_1)); } inline Vector3_t3722313464 get_normal_1() const { return ___normal_1; } inline Vector3_t3722313464 * get_address_of_normal_1() { return &___normal_1; } inline void set_normal_1(Vector3_t3722313464 value) { ___normal_1 = value; } inline static int32_t get_offset_of_color_2() { return static_cast(offsetof(UIVertex_t4057497605, ___color_2)); } inline Color32_t2600501292 get_color_2() const { return ___color_2; } inline Color32_t2600501292 * get_address_of_color_2() { return &___color_2; } inline void set_color_2(Color32_t2600501292 value) { ___color_2 = value; } inline static int32_t get_offset_of_uv0_3() { return static_cast(offsetof(UIVertex_t4057497605, ___uv0_3)); } inline Vector2_t2156229523 get_uv0_3() const { return ___uv0_3; } inline Vector2_t2156229523 * get_address_of_uv0_3() { return &___uv0_3; } inline void set_uv0_3(Vector2_t2156229523 value) { ___uv0_3 = value; } inline static int32_t get_offset_of_uv1_4() { return static_cast(offsetof(UIVertex_t4057497605, ___uv1_4)); } inline Vector2_t2156229523 get_uv1_4() const { return ___uv1_4; } inline Vector2_t2156229523 * get_address_of_uv1_4() { return &___uv1_4; } inline void set_uv1_4(Vector2_t2156229523 value) { ___uv1_4 = value; } inline static int32_t get_offset_of_uv2_5() { return static_cast(offsetof(UIVertex_t4057497605, ___uv2_5)); } inline Vector2_t2156229523 get_uv2_5() const { return ___uv2_5; } inline Vector2_t2156229523 * get_address_of_uv2_5() { return &___uv2_5; } inline void set_uv2_5(Vector2_t2156229523 value) { ___uv2_5 = value; } inline static int32_t get_offset_of_uv3_6() { return static_cast(offsetof(UIVertex_t4057497605, ___uv3_6)); } inline Vector2_t2156229523 get_uv3_6() const { return ___uv3_6; } inline Vector2_t2156229523 * get_address_of_uv3_6() { return &___uv3_6; } inline void set_uv3_6(Vector2_t2156229523 value) { ___uv3_6 = value; } inline static int32_t get_offset_of_tangent_7() { return static_cast(offsetof(UIVertex_t4057497605, ___tangent_7)); } inline Vector4_t3319028937 get_tangent_7() const { return ___tangent_7; } inline Vector4_t3319028937 * get_address_of_tangent_7() { return &___tangent_7; } inline void set_tangent_7(Vector4_t3319028937 value) { ___tangent_7 = value; } }; struct UIVertex_t4057497605_StaticFields { public: // UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor Color32_t2600501292 ___s_DefaultColor_8; // UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent Vector4_t3319028937 ___s_DefaultTangent_9; // UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert UIVertex_t4057497605 ___simpleVert_10; public: inline static int32_t get_offset_of_s_DefaultColor_8() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___s_DefaultColor_8)); } inline Color32_t2600501292 get_s_DefaultColor_8() const { return ___s_DefaultColor_8; } inline Color32_t2600501292 * get_address_of_s_DefaultColor_8() { return &___s_DefaultColor_8; } inline void set_s_DefaultColor_8(Color32_t2600501292 value) { ___s_DefaultColor_8 = value; } inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_t3319028937 get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_t3319028937 * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_t3319028937 value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_simpleVert_10() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___simpleVert_10)); } inline UIVertex_t4057497605 get_simpleVert_10() const { return ___simpleVert_10; } inline UIVertex_t4057497605 * get_address_of_simpleVert_10() { return &___simpleVert_10; } inline void set_simpleVert_10(UIVertex_t4057497605 value) { ___simpleVert_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIVERTEX_T4057497605_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 TOUCHPHASE_T72348083_H #define TOUCHPHASE_T72348083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchPhase struct TouchPhase_t72348083 { public: // System.Int32 UnityEngine.TouchPhase::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TouchPhase_t72348083, ___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 // TOUCHPHASE_T72348083_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 AMBIENTMODE_T4023919024_H #define AMBIENTMODE_T4023919024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.AmbientMode struct AmbientMode_t4023919024 { public: // System.Int32 UnityEngine.Rendering.AmbientMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AmbientMode_t4023919024, ___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 // AMBIENTMODE_T4023919024_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 ROTATEEVENT_T2678955840_H #define ROTATEEVENT_T2678955840_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.RotateEvent struct RotateEvent_t2678955840 : public UnityEvent_1_t309005672 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROTATEEVENT_T2678955840_H #ifndef ENUMERATOR_T3586889763_H #define ENUMERATOR_T3586889763_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t3586889763 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1632706988 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t4030379155 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3586889763, ___dictionary_0)); } inline Dictionary_2_t1632706988 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1632706988 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1632706988 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3586889763, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t3586889763, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3586889763, ___current_3)); } inline KeyValuePair_2_t4030379155 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t4030379155 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t4030379155 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3586889763_H #ifndef LIGHTMAPSMODE_T12202505_H #define LIGHTMAPSMODE_T12202505_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LightmapsMode struct LightmapsMode_t12202505 { public: // System.Int32 UnityEngine.LightmapsMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LightmapsMode_t12202505, ___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 // LIGHTMAPSMODE_T12202505_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 EUNZIP_T3015514721_H #define EUNZIP_T3015514721_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUnzip/eUnzip struct eUnzip_t3015514721 { public: // System.Int32 CUnzip/eUnzip::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(eUnzip_t3015514721, ___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 // EUNZIP_T3015514721_H #ifndef AUTHENTICATIONLEVEL_T1236753641_H #define AUTHENTICATIONLEVEL_T1236753641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.AuthenticationLevel struct AuthenticationLevel_t1236753641 { public: // System.Int32 System.Net.Security.AuthenticationLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AuthenticationLevel_t1236753641, ___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 // AUTHENTICATIONLEVEL_T1236753641_H #ifndef EDOWNLOAD_T3533322482_H #define EDOWNLOAD_T3533322482_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CWebConfig/eDownload struct eDownload_t3533322482 { public: // System.Int32 CWebConfig/eDownload::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(eDownload_t3533322482, ___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 // EDOWNLOAD_T3533322482_H #ifndef EDOWNLOAD_T2930573665_H #define EDOWNLOAD_T2930573665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDownload/eDownload struct eDownload_t2930573665 { public: // System.Int32 CDownload/eDownload::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(eDownload_t2930573665, ___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 // EDOWNLOAD_T2930573665_H #ifndef ONROTATECLICKEVENT_T801432223_H #define ONROTATECLICKEVENT_T801432223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.onRotateClickEvent struct onRotateClickEvent_t801432223 : public UnityEvent_t2581268647 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONROTATECLICKEVENT_T801432223_H #ifndef CHARACTERVALIDATION_T4051914437_H #define CHARACTERVALIDATION_T4051914437_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/CharacterValidation struct CharacterValidation_t4051914437 { public: // System.Int32 UnityEngine.UI.InputField/CharacterValidation::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CharacterValidation_t4051914437, ___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 // CHARACTERVALIDATION_T4051914437_H #ifndef LINETYPE_T4214648469_H #define LINETYPE_T4214648469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/LineType struct LineType_t4214648469 { public: // System.Int32 UnityEngine.UI.InputField/LineType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LineType_t4214648469, ___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 // LINETYPE_T4214648469_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 MODE_T1066900953_H #define MODE_T1066900953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Navigation/Mode struct Mode_t1066900953 { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Mode_t1066900953, ___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 // MODE_T1066900953_H #ifndef FILEATTRIBUTES_T3417205536_H #define FILEATTRIBUTES_T3417205536_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAttributes struct FileAttributes_t3417205536 { public: // System.Int32 System.IO.FileAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAttributes_t3417205536, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEATTRIBUTES_T3417205536_H #ifndef SPECIALSTARTUPMODE_T1644068939_H #define SPECIALSTARTUPMODE_T1644068939_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.SpecialStartupMode struct SpecialStartupMode_t1644068939 { public: // System.Int32 DG.Tweening.Core.Enums.SpecialStartupMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SpecialStartupMode_t1644068939, ___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 // SPECIALSTARTUPMODE_T1644068939_H #ifndef LOOPTYPE_T3049802818_H #define LOOPTYPE_T3049802818_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LoopType struct LoopType_t3049802818 { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoopType_t3049802818, ___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_T3049802818_H #ifndef UPDATETYPE_T3937729206_H #define UPDATETYPE_T3937729206_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.UpdateType struct UpdateType_t3937729206 { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UpdateType_t3937729206, ___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 // UPDATETYPE_T3937729206_H #ifndef SELECTIONSTATE_T2656606514_H #define SELECTIONSTATE_T2656606514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable/SelectionState struct SelectionState_t2656606514 { public: // System.Int32 UnityEngine.UI.Selectable/SelectionState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SelectionState_t2656606514, ___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 // SELECTIONSTATE_T2656606514_H #ifndef COLORBLOCK_T2139031574_H #define COLORBLOCK_T2139031574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ColorBlock struct ColorBlock_t2139031574 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_t2555686324 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_t2555686324 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_t2555686324 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_t2555686324 ___m_DisabledColor_3; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_4; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_5; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_NormalColor_0)); } inline Color_t2555686324 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_t2555686324 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_t2555686324 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_HighlightedColor_1)); } inline Color_t2555686324 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_t2555686324 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_t2555686324 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_PressedColor_2)); } inline Color_t2555686324 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_t2555686324 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_t2555686324 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_DisabledColor_3() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_DisabledColor_3)); } inline Color_t2555686324 get_m_DisabledColor_3() const { return ___m_DisabledColor_3; } inline Color_t2555686324 * get_address_of_m_DisabledColor_3() { return &___m_DisabledColor_3; } inline void set_m_DisabledColor_3(Color_t2555686324 value) { ___m_DisabledColor_3 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_4() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_ColorMultiplier_4)); } inline float get_m_ColorMultiplier_4() const { return ___m_ColorMultiplier_4; } inline float* get_address_of_m_ColorMultiplier_4() { return &___m_ColorMultiplier_4; } inline void set_m_ColorMultiplier_4(float value) { ___m_ColorMultiplier_4 = value; } inline static int32_t get_offset_of_m_FadeDuration_5() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_FadeDuration_5)); } inline float get_m_FadeDuration_5() const { return ___m_FadeDuration_5; } inline float* get_address_of_m_FadeDuration_5() { return &___m_FadeDuration_5; } inline void set_m_FadeDuration_5(float value) { ___m_FadeDuration_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLORBLOCK_T2139031574_H #ifndef TRANSITION_T1769908631_H #define TRANSITION_T1769908631_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable/Transition struct Transition_t1769908631 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Transition_t1769908631, ___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 // TRANSITION_T1769908631_H #ifndef AXISCONSTRAINT_T2771958344_H #define AXISCONSTRAINT_T2771958344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.AxisConstraint struct AxisConstraint_t2771958344 { public: // System.Int32 DG.Tweening.AxisConstraint::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AxisConstraint_t2771958344, ___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 // AXISCONSTRAINT_T2771958344_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 TOUCHSCREENKEYBOARDTYPE_T1530597702_H #define TOUCHSCREENKEYBOARDTYPE_T1530597702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchScreenKeyboardType struct TouchScreenKeyboardType_t1530597702 { public: // System.Int32 UnityEngine.TouchScreenKeyboardType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TouchScreenKeyboardType_t1530597702, ___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 // TOUCHSCREENKEYBOARDTYPE_T1530597702_H #ifndef TEXTGENERATIONERROR_T3604799999_H #define TEXTGENERATIONERROR_T3604799999_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextGenerationError struct TextGenerationError_t3604799999 { public: // System.Int32 UnityEngine.TextGenerationError::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextGenerationError_t3604799999, ___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 // TEXTGENERATIONERROR_T3604799999_H #ifndef VERTICALWRAPMODE_T2936607737_H #define VERTICALWRAPMODE_T2936607737_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.VerticalWrapMode struct VerticalWrapMode_t2936607737 { public: // System.Int32 UnityEngine.VerticalWrapMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(VerticalWrapMode_t2936607737, ___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 // VERTICALWRAPMODE_T2936607737_H #ifndef MIXBLEND_T889943025_H #define MIXBLEND_T889943025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.MixBlend struct MixBlend_t889943025 { public: // System.Int32 Spine.MixBlend::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MixBlend_t889943025, ___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 // MIXBLEND_T889943025_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 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 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 TOUCHTYPE_T2034578258_H #define TOUCHTYPE_T2034578258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchType struct TouchType_t2034578258 { public: // System.Int32 UnityEngine.TouchType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TouchType_t2034578258, ___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 // TOUCHTYPE_T2034578258_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 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 TYPE_T1152881528_H #define TYPE_T1152881528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/Type struct Type_t1152881528 { public: // System.Int32 UnityEngine.UI.Image/Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Type_t1152881528, ___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_T1152881528_H #ifndef INPUTTYPE_T1770400679_H #define INPUTTYPE_T1770400679_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/InputType struct InputType_t1770400679 { public: // System.Int32 UnityEngine.UI.InputField/InputType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(InputType_t1770400679, ___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 // INPUTTYPE_T1770400679_H #ifndef CONTENTTYPE_T1787303396_H #define CONTENTTYPE_T1787303396_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/ContentType struct ContentType_t1787303396 { public: // System.Int32 UnityEngine.UI.InputField/ContentType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ContentType_t1787303396, ___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 // CONTENTTYPE_T1787303396_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 RECTOFFSET_T1369453676_H #define RECTOFFSET_T1369453676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RectOffset struct RectOffset_t1369453676 : public RuntimeObject { public: // System.IntPtr UnityEngine.RectOffset::m_Ptr intptr_t ___m_Ptr_0; // System.Object UnityEngine.RectOffset::m_SourceStyle RuntimeObject * ___m_SourceStyle_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(RectOffset_t1369453676, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast(offsetof(RectOffset_t1369453676, ___m_SourceStyle_1)); } inline RuntimeObject * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline RuntimeObject ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(RuntimeObject * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((&___m_SourceStyle_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.RectOffset struct RectOffset_t1369453676_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // Native definition for COM marshalling of UnityEngine.RectOffset struct RectOffset_t1369453676_marshaled_com { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; #endif // RECTOFFSET_T1369453676_H #ifndef FILEACCESS_T1659085276_H #define FILEACCESS_T1659085276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAccess struct FileAccess_t1659085276 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAccess_t1659085276, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEACCESS_T1659085276_H #ifndef USEZIP64_T2355450968_H #define USEZIP64_T2355450968_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.UseZip64 struct UseZip64_t2355450968 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.UseZip64::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UseZip64_t2355450968, ___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 // USEZIP64_T2355450968_H #ifndef COMPRESSIONMETHOD_T3914296270_H #define COMPRESSIONMETHOD_T3914296270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.CompressionMethod struct CompressionMethod_t3914296270 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.CompressionMethod::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CompressionMethod_t3914296270, ___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 // COMPRESSIONMETHOD_T3914296270_H #ifndef KNOWN_T2193685793_H #define KNOWN_T2193685793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipEntry/Known struct Known_t2193685793 { public: // System.Byte ICSharpCode.SharpZipLib.Zip.ZipEntry/Known::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Known_t2193685793, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KNOWN_T2193685793_H #ifndef THREADSTATE_T2533302383_H #define THREADSTATE_T2533302383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadState struct ThreadState_t2533302383 { public: // System.Int32 System.Threading.ThreadState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadState_t2533302383, ___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 // THREADSTATE_T2533302383_H #ifndef FILLMETHOD_T1167457570_H #define FILLMETHOD_T1167457570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/FillMethod struct FillMethod_t1167457570 { public: // System.Int32 UnityEngine.UI.Image/FillMethod::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FillMethod_t1167457570, ___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 // FILLMETHOD_T1167457570_H #ifndef TWEENTYPE_T1971673186_H #define TWEENTYPE_T1971673186_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenType struct TweenType_t1971673186 { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TweenType_t1971673186, ___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 // TWEENTYPE_T1971673186_H #ifndef ASYNCOPERATION_T1445031843_H #define ASYNCOPERATION_T1445031843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AsyncOperation struct AsyncOperation_t1445031843 : public YieldInstruction_t403091072 { public: // System.IntPtr UnityEngine.AsyncOperation::m_Ptr intptr_t ___m_Ptr_0; // System.Action`1 UnityEngine.AsyncOperation::m_completeCallback Action_1_t1617499438 * ___m_completeCallback_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AsyncOperation_t1445031843, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_completeCallback_1() { return static_cast(offsetof(AsyncOperation_t1445031843, ___m_completeCallback_1)); } inline Action_1_t1617499438 * get_m_completeCallback_1() const { return ___m_completeCallback_1; } inline Action_1_t1617499438 ** get_address_of_m_completeCallback_1() { return &___m_completeCallback_1; } inline void set_m_completeCallback_1(Action_1_t1617499438 * value) { ___m_completeCallback_1 = value; Il2CppCodeGenWriteBarrier((&___m_completeCallback_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.AsyncOperation struct AsyncOperation_t1445031843_marshaled_pinvoke : public YieldInstruction_t403091072_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // Native definition for COM marshalling of UnityEngine.AsyncOperation struct AsyncOperation_t1445031843_marshaled_com : public YieldInstruction_t403091072_marshaled_com { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; #endif // ASYNCOPERATION_T1445031843_H #ifndef ENUMERATOR_T2536349866_H #define ENUMERATOR_T2536349866_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t2536349866 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t647105989 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current Vector2Int_t3469998543 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2536349866, ___l_0)); } inline List_1_t647105989 * get_l_0() const { return ___l_0; } inline List_1_t647105989 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t647105989 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2536349866, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2536349866, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2536349866, ___current_3)); } inline Vector2Int_t3469998543 get_current_3() const { return ___current_3; } inline Vector2Int_t3469998543 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(Vector2Int_t3469998543 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2536349866_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 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 RENDERTEXTUREFORMAT_T962350765_H #define RENDERTEXTUREFORMAT_T962350765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RenderTextureFormat struct RenderTextureFormat_t962350765 { public: // System.Int32 UnityEngine.RenderTextureFormat::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RenderTextureFormat_t962350765, ___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 // RENDERTEXTUREFORMAT_T962350765_H #ifndef SWIPEEVENT_T4115661022_H #define SWIPEEVENT_T4115661022_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SwipeEvent struct SwipeEvent_t4115661022 : public UnityEvent_1_t3832605257 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SWIPEEVENT_T4115661022_H #ifndef GETCARDINALDIRECTIONS_T1084520870_H #define GETCARDINALDIRECTIONS_T1084520870_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SwipeDetector/GetCardinalDirections struct GetCardinalDirections_t1084520870 : public RuntimeObject { public: public: }; struct GetCardinalDirections_t1084520870_StaticFields { public: // UnityEngine.Vector2 FitFun.SwipeDetector/GetCardinalDirections::Up Vector2_t2156229523 ___Up_0; // UnityEngine.Vector2 FitFun.SwipeDetector/GetCardinalDirections::Down Vector2_t2156229523 ___Down_1; // UnityEngine.Vector2 FitFun.SwipeDetector/GetCardinalDirections::Right Vector2_t2156229523 ___Right_2; // UnityEngine.Vector2 FitFun.SwipeDetector/GetCardinalDirections::Left Vector2_t2156229523 ___Left_3; // UnityEngine.Vector2 FitFun.SwipeDetector/GetCardinalDirections::UpRight Vector2_t2156229523 ___UpRight_4; // UnityEngine.Vector2 FitFun.SwipeDetector/GetCardinalDirections::UpLeft Vector2_t2156229523 ___UpLeft_5; // UnityEngine.Vector2 FitFun.SwipeDetector/GetCardinalDirections::DownRight Vector2_t2156229523 ___DownRight_6; // UnityEngine.Vector2 FitFun.SwipeDetector/GetCardinalDirections::DownLeft Vector2_t2156229523 ___DownLeft_7; public: inline static int32_t get_offset_of_Up_0() { return static_cast(offsetof(GetCardinalDirections_t1084520870_StaticFields, ___Up_0)); } inline Vector2_t2156229523 get_Up_0() const { return ___Up_0; } inline Vector2_t2156229523 * get_address_of_Up_0() { return &___Up_0; } inline void set_Up_0(Vector2_t2156229523 value) { ___Up_0 = value; } inline static int32_t get_offset_of_Down_1() { return static_cast(offsetof(GetCardinalDirections_t1084520870_StaticFields, ___Down_1)); } inline Vector2_t2156229523 get_Down_1() const { return ___Down_1; } inline Vector2_t2156229523 * get_address_of_Down_1() { return &___Down_1; } inline void set_Down_1(Vector2_t2156229523 value) { ___Down_1 = value; } inline static int32_t get_offset_of_Right_2() { return static_cast(offsetof(GetCardinalDirections_t1084520870_StaticFields, ___Right_2)); } inline Vector2_t2156229523 get_Right_2() const { return ___Right_2; } inline Vector2_t2156229523 * get_address_of_Right_2() { return &___Right_2; } inline void set_Right_2(Vector2_t2156229523 value) { ___Right_2 = value; } inline static int32_t get_offset_of_Left_3() { return static_cast(offsetof(GetCardinalDirections_t1084520870_StaticFields, ___Left_3)); } inline Vector2_t2156229523 get_Left_3() const { return ___Left_3; } inline Vector2_t2156229523 * get_address_of_Left_3() { return &___Left_3; } inline void set_Left_3(Vector2_t2156229523 value) { ___Left_3 = value; } inline static int32_t get_offset_of_UpRight_4() { return static_cast(offsetof(GetCardinalDirections_t1084520870_StaticFields, ___UpRight_4)); } inline Vector2_t2156229523 get_UpRight_4() const { return ___UpRight_4; } inline Vector2_t2156229523 * get_address_of_UpRight_4() { return &___UpRight_4; } inline void set_UpRight_4(Vector2_t2156229523 value) { ___UpRight_4 = value; } inline static int32_t get_offset_of_UpLeft_5() { return static_cast(offsetof(GetCardinalDirections_t1084520870_StaticFields, ___UpLeft_5)); } inline Vector2_t2156229523 get_UpLeft_5() const { return ___UpLeft_5; } inline Vector2_t2156229523 * get_address_of_UpLeft_5() { return &___UpLeft_5; } inline void set_UpLeft_5(Vector2_t2156229523 value) { ___UpLeft_5 = value; } inline static int32_t get_offset_of_DownRight_6() { return static_cast(offsetof(GetCardinalDirections_t1084520870_StaticFields, ___DownRight_6)); } inline Vector2_t2156229523 get_DownRight_6() const { return ___DownRight_6; } inline Vector2_t2156229523 * get_address_of_DownRight_6() { return &___DownRight_6; } inline void set_DownRight_6(Vector2_t2156229523 value) { ___DownRight_6 = value; } inline static int32_t get_offset_of_DownLeft_7() { return static_cast(offsetof(GetCardinalDirections_t1084520870_StaticFields, ___DownLeft_7)); } inline Vector2_t2156229523 get_DownLeft_7() const { return ___DownLeft_7; } inline Vector2_t2156229523 * get_address_of_DownLeft_7() { return &___DownLeft_7; } inline void set_DownLeft_7(Vector2_t2156229523 value) { ___DownLeft_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETCARDINALDIRECTIONS_T1084520870_H #ifndef XMLELEMENT_T561603118_H #define XMLELEMENT_T561603118_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlElement struct XmlElement_t561603118 : public XmlLinkedNode_t1437094927 { public: // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes XmlAttributeCollection_t2316283784 * ___attributes_7; // System.Xml.XmlNameEntry System.Xml.XmlElement::name XmlNameEntry_t1073099671 * ___name_8; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_9; // System.Boolean System.Xml.XmlElement::isNotEmpty bool ___isNotEmpty_10; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlElement::schemaInfo RuntimeObject* ___schemaInfo_11; public: inline static int32_t get_offset_of_attributes_7() { return static_cast(offsetof(XmlElement_t561603118, ___attributes_7)); } inline XmlAttributeCollection_t2316283784 * get_attributes_7() const { return ___attributes_7; } inline XmlAttributeCollection_t2316283784 ** get_address_of_attributes_7() { return &___attributes_7; } inline void set_attributes_7(XmlAttributeCollection_t2316283784 * value) { ___attributes_7 = value; Il2CppCodeGenWriteBarrier((&___attributes_7), value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(XmlElement_t561603118, ___name_8)); } inline XmlNameEntry_t1073099671 * get_name_8() const { return ___name_8; } inline XmlNameEntry_t1073099671 ** get_address_of_name_8() { return &___name_8; } inline void set_name_8(XmlNameEntry_t1073099671 * value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((&___name_8), value); } inline static int32_t get_offset_of_lastLinkedChild_9() { return static_cast(offsetof(XmlElement_t561603118, ___lastLinkedChild_9)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_9() const { return ___lastLinkedChild_9; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_9() { return &___lastLinkedChild_9; } inline void set_lastLinkedChild_9(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_9 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_9), value); } inline static int32_t get_offset_of_isNotEmpty_10() { return static_cast(offsetof(XmlElement_t561603118, ___isNotEmpty_10)); } inline bool get_isNotEmpty_10() const { return ___isNotEmpty_10; } inline bool* get_address_of_isNotEmpty_10() { return &___isNotEmpty_10; } inline void set_isNotEmpty_10(bool value) { ___isNotEmpty_10 = value; } inline static int32_t get_offset_of_schemaInfo_11() { return static_cast(offsetof(XmlElement_t561603118, ___schemaInfo_11)); } inline RuntimeObject* get_schemaInfo_11() const { return ___schemaInfo_11; } inline RuntimeObject** get_address_of_schemaInfo_11() { return &___schemaInfo_11; } inline void set_schemaInfo_11(RuntimeObject* value) { ___schemaInfo_11 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLELEMENT_T561603118_H #ifndef BATTERYSTATUS_T2061396309_H #define BATTERYSTATUS_T2061396309_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.BatteryStatus struct BatteryStatus_t2061396309 { public: // System.Int32 UnityEngine.BatteryStatus::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BatteryStatus_t2061396309, ___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 // BATTERYSTATUS_T2061396309_H #ifndef COPYTEXTURESUPPORT_T2750066657_H #define COPYTEXTURESUPPORT_T2750066657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.CopyTextureSupport struct CopyTextureSupport_t2750066657 { public: // System.Int32 UnityEngine.Rendering.CopyTextureSupport::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CopyTextureSupport_t2750066657, ___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 // COPYTEXTURESUPPORT_T2750066657_H #ifndef DEVICETYPE_T643007838_H #define DEVICETYPE_T643007838_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.DeviceType struct DeviceType_t643007838 { public: // System.Int32 UnityEngine.DeviceType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DeviceType_t643007838, ___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 // DEVICETYPE_T643007838_H #ifndef GESTURE_T96444536_H #define GESTURE_T96444536_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Gesture struct Gesture_t96444536 { public: // System.Int32 Gesture::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Gesture_t96444536, ___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 // GESTURE_T96444536_H #ifndef KEYCODE_T2599294277_H #define KEYCODE_T2599294277_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.KeyCode struct KeyCode_t2599294277 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(KeyCode_t2599294277, ___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 // KEYCODE_T2599294277_H #ifndef EASE_T4010715394_H #define EASE_T4010715394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Ease struct Ease_t4010715394 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Ease_t4010715394, ___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 // EASE_T4010715394_H #ifndef HORIZONTALWRAPMODE_T2172737147_H #define HORIZONTALWRAPMODE_T2172737147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.HorizontalWrapMode struct HorizontalWrapMode_t2172737147 { public: // System.Int32 UnityEngine.HorizontalWrapMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HorizontalWrapMode_t2172737147, ___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 // HORIZONTALWRAPMODE_T2172737147_H #ifndef EDGE_T1530570602_H #define EDGE_T1530570602_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RectTransform/Edge struct Edge_t1530570602 { public: // System.Int32 UnityEngine.RectTransform/Edge::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Edge_t1530570602, ___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 // EDGE_T1530570602_H #ifndef FONTSTYLE_T82229486_H #define FONTSTYLE_T82229486_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.FontStyle struct FontStyle_t82229486 { public: // System.Int32 UnityEngine.FontStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FontStyle_t82229486, ___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 // FONTSTYLE_T82229486_H #ifndef RAYCASTRESULT_T3360306849_H #define RAYCASTRESULT_T3360306849_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849 { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_t1113636619 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_t4150874583 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_6; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t3722313464 ___worldPosition_7; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t3722313464 ___worldNormal_8; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_t2156229523 ___screenPosition_9; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_10; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t3360306849, ___m_GameObject_0)); } inline GameObject_t1113636619 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_t1113636619 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_t1113636619 * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((&___m_GameObject_0), value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t3360306849, ___module_1)); } inline BaseRaycaster_t4150874583 * get_module_1() const { return ___module_1; } inline BaseRaycaster_t4150874583 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_t4150874583 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((&___module_1), value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t3360306849, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t3360306849, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t3360306849, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingLayer_5() { return static_cast(offsetof(RaycastResult_t3360306849, ___sortingLayer_5)); } inline int32_t get_sortingLayer_5() const { return ___sortingLayer_5; } inline int32_t* get_address_of_sortingLayer_5() { return &___sortingLayer_5; } inline void set_sortingLayer_5(int32_t value) { ___sortingLayer_5 = value; } inline static int32_t get_offset_of_sortingOrder_6() { return static_cast(offsetof(RaycastResult_t3360306849, ___sortingOrder_6)); } inline int32_t get_sortingOrder_6() const { return ___sortingOrder_6; } inline int32_t* get_address_of_sortingOrder_6() { return &___sortingOrder_6; } inline void set_sortingOrder_6(int32_t value) { ___sortingOrder_6 = value; } inline static int32_t get_offset_of_worldPosition_7() { return static_cast(offsetof(RaycastResult_t3360306849, ___worldPosition_7)); } inline Vector3_t3722313464 get_worldPosition_7() const { return ___worldPosition_7; } inline Vector3_t3722313464 * get_address_of_worldPosition_7() { return &___worldPosition_7; } inline void set_worldPosition_7(Vector3_t3722313464 value) { ___worldPosition_7 = value; } inline static int32_t get_offset_of_worldNormal_8() { return static_cast(offsetof(RaycastResult_t3360306849, ___worldNormal_8)); } inline Vector3_t3722313464 get_worldNormal_8() const { return ___worldNormal_8; } inline Vector3_t3722313464 * get_address_of_worldNormal_8() { return &___worldNormal_8; } inline void set_worldNormal_8(Vector3_t3722313464 value) { ___worldNormal_8 = value; } inline static int32_t get_offset_of_screenPosition_9() { return static_cast(offsetof(RaycastResult_t3360306849, ___screenPosition_9)); } inline Vector2_t2156229523 get_screenPosition_9() const { return ___screenPosition_9; } inline Vector2_t2156229523 * get_address_of_screenPosition_9() { return &___screenPosition_9; } inline void set_screenPosition_9(Vector2_t2156229523 value) { ___screenPosition_9 = value; } inline static int32_t get_offset_of_displayIndex_10() { return static_cast(offsetof(RaycastResult_t3360306849, ___displayIndex_10)); } inline int32_t get_displayIndex_10() const { return ___displayIndex_10; } inline int32_t* get_address_of_displayIndex_10() { return &___displayIndex_10; } inline void set_displayIndex_10(int32_t value) { ___displayIndex_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849_marshaled_pinvoke { GameObject_t1113636619 * ___m_GameObject_0; BaseRaycaster_t4150874583 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t3722313464 ___worldPosition_7; Vector3_t3722313464 ___worldNormal_8; Vector2_t2156229523 ___screenPosition_9; int32_t ___displayIndex_10; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849_marshaled_com { GameObject_t1113636619 * ___m_GameObject_0; BaseRaycaster_t4150874583 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t3722313464 ___worldPosition_7; Vector3_t3722313464 ___worldNormal_8; Vector2_t2156229523 ___screenPosition_9; int32_t ___displayIndex_10; }; #endif // RAYCASTRESULT_T3360306849_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 SWIPE_T2572127820_H #define SWIPE_T2572127820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Swipe struct Swipe_t2572127820 { public: // System.Int32 FitFun.Swipe::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Swipe_t2572127820, ___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 // SWIPE_T2572127820_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 BUTTONCLICKEDEVENT_T48803504_H #define BUTTONCLICKEDEVENT_T48803504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_t48803504 : public UnityEvent_t2581268647 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUTTONCLICKEDEVENT_T48803504_H #ifndef LOADSCENEMODE_T3251202195_H #define LOADSCENEMODE_T3251202195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SceneManagement.LoadSceneMode struct LoadSceneMode_t3251202195 { public: // System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoadSceneMode_t3251202195, ___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 // LOADSCENEMODE_T3251202195_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 OPERATINGSYSTEMFAMILY_T1868066375_H #define OPERATINGSYSTEMFAMILY_T1868066375_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.OperatingSystemFamily struct OperatingSystemFamily_t1868066375 { public: // System.Int32 UnityEngine.OperatingSystemFamily::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OperatingSystemFamily_t1868066375, ___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 // OPERATINGSYSTEMFAMILY_T1868066375_H #ifndef GUISTYLESTATE_T1397964415_H #define GUISTYLESTATE_T1397964415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GUIStyleState struct GUIStyleState_t1397964415 : public RuntimeObject { public: // System.IntPtr UnityEngine.GUIStyleState::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.GUIStyle UnityEngine.GUIStyleState::m_SourceStyle GUIStyle_t3956901511 * ___m_SourceStyle_1; // UnityEngine.Texture2D UnityEngine.GUIStyleState::m_Background Texture2D_t3840446185 * ___m_Background_2; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(GUIStyleState_t1397964415, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast(offsetof(GUIStyleState_t1397964415, ___m_SourceStyle_1)); } inline GUIStyle_t3956901511 * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline GUIStyle_t3956901511 ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(GUIStyle_t3956901511 * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((&___m_SourceStyle_1), value); } inline static int32_t get_offset_of_m_Background_2() { return static_cast(offsetof(GUIStyleState_t1397964415, ___m_Background_2)); } inline Texture2D_t3840446185 * get_m_Background_2() const { return ___m_Background_2; } inline Texture2D_t3840446185 ** get_address_of_m_Background_2() { return &___m_Background_2; } inline void set_m_Background_2(Texture2D_t3840446185 * value) { ___m_Background_2 = value; Il2CppCodeGenWriteBarrier((&___m_Background_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.GUIStyleState struct GUIStyleState_t1397964415_marshaled_pinvoke { intptr_t ___m_Ptr_0; GUIStyle_t3956901511_marshaled_pinvoke* ___m_SourceStyle_1; Texture2D_t3840446185 * ___m_Background_2; }; // Native definition for COM marshalling of UnityEngine.GUIStyleState struct GUIStyleState_t1397964415_marshaled_com { intptr_t ___m_Ptr_0; GUIStyle_t3956901511_marshaled_com* ___m_SourceStyle_1; Texture2D_t3840446185 * ___m_Background_2; }; #endif // GUISTYLESTATE_T1397964415_H #ifndef CMD_INTERATION_T2186640087_H #define CMD_INTERATION_T2186640087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMD_INTERATION struct CMD_INTERATION_t2186640087 { public: // System.Int32 CMD_INTERATION::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CMD_INTERATION_t2186640087, ___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 // CMD_INTERATION_T2186640087_H #ifndef TEXTANCHOR_T2035777396_H #define TEXTANCHOR_T2035777396_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextAnchor struct TextAnchor_t2035777396 { public: // System.Int32 UnityEngine.TextAnchor::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextAnchor_t2035777396, ___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 // TEXTANCHOR_T2035777396_H #ifndef CMD_MOTION_T2212196501_H #define CMD_MOTION_T2212196501_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMD_MOTION struct CMD_MOTION_t2212196501 { public: // System.Int32 CMD_MOTION::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CMD_MOTION_t2212196501, ___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 // CMD_MOTION_T2212196501_H #ifndef VEHICLEINPUTCMD_T551763092_H #define VEHICLEINPUTCMD_T551763092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // VehicleInputCmd struct VehicleInputCmd_t551763092 { public: // System.Int32 VehicleInputCmd::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(VehicleInputCmd_t551763092, ___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 // VEHICLEINPUTCMD_T551763092_H #ifndef NPOTSUPPORT_T3085186119_H #define NPOTSUPPORT_T3085186119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.NPOTSupport struct NPOTSupport_t3085186119 { public: // System.Int32 UnityEngine.NPOTSupport::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NPOTSupport_t3085186119, ___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 // NPOTSUPPORT_T3085186119_H #ifndef RUNTIMEPLATFORM_T4159857903_H #define RUNTIMEPLATFORM_T4159857903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RuntimePlatform struct RuntimePlatform_t4159857903 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RuntimePlatform_t4159857903, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEPLATFORM_T4159857903_H #ifndef FILTERMODE_T3761284007_H #define FILTERMODE_T3761284007_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.FilterMode struct FilterMode_t3761284007 { public: // System.Int32 UnityEngine.FilterMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FilterMode_t3761284007, ___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 // FILTERMODE_T3761284007_H #ifndef NETWORKREACHABILITY_T3450623372_H #define NETWORKREACHABILITY_T3450623372_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.NetworkReachability struct NetworkReachability_t3450623372 { public: // System.Int32 UnityEngine.NetworkReachability::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NetworkReachability_t3450623372, ___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 // NETWORKREACHABILITY_T3450623372_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 GRAPHICSDEVICETYPE_T1797077436_H #define GRAPHICSDEVICETYPE_T1797077436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.GraphicsDeviceType struct GraphicsDeviceType_t1797077436 { public: // System.Int32 UnityEngine.Rendering.GraphicsDeviceType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(GraphicsDeviceType_t1797077436, ___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 // GRAPHICSDEVICETYPE_T1797077436_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 ZIPENTRY_T658048195_H #define ZIPENTRY_T658048195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipEntry struct ZipEntry_t658048195 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Zip.ZipEntry/Known ICSharpCode.SharpZipLib.Zip.ZipEntry::known uint8_t ___known_0; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::externalFileAttributes int32_t ___externalFileAttributes_1; // System.UInt16 ICSharpCode.SharpZipLib.Zip.ZipEntry::versionMadeBy uint16_t ___versionMadeBy_2; // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::name String_t* ___name_3; // System.UInt64 ICSharpCode.SharpZipLib.Zip.ZipEntry::size uint64_t ___size_4; // System.UInt64 ICSharpCode.SharpZipLib.Zip.ZipEntry::compressedSize uint64_t ___compressedSize_5; // System.UInt16 ICSharpCode.SharpZipLib.Zip.ZipEntry::versionToExtract uint16_t ___versionToExtract_6; // System.UInt32 ICSharpCode.SharpZipLib.Zip.ZipEntry::crc uint32_t ___crc_7; // System.UInt32 ICSharpCode.SharpZipLib.Zip.ZipEntry::dosTime uint32_t ___dosTime_8; // ICSharpCode.SharpZipLib.Zip.CompressionMethod ICSharpCode.SharpZipLib.Zip.ZipEntry::method int32_t ___method_9; // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipEntry::extra ByteU5BU5D_t4116647657* ___extra_10; // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::comment String_t* ___comment_11; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::flags int32_t ___flags_12; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::zipFileIndex int64_t ___zipFileIndex_13; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::offset int64_t ___offset_14; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::forceZip64_ bool ___forceZip64__15; // System.Byte ICSharpCode.SharpZipLib.Zip.ZipEntry::cryptoCheckValue_ uint8_t ___cryptoCheckValue__16; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::_aesVer int32_t ____aesVer_17; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::_aesEncryptionStrength int32_t ____aesEncryptionStrength_18; public: inline static int32_t get_offset_of_known_0() { return static_cast(offsetof(ZipEntry_t658048195, ___known_0)); } inline uint8_t get_known_0() const { return ___known_0; } inline uint8_t* get_address_of_known_0() { return &___known_0; } inline void set_known_0(uint8_t value) { ___known_0 = value; } inline static int32_t get_offset_of_externalFileAttributes_1() { return static_cast(offsetof(ZipEntry_t658048195, ___externalFileAttributes_1)); } inline int32_t get_externalFileAttributes_1() const { return ___externalFileAttributes_1; } inline int32_t* get_address_of_externalFileAttributes_1() { return &___externalFileAttributes_1; } inline void set_externalFileAttributes_1(int32_t value) { ___externalFileAttributes_1 = value; } inline static int32_t get_offset_of_versionMadeBy_2() { return static_cast(offsetof(ZipEntry_t658048195, ___versionMadeBy_2)); } inline uint16_t get_versionMadeBy_2() const { return ___versionMadeBy_2; } inline uint16_t* get_address_of_versionMadeBy_2() { return &___versionMadeBy_2; } inline void set_versionMadeBy_2(uint16_t value) { ___versionMadeBy_2 = value; } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(ZipEntry_t658048195, ___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_size_4() { return static_cast(offsetof(ZipEntry_t658048195, ___size_4)); } inline uint64_t get_size_4() const { return ___size_4; } inline uint64_t* get_address_of_size_4() { return &___size_4; } inline void set_size_4(uint64_t value) { ___size_4 = value; } inline static int32_t get_offset_of_compressedSize_5() { return static_cast(offsetof(ZipEntry_t658048195, ___compressedSize_5)); } inline uint64_t get_compressedSize_5() const { return ___compressedSize_5; } inline uint64_t* get_address_of_compressedSize_5() { return &___compressedSize_5; } inline void set_compressedSize_5(uint64_t value) { ___compressedSize_5 = value; } inline static int32_t get_offset_of_versionToExtract_6() { return static_cast(offsetof(ZipEntry_t658048195, ___versionToExtract_6)); } inline uint16_t get_versionToExtract_6() const { return ___versionToExtract_6; } inline uint16_t* get_address_of_versionToExtract_6() { return &___versionToExtract_6; } inline void set_versionToExtract_6(uint16_t value) { ___versionToExtract_6 = value; } inline static int32_t get_offset_of_crc_7() { return static_cast(offsetof(ZipEntry_t658048195, ___crc_7)); } inline uint32_t get_crc_7() const { return ___crc_7; } inline uint32_t* get_address_of_crc_7() { return &___crc_7; } inline void set_crc_7(uint32_t value) { ___crc_7 = value; } inline static int32_t get_offset_of_dosTime_8() { return static_cast(offsetof(ZipEntry_t658048195, ___dosTime_8)); } inline uint32_t get_dosTime_8() const { return ___dosTime_8; } inline uint32_t* get_address_of_dosTime_8() { return &___dosTime_8; } inline void set_dosTime_8(uint32_t value) { ___dosTime_8 = value; } inline static int32_t get_offset_of_method_9() { return static_cast(offsetof(ZipEntry_t658048195, ___method_9)); } inline int32_t get_method_9() const { return ___method_9; } inline int32_t* get_address_of_method_9() { return &___method_9; } inline void set_method_9(int32_t value) { ___method_9 = value; } inline static int32_t get_offset_of_extra_10() { return static_cast(offsetof(ZipEntry_t658048195, ___extra_10)); } inline ByteU5BU5D_t4116647657* get_extra_10() const { return ___extra_10; } inline ByteU5BU5D_t4116647657** get_address_of_extra_10() { return &___extra_10; } inline void set_extra_10(ByteU5BU5D_t4116647657* value) { ___extra_10 = value; Il2CppCodeGenWriteBarrier((&___extra_10), value); } inline static int32_t get_offset_of_comment_11() { return static_cast(offsetof(ZipEntry_t658048195, ___comment_11)); } inline String_t* get_comment_11() const { return ___comment_11; } inline String_t** get_address_of_comment_11() { return &___comment_11; } inline void set_comment_11(String_t* value) { ___comment_11 = value; Il2CppCodeGenWriteBarrier((&___comment_11), value); } inline static int32_t get_offset_of_flags_12() { return static_cast(offsetof(ZipEntry_t658048195, ___flags_12)); } inline int32_t get_flags_12() const { return ___flags_12; } inline int32_t* get_address_of_flags_12() { return &___flags_12; } inline void set_flags_12(int32_t value) { ___flags_12 = value; } inline static int32_t get_offset_of_zipFileIndex_13() { return static_cast(offsetof(ZipEntry_t658048195, ___zipFileIndex_13)); } inline int64_t get_zipFileIndex_13() const { return ___zipFileIndex_13; } inline int64_t* get_address_of_zipFileIndex_13() { return &___zipFileIndex_13; } inline void set_zipFileIndex_13(int64_t value) { ___zipFileIndex_13 = value; } inline static int32_t get_offset_of_offset_14() { return static_cast(offsetof(ZipEntry_t658048195, ___offset_14)); } inline int64_t get_offset_14() const { return ___offset_14; } inline int64_t* get_address_of_offset_14() { return &___offset_14; } inline void set_offset_14(int64_t value) { ___offset_14 = value; } inline static int32_t get_offset_of_forceZip64__15() { return static_cast(offsetof(ZipEntry_t658048195, ___forceZip64__15)); } inline bool get_forceZip64__15() const { return ___forceZip64__15; } inline bool* get_address_of_forceZip64__15() { return &___forceZip64__15; } inline void set_forceZip64__15(bool value) { ___forceZip64__15 = value; } inline static int32_t get_offset_of_cryptoCheckValue__16() { return static_cast(offsetof(ZipEntry_t658048195, ___cryptoCheckValue__16)); } inline uint8_t get_cryptoCheckValue__16() const { return ___cryptoCheckValue__16; } inline uint8_t* get_address_of_cryptoCheckValue__16() { return &___cryptoCheckValue__16; } inline void set_cryptoCheckValue__16(uint8_t value) { ___cryptoCheckValue__16 = value; } inline static int32_t get_offset_of__aesVer_17() { return static_cast(offsetof(ZipEntry_t658048195, ____aesVer_17)); } inline int32_t get__aesVer_17() const { return ____aesVer_17; } inline int32_t* get_address_of__aesVer_17() { return &____aesVer_17; } inline void set__aesVer_17(int32_t value) { ____aesVer_17 = value; } inline static int32_t get_offset_of__aesEncryptionStrength_18() { return static_cast(offsetof(ZipEntry_t658048195, ____aesEncryptionStrength_18)); } inline int32_t get__aesEncryptionStrength_18() const { return ____aesEncryptionStrength_18; } inline int32_t* get_address_of__aesEncryptionStrength_18() { return &____aesEncryptionStrength_18; } inline void set__aesEncryptionStrength_18(int32_t value) { ____aesEncryptionStrength_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPENTRY_T658048195_H #ifndef CHARACTERINFO_T1228754872_H #define CHARACTERINFO_T1228754872_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CharacterInfo struct CharacterInfo_t1228754872 { public: // System.Int32 UnityEngine.CharacterInfo::index int32_t ___index_0; // UnityEngine.Rect UnityEngine.CharacterInfo::uv Rect_t2360479859 ___uv_1; // UnityEngine.Rect UnityEngine.CharacterInfo::vert Rect_t2360479859 ___vert_2; // System.Single UnityEngine.CharacterInfo::width float ___width_3; // System.Int32 UnityEngine.CharacterInfo::size int32_t ___size_4; // UnityEngine.FontStyle UnityEngine.CharacterInfo::style int32_t ___style_5; // System.Boolean UnityEngine.CharacterInfo::flipped bool ___flipped_6; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(CharacterInfo_t1228754872, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_uv_1() { return static_cast(offsetof(CharacterInfo_t1228754872, ___uv_1)); } inline Rect_t2360479859 get_uv_1() const { return ___uv_1; } inline Rect_t2360479859 * get_address_of_uv_1() { return &___uv_1; } inline void set_uv_1(Rect_t2360479859 value) { ___uv_1 = value; } inline static int32_t get_offset_of_vert_2() { return static_cast(offsetof(CharacterInfo_t1228754872, ___vert_2)); } inline Rect_t2360479859 get_vert_2() const { return ___vert_2; } inline Rect_t2360479859 * get_address_of_vert_2() { return &___vert_2; } inline void set_vert_2(Rect_t2360479859 value) { ___vert_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(CharacterInfo_t1228754872, ___width_3)); } inline float get_width_3() const { return ___width_3; } inline float* get_address_of_width_3() { return &___width_3; } inline void set_width_3(float value) { ___width_3 = value; } inline static int32_t get_offset_of_size_4() { return static_cast(offsetof(CharacterInfo_t1228754872, ___size_4)); } inline int32_t get_size_4() const { return ___size_4; } inline int32_t* get_address_of_size_4() { return &___size_4; } inline void set_size_4(int32_t value) { ___size_4 = value; } inline static int32_t get_offset_of_style_5() { return static_cast(offsetof(CharacterInfo_t1228754872, ___style_5)); } inline int32_t get_style_5() const { return ___style_5; } inline int32_t* get_address_of_style_5() { return &___style_5; } inline void set_style_5(int32_t value) { ___style_5 = value; } inline static int32_t get_offset_of_flipped_6() { return static_cast(offsetof(CharacterInfo_t1228754872, ___flipped_6)); } inline bool get_flipped_6() const { return ___flipped_6; } inline bool* get_address_of_flipped_6() { return &___flipped_6; } inline void set_flipped_6(bool value) { ___flipped_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.CharacterInfo struct CharacterInfo_t1228754872_marshaled_pinvoke { int32_t ___index_0; Rect_t2360479859 ___uv_1; Rect_t2360479859 ___vert_2; float ___width_3; int32_t ___size_4; int32_t ___style_5; int32_t ___flipped_6; }; // Native definition for COM marshalling of UnityEngine.CharacterInfo struct CharacterInfo_t1228754872_marshaled_com { int32_t ___index_0; Rect_t2360479859 ___uv_1; Rect_t2360479859 ___vert_2; float ___width_3; int32_t ___size_4; int32_t ___style_5; int32_t ___flipped_6; }; #endif // CHARACTERINFO_T1228754872_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 THREAD_T2300836069_H #define THREAD_T2300836069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Thread struct Thread_t2300836069 : public CriticalFinalizerObject_t701527852 { public: // System.Int32 System.Threading.Thread::lock_thread_id int32_t ___lock_thread_id_0; // System.IntPtr System.Threading.Thread::system_thread_handle intptr_t ___system_thread_handle_1; // System.Object System.Threading.Thread::cached_culture_info RuntimeObject * ___cached_culture_info_2; // System.IntPtr System.Threading.Thread::unused0 intptr_t ___unused0_3; // System.Boolean System.Threading.Thread::threadpool_thread bool ___threadpool_thread_4; // System.IntPtr System.Threading.Thread::name intptr_t ___name_5; // System.Int32 System.Threading.Thread::name_len int32_t ___name_len_6; // System.Threading.ThreadState System.Threading.Thread::state int32_t ___state_7; // System.Object System.Threading.Thread::abort_exc RuntimeObject * ___abort_exc_8; // System.Int32 System.Threading.Thread::abort_state_handle int32_t ___abort_state_handle_9; // System.Int64 System.Threading.Thread::thread_id int64_t ___thread_id_10; // System.IntPtr System.Threading.Thread::start_notify intptr_t ___start_notify_11; // System.IntPtr System.Threading.Thread::stack_ptr intptr_t ___stack_ptr_12; // System.UIntPtr System.Threading.Thread::static_data uintptr_t ___static_data_13; // System.IntPtr System.Threading.Thread::jit_data intptr_t ___jit_data_14; // System.IntPtr System.Threading.Thread::lock_data intptr_t ___lock_data_15; // System.Object System.Threading.Thread::current_appcontext RuntimeObject * ___current_appcontext_16; // System.Int32 System.Threading.Thread::stack_size int32_t ___stack_size_17; // System.Object System.Threading.Thread::start_obj RuntimeObject * ___start_obj_18; // System.IntPtr System.Threading.Thread::appdomain_refs intptr_t ___appdomain_refs_19; // System.Int32 System.Threading.Thread::interruption_requested int32_t ___interruption_requested_20; // System.IntPtr System.Threading.Thread::suspend_event intptr_t ___suspend_event_21; // System.IntPtr System.Threading.Thread::suspended_event intptr_t ___suspended_event_22; // System.IntPtr System.Threading.Thread::resume_event intptr_t ___resume_event_23; // System.IntPtr System.Threading.Thread::synch_cs intptr_t ___synch_cs_24; // System.IntPtr System.Threading.Thread::serialized_culture_info intptr_t ___serialized_culture_info_25; // System.Int32 System.Threading.Thread::serialized_culture_info_len int32_t ___serialized_culture_info_len_26; // System.IntPtr System.Threading.Thread::serialized_ui_culture_info intptr_t ___serialized_ui_culture_info_27; // System.Int32 System.Threading.Thread::serialized_ui_culture_info_len int32_t ___serialized_ui_culture_info_len_28; // System.Boolean System.Threading.Thread::thread_dump_requested bool ___thread_dump_requested_29; // System.IntPtr System.Threading.Thread::end_stack intptr_t ___end_stack_30; // System.Boolean System.Threading.Thread::thread_interrupt_requested bool ___thread_interrupt_requested_31; // System.Byte System.Threading.Thread::apartment_state uint8_t ___apartment_state_32; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Thread::critical_region_level int32_t ___critical_region_level_33; // System.Int32 System.Threading.Thread::small_id int32_t ___small_id_34; // System.IntPtr System.Threading.Thread::manage_callback intptr_t ___manage_callback_35; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_36; // System.Threading.ExecutionContext System.Threading.Thread::ec_to_set ExecutionContext_t1748372627 * ___ec_to_set_37; // System.IntPtr System.Threading.Thread::interrupt_on_stop intptr_t ___interrupt_on_stop_38; // System.IntPtr System.Threading.Thread::unused3 intptr_t ___unused3_39; // System.IntPtr System.Threading.Thread::unused4 intptr_t ___unused4_40; // System.IntPtr System.Threading.Thread::unused5 intptr_t ___unused5_41; // System.IntPtr System.Threading.Thread::unused6 intptr_t ___unused6_42; // System.MulticastDelegate System.Threading.Thread::threadstart MulticastDelegate_t * ___threadstart_45; // System.Int32 System.Threading.Thread::managed_id int32_t ___managed_id_46; // System.Security.Principal.IPrincipal System.Threading.Thread::_principal RuntimeObject* ____principal_47; // System.Boolean System.Threading.Thread::in_currentculture bool ___in_currentculture_50; public: inline static int32_t get_offset_of_lock_thread_id_0() { return static_cast(offsetof(Thread_t2300836069, ___lock_thread_id_0)); } inline int32_t get_lock_thread_id_0() const { return ___lock_thread_id_0; } inline int32_t* get_address_of_lock_thread_id_0() { return &___lock_thread_id_0; } inline void set_lock_thread_id_0(int32_t value) { ___lock_thread_id_0 = value; } inline static int32_t get_offset_of_system_thread_handle_1() { return static_cast(offsetof(Thread_t2300836069, ___system_thread_handle_1)); } inline intptr_t get_system_thread_handle_1() const { return ___system_thread_handle_1; } inline intptr_t* get_address_of_system_thread_handle_1() { return &___system_thread_handle_1; } inline void set_system_thread_handle_1(intptr_t value) { ___system_thread_handle_1 = value; } inline static int32_t get_offset_of_cached_culture_info_2() { return static_cast(offsetof(Thread_t2300836069, ___cached_culture_info_2)); } inline RuntimeObject * get_cached_culture_info_2() const { return ___cached_culture_info_2; } inline RuntimeObject ** get_address_of_cached_culture_info_2() { return &___cached_culture_info_2; } inline void set_cached_culture_info_2(RuntimeObject * value) { ___cached_culture_info_2 = value; Il2CppCodeGenWriteBarrier((&___cached_culture_info_2), value); } inline static int32_t get_offset_of_unused0_3() { return static_cast(offsetof(Thread_t2300836069, ___unused0_3)); } inline intptr_t get_unused0_3() const { return ___unused0_3; } inline intptr_t* get_address_of_unused0_3() { return &___unused0_3; } inline void set_unused0_3(intptr_t value) { ___unused0_3 = value; } inline static int32_t get_offset_of_threadpool_thread_4() { return static_cast(offsetof(Thread_t2300836069, ___threadpool_thread_4)); } inline bool get_threadpool_thread_4() const { return ___threadpool_thread_4; } inline bool* get_address_of_threadpool_thread_4() { return &___threadpool_thread_4; } inline void set_threadpool_thread_4(bool value) { ___threadpool_thread_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Thread_t2300836069, ___name_5)); } inline intptr_t get_name_5() const { return ___name_5; } inline intptr_t* get_address_of_name_5() { return &___name_5; } inline void set_name_5(intptr_t value) { ___name_5 = value; } inline static int32_t get_offset_of_name_len_6() { return static_cast(offsetof(Thread_t2300836069, ___name_len_6)); } inline int32_t get_name_len_6() const { return ___name_len_6; } inline int32_t* get_address_of_name_len_6() { return &___name_len_6; } inline void set_name_len_6(int32_t value) { ___name_len_6 = value; } inline static int32_t get_offset_of_state_7() { return static_cast(offsetof(Thread_t2300836069, ___state_7)); } inline int32_t get_state_7() const { return ___state_7; } inline int32_t* get_address_of_state_7() { return &___state_7; } inline void set_state_7(int32_t value) { ___state_7 = value; } inline static int32_t get_offset_of_abort_exc_8() { return static_cast(offsetof(Thread_t2300836069, ___abort_exc_8)); } inline RuntimeObject * get_abort_exc_8() const { return ___abort_exc_8; } inline RuntimeObject ** get_address_of_abort_exc_8() { return &___abort_exc_8; } inline void set_abort_exc_8(RuntimeObject * value) { ___abort_exc_8 = value; Il2CppCodeGenWriteBarrier((&___abort_exc_8), value); } inline static int32_t get_offset_of_abort_state_handle_9() { return static_cast(offsetof(Thread_t2300836069, ___abort_state_handle_9)); } inline int32_t get_abort_state_handle_9() const { return ___abort_state_handle_9; } inline int32_t* get_address_of_abort_state_handle_9() { return &___abort_state_handle_9; } inline void set_abort_state_handle_9(int32_t value) { ___abort_state_handle_9 = value; } inline static int32_t get_offset_of_thread_id_10() { return static_cast(offsetof(Thread_t2300836069, ___thread_id_10)); } inline int64_t get_thread_id_10() const { return ___thread_id_10; } inline int64_t* get_address_of_thread_id_10() { return &___thread_id_10; } inline void set_thread_id_10(int64_t value) { ___thread_id_10 = value; } inline static int32_t get_offset_of_start_notify_11() { return static_cast(offsetof(Thread_t2300836069, ___start_notify_11)); } inline intptr_t get_start_notify_11() const { return ___start_notify_11; } inline intptr_t* get_address_of_start_notify_11() { return &___start_notify_11; } inline void set_start_notify_11(intptr_t value) { ___start_notify_11 = value; } inline static int32_t get_offset_of_stack_ptr_12() { return static_cast(offsetof(Thread_t2300836069, ___stack_ptr_12)); } inline intptr_t get_stack_ptr_12() const { return ___stack_ptr_12; } inline intptr_t* get_address_of_stack_ptr_12() { return &___stack_ptr_12; } inline void set_stack_ptr_12(intptr_t value) { ___stack_ptr_12 = value; } inline static int32_t get_offset_of_static_data_13() { return static_cast(offsetof(Thread_t2300836069, ___static_data_13)); } inline uintptr_t get_static_data_13() const { return ___static_data_13; } inline uintptr_t* get_address_of_static_data_13() { return &___static_data_13; } inline void set_static_data_13(uintptr_t value) { ___static_data_13 = value; } inline static int32_t get_offset_of_jit_data_14() { return static_cast(offsetof(Thread_t2300836069, ___jit_data_14)); } inline intptr_t get_jit_data_14() const { return ___jit_data_14; } inline intptr_t* get_address_of_jit_data_14() { return &___jit_data_14; } inline void set_jit_data_14(intptr_t value) { ___jit_data_14 = value; } inline static int32_t get_offset_of_lock_data_15() { return static_cast(offsetof(Thread_t2300836069, ___lock_data_15)); } inline intptr_t get_lock_data_15() const { return ___lock_data_15; } inline intptr_t* get_address_of_lock_data_15() { return &___lock_data_15; } inline void set_lock_data_15(intptr_t value) { ___lock_data_15 = value; } inline static int32_t get_offset_of_current_appcontext_16() { return static_cast(offsetof(Thread_t2300836069, ___current_appcontext_16)); } inline RuntimeObject * get_current_appcontext_16() const { return ___current_appcontext_16; } inline RuntimeObject ** get_address_of_current_appcontext_16() { return &___current_appcontext_16; } inline void set_current_appcontext_16(RuntimeObject * value) { ___current_appcontext_16 = value; Il2CppCodeGenWriteBarrier((&___current_appcontext_16), value); } inline static int32_t get_offset_of_stack_size_17() { return static_cast(offsetof(Thread_t2300836069, ___stack_size_17)); } inline int32_t get_stack_size_17() const { return ___stack_size_17; } inline int32_t* get_address_of_stack_size_17() { return &___stack_size_17; } inline void set_stack_size_17(int32_t value) { ___stack_size_17 = value; } inline static int32_t get_offset_of_start_obj_18() { return static_cast(offsetof(Thread_t2300836069, ___start_obj_18)); } inline RuntimeObject * get_start_obj_18() const { return ___start_obj_18; } inline RuntimeObject ** get_address_of_start_obj_18() { return &___start_obj_18; } inline void set_start_obj_18(RuntimeObject * value) { ___start_obj_18 = value; Il2CppCodeGenWriteBarrier((&___start_obj_18), value); } inline static int32_t get_offset_of_appdomain_refs_19() { return static_cast(offsetof(Thread_t2300836069, ___appdomain_refs_19)); } inline intptr_t get_appdomain_refs_19() const { return ___appdomain_refs_19; } inline intptr_t* get_address_of_appdomain_refs_19() { return &___appdomain_refs_19; } inline void set_appdomain_refs_19(intptr_t value) { ___appdomain_refs_19 = value; } inline static int32_t get_offset_of_interruption_requested_20() { return static_cast(offsetof(Thread_t2300836069, ___interruption_requested_20)); } inline int32_t get_interruption_requested_20() const { return ___interruption_requested_20; } inline int32_t* get_address_of_interruption_requested_20() { return &___interruption_requested_20; } inline void set_interruption_requested_20(int32_t value) { ___interruption_requested_20 = value; } inline static int32_t get_offset_of_suspend_event_21() { return static_cast(offsetof(Thread_t2300836069, ___suspend_event_21)); } inline intptr_t get_suspend_event_21() const { return ___suspend_event_21; } inline intptr_t* get_address_of_suspend_event_21() { return &___suspend_event_21; } inline void set_suspend_event_21(intptr_t value) { ___suspend_event_21 = value; } inline static int32_t get_offset_of_suspended_event_22() { return static_cast(offsetof(Thread_t2300836069, ___suspended_event_22)); } inline intptr_t get_suspended_event_22() const { return ___suspended_event_22; } inline intptr_t* get_address_of_suspended_event_22() { return &___suspended_event_22; } inline void set_suspended_event_22(intptr_t value) { ___suspended_event_22 = value; } inline static int32_t get_offset_of_resume_event_23() { return static_cast(offsetof(Thread_t2300836069, ___resume_event_23)); } inline intptr_t get_resume_event_23() const { return ___resume_event_23; } inline intptr_t* get_address_of_resume_event_23() { return &___resume_event_23; } inline void set_resume_event_23(intptr_t value) { ___resume_event_23 = value; } inline static int32_t get_offset_of_synch_cs_24() { return static_cast(offsetof(Thread_t2300836069, ___synch_cs_24)); } inline intptr_t get_synch_cs_24() const { return ___synch_cs_24; } inline intptr_t* get_address_of_synch_cs_24() { return &___synch_cs_24; } inline void set_synch_cs_24(intptr_t value) { ___synch_cs_24 = value; } inline static int32_t get_offset_of_serialized_culture_info_25() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_25)); } inline intptr_t get_serialized_culture_info_25() const { return ___serialized_culture_info_25; } inline intptr_t* get_address_of_serialized_culture_info_25() { return &___serialized_culture_info_25; } inline void set_serialized_culture_info_25(intptr_t value) { ___serialized_culture_info_25 = value; } inline static int32_t get_offset_of_serialized_culture_info_len_26() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_len_26)); } inline int32_t get_serialized_culture_info_len_26() const { return ___serialized_culture_info_len_26; } inline int32_t* get_address_of_serialized_culture_info_len_26() { return &___serialized_culture_info_len_26; } inline void set_serialized_culture_info_len_26(int32_t value) { ___serialized_culture_info_len_26 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_27() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_27)); } inline intptr_t get_serialized_ui_culture_info_27() const { return ___serialized_ui_culture_info_27; } inline intptr_t* get_address_of_serialized_ui_culture_info_27() { return &___serialized_ui_culture_info_27; } inline void set_serialized_ui_culture_info_27(intptr_t value) { ___serialized_ui_culture_info_27 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_len_28() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_len_28)); } inline int32_t get_serialized_ui_culture_info_len_28() const { return ___serialized_ui_culture_info_len_28; } inline int32_t* get_address_of_serialized_ui_culture_info_len_28() { return &___serialized_ui_culture_info_len_28; } inline void set_serialized_ui_culture_info_len_28(int32_t value) { ___serialized_ui_culture_info_len_28 = value; } inline static int32_t get_offset_of_thread_dump_requested_29() { return static_cast(offsetof(Thread_t2300836069, ___thread_dump_requested_29)); } inline bool get_thread_dump_requested_29() const { return ___thread_dump_requested_29; } inline bool* get_address_of_thread_dump_requested_29() { return &___thread_dump_requested_29; } inline void set_thread_dump_requested_29(bool value) { ___thread_dump_requested_29 = value; } inline static int32_t get_offset_of_end_stack_30() { return static_cast(offsetof(Thread_t2300836069, ___end_stack_30)); } inline intptr_t get_end_stack_30() const { return ___end_stack_30; } inline intptr_t* get_address_of_end_stack_30() { return &___end_stack_30; } inline void set_end_stack_30(intptr_t value) { ___end_stack_30 = value; } inline static int32_t get_offset_of_thread_interrupt_requested_31() { return static_cast(offsetof(Thread_t2300836069, ___thread_interrupt_requested_31)); } inline bool get_thread_interrupt_requested_31() const { return ___thread_interrupt_requested_31; } inline bool* get_address_of_thread_interrupt_requested_31() { return &___thread_interrupt_requested_31; } inline void set_thread_interrupt_requested_31(bool value) { ___thread_interrupt_requested_31 = value; } inline static int32_t get_offset_of_apartment_state_32() { return static_cast(offsetof(Thread_t2300836069, ___apartment_state_32)); } inline uint8_t get_apartment_state_32() const { return ___apartment_state_32; } inline uint8_t* get_address_of_apartment_state_32() { return &___apartment_state_32; } inline void set_apartment_state_32(uint8_t value) { ___apartment_state_32 = value; } inline static int32_t get_offset_of_critical_region_level_33() { return static_cast(offsetof(Thread_t2300836069, ___critical_region_level_33)); } inline int32_t get_critical_region_level_33() const { return ___critical_region_level_33; } inline int32_t* get_address_of_critical_region_level_33() { return &___critical_region_level_33; } inline void set_critical_region_level_33(int32_t value) { ___critical_region_level_33 = value; } inline static int32_t get_offset_of_small_id_34() { return static_cast(offsetof(Thread_t2300836069, ___small_id_34)); } inline int32_t get_small_id_34() const { return ___small_id_34; } inline int32_t* get_address_of_small_id_34() { return &___small_id_34; } inline void set_small_id_34(int32_t value) { ___small_id_34 = value; } inline static int32_t get_offset_of_manage_callback_35() { return static_cast(offsetof(Thread_t2300836069, ___manage_callback_35)); } inline intptr_t get_manage_callback_35() const { return ___manage_callback_35; } inline intptr_t* get_address_of_manage_callback_35() { return &___manage_callback_35; } inline void set_manage_callback_35(intptr_t value) { ___manage_callback_35 = value; } inline static int32_t get_offset_of_pending_exception_36() { return static_cast(offsetof(Thread_t2300836069, ___pending_exception_36)); } inline RuntimeObject * get_pending_exception_36() const { return ___pending_exception_36; } inline RuntimeObject ** get_address_of_pending_exception_36() { return &___pending_exception_36; } inline void set_pending_exception_36(RuntimeObject * value) { ___pending_exception_36 = value; Il2CppCodeGenWriteBarrier((&___pending_exception_36), value); } inline static int32_t get_offset_of_ec_to_set_37() { return static_cast(offsetof(Thread_t2300836069, ___ec_to_set_37)); } inline ExecutionContext_t1748372627 * get_ec_to_set_37() const { return ___ec_to_set_37; } inline ExecutionContext_t1748372627 ** get_address_of_ec_to_set_37() { return &___ec_to_set_37; } inline void set_ec_to_set_37(ExecutionContext_t1748372627 * value) { ___ec_to_set_37 = value; Il2CppCodeGenWriteBarrier((&___ec_to_set_37), value); } inline static int32_t get_offset_of_interrupt_on_stop_38() { return static_cast(offsetof(Thread_t2300836069, ___interrupt_on_stop_38)); } inline intptr_t get_interrupt_on_stop_38() const { return ___interrupt_on_stop_38; } inline intptr_t* get_address_of_interrupt_on_stop_38() { return &___interrupt_on_stop_38; } inline void set_interrupt_on_stop_38(intptr_t value) { ___interrupt_on_stop_38 = value; } inline static int32_t get_offset_of_unused3_39() { return static_cast(offsetof(Thread_t2300836069, ___unused3_39)); } inline intptr_t get_unused3_39() const { return ___unused3_39; } inline intptr_t* get_address_of_unused3_39() { return &___unused3_39; } inline void set_unused3_39(intptr_t value) { ___unused3_39 = value; } inline static int32_t get_offset_of_unused4_40() { return static_cast(offsetof(Thread_t2300836069, ___unused4_40)); } inline intptr_t get_unused4_40() const { return ___unused4_40; } inline intptr_t* get_address_of_unused4_40() { return &___unused4_40; } inline void set_unused4_40(intptr_t value) { ___unused4_40 = value; } inline static int32_t get_offset_of_unused5_41() { return static_cast(offsetof(Thread_t2300836069, ___unused5_41)); } inline intptr_t get_unused5_41() const { return ___unused5_41; } inline intptr_t* get_address_of_unused5_41() { return &___unused5_41; } inline void set_unused5_41(intptr_t value) { ___unused5_41 = value; } inline static int32_t get_offset_of_unused6_42() { return static_cast(offsetof(Thread_t2300836069, ___unused6_42)); } inline intptr_t get_unused6_42() const { return ___unused6_42; } inline intptr_t* get_address_of_unused6_42() { return &___unused6_42; } inline void set_unused6_42(intptr_t value) { ___unused6_42 = value; } inline static int32_t get_offset_of_threadstart_45() { return static_cast(offsetof(Thread_t2300836069, ___threadstart_45)); } inline MulticastDelegate_t * get_threadstart_45() const { return ___threadstart_45; } inline MulticastDelegate_t ** get_address_of_threadstart_45() { return &___threadstart_45; } inline void set_threadstart_45(MulticastDelegate_t * value) { ___threadstart_45 = value; Il2CppCodeGenWriteBarrier((&___threadstart_45), value); } inline static int32_t get_offset_of_managed_id_46() { return static_cast(offsetof(Thread_t2300836069, ___managed_id_46)); } inline int32_t get_managed_id_46() const { return ___managed_id_46; } inline int32_t* get_address_of_managed_id_46() { return &___managed_id_46; } inline void set_managed_id_46(int32_t value) { ___managed_id_46 = value; } inline static int32_t get_offset_of__principal_47() { return static_cast(offsetof(Thread_t2300836069, ____principal_47)); } inline RuntimeObject* get__principal_47() const { return ____principal_47; } inline RuntimeObject** get_address_of__principal_47() { return &____principal_47; } inline void set__principal_47(RuntimeObject* value) { ____principal_47 = value; Il2CppCodeGenWriteBarrier((&____principal_47), value); } inline static int32_t get_offset_of_in_currentculture_50() { return static_cast(offsetof(Thread_t2300836069, ___in_currentculture_50)); } inline bool get_in_currentculture_50() const { return ___in_currentculture_50; } inline bool* get_address_of_in_currentculture_50() { return &___in_currentculture_50; } inline void set_in_currentculture_50(bool value) { ___in_currentculture_50 = value; } }; struct Thread_t2300836069_StaticFields { public: // System.Collections.Hashtable System.Threading.Thread::datastorehash Hashtable_t1853889766 * ___datastorehash_48; // System.Object System.Threading.Thread::datastore_lock RuntimeObject * ___datastore_lock_49; // System.Object System.Threading.Thread::culture_lock RuntimeObject * ___culture_lock_51; public: inline static int32_t get_offset_of_datastorehash_48() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastorehash_48)); } inline Hashtable_t1853889766 * get_datastorehash_48() const { return ___datastorehash_48; } inline Hashtable_t1853889766 ** get_address_of_datastorehash_48() { return &___datastorehash_48; } inline void set_datastorehash_48(Hashtable_t1853889766 * value) { ___datastorehash_48 = value; Il2CppCodeGenWriteBarrier((&___datastorehash_48), value); } inline static int32_t get_offset_of_datastore_lock_49() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastore_lock_49)); } inline RuntimeObject * get_datastore_lock_49() const { return ___datastore_lock_49; } inline RuntimeObject ** get_address_of_datastore_lock_49() { return &___datastore_lock_49; } inline void set_datastore_lock_49(RuntimeObject * value) { ___datastore_lock_49 = value; Il2CppCodeGenWriteBarrier((&___datastore_lock_49), value); } inline static int32_t get_offset_of_culture_lock_51() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___culture_lock_51)); } inline RuntimeObject * get_culture_lock_51() const { return ___culture_lock_51; } inline RuntimeObject ** get_address_of_culture_lock_51() { return &___culture_lock_51; } inline void set_culture_lock_51(RuntimeObject * value) { ___culture_lock_51 = value; Il2CppCodeGenWriteBarrier((&___culture_lock_51), value); } }; struct Thread_t2300836069_ThreadStaticFields { public: // System.Object[] System.Threading.Thread::local_slots ObjectU5BU5D_t2843939325* ___local_slots_43; // System.Threading.ExecutionContext System.Threading.Thread::_ec ExecutionContext_t1748372627 * ____ec_44; public: inline static int32_t get_offset_of_local_slots_43() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ___local_slots_43)); } inline ObjectU5BU5D_t2843939325* get_local_slots_43() const { return ___local_slots_43; } inline ObjectU5BU5D_t2843939325** get_address_of_local_slots_43() { return &___local_slots_43; } inline void set_local_slots_43(ObjectU5BU5D_t2843939325* value) { ___local_slots_43 = value; Il2CppCodeGenWriteBarrier((&___local_slots_43), value); } inline static int32_t get_offset_of__ec_44() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ____ec_44)); } inline ExecutionContext_t1748372627 * get__ec_44() const { return ____ec_44; } inline ExecutionContext_t1748372627 ** get_address_of__ec_44() { return &____ec_44; } inline void set__ec_44(ExecutionContext_t1748372627 * value) { ____ec_44 = value; Il2CppCodeGenWriteBarrier((&____ec_44), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREAD_T2300836069_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 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 TRACKENTRY_T1316488441_H #define TRACKENTRY_T1316488441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.TrackEntry struct TrackEntry_t1316488441 : public RuntimeObject { public: // Spine.Animation Spine.TrackEntry::animation Animation_t615783283 * ___animation_0; // Spine.TrackEntry Spine.TrackEntry::next TrackEntry_t1316488441 * ___next_1; // Spine.TrackEntry Spine.TrackEntry::mixingFrom TrackEntry_t1316488441 * ___mixingFrom_2; // Spine.TrackEntry Spine.TrackEntry::mixingTo TrackEntry_t1316488441 * ___mixingTo_3; // System.Int32 Spine.TrackEntry::trackIndex int32_t ___trackIndex_4; // System.Boolean Spine.TrackEntry::loop bool ___loop_5; // System.Boolean Spine.TrackEntry::holdPrevious bool ___holdPrevious_6; // System.Single Spine.TrackEntry::eventThreshold float ___eventThreshold_7; // System.Single Spine.TrackEntry::attachmentThreshold float ___attachmentThreshold_8; // System.Single Spine.TrackEntry::drawOrderThreshold float ___drawOrderThreshold_9; // System.Single Spine.TrackEntry::animationStart float ___animationStart_10; // System.Single Spine.TrackEntry::animationEnd float ___animationEnd_11; // System.Single Spine.TrackEntry::animationLast float ___animationLast_12; // System.Single Spine.TrackEntry::nextAnimationLast float ___nextAnimationLast_13; // System.Single Spine.TrackEntry::delay float ___delay_14; // System.Single Spine.TrackEntry::trackTime float ___trackTime_15; // System.Single Spine.TrackEntry::trackLast float ___trackLast_16; // System.Single Spine.TrackEntry::nextTrackLast float ___nextTrackLast_17; // System.Single Spine.TrackEntry::trackEnd float ___trackEnd_18; // System.Single Spine.TrackEntry::timeScale float ___timeScale_19; // System.Single Spine.TrackEntry::alpha float ___alpha_20; // System.Single Spine.TrackEntry::mixTime float ___mixTime_21; // System.Single Spine.TrackEntry::mixDuration float ___mixDuration_22; // System.Single Spine.TrackEntry::interruptAlpha float ___interruptAlpha_23; // System.Single Spine.TrackEntry::totalAlpha float ___totalAlpha_24; // Spine.MixBlend Spine.TrackEntry::mixBlend int32_t ___mixBlend_25; // Spine.ExposedList`1 Spine.TrackEntry::timelineMode ExposedList_1_t1363090323 * ___timelineMode_26; // Spine.ExposedList`1 Spine.TrackEntry::timelineHoldMix ExposedList_1_t4023600307 * ___timelineHoldMix_27; // Spine.ExposedList`1 Spine.TrackEntry::timelinesRotation ExposedList_1_t4104378640 * ___timelinesRotation_28; // Spine.AnimationState/TrackEntryDelegate Spine.TrackEntry::Interrupt TrackEntryDelegate_t363257942 * ___Interrupt_29; // Spine.AnimationState/TrackEntryDelegate Spine.TrackEntry::End TrackEntryDelegate_t363257942 * ___End_30; // Spine.AnimationState/TrackEntryDelegate Spine.TrackEntry::Dispose TrackEntryDelegate_t363257942 * ___Dispose_31; // Spine.AnimationState/TrackEntryDelegate Spine.TrackEntry::Complete TrackEntryDelegate_t363257942 * ___Complete_32; // Spine.AnimationState/TrackEntryDelegate Spine.TrackEntry::Start TrackEntryDelegate_t363257942 * ___Start_33; // Spine.AnimationState/TrackEntryEventDelegate Spine.TrackEntry::Event TrackEntryEventDelegate_t1653995044 * ___Event_34; public: inline static int32_t get_offset_of_animation_0() { return static_cast(offsetof(TrackEntry_t1316488441, ___animation_0)); } inline Animation_t615783283 * get_animation_0() const { return ___animation_0; } inline Animation_t615783283 ** get_address_of_animation_0() { return &___animation_0; } inline void set_animation_0(Animation_t615783283 * value) { ___animation_0 = value; Il2CppCodeGenWriteBarrier((&___animation_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(TrackEntry_t1316488441, ___next_1)); } inline TrackEntry_t1316488441 * get_next_1() const { return ___next_1; } inline TrackEntry_t1316488441 ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(TrackEntry_t1316488441 * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((&___next_1), value); } inline static int32_t get_offset_of_mixingFrom_2() { return static_cast(offsetof(TrackEntry_t1316488441, ___mixingFrom_2)); } inline TrackEntry_t1316488441 * get_mixingFrom_2() const { return ___mixingFrom_2; } inline TrackEntry_t1316488441 ** get_address_of_mixingFrom_2() { return &___mixingFrom_2; } inline void set_mixingFrom_2(TrackEntry_t1316488441 * value) { ___mixingFrom_2 = value; Il2CppCodeGenWriteBarrier((&___mixingFrom_2), value); } inline static int32_t get_offset_of_mixingTo_3() { return static_cast(offsetof(TrackEntry_t1316488441, ___mixingTo_3)); } inline TrackEntry_t1316488441 * get_mixingTo_3() const { return ___mixingTo_3; } inline TrackEntry_t1316488441 ** get_address_of_mixingTo_3() { return &___mixingTo_3; } inline void set_mixingTo_3(TrackEntry_t1316488441 * value) { ___mixingTo_3 = value; Il2CppCodeGenWriteBarrier((&___mixingTo_3), value); } inline static int32_t get_offset_of_trackIndex_4() { return static_cast(offsetof(TrackEntry_t1316488441, ___trackIndex_4)); } inline int32_t get_trackIndex_4() const { return ___trackIndex_4; } inline int32_t* get_address_of_trackIndex_4() { return &___trackIndex_4; } inline void set_trackIndex_4(int32_t value) { ___trackIndex_4 = value; } inline static int32_t get_offset_of_loop_5() { return static_cast(offsetof(TrackEntry_t1316488441, ___loop_5)); } inline bool get_loop_5() const { return ___loop_5; } inline bool* get_address_of_loop_5() { return &___loop_5; } inline void set_loop_5(bool value) { ___loop_5 = value; } inline static int32_t get_offset_of_holdPrevious_6() { return static_cast(offsetof(TrackEntry_t1316488441, ___holdPrevious_6)); } inline bool get_holdPrevious_6() const { return ___holdPrevious_6; } inline bool* get_address_of_holdPrevious_6() { return &___holdPrevious_6; } inline void set_holdPrevious_6(bool value) { ___holdPrevious_6 = value; } inline static int32_t get_offset_of_eventThreshold_7() { return static_cast(offsetof(TrackEntry_t1316488441, ___eventThreshold_7)); } inline float get_eventThreshold_7() const { return ___eventThreshold_7; } inline float* get_address_of_eventThreshold_7() { return &___eventThreshold_7; } inline void set_eventThreshold_7(float value) { ___eventThreshold_7 = value; } inline static int32_t get_offset_of_attachmentThreshold_8() { return static_cast(offsetof(TrackEntry_t1316488441, ___attachmentThreshold_8)); } inline float get_attachmentThreshold_8() const { return ___attachmentThreshold_8; } inline float* get_address_of_attachmentThreshold_8() { return &___attachmentThreshold_8; } inline void set_attachmentThreshold_8(float value) { ___attachmentThreshold_8 = value; } inline static int32_t get_offset_of_drawOrderThreshold_9() { return static_cast(offsetof(TrackEntry_t1316488441, ___drawOrderThreshold_9)); } inline float get_drawOrderThreshold_9() const { return ___drawOrderThreshold_9; } inline float* get_address_of_drawOrderThreshold_9() { return &___drawOrderThreshold_9; } inline void set_drawOrderThreshold_9(float value) { ___drawOrderThreshold_9 = value; } inline static int32_t get_offset_of_animationStart_10() { return static_cast(offsetof(TrackEntry_t1316488441, ___animationStart_10)); } inline float get_animationStart_10() const { return ___animationStart_10; } inline float* get_address_of_animationStart_10() { return &___animationStart_10; } inline void set_animationStart_10(float value) { ___animationStart_10 = value; } inline static int32_t get_offset_of_animationEnd_11() { return static_cast(offsetof(TrackEntry_t1316488441, ___animationEnd_11)); } inline float get_animationEnd_11() const { return ___animationEnd_11; } inline float* get_address_of_animationEnd_11() { return &___animationEnd_11; } inline void set_animationEnd_11(float value) { ___animationEnd_11 = value; } inline static int32_t get_offset_of_animationLast_12() { return static_cast(offsetof(TrackEntry_t1316488441, ___animationLast_12)); } inline float get_animationLast_12() const { return ___animationLast_12; } inline float* get_address_of_animationLast_12() { return &___animationLast_12; } inline void set_animationLast_12(float value) { ___animationLast_12 = value; } inline static int32_t get_offset_of_nextAnimationLast_13() { return static_cast(offsetof(TrackEntry_t1316488441, ___nextAnimationLast_13)); } inline float get_nextAnimationLast_13() const { return ___nextAnimationLast_13; } inline float* get_address_of_nextAnimationLast_13() { return &___nextAnimationLast_13; } inline void set_nextAnimationLast_13(float value) { ___nextAnimationLast_13 = value; } inline static int32_t get_offset_of_delay_14() { return static_cast(offsetof(TrackEntry_t1316488441, ___delay_14)); } inline float get_delay_14() const { return ___delay_14; } inline float* get_address_of_delay_14() { return &___delay_14; } inline void set_delay_14(float value) { ___delay_14 = value; } inline static int32_t get_offset_of_trackTime_15() { return static_cast(offsetof(TrackEntry_t1316488441, ___trackTime_15)); } inline float get_trackTime_15() const { return ___trackTime_15; } inline float* get_address_of_trackTime_15() { return &___trackTime_15; } inline void set_trackTime_15(float value) { ___trackTime_15 = value; } inline static int32_t get_offset_of_trackLast_16() { return static_cast(offsetof(TrackEntry_t1316488441, ___trackLast_16)); } inline float get_trackLast_16() const { return ___trackLast_16; } inline float* get_address_of_trackLast_16() { return &___trackLast_16; } inline void set_trackLast_16(float value) { ___trackLast_16 = value; } inline static int32_t get_offset_of_nextTrackLast_17() { return static_cast(offsetof(TrackEntry_t1316488441, ___nextTrackLast_17)); } inline float get_nextTrackLast_17() const { return ___nextTrackLast_17; } inline float* get_address_of_nextTrackLast_17() { return &___nextTrackLast_17; } inline void set_nextTrackLast_17(float value) { ___nextTrackLast_17 = value; } inline static int32_t get_offset_of_trackEnd_18() { return static_cast(offsetof(TrackEntry_t1316488441, ___trackEnd_18)); } inline float get_trackEnd_18() const { return ___trackEnd_18; } inline float* get_address_of_trackEnd_18() { return &___trackEnd_18; } inline void set_trackEnd_18(float value) { ___trackEnd_18 = value; } inline static int32_t get_offset_of_timeScale_19() { return static_cast(offsetof(TrackEntry_t1316488441, ___timeScale_19)); } inline float get_timeScale_19() const { return ___timeScale_19; } inline float* get_address_of_timeScale_19() { return &___timeScale_19; } inline void set_timeScale_19(float value) { ___timeScale_19 = value; } inline static int32_t get_offset_of_alpha_20() { return static_cast(offsetof(TrackEntry_t1316488441, ___alpha_20)); } inline float get_alpha_20() const { return ___alpha_20; } inline float* get_address_of_alpha_20() { return &___alpha_20; } inline void set_alpha_20(float value) { ___alpha_20 = value; } inline static int32_t get_offset_of_mixTime_21() { return static_cast(offsetof(TrackEntry_t1316488441, ___mixTime_21)); } inline float get_mixTime_21() const { return ___mixTime_21; } inline float* get_address_of_mixTime_21() { return &___mixTime_21; } inline void set_mixTime_21(float value) { ___mixTime_21 = value; } inline static int32_t get_offset_of_mixDuration_22() { return static_cast(offsetof(TrackEntry_t1316488441, ___mixDuration_22)); } inline float get_mixDuration_22() const { return ___mixDuration_22; } inline float* get_address_of_mixDuration_22() { return &___mixDuration_22; } inline void set_mixDuration_22(float value) { ___mixDuration_22 = value; } inline static int32_t get_offset_of_interruptAlpha_23() { return static_cast(offsetof(TrackEntry_t1316488441, ___interruptAlpha_23)); } inline float get_interruptAlpha_23() const { return ___interruptAlpha_23; } inline float* get_address_of_interruptAlpha_23() { return &___interruptAlpha_23; } inline void set_interruptAlpha_23(float value) { ___interruptAlpha_23 = value; } inline static int32_t get_offset_of_totalAlpha_24() { return static_cast(offsetof(TrackEntry_t1316488441, ___totalAlpha_24)); } inline float get_totalAlpha_24() const { return ___totalAlpha_24; } inline float* get_address_of_totalAlpha_24() { return &___totalAlpha_24; } inline void set_totalAlpha_24(float value) { ___totalAlpha_24 = value; } inline static int32_t get_offset_of_mixBlend_25() { return static_cast(offsetof(TrackEntry_t1316488441, ___mixBlend_25)); } inline int32_t get_mixBlend_25() const { return ___mixBlend_25; } inline int32_t* get_address_of_mixBlend_25() { return &___mixBlend_25; } inline void set_mixBlend_25(int32_t value) { ___mixBlend_25 = value; } inline static int32_t get_offset_of_timelineMode_26() { return static_cast(offsetof(TrackEntry_t1316488441, ___timelineMode_26)); } inline ExposedList_1_t1363090323 * get_timelineMode_26() const { return ___timelineMode_26; } inline ExposedList_1_t1363090323 ** get_address_of_timelineMode_26() { return &___timelineMode_26; } inline void set_timelineMode_26(ExposedList_1_t1363090323 * value) { ___timelineMode_26 = value; Il2CppCodeGenWriteBarrier((&___timelineMode_26), value); } inline static int32_t get_offset_of_timelineHoldMix_27() { return static_cast(offsetof(TrackEntry_t1316488441, ___timelineHoldMix_27)); } inline ExposedList_1_t4023600307 * get_timelineHoldMix_27() const { return ___timelineHoldMix_27; } inline ExposedList_1_t4023600307 ** get_address_of_timelineHoldMix_27() { return &___timelineHoldMix_27; } inline void set_timelineHoldMix_27(ExposedList_1_t4023600307 * value) { ___timelineHoldMix_27 = value; Il2CppCodeGenWriteBarrier((&___timelineHoldMix_27), value); } inline static int32_t get_offset_of_timelinesRotation_28() { return static_cast(offsetof(TrackEntry_t1316488441, ___timelinesRotation_28)); } inline ExposedList_1_t4104378640 * get_timelinesRotation_28() const { return ___timelinesRotation_28; } inline ExposedList_1_t4104378640 ** get_address_of_timelinesRotation_28() { return &___timelinesRotation_28; } inline void set_timelinesRotation_28(ExposedList_1_t4104378640 * value) { ___timelinesRotation_28 = value; Il2CppCodeGenWriteBarrier((&___timelinesRotation_28), value); } inline static int32_t get_offset_of_Interrupt_29() { return static_cast(offsetof(TrackEntry_t1316488441, ___Interrupt_29)); } inline TrackEntryDelegate_t363257942 * get_Interrupt_29() const { return ___Interrupt_29; } inline TrackEntryDelegate_t363257942 ** get_address_of_Interrupt_29() { return &___Interrupt_29; } inline void set_Interrupt_29(TrackEntryDelegate_t363257942 * value) { ___Interrupt_29 = value; Il2CppCodeGenWriteBarrier((&___Interrupt_29), value); } inline static int32_t get_offset_of_End_30() { return static_cast(offsetof(TrackEntry_t1316488441, ___End_30)); } inline TrackEntryDelegate_t363257942 * get_End_30() const { return ___End_30; } inline TrackEntryDelegate_t363257942 ** get_address_of_End_30() { return &___End_30; } inline void set_End_30(TrackEntryDelegate_t363257942 * value) { ___End_30 = value; Il2CppCodeGenWriteBarrier((&___End_30), value); } inline static int32_t get_offset_of_Dispose_31() { return static_cast(offsetof(TrackEntry_t1316488441, ___Dispose_31)); } inline TrackEntryDelegate_t363257942 * get_Dispose_31() const { return ___Dispose_31; } inline TrackEntryDelegate_t363257942 ** get_address_of_Dispose_31() { return &___Dispose_31; } inline void set_Dispose_31(TrackEntryDelegate_t363257942 * value) { ___Dispose_31 = value; Il2CppCodeGenWriteBarrier((&___Dispose_31), value); } inline static int32_t get_offset_of_Complete_32() { return static_cast(offsetof(TrackEntry_t1316488441, ___Complete_32)); } inline TrackEntryDelegate_t363257942 * get_Complete_32() const { return ___Complete_32; } inline TrackEntryDelegate_t363257942 ** get_address_of_Complete_32() { return &___Complete_32; } inline void set_Complete_32(TrackEntryDelegate_t363257942 * value) { ___Complete_32 = value; Il2CppCodeGenWriteBarrier((&___Complete_32), value); } inline static int32_t get_offset_of_Start_33() { return static_cast(offsetof(TrackEntry_t1316488441, ___Start_33)); } inline TrackEntryDelegate_t363257942 * get_Start_33() const { return ___Start_33; } inline TrackEntryDelegate_t363257942 ** get_address_of_Start_33() { return &___Start_33; } inline void set_Start_33(TrackEntryDelegate_t363257942 * value) { ___Start_33 = value; Il2CppCodeGenWriteBarrier((&___Start_33), value); } inline static int32_t get_offset_of_Event_34() { return static_cast(offsetof(TrackEntry_t1316488441, ___Event_34)); } inline TrackEntryEventDelegate_t1653995044 * get_Event_34() const { return ___Event_34; } inline TrackEntryEventDelegate_t1653995044 ** get_address_of_Event_34() { return &___Event_34; } inline void set_Event_34(TrackEntryEventDelegate_t1653995044 * value) { ___Event_34 = value; Il2CppCodeGenWriteBarrier((&___Event_34), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACKENTRY_T1316488441_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 CDOWNLOAD_T4160115557_H #define CDOWNLOAD_T4160115557_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDownload struct CDownload_t4160115557 : public Singleton_1_t2484816003 { public: // System.Boolean CDownload::moveNext bool ___moveNext_1; // CDownload/eDownload CDownload::state int32_t ___state_2; // UnityEngine.Networking.UnityWebRequest CDownload::mRequest UnityWebRequest_t463507806 * ___mRequest_3; // System.IO.FileStream CDownload::mFileStream FileStream_t4292183065 * ___mFileStream_4; // System.Action CDownload::mFailed Action_t1264377477 * ___mFailed_5; // System.Action CDownload::mSuccess Action_t1264377477 * ___mSuccess_6; // System.Action`1 CDownload::mProgress Action_1_t3123413348 * ___mProgress_7; public: inline static int32_t get_offset_of_moveNext_1() { return static_cast(offsetof(CDownload_t4160115557, ___moveNext_1)); } inline bool get_moveNext_1() const { return ___moveNext_1; } inline bool* get_address_of_moveNext_1() { return &___moveNext_1; } inline void set_moveNext_1(bool value) { ___moveNext_1 = value; } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(CDownload_t4160115557, ___state_2)); } inline int32_t get_state_2() const { return ___state_2; } inline int32_t* get_address_of_state_2() { return &___state_2; } inline void set_state_2(int32_t value) { ___state_2 = value; } inline static int32_t get_offset_of_mRequest_3() { return static_cast(offsetof(CDownload_t4160115557, ___mRequest_3)); } inline UnityWebRequest_t463507806 * get_mRequest_3() const { return ___mRequest_3; } inline UnityWebRequest_t463507806 ** get_address_of_mRequest_3() { return &___mRequest_3; } inline void set_mRequest_3(UnityWebRequest_t463507806 * value) { ___mRequest_3 = value; Il2CppCodeGenWriteBarrier((&___mRequest_3), value); } inline static int32_t get_offset_of_mFileStream_4() { return static_cast(offsetof(CDownload_t4160115557, ___mFileStream_4)); } inline FileStream_t4292183065 * get_mFileStream_4() const { return ___mFileStream_4; } inline FileStream_t4292183065 ** get_address_of_mFileStream_4() { return &___mFileStream_4; } inline void set_mFileStream_4(FileStream_t4292183065 * value) { ___mFileStream_4 = value; Il2CppCodeGenWriteBarrier((&___mFileStream_4), value); } inline static int32_t get_offset_of_mFailed_5() { return static_cast(offsetof(CDownload_t4160115557, ___mFailed_5)); } inline Action_t1264377477 * get_mFailed_5() const { return ___mFailed_5; } inline Action_t1264377477 ** get_address_of_mFailed_5() { return &___mFailed_5; } inline void set_mFailed_5(Action_t1264377477 * value) { ___mFailed_5 = value; Il2CppCodeGenWriteBarrier((&___mFailed_5), value); } inline static int32_t get_offset_of_mSuccess_6() { return static_cast(offsetof(CDownload_t4160115557, ___mSuccess_6)); } inline Action_t1264377477 * get_mSuccess_6() const { return ___mSuccess_6; } inline Action_t1264377477 ** get_address_of_mSuccess_6() { return &___mSuccess_6; } inline void set_mSuccess_6(Action_t1264377477 * value) { ___mSuccess_6 = value; Il2CppCodeGenWriteBarrier((&___mSuccess_6), value); } inline static int32_t get_offset_of_mProgress_7() { return static_cast(offsetof(CDownload_t4160115557, ___mProgress_7)); } inline Action_1_t3123413348 * get_mProgress_7() const { return ___mProgress_7; } inline Action_1_t3123413348 ** get_address_of_mProgress_7() { return &___mProgress_7; } inline void set_mProgress_7(Action_1_t3123413348 * value) { ___mProgress_7 = value; Il2CppCodeGenWriteBarrier((&___mProgress_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDOWNLOAD_T4160115557_H #ifndef ABSSEQUENTIABLE_T3376041011_H #define ABSSEQUENTIABLE_T3376041011_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.ABSSequentiable struct ABSSequentiable_t3376041011 : public RuntimeObject { public: // DG.Tweening.TweenType DG.Tweening.Core.ABSSequentiable::tweenType int32_t ___tweenType_0; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedPosition float ___sequencedPosition_1; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedEndPosition float ___sequencedEndPosition_2; // DG.Tweening.TweenCallback DG.Tweening.Core.ABSSequentiable::onStart TweenCallback_t3727756325 * ___onStart_3; public: inline static int32_t get_offset_of_tweenType_0() { return static_cast(offsetof(ABSSequentiable_t3376041011, ___tweenType_0)); } inline int32_t get_tweenType_0() const { return ___tweenType_0; } inline int32_t* get_address_of_tweenType_0() { return &___tweenType_0; } inline void set_tweenType_0(int32_t value) { ___tweenType_0 = value; } inline static int32_t get_offset_of_sequencedPosition_1() { return static_cast(offsetof(ABSSequentiable_t3376041011, ___sequencedPosition_1)); } inline float get_sequencedPosition_1() const { return ___sequencedPosition_1; } inline float* get_address_of_sequencedPosition_1() { return &___sequencedPosition_1; } inline void set_sequencedPosition_1(float value) { ___sequencedPosition_1 = value; } inline static int32_t get_offset_of_sequencedEndPosition_2() { return static_cast(offsetof(ABSSequentiable_t3376041011, ___sequencedEndPosition_2)); } inline float get_sequencedEndPosition_2() const { return ___sequencedEndPosition_2; } inline float* get_address_of_sequencedEndPosition_2() { return &___sequencedEndPosition_2; } inline void set_sequencedEndPosition_2(float value) { ___sequencedEndPosition_2 = value; } inline static int32_t get_offset_of_onStart_3() { return static_cast(offsetof(ABSSequentiable_t3376041011, ___onStart_3)); } inline TweenCallback_t3727756325 * get_onStart_3() const { return ___onStart_3; } inline TweenCallback_t3727756325 ** get_address_of_onStart_3() { return &___onStart_3; } inline void set_onStart_3(TweenCallback_t3727756325 * value) { ___onStart_3 = value; Il2CppCodeGenWriteBarrier((&___onStart_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSSEQUENTIABLE_T3376041011_H #ifndef FONT_T1956802104_H #define FONT_T1956802104_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Font struct Font_t1956802104 : public Object_t631007953 { public: // UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback FontTextureRebuildCallback_t2467502454 * ___m_FontTextureRebuildCallback_3; public: inline static int32_t get_offset_of_m_FontTextureRebuildCallback_3() { return static_cast(offsetof(Font_t1956802104, ___m_FontTextureRebuildCallback_3)); } inline FontTextureRebuildCallback_t2467502454 * get_m_FontTextureRebuildCallback_3() const { return ___m_FontTextureRebuildCallback_3; } inline FontTextureRebuildCallback_t2467502454 ** get_address_of_m_FontTextureRebuildCallback_3() { return &___m_FontTextureRebuildCallback_3; } inline void set_m_FontTextureRebuildCallback_3(FontTextureRebuildCallback_t2467502454 * value) { ___m_FontTextureRebuildCallback_3 = value; Il2CppCodeGenWriteBarrier((&___m_FontTextureRebuildCallback_3), value); } }; struct Font_t1956802104_StaticFields { public: // System.Action`1 UnityEngine.Font::textureRebuilt Action_1_t2129269699 * ___textureRebuilt_2; public: inline static int32_t get_offset_of_textureRebuilt_2() { return static_cast(offsetof(Font_t1956802104_StaticFields, ___textureRebuilt_2)); } inline Action_1_t2129269699 * get_textureRebuilt_2() const { return ___textureRebuilt_2; } inline Action_1_t2129269699 ** get_address_of_textureRebuilt_2() { return &___textureRebuilt_2; } inline void set_textureRebuilt_2(Action_1_t2129269699 * value) { ___textureRebuilt_2 = value; Il2CppCodeGenWriteBarrier((&___textureRebuilt_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FONT_T1956802104_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 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 GUISTYLE_T3956901511_H #define GUISTYLE_T3956901511_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GUIStyle struct GUIStyle_t3956901511 : public RuntimeObject { public: // System.IntPtr UnityEngine.GUIStyle::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Normal GUIStyleState_t1397964415 * ___m_Normal_1; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Hover GUIStyleState_t1397964415 * ___m_Hover_2; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Active GUIStyleState_t1397964415 * ___m_Active_3; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Focused GUIStyleState_t1397964415 * ___m_Focused_4; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnNormal GUIStyleState_t1397964415 * ___m_OnNormal_5; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnHover GUIStyleState_t1397964415 * ___m_OnHover_6; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnActive GUIStyleState_t1397964415 * ___m_OnActive_7; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnFocused GUIStyleState_t1397964415 * ___m_OnFocused_8; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Border RectOffset_t1369453676 * ___m_Border_9; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Padding RectOffset_t1369453676 * ___m_Padding_10; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Margin RectOffset_t1369453676 * ___m_Margin_11; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Overflow RectOffset_t1369453676 * ___m_Overflow_12; // UnityEngine.Font UnityEngine.GUIStyle::m_FontInternal Font_t1956802104 * ___m_FontInternal_13; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Normal_1)); } inline GUIStyleState_t1397964415 * get_m_Normal_1() const { return ___m_Normal_1; } inline GUIStyleState_t1397964415 ** get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(GUIStyleState_t1397964415 * value) { ___m_Normal_1 = value; Il2CppCodeGenWriteBarrier((&___m_Normal_1), value); } inline static int32_t get_offset_of_m_Hover_2() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Hover_2)); } inline GUIStyleState_t1397964415 * get_m_Hover_2() const { return ___m_Hover_2; } inline GUIStyleState_t1397964415 ** get_address_of_m_Hover_2() { return &___m_Hover_2; } inline void set_m_Hover_2(GUIStyleState_t1397964415 * value) { ___m_Hover_2 = value; Il2CppCodeGenWriteBarrier((&___m_Hover_2), value); } inline static int32_t get_offset_of_m_Active_3() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Active_3)); } inline GUIStyleState_t1397964415 * get_m_Active_3() const { return ___m_Active_3; } inline GUIStyleState_t1397964415 ** get_address_of_m_Active_3() { return &___m_Active_3; } inline void set_m_Active_3(GUIStyleState_t1397964415 * value) { ___m_Active_3 = value; Il2CppCodeGenWriteBarrier((&___m_Active_3), value); } inline static int32_t get_offset_of_m_Focused_4() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Focused_4)); } inline GUIStyleState_t1397964415 * get_m_Focused_4() const { return ___m_Focused_4; } inline GUIStyleState_t1397964415 ** get_address_of_m_Focused_4() { return &___m_Focused_4; } inline void set_m_Focused_4(GUIStyleState_t1397964415 * value) { ___m_Focused_4 = value; Il2CppCodeGenWriteBarrier((&___m_Focused_4), value); } inline static int32_t get_offset_of_m_OnNormal_5() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_OnNormal_5)); } inline GUIStyleState_t1397964415 * get_m_OnNormal_5() const { return ___m_OnNormal_5; } inline GUIStyleState_t1397964415 ** get_address_of_m_OnNormal_5() { return &___m_OnNormal_5; } inline void set_m_OnNormal_5(GUIStyleState_t1397964415 * value) { ___m_OnNormal_5 = value; Il2CppCodeGenWriteBarrier((&___m_OnNormal_5), value); } inline static int32_t get_offset_of_m_OnHover_6() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_OnHover_6)); } inline GUIStyleState_t1397964415 * get_m_OnHover_6() const { return ___m_OnHover_6; } inline GUIStyleState_t1397964415 ** get_address_of_m_OnHover_6() { return &___m_OnHover_6; } inline void set_m_OnHover_6(GUIStyleState_t1397964415 * value) { ___m_OnHover_6 = value; Il2CppCodeGenWriteBarrier((&___m_OnHover_6), value); } inline static int32_t get_offset_of_m_OnActive_7() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_OnActive_7)); } inline GUIStyleState_t1397964415 * get_m_OnActive_7() const { return ___m_OnActive_7; } inline GUIStyleState_t1397964415 ** get_address_of_m_OnActive_7() { return &___m_OnActive_7; } inline void set_m_OnActive_7(GUIStyleState_t1397964415 * value) { ___m_OnActive_7 = value; Il2CppCodeGenWriteBarrier((&___m_OnActive_7), value); } inline static int32_t get_offset_of_m_OnFocused_8() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_OnFocused_8)); } inline GUIStyleState_t1397964415 * get_m_OnFocused_8() const { return ___m_OnFocused_8; } inline GUIStyleState_t1397964415 ** get_address_of_m_OnFocused_8() { return &___m_OnFocused_8; } inline void set_m_OnFocused_8(GUIStyleState_t1397964415 * value) { ___m_OnFocused_8 = value; Il2CppCodeGenWriteBarrier((&___m_OnFocused_8), value); } inline static int32_t get_offset_of_m_Border_9() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Border_9)); } inline RectOffset_t1369453676 * get_m_Border_9() const { return ___m_Border_9; } inline RectOffset_t1369453676 ** get_address_of_m_Border_9() { return &___m_Border_9; } inline void set_m_Border_9(RectOffset_t1369453676 * value) { ___m_Border_9 = value; Il2CppCodeGenWriteBarrier((&___m_Border_9), value); } inline static int32_t get_offset_of_m_Padding_10() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Padding_10)); } inline RectOffset_t1369453676 * get_m_Padding_10() const { return ___m_Padding_10; } inline RectOffset_t1369453676 ** get_address_of_m_Padding_10() { return &___m_Padding_10; } inline void set_m_Padding_10(RectOffset_t1369453676 * value) { ___m_Padding_10 = value; Il2CppCodeGenWriteBarrier((&___m_Padding_10), value); } inline static int32_t get_offset_of_m_Margin_11() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Margin_11)); } inline RectOffset_t1369453676 * get_m_Margin_11() const { return ___m_Margin_11; } inline RectOffset_t1369453676 ** get_address_of_m_Margin_11() { return &___m_Margin_11; } inline void set_m_Margin_11(RectOffset_t1369453676 * value) { ___m_Margin_11 = value; Il2CppCodeGenWriteBarrier((&___m_Margin_11), value); } inline static int32_t get_offset_of_m_Overflow_12() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Overflow_12)); } inline RectOffset_t1369453676 * get_m_Overflow_12() const { return ___m_Overflow_12; } inline RectOffset_t1369453676 ** get_address_of_m_Overflow_12() { return &___m_Overflow_12; } inline void set_m_Overflow_12(RectOffset_t1369453676 * value) { ___m_Overflow_12 = value; Il2CppCodeGenWriteBarrier((&___m_Overflow_12), value); } inline static int32_t get_offset_of_m_FontInternal_13() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_FontInternal_13)); } inline Font_t1956802104 * get_m_FontInternal_13() const { return ___m_FontInternal_13; } inline Font_t1956802104 ** get_address_of_m_FontInternal_13() { return &___m_FontInternal_13; } inline void set_m_FontInternal_13(Font_t1956802104 * value) { ___m_FontInternal_13 = value; Il2CppCodeGenWriteBarrier((&___m_FontInternal_13), value); } }; struct GUIStyle_t3956901511_StaticFields { public: // System.Boolean UnityEngine.GUIStyle::showKeyboardFocus bool ___showKeyboardFocus_14; // UnityEngine.GUIStyle UnityEngine.GUIStyle::s_None GUIStyle_t3956901511 * ___s_None_15; public: inline static int32_t get_offset_of_showKeyboardFocus_14() { return static_cast(offsetof(GUIStyle_t3956901511_StaticFields, ___showKeyboardFocus_14)); } inline bool get_showKeyboardFocus_14() const { return ___showKeyboardFocus_14; } inline bool* get_address_of_showKeyboardFocus_14() { return &___showKeyboardFocus_14; } inline void set_showKeyboardFocus_14(bool value) { ___showKeyboardFocus_14 = value; } inline static int32_t get_offset_of_s_None_15() { return static_cast(offsetof(GUIStyle_t3956901511_StaticFields, ___s_None_15)); } inline GUIStyle_t3956901511 * get_s_None_15() const { return ___s_None_15; } inline GUIStyle_t3956901511 ** get_address_of_s_None_15() { return &___s_None_15; } inline void set_s_None_15(GUIStyle_t3956901511 * value) { ___s_None_15 = value; Il2CppCodeGenWriteBarrier((&___s_None_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.GUIStyle struct GUIStyle_t3956901511_marshaled_pinvoke { intptr_t ___m_Ptr_0; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_Normal_1; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_Hover_2; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_Active_3; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_Focused_4; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_OnNormal_5; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_OnHover_6; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_OnActive_7; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_OnFocused_8; RectOffset_t1369453676_marshaled_pinvoke ___m_Border_9; RectOffset_t1369453676_marshaled_pinvoke ___m_Padding_10; RectOffset_t1369453676_marshaled_pinvoke ___m_Margin_11; RectOffset_t1369453676_marshaled_pinvoke ___m_Overflow_12; Font_t1956802104 * ___m_FontInternal_13; }; // Native definition for COM marshalling of UnityEngine.GUIStyle struct GUIStyle_t3956901511_marshaled_com { intptr_t ___m_Ptr_0; GUIStyleState_t1397964415_marshaled_com* ___m_Normal_1; GUIStyleState_t1397964415_marshaled_com* ___m_Hover_2; GUIStyleState_t1397964415_marshaled_com* ___m_Active_3; GUIStyleState_t1397964415_marshaled_com* ___m_Focused_4; GUIStyleState_t1397964415_marshaled_com* ___m_OnNormal_5; GUIStyleState_t1397964415_marshaled_com* ___m_OnHover_6; GUIStyleState_t1397964415_marshaled_com* ___m_OnActive_7; GUIStyleState_t1397964415_marshaled_com* ___m_OnFocused_8; RectOffset_t1369453676_marshaled_com* ___m_Border_9; RectOffset_t1369453676_marshaled_com* ___m_Padding_10; RectOffset_t1369453676_marshaled_com* ___m_Margin_11; RectOffset_t1369453676_marshaled_com* ___m_Overflow_12; Font_t1956802104 * ___m_FontInternal_13; }; #endif // GUISTYLE_T3956901511_H #ifndef 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 SPRITE_T280657092_H #define SPRITE_T280657092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Sprite struct Sprite_t280657092 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPRITE_T280657092_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 TEXTGENERATIONSETTINGS_T1351628751_H #define TEXTGENERATIONSETTINGS_T1351628751_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextGenerationSettings struct TextGenerationSettings_t1351628751 { public: // UnityEngine.Font UnityEngine.TextGenerationSettings::font Font_t1956802104 * ___font_0; // UnityEngine.Color UnityEngine.TextGenerationSettings::color Color_t2555686324 ___color_1; // System.Int32 UnityEngine.TextGenerationSettings::fontSize int32_t ___fontSize_2; // System.Single UnityEngine.TextGenerationSettings::lineSpacing float ___lineSpacing_3; // System.Boolean UnityEngine.TextGenerationSettings::richText bool ___richText_4; // System.Single UnityEngine.TextGenerationSettings::scaleFactor float ___scaleFactor_5; // UnityEngine.FontStyle UnityEngine.TextGenerationSettings::fontStyle int32_t ___fontStyle_6; // UnityEngine.TextAnchor UnityEngine.TextGenerationSettings::textAnchor int32_t ___textAnchor_7; // System.Boolean UnityEngine.TextGenerationSettings::alignByGeometry bool ___alignByGeometry_8; // System.Boolean UnityEngine.TextGenerationSettings::resizeTextForBestFit bool ___resizeTextForBestFit_9; // System.Int32 UnityEngine.TextGenerationSettings::resizeTextMinSize int32_t ___resizeTextMinSize_10; // System.Int32 UnityEngine.TextGenerationSettings::resizeTextMaxSize int32_t ___resizeTextMaxSize_11; // System.Boolean UnityEngine.TextGenerationSettings::updateBounds bool ___updateBounds_12; // UnityEngine.VerticalWrapMode UnityEngine.TextGenerationSettings::verticalOverflow int32_t ___verticalOverflow_13; // UnityEngine.HorizontalWrapMode UnityEngine.TextGenerationSettings::horizontalOverflow int32_t ___horizontalOverflow_14; // UnityEngine.Vector2 UnityEngine.TextGenerationSettings::generationExtents Vector2_t2156229523 ___generationExtents_15; // UnityEngine.Vector2 UnityEngine.TextGenerationSettings::pivot Vector2_t2156229523 ___pivot_16; // System.Boolean UnityEngine.TextGenerationSettings::generateOutOfBounds bool ___generateOutOfBounds_17; public: inline static int32_t get_offset_of_font_0() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___font_0)); } inline Font_t1956802104 * get_font_0() const { return ___font_0; } inline Font_t1956802104 ** get_address_of_font_0() { return &___font_0; } inline void set_font_0(Font_t1956802104 * value) { ___font_0 = value; Il2CppCodeGenWriteBarrier((&___font_0), value); } inline static int32_t get_offset_of_color_1() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___color_1)); } inline Color_t2555686324 get_color_1() const { return ___color_1; } inline Color_t2555686324 * get_address_of_color_1() { return &___color_1; } inline void set_color_1(Color_t2555686324 value) { ___color_1 = value; } inline static int32_t get_offset_of_fontSize_2() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___fontSize_2)); } inline int32_t get_fontSize_2() const { return ___fontSize_2; } inline int32_t* get_address_of_fontSize_2() { return &___fontSize_2; } inline void set_fontSize_2(int32_t value) { ___fontSize_2 = value; } inline static int32_t get_offset_of_lineSpacing_3() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___lineSpacing_3)); } inline float get_lineSpacing_3() const { return ___lineSpacing_3; } inline float* get_address_of_lineSpacing_3() { return &___lineSpacing_3; } inline void set_lineSpacing_3(float value) { ___lineSpacing_3 = value; } inline static int32_t get_offset_of_richText_4() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___richText_4)); } inline bool get_richText_4() const { return ___richText_4; } inline bool* get_address_of_richText_4() { return &___richText_4; } inline void set_richText_4(bool value) { ___richText_4 = value; } inline static int32_t get_offset_of_scaleFactor_5() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___scaleFactor_5)); } inline float get_scaleFactor_5() const { return ___scaleFactor_5; } inline float* get_address_of_scaleFactor_5() { return &___scaleFactor_5; } inline void set_scaleFactor_5(float value) { ___scaleFactor_5 = value; } inline static int32_t get_offset_of_fontStyle_6() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___fontStyle_6)); } inline int32_t get_fontStyle_6() const { return ___fontStyle_6; } inline int32_t* get_address_of_fontStyle_6() { return &___fontStyle_6; } inline void set_fontStyle_6(int32_t value) { ___fontStyle_6 = value; } inline static int32_t get_offset_of_textAnchor_7() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___textAnchor_7)); } inline int32_t get_textAnchor_7() const { return ___textAnchor_7; } inline int32_t* get_address_of_textAnchor_7() { return &___textAnchor_7; } inline void set_textAnchor_7(int32_t value) { ___textAnchor_7 = value; } inline static int32_t get_offset_of_alignByGeometry_8() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___alignByGeometry_8)); } inline bool get_alignByGeometry_8() const { return ___alignByGeometry_8; } inline bool* get_address_of_alignByGeometry_8() { return &___alignByGeometry_8; } inline void set_alignByGeometry_8(bool value) { ___alignByGeometry_8 = value; } inline static int32_t get_offset_of_resizeTextForBestFit_9() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___resizeTextForBestFit_9)); } inline bool get_resizeTextForBestFit_9() const { return ___resizeTextForBestFit_9; } inline bool* get_address_of_resizeTextForBestFit_9() { return &___resizeTextForBestFit_9; } inline void set_resizeTextForBestFit_9(bool value) { ___resizeTextForBestFit_9 = value; } inline static int32_t get_offset_of_resizeTextMinSize_10() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___resizeTextMinSize_10)); } inline int32_t get_resizeTextMinSize_10() const { return ___resizeTextMinSize_10; } inline int32_t* get_address_of_resizeTextMinSize_10() { return &___resizeTextMinSize_10; } inline void set_resizeTextMinSize_10(int32_t value) { ___resizeTextMinSize_10 = value; } inline static int32_t get_offset_of_resizeTextMaxSize_11() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___resizeTextMaxSize_11)); } inline int32_t get_resizeTextMaxSize_11() const { return ___resizeTextMaxSize_11; } inline int32_t* get_address_of_resizeTextMaxSize_11() { return &___resizeTextMaxSize_11; } inline void set_resizeTextMaxSize_11(int32_t value) { ___resizeTextMaxSize_11 = value; } inline static int32_t get_offset_of_updateBounds_12() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___updateBounds_12)); } inline bool get_updateBounds_12() const { return ___updateBounds_12; } inline bool* get_address_of_updateBounds_12() { return &___updateBounds_12; } inline void set_updateBounds_12(bool value) { ___updateBounds_12 = value; } inline static int32_t get_offset_of_verticalOverflow_13() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___verticalOverflow_13)); } inline int32_t get_verticalOverflow_13() const { return ___verticalOverflow_13; } inline int32_t* get_address_of_verticalOverflow_13() { return &___verticalOverflow_13; } inline void set_verticalOverflow_13(int32_t value) { ___verticalOverflow_13 = value; } inline static int32_t get_offset_of_horizontalOverflow_14() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___horizontalOverflow_14)); } inline int32_t get_horizontalOverflow_14() const { return ___horizontalOverflow_14; } inline int32_t* get_address_of_horizontalOverflow_14() { return &___horizontalOverflow_14; } inline void set_horizontalOverflow_14(int32_t value) { ___horizontalOverflow_14 = value; } inline static int32_t get_offset_of_generationExtents_15() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___generationExtents_15)); } inline Vector2_t2156229523 get_generationExtents_15() const { return ___generationExtents_15; } inline Vector2_t2156229523 * get_address_of_generationExtents_15() { return &___generationExtents_15; } inline void set_generationExtents_15(Vector2_t2156229523 value) { ___generationExtents_15 = value; } inline static int32_t get_offset_of_pivot_16() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___pivot_16)); } inline Vector2_t2156229523 get_pivot_16() const { return ___pivot_16; } inline Vector2_t2156229523 * get_address_of_pivot_16() { return &___pivot_16; } inline void set_pivot_16(Vector2_t2156229523 value) { ___pivot_16 = value; } inline static int32_t get_offset_of_generateOutOfBounds_17() { return static_cast(offsetof(TextGenerationSettings_t1351628751, ___generateOutOfBounds_17)); } inline bool get_generateOutOfBounds_17() const { return ___generateOutOfBounds_17; } inline bool* get_address_of_generateOutOfBounds_17() { return &___generateOutOfBounds_17; } inline void set_generateOutOfBounds_17(bool value) { ___generateOutOfBounds_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.TextGenerationSettings struct TextGenerationSettings_t1351628751_marshaled_pinvoke { Font_t1956802104 * ___font_0; Color_t2555686324 ___color_1; int32_t ___fontSize_2; float ___lineSpacing_3; int32_t ___richText_4; float ___scaleFactor_5; int32_t ___fontStyle_6; int32_t ___textAnchor_7; int32_t ___alignByGeometry_8; int32_t ___resizeTextForBestFit_9; int32_t ___resizeTextMinSize_10; int32_t ___resizeTextMaxSize_11; int32_t ___updateBounds_12; int32_t ___verticalOverflow_13; int32_t ___horizontalOverflow_14; Vector2_t2156229523 ___generationExtents_15; Vector2_t2156229523 ___pivot_16; int32_t ___generateOutOfBounds_17; }; // Native definition for COM marshalling of UnityEngine.TextGenerationSettings struct TextGenerationSettings_t1351628751_marshaled_com { Font_t1956802104 * ___font_0; Color_t2555686324 ___color_1; int32_t ___fontSize_2; float ___lineSpacing_3; int32_t ___richText_4; float ___scaleFactor_5; int32_t ___fontStyle_6; int32_t ___textAnchor_7; int32_t ___alignByGeometry_8; int32_t ___resizeTextForBestFit_9; int32_t ___resizeTextMinSize_10; int32_t ___resizeTextMaxSize_11; int32_t ___updateBounds_12; int32_t ___verticalOverflow_13; int32_t ___horizontalOverflow_14; Vector2_t2156229523 ___generationExtents_15; Vector2_t2156229523 ___pivot_16; int32_t ___generateOutOfBounds_17; }; #endif // TEXTGENERATIONSETTINGS_T1351628751_H #ifndef NAVIGATION_T3049316579_H #define NAVIGATION_T3049316579_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Navigation struct Navigation_t3049316579 { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t3250028441 * ___m_SelectOnUp_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t3250028441 * ___m_SelectOnDown_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t3250028441 * ___m_SelectOnLeft_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t3250028441 * ___m_SelectOnRight_4; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t3049316579, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_SelectOnUp_1() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnUp_1)); } inline Selectable_t3250028441 * get_m_SelectOnUp_1() const { return ___m_SelectOnUp_1; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnUp_1() { return &___m_SelectOnUp_1; } inline void set_m_SelectOnUp_1(Selectable_t3250028441 * value) { ___m_SelectOnUp_1 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnUp_1), value); } inline static int32_t get_offset_of_m_SelectOnDown_2() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnDown_2)); } inline Selectable_t3250028441 * get_m_SelectOnDown_2() const { return ___m_SelectOnDown_2; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnDown_2() { return &___m_SelectOnDown_2; } inline void set_m_SelectOnDown_2(Selectable_t3250028441 * value) { ___m_SelectOnDown_2 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnDown_2), value); } inline static int32_t get_offset_of_m_SelectOnLeft_3() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnLeft_3)); } inline Selectable_t3250028441 * get_m_SelectOnLeft_3() const { return ___m_SelectOnLeft_3; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnLeft_3() { return &___m_SelectOnLeft_3; } inline void set_m_SelectOnLeft_3(Selectable_t3250028441 * value) { ___m_SelectOnLeft_3 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnLeft_3), value); } inline static int32_t get_offset_of_m_SelectOnRight_4() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnRight_4)); } inline Selectable_t3250028441 * get_m_SelectOnRight_4() const { return ___m_SelectOnRight_4; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnRight_4() { return &___m_SelectOnRight_4; } inline void set_m_SelectOnRight_4(Selectable_t3250028441 * value) { ___m_SelectOnRight_4 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnRight_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t3049316579_marshaled_pinvoke { int32_t ___m_Mode_0; Selectable_t3250028441 * ___m_SelectOnUp_1; Selectable_t3250028441 * ___m_SelectOnDown_2; Selectable_t3250028441 * ___m_SelectOnLeft_3; Selectable_t3250028441 * ___m_SelectOnRight_4; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t3049316579_marshaled_com { int32_t ___m_Mode_0; Selectable_t3250028441 * ___m_SelectOnUp_1; Selectable_t3250028441 * ___m_SelectOnDown_2; Selectable_t3250028441 * ___m_SelectOnLeft_3; Selectable_t3250028441 * ___m_SelectOnRight_4; }; #endif // NAVIGATION_T3049316579_H #ifndef MONOIOSTAT_T592533987_H #define MONOIOSTAT_T592533987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MonoIOStat struct MonoIOStat_t592533987 { public: // System.String System.IO.MonoIOStat::Name String_t* ___Name_0; // System.IO.FileAttributes System.IO.MonoIOStat::Attributes int32_t ___Attributes_1; // System.Int64 System.IO.MonoIOStat::Length int64_t ___Length_2; // System.Int64 System.IO.MonoIOStat::CreationTime int64_t ___CreationTime_3; // System.Int64 System.IO.MonoIOStat::LastAccessTime int64_t ___LastAccessTime_4; // System.Int64 System.IO.MonoIOStat::LastWriteTime int64_t ___LastWriteTime_5; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(MonoIOStat_t592533987, ___Name_0)); } inline String_t* get_Name_0() const { return ___Name_0; } inline String_t** get_address_of_Name_0() { return &___Name_0; } inline void set_Name_0(String_t* value) { ___Name_0 = value; Il2CppCodeGenWriteBarrier((&___Name_0), value); } inline static int32_t get_offset_of_Attributes_1() { return static_cast(offsetof(MonoIOStat_t592533987, ___Attributes_1)); } inline int32_t get_Attributes_1() const { return ___Attributes_1; } inline int32_t* get_address_of_Attributes_1() { return &___Attributes_1; } inline void set_Attributes_1(int32_t value) { ___Attributes_1 = value; } inline static int32_t get_offset_of_Length_2() { return static_cast(offsetof(MonoIOStat_t592533987, ___Length_2)); } inline int64_t get_Length_2() const { return ___Length_2; } inline int64_t* get_address_of_Length_2() { return &___Length_2; } inline void set_Length_2(int64_t value) { ___Length_2 = value; } inline static int32_t get_offset_of_CreationTime_3() { return static_cast(offsetof(MonoIOStat_t592533987, ___CreationTime_3)); } inline int64_t get_CreationTime_3() const { return ___CreationTime_3; } inline int64_t* get_address_of_CreationTime_3() { return &___CreationTime_3; } inline void set_CreationTime_3(int64_t value) { ___CreationTime_3 = value; } inline static int32_t get_offset_of_LastAccessTime_4() { return static_cast(offsetof(MonoIOStat_t592533987, ___LastAccessTime_4)); } inline int64_t get_LastAccessTime_4() const { return ___LastAccessTime_4; } inline int64_t* get_address_of_LastAccessTime_4() { return &___LastAccessTime_4; } inline void set_LastAccessTime_4(int64_t value) { ___LastAccessTime_4 = value; } inline static int32_t get_offset_of_LastWriteTime_5() { return static_cast(offsetof(MonoIOStat_t592533987, ___LastWriteTime_5)); } inline int64_t get_LastWriteTime_5() const { return ___LastWriteTime_5; } inline int64_t* get_address_of_LastWriteTime_5() { return &___LastWriteTime_5; } inline void set_LastWriteTime_5(int64_t value) { ___LastWriteTime_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.IO.MonoIOStat struct MonoIOStat_t592533987_marshaled_pinvoke { char* ___Name_0; int32_t ___Attributes_1; int64_t ___Length_2; int64_t ___CreationTime_3; int64_t ___LastAccessTime_4; int64_t ___LastWriteTime_5; }; // Native definition for COM marshalling of System.IO.MonoIOStat struct MonoIOStat_t592533987_marshaled_com { Il2CppChar* ___Name_0; int32_t ___Attributes_1; int64_t ___Length_2; int64_t ___CreationTime_3; int64_t ___LastAccessTime_4; int64_t ___LastWriteTime_5; }; #endif // MONOIOSTAT_T592533987_H #ifndef ZIPFILE_T1258023761_H #define ZIPFILE_T1258023761_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipFile struct ZipFile_t1258023761 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Zip.ZipFile/KeysRequiredEventHandler ICSharpCode.SharpZipLib.Zip.ZipFile::KeysRequired KeysRequiredEventHandler_t4251835903 * ___KeysRequired_0; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::isDisposed_ bool ___isDisposed__1; // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::name_ String_t* ___name__2; // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::comment_ String_t* ___comment__3; // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::rawPassword_ String_t* ___rawPassword__4; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::baseStream_ Stream_t1273022909 * ___baseStream__5; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::isStreamOwner bool ___isStreamOwner_6; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::offsetOfFirstEntry int64_t ___offsetOfFirstEntry_7; // ICSharpCode.SharpZipLib.Zip.ZipEntry[] ICSharpCode.SharpZipLib.Zip.ZipFile::entries_ ZipEntryU5BU5D_t2637723858* ___entries__8; // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipFile::key ByteU5BU5D_t4116647657* ___key_9; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::isNewArchive_ bool ___isNewArchive__10; // ICSharpCode.SharpZipLib.Zip.UseZip64 ICSharpCode.SharpZipLib.Zip.ZipFile::useZip64_ int32_t ___useZip64__11; // System.Collections.ArrayList ICSharpCode.SharpZipLib.Zip.ZipFile::updates_ ArrayList_t2718874744 * ___updates__12; // System.Collections.Hashtable ICSharpCode.SharpZipLib.Zip.ZipFile::updateIndex_ Hashtable_t1853889766 * ___updateIndex__13; // ICSharpCode.SharpZipLib.Zip.IArchiveStorage ICSharpCode.SharpZipLib.Zip.ZipFile::archiveStorage_ RuntimeObject* ___archiveStorage__14; // ICSharpCode.SharpZipLib.Zip.IDynamicDataSource ICSharpCode.SharpZipLib.Zip.ZipFile::updateDataSource_ RuntimeObject* ___updateDataSource__15; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::bufferSize_ int32_t ___bufferSize__16; // ICSharpCode.SharpZipLib.Zip.IEntryFactory ICSharpCode.SharpZipLib.Zip.ZipFile::updateEntryFactory_ RuntimeObject* ___updateEntryFactory__17; public: inline static int32_t get_offset_of_KeysRequired_0() { return static_cast(offsetof(ZipFile_t1258023761, ___KeysRequired_0)); } inline KeysRequiredEventHandler_t4251835903 * get_KeysRequired_0() const { return ___KeysRequired_0; } inline KeysRequiredEventHandler_t4251835903 ** get_address_of_KeysRequired_0() { return &___KeysRequired_0; } inline void set_KeysRequired_0(KeysRequiredEventHandler_t4251835903 * value) { ___KeysRequired_0 = value; Il2CppCodeGenWriteBarrier((&___KeysRequired_0), value); } inline static int32_t get_offset_of_isDisposed__1() { return static_cast(offsetof(ZipFile_t1258023761, ___isDisposed__1)); } inline bool get_isDisposed__1() const { return ___isDisposed__1; } inline bool* get_address_of_isDisposed__1() { return &___isDisposed__1; } inline void set_isDisposed__1(bool value) { ___isDisposed__1 = value; } inline static int32_t get_offset_of_name__2() { return static_cast(offsetof(ZipFile_t1258023761, ___name__2)); } inline String_t* get_name__2() const { return ___name__2; } inline String_t** get_address_of_name__2() { return &___name__2; } inline void set_name__2(String_t* value) { ___name__2 = value; Il2CppCodeGenWriteBarrier((&___name__2), value); } inline static int32_t get_offset_of_comment__3() { return static_cast(offsetof(ZipFile_t1258023761, ___comment__3)); } inline String_t* get_comment__3() const { return ___comment__3; } inline String_t** get_address_of_comment__3() { return &___comment__3; } inline void set_comment__3(String_t* value) { ___comment__3 = value; Il2CppCodeGenWriteBarrier((&___comment__3), value); } inline static int32_t get_offset_of_rawPassword__4() { return static_cast(offsetof(ZipFile_t1258023761, ___rawPassword__4)); } inline String_t* get_rawPassword__4() const { return ___rawPassword__4; } inline String_t** get_address_of_rawPassword__4() { return &___rawPassword__4; } inline void set_rawPassword__4(String_t* value) { ___rawPassword__4 = value; Il2CppCodeGenWriteBarrier((&___rawPassword__4), value); } inline static int32_t get_offset_of_baseStream__5() { return static_cast(offsetof(ZipFile_t1258023761, ___baseStream__5)); } inline Stream_t1273022909 * get_baseStream__5() const { return ___baseStream__5; } inline Stream_t1273022909 ** get_address_of_baseStream__5() { return &___baseStream__5; } inline void set_baseStream__5(Stream_t1273022909 * value) { ___baseStream__5 = value; Il2CppCodeGenWriteBarrier((&___baseStream__5), value); } inline static int32_t get_offset_of_isStreamOwner_6() { return static_cast(offsetof(ZipFile_t1258023761, ___isStreamOwner_6)); } inline bool get_isStreamOwner_6() const { return ___isStreamOwner_6; } inline bool* get_address_of_isStreamOwner_6() { return &___isStreamOwner_6; } inline void set_isStreamOwner_6(bool value) { ___isStreamOwner_6 = value; } inline static int32_t get_offset_of_offsetOfFirstEntry_7() { return static_cast(offsetof(ZipFile_t1258023761, ___offsetOfFirstEntry_7)); } inline int64_t get_offsetOfFirstEntry_7() const { return ___offsetOfFirstEntry_7; } inline int64_t* get_address_of_offsetOfFirstEntry_7() { return &___offsetOfFirstEntry_7; } inline void set_offsetOfFirstEntry_7(int64_t value) { ___offsetOfFirstEntry_7 = value; } inline static int32_t get_offset_of_entries__8() { return static_cast(offsetof(ZipFile_t1258023761, ___entries__8)); } inline ZipEntryU5BU5D_t2637723858* get_entries__8() const { return ___entries__8; } inline ZipEntryU5BU5D_t2637723858** get_address_of_entries__8() { return &___entries__8; } inline void set_entries__8(ZipEntryU5BU5D_t2637723858* value) { ___entries__8 = value; Il2CppCodeGenWriteBarrier((&___entries__8), value); } inline static int32_t get_offset_of_key_9() { return static_cast(offsetof(ZipFile_t1258023761, ___key_9)); } inline ByteU5BU5D_t4116647657* get_key_9() const { return ___key_9; } inline ByteU5BU5D_t4116647657** get_address_of_key_9() { return &___key_9; } inline void set_key_9(ByteU5BU5D_t4116647657* value) { ___key_9 = value; Il2CppCodeGenWriteBarrier((&___key_9), value); } inline static int32_t get_offset_of_isNewArchive__10() { return static_cast(offsetof(ZipFile_t1258023761, ___isNewArchive__10)); } inline bool get_isNewArchive__10() const { return ___isNewArchive__10; } inline bool* get_address_of_isNewArchive__10() { return &___isNewArchive__10; } inline void set_isNewArchive__10(bool value) { ___isNewArchive__10 = value; } inline static int32_t get_offset_of_useZip64__11() { return static_cast(offsetof(ZipFile_t1258023761, ___useZip64__11)); } inline int32_t get_useZip64__11() const { return ___useZip64__11; } inline int32_t* get_address_of_useZip64__11() { return &___useZip64__11; } inline void set_useZip64__11(int32_t value) { ___useZip64__11 = value; } inline static int32_t get_offset_of_updates__12() { return static_cast(offsetof(ZipFile_t1258023761, ___updates__12)); } inline ArrayList_t2718874744 * get_updates__12() const { return ___updates__12; } inline ArrayList_t2718874744 ** get_address_of_updates__12() { return &___updates__12; } inline void set_updates__12(ArrayList_t2718874744 * value) { ___updates__12 = value; Il2CppCodeGenWriteBarrier((&___updates__12), value); } inline static int32_t get_offset_of_updateIndex__13() { return static_cast(offsetof(ZipFile_t1258023761, ___updateIndex__13)); } inline Hashtable_t1853889766 * get_updateIndex__13() const { return ___updateIndex__13; } inline Hashtable_t1853889766 ** get_address_of_updateIndex__13() { return &___updateIndex__13; } inline void set_updateIndex__13(Hashtable_t1853889766 * value) { ___updateIndex__13 = value; Il2CppCodeGenWriteBarrier((&___updateIndex__13), value); } inline static int32_t get_offset_of_archiveStorage__14() { return static_cast(offsetof(ZipFile_t1258023761, ___archiveStorage__14)); } inline RuntimeObject* get_archiveStorage__14() const { return ___archiveStorage__14; } inline RuntimeObject** get_address_of_archiveStorage__14() { return &___archiveStorage__14; } inline void set_archiveStorage__14(RuntimeObject* value) { ___archiveStorage__14 = value; Il2CppCodeGenWriteBarrier((&___archiveStorage__14), value); } inline static int32_t get_offset_of_updateDataSource__15() { return static_cast(offsetof(ZipFile_t1258023761, ___updateDataSource__15)); } inline RuntimeObject* get_updateDataSource__15() const { return ___updateDataSource__15; } inline RuntimeObject** get_address_of_updateDataSource__15() { return &___updateDataSource__15; } inline void set_updateDataSource__15(RuntimeObject* value) { ___updateDataSource__15 = value; Il2CppCodeGenWriteBarrier((&___updateDataSource__15), value); } inline static int32_t get_offset_of_bufferSize__16() { return static_cast(offsetof(ZipFile_t1258023761, ___bufferSize__16)); } inline int32_t get_bufferSize__16() const { return ___bufferSize__16; } inline int32_t* get_address_of_bufferSize__16() { return &___bufferSize__16; } inline void set_bufferSize__16(int32_t value) { ___bufferSize__16 = value; } inline static int32_t get_offset_of_updateEntryFactory__17() { return static_cast(offsetof(ZipFile_t1258023761, ___updateEntryFactory__17)); } inline RuntimeObject* get_updateEntryFactory__17() const { return ___updateEntryFactory__17; } inline RuntimeObject** get_address_of_updateEntryFactory__17() { return &___updateEntryFactory__17; } inline void set_updateEntryFactory__17(RuntimeObject* value) { ___updateEntryFactory__17 = value; Il2CppCodeGenWriteBarrier((&___updateEntryFactory__17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPFILE_T1258023761_H #ifndef FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_1; // System.Boolean System.IO.FileStream::owner bool ___owner_2; // System.Boolean System.IO.FileStream::async bool ___async_3; // System.Boolean System.IO.FileStream::canseek bool ___canseek_4; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_5; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_6; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_7; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_8; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_9; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_10; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_11; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_12; // System.String System.IO.FileStream::name String_t* ___name_13; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_14; public: inline static int32_t get_offset_of_access_1() { return static_cast(offsetof(FileStream_t4292183065, ___access_1)); } inline int32_t get_access_1() const { return ___access_1; } inline int32_t* get_address_of_access_1() { return &___access_1; } inline void set_access_1(int32_t value) { ___access_1 = value; } inline static int32_t get_offset_of_owner_2() { return static_cast(offsetof(FileStream_t4292183065, ___owner_2)); } inline bool get_owner_2() const { return ___owner_2; } inline bool* get_address_of_owner_2() { return &___owner_2; } inline void set_owner_2(bool value) { ___owner_2 = value; } inline static int32_t get_offset_of_async_3() { return static_cast(offsetof(FileStream_t4292183065, ___async_3)); } inline bool get_async_3() const { return ___async_3; } inline bool* get_address_of_async_3() { return &___async_3; } inline void set_async_3(bool value) { ___async_3 = value; } inline static int32_t get_offset_of_canseek_4() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_4)); } inline bool get_canseek_4() const { return ___canseek_4; } inline bool* get_address_of_canseek_4() { return &___canseek_4; } inline void set_canseek_4(bool value) { ___canseek_4 = value; } inline static int32_t get_offset_of_append_startpos_5() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_5)); } inline int64_t get_append_startpos_5() const { return ___append_startpos_5; } inline int64_t* get_address_of_append_startpos_5() { return &___append_startpos_5; } inline void set_append_startpos_5(int64_t value) { ___append_startpos_5 = value; } inline static int32_t get_offset_of_anonymous_6() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_6)); } inline bool get_anonymous_6() const { return ___anonymous_6; } inline bool* get_address_of_anonymous_6() { return &___anonymous_6; } inline void set_anonymous_6(bool value) { ___anonymous_6 = value; } inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t4292183065, ___buf_7)); } inline ByteU5BU5D_t4116647657* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_t4116647657** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_t4116647657* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((&___buf_7), value); } inline static int32_t get_offset_of_buf_size_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_8)); } inline int32_t get_buf_size_8() const { return ___buf_size_8; } inline int32_t* get_address_of_buf_size_8() { return &___buf_size_8; } inline void set_buf_size_8(int32_t value) { ___buf_size_8 = value; } inline static int32_t get_offset_of_buf_length_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_9)); } inline int32_t get_buf_length_9() const { return ___buf_length_9; } inline int32_t* get_address_of_buf_length_9() { return &___buf_length_9; } inline void set_buf_length_9(int32_t value) { ___buf_length_9 = value; } inline static int32_t get_offset_of_buf_offset_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_10)); } inline int32_t get_buf_offset_10() const { return ___buf_offset_10; } inline int32_t* get_address_of_buf_offset_10() { return &___buf_offset_10; } inline void set_buf_offset_10(int32_t value) { ___buf_offset_10 = value; } inline static int32_t get_offset_of_buf_dirty_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_11)); } inline bool get_buf_dirty_11() const { return ___buf_dirty_11; } inline bool* get_address_of_buf_dirty_11() { return &___buf_dirty_11; } inline void set_buf_dirty_11(bool value) { ___buf_dirty_11 = value; } inline static int32_t get_offset_of_buf_start_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_12)); } inline int64_t get_buf_start_12() const { return ___buf_start_12; } inline int64_t* get_address_of_buf_start_12() { return &___buf_start_12; } inline void set_buf_start_12(int64_t value) { ___buf_start_12 = value; } inline static int32_t get_offset_of_name_13() { return static_cast(offsetof(FileStream_t4292183065, ___name_13)); } inline String_t* get_name_13() const { return ___name_13; } inline String_t** get_address_of_name_13() { return &___name_13; } inline void set_name_13(String_t* value) { ___name_13 = value; Il2CppCodeGenWriteBarrier((&___name_13), value); } inline static int32_t get_offset_of_handle_14() { return static_cast(offsetof(FileStream_t4292183065, ___handle_14)); } inline intptr_t get_handle_14() const { return ___handle_14; } inline intptr_t* get_address_of_handle_14() { return &___handle_14; } inline void set_handle_14(intptr_t value) { ___handle_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_H #ifndef VECTOROPTIONS_T1354903650_H #define VECTOROPTIONS_T1354903650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t1354903650 { public: // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.VectorOptions::axisConstraint int32_t ___axisConstraint_0; // System.Boolean DG.Tweening.Plugins.Options.VectorOptions::snapping bool ___snapping_1; public: inline static int32_t get_offset_of_axisConstraint_0() { return static_cast(offsetof(VectorOptions_t1354903650, ___axisConstraint_0)); } inline int32_t get_axisConstraint_0() const { return ___axisConstraint_0; } inline int32_t* get_address_of_axisConstraint_0() { return &___axisConstraint_0; } inline void set_axisConstraint_0(int32_t value) { ___axisConstraint_0 = value; } inline static int32_t get_offset_of_snapping_1() { return static_cast(offsetof(VectorOptions_t1354903650, ___snapping_1)); } inline bool get_snapping_1() const { return ___snapping_1; } inline bool* get_address_of_snapping_1() { return &___snapping_1; } inline void set_snapping_1(bool value) { ___snapping_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t1354903650_marshaled_pinvoke { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t1354903650_marshaled_com { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; #endif // VECTOROPTIONS_T1354903650_H #ifndef CWEBCONFIG_T812894886_H #define CWEBCONFIG_T812894886_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CWebConfig struct CWebConfig_t812894886 : public Singleton_1_t3432562628 { public: // System.Boolean CWebConfig::moveNext bool ___moveNext_1; // CWebConfig/eDownload CWebConfig::state int32_t ___state_2; // System.String CWebConfig::_content String_t* ____content_3; public: inline static int32_t get_offset_of_moveNext_1() { return static_cast(offsetof(CWebConfig_t812894886, ___moveNext_1)); } inline bool get_moveNext_1() const { return ___moveNext_1; } inline bool* get_address_of_moveNext_1() { return &___moveNext_1; } inline void set_moveNext_1(bool value) { ___moveNext_1 = value; } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(CWebConfig_t812894886, ___state_2)); } inline int32_t get_state_2() const { return ___state_2; } inline int32_t* get_address_of_state_2() { return &___state_2; } inline void set_state_2(int32_t value) { ___state_2 = value; } inline static int32_t get_offset_of__content_3() { return static_cast(offsetof(CWebConfig_t812894886, ____content_3)); } inline String_t* get__content_3() const { return ____content_3; } inline String_t** get_address_of__content_3() { return &____content_3; } inline void set__content_3(String_t* value) { ____content_3 = value; Il2CppCodeGenWriteBarrier((&____content_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWEBCONFIG_T812894886_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 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 ISceneSite_t3999208198 { public: // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::k__BackingField bool ___U3CEnableAutoRelaxAnimU3Ek__BackingField_4; // System.Single DMCore.Framework.Scene.ISceneBaseObj::m_fTimeBeat float ___m_fTimeBeat_5; // DMCore.Framework.Scene.ServerSceneObjType DMCore.Framework.Scene.ISceneBaseObj::m_Type int16_t ___m_Type_6; // DMCore.Framework.Scene.ServerSceneSubType DMCore.Framework.Scene.ISceneBaseObj::m_SubType int16_t ___m_SubType_7; // UnityEngine.GameObject DMCore.Framework.Scene.ISceneBaseObj::m_pGameObject GameObject_t1113636619 * ___m_pGameObject_8; // System.String DMCore.Framework.Scene.ISceneBaseObj::m_Name String_t* ___m_Name_9; // System.String DMCore.Framework.Scene.ISceneBaseObj::m_PrefabPath String_t* ___m_PrefabPath_10; // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::m_NetProperty CProperty_t963755051 * ___m_NetProperty_11; // DMCore.CDataProperty DMCore.Framework.Scene.ISceneBaseObj::m_userProperty CDataProperty_t2806246268 * ___m_userProperty_12; // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::m_WatchedNetProp CProperty_t963755051 * ___m_WatchedNetProp_13; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneBaseObj::m_listTransform List_1_t817360128 * ___m_listTransform_14; // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::m_bEnable bool ___m_bEnable_15; // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::m_bEnableTitle bool ___m_bEnableTitle_16; // System.Int64 DMCore.Framework.Scene.ISceneBaseObj::m_UserID int64_t ___m_UserID_17; // CAnimSite DMCore.Framework.Scene.ISceneBaseObj::m_AnimSite CAnimSite_t233742424 * ___m_AnimSite_18; // CSkeletonSite DMCore.Framework.Scene.ISceneBaseObj::m_skeletonSite CSkeletonSite_t1178137573 * ___m_skeletonSite_19; // DMCore.Framework.Scene.CAudioSite DMCore.Framework.Scene.ISceneBaseObj::m_audioSite CAudioSite_t2953826499 * ___m_audioSite_20; // DMCore.Framework.Scene.enumRoleState DMCore.Framework.Scene.ISceneBaseObj::m_roleState int32_t ___m_roleState_21; public: inline static int32_t get_offset_of_U3CEnableAutoRelaxAnimU3Ek__BackingField_4() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___U3CEnableAutoRelaxAnimU3Ek__BackingField_4)); } inline bool get_U3CEnableAutoRelaxAnimU3Ek__BackingField_4() const { return ___U3CEnableAutoRelaxAnimU3Ek__BackingField_4; } inline bool* get_address_of_U3CEnableAutoRelaxAnimU3Ek__BackingField_4() { return &___U3CEnableAutoRelaxAnimU3Ek__BackingField_4; } inline void set_U3CEnableAutoRelaxAnimU3Ek__BackingField_4(bool value) { ___U3CEnableAutoRelaxAnimU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_m_fTimeBeat_5() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_fTimeBeat_5)); } inline float get_m_fTimeBeat_5() const { return ___m_fTimeBeat_5; } inline float* get_address_of_m_fTimeBeat_5() { return &___m_fTimeBeat_5; } inline void set_m_fTimeBeat_5(float value) { ___m_fTimeBeat_5 = value; } inline static int32_t get_offset_of_m_Type_6() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_Type_6)); } inline int16_t get_m_Type_6() const { return ___m_Type_6; } inline int16_t* get_address_of_m_Type_6() { return &___m_Type_6; } inline void set_m_Type_6(int16_t value) { ___m_Type_6 = value; } inline static int32_t get_offset_of_m_SubType_7() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_SubType_7)); } inline int16_t get_m_SubType_7() const { return ___m_SubType_7; } inline int16_t* get_address_of_m_SubType_7() { return &___m_SubType_7; } inline void set_m_SubType_7(int16_t value) { ___m_SubType_7 = value; } inline static int32_t get_offset_of_m_pGameObject_8() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_pGameObject_8)); } inline GameObject_t1113636619 * get_m_pGameObject_8() const { return ___m_pGameObject_8; } inline GameObject_t1113636619 ** get_address_of_m_pGameObject_8() { return &___m_pGameObject_8; } inline void set_m_pGameObject_8(GameObject_t1113636619 * value) { ___m_pGameObject_8 = value; Il2CppCodeGenWriteBarrier((&___m_pGameObject_8), value); } inline static int32_t get_offset_of_m_Name_9() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_Name_9)); } inline String_t* get_m_Name_9() const { return ___m_Name_9; } inline String_t** get_address_of_m_Name_9() { return &___m_Name_9; } inline void set_m_Name_9(String_t* value) { ___m_Name_9 = value; Il2CppCodeGenWriteBarrier((&___m_Name_9), value); } inline static int32_t get_offset_of_m_PrefabPath_10() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_PrefabPath_10)); } inline String_t* get_m_PrefabPath_10() const { return ___m_PrefabPath_10; } inline String_t** get_address_of_m_PrefabPath_10() { return &___m_PrefabPath_10; } inline void set_m_PrefabPath_10(String_t* value) { ___m_PrefabPath_10 = value; Il2CppCodeGenWriteBarrier((&___m_PrefabPath_10), value); } inline static int32_t get_offset_of_m_NetProperty_11() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_NetProperty_11)); } inline CProperty_t963755051 * get_m_NetProperty_11() const { return ___m_NetProperty_11; } inline CProperty_t963755051 ** get_address_of_m_NetProperty_11() { return &___m_NetProperty_11; } inline void set_m_NetProperty_11(CProperty_t963755051 * value) { ___m_NetProperty_11 = value; Il2CppCodeGenWriteBarrier((&___m_NetProperty_11), value); } inline static int32_t get_offset_of_m_userProperty_12() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_userProperty_12)); } inline CDataProperty_t2806246268 * get_m_userProperty_12() const { return ___m_userProperty_12; } inline CDataProperty_t2806246268 ** get_address_of_m_userProperty_12() { return &___m_userProperty_12; } inline void set_m_userProperty_12(CDataProperty_t2806246268 * value) { ___m_userProperty_12 = value; Il2CppCodeGenWriteBarrier((&___m_userProperty_12), value); } inline static int32_t get_offset_of_m_WatchedNetProp_13() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_WatchedNetProp_13)); } inline CProperty_t963755051 * get_m_WatchedNetProp_13() const { return ___m_WatchedNetProp_13; } inline CProperty_t963755051 ** get_address_of_m_WatchedNetProp_13() { return &___m_WatchedNetProp_13; } inline void set_m_WatchedNetProp_13(CProperty_t963755051 * value) { ___m_WatchedNetProp_13 = value; Il2CppCodeGenWriteBarrier((&___m_WatchedNetProp_13), value); } inline static int32_t get_offset_of_m_listTransform_14() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_listTransform_14)); } inline List_1_t817360128 * get_m_listTransform_14() const { return ___m_listTransform_14; } inline List_1_t817360128 ** get_address_of_m_listTransform_14() { return &___m_listTransform_14; } inline void set_m_listTransform_14(List_1_t817360128 * value) { ___m_listTransform_14 = value; Il2CppCodeGenWriteBarrier((&___m_listTransform_14), value); } inline static int32_t get_offset_of_m_bEnable_15() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_bEnable_15)); } inline bool get_m_bEnable_15() const { return ___m_bEnable_15; } inline bool* get_address_of_m_bEnable_15() { return &___m_bEnable_15; } inline void set_m_bEnable_15(bool value) { ___m_bEnable_15 = value; } inline static int32_t get_offset_of_m_bEnableTitle_16() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_bEnableTitle_16)); } inline bool get_m_bEnableTitle_16() const { return ___m_bEnableTitle_16; } inline bool* get_address_of_m_bEnableTitle_16() { return &___m_bEnableTitle_16; } inline void set_m_bEnableTitle_16(bool value) { ___m_bEnableTitle_16 = value; } inline static int32_t get_offset_of_m_UserID_17() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_UserID_17)); } inline int64_t get_m_UserID_17() const { return ___m_UserID_17; } inline int64_t* get_address_of_m_UserID_17() { return &___m_UserID_17; } inline void set_m_UserID_17(int64_t value) { ___m_UserID_17 = value; } inline static int32_t get_offset_of_m_AnimSite_18() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_AnimSite_18)); } inline CAnimSite_t233742424 * get_m_AnimSite_18() const { return ___m_AnimSite_18; } inline CAnimSite_t233742424 ** get_address_of_m_AnimSite_18() { return &___m_AnimSite_18; } inline void set_m_AnimSite_18(CAnimSite_t233742424 * value) { ___m_AnimSite_18 = value; Il2CppCodeGenWriteBarrier((&___m_AnimSite_18), value); } inline static int32_t get_offset_of_m_skeletonSite_19() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_skeletonSite_19)); } inline CSkeletonSite_t1178137573 * get_m_skeletonSite_19() const { return ___m_skeletonSite_19; } inline CSkeletonSite_t1178137573 ** get_address_of_m_skeletonSite_19() { return &___m_skeletonSite_19; } inline void set_m_skeletonSite_19(CSkeletonSite_t1178137573 * value) { ___m_skeletonSite_19 = value; Il2CppCodeGenWriteBarrier((&___m_skeletonSite_19), value); } inline static int32_t get_offset_of_m_audioSite_20() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_audioSite_20)); } inline CAudioSite_t2953826499 * get_m_audioSite_20() const { return ___m_audioSite_20; } inline CAudioSite_t2953826499 ** get_address_of_m_audioSite_20() { return &___m_audioSite_20; } inline void set_m_audioSite_20(CAudioSite_t2953826499 * value) { ___m_audioSite_20 = value; Il2CppCodeGenWriteBarrier((&___m_audioSite_20), value); } inline static int32_t get_offset_of_m_roleState_21() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_roleState_21)); } inline int32_t get_m_roleState_21() const { return ___m_roleState_21; } inline int32_t* get_address_of_m_roleState_21() { return &___m_roleState_21; } inline void set_m_roleState_21(int32_t value) { ___m_roleState_21 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENEBASEOBJ_T858622483_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 ASSETBUNDLEMANIFEST_T2634949939_H #define ASSETBUNDLEMANIFEST_T2634949939_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AssetBundleManifest struct AssetBundleManifest_t2634949939 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSETBUNDLEMANIFEST_T2634949939_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 TOUCH_T1921856868_H #define TOUCH_T1921856868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Touch struct Touch_t1921856868 { public: // System.Int32 UnityEngine.Touch::m_FingerId int32_t ___m_FingerId_0; // UnityEngine.Vector2 UnityEngine.Touch::m_Position Vector2_t2156229523 ___m_Position_1; // UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition Vector2_t2156229523 ___m_RawPosition_2; // UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta Vector2_t2156229523 ___m_PositionDelta_3; // System.Single UnityEngine.Touch::m_TimeDelta float ___m_TimeDelta_4; // System.Int32 UnityEngine.Touch::m_TapCount int32_t ___m_TapCount_5; // UnityEngine.TouchPhase UnityEngine.Touch::m_Phase int32_t ___m_Phase_6; // UnityEngine.TouchType UnityEngine.Touch::m_Type int32_t ___m_Type_7; // System.Single UnityEngine.Touch::m_Pressure float ___m_Pressure_8; // System.Single UnityEngine.Touch::m_maximumPossiblePressure float ___m_maximumPossiblePressure_9; // System.Single UnityEngine.Touch::m_Radius float ___m_Radius_10; // System.Single UnityEngine.Touch::m_RadiusVariance float ___m_RadiusVariance_11; // System.Single UnityEngine.Touch::m_AltitudeAngle float ___m_AltitudeAngle_12; // System.Single UnityEngine.Touch::m_AzimuthAngle float ___m_AzimuthAngle_13; public: inline static int32_t get_offset_of_m_FingerId_0() { return static_cast(offsetof(Touch_t1921856868, ___m_FingerId_0)); } inline int32_t get_m_FingerId_0() const { return ___m_FingerId_0; } inline int32_t* get_address_of_m_FingerId_0() { return &___m_FingerId_0; } inline void set_m_FingerId_0(int32_t value) { ___m_FingerId_0 = value; } inline static int32_t get_offset_of_m_Position_1() { return static_cast(offsetof(Touch_t1921856868, ___m_Position_1)); } inline Vector2_t2156229523 get_m_Position_1() const { return ___m_Position_1; } inline Vector2_t2156229523 * get_address_of_m_Position_1() { return &___m_Position_1; } inline void set_m_Position_1(Vector2_t2156229523 value) { ___m_Position_1 = value; } inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast(offsetof(Touch_t1921856868, ___m_RawPosition_2)); } inline Vector2_t2156229523 get_m_RawPosition_2() const { return ___m_RawPosition_2; } inline Vector2_t2156229523 * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; } inline void set_m_RawPosition_2(Vector2_t2156229523 value) { ___m_RawPosition_2 = value; } inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast(offsetof(Touch_t1921856868, ___m_PositionDelta_3)); } inline Vector2_t2156229523 get_m_PositionDelta_3() const { return ___m_PositionDelta_3; } inline Vector2_t2156229523 * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; } inline void set_m_PositionDelta_3(Vector2_t2156229523 value) { ___m_PositionDelta_3 = value; } inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast(offsetof(Touch_t1921856868, ___m_TimeDelta_4)); } inline float get_m_TimeDelta_4() const { return ___m_TimeDelta_4; } inline float* get_address_of_m_TimeDelta_4() { return &___m_TimeDelta_4; } inline void set_m_TimeDelta_4(float value) { ___m_TimeDelta_4 = value; } inline static int32_t get_offset_of_m_TapCount_5() { return static_cast(offsetof(Touch_t1921856868, ___m_TapCount_5)); } inline int32_t get_m_TapCount_5() const { return ___m_TapCount_5; } inline int32_t* get_address_of_m_TapCount_5() { return &___m_TapCount_5; } inline void set_m_TapCount_5(int32_t value) { ___m_TapCount_5 = value; } inline static int32_t get_offset_of_m_Phase_6() { return static_cast(offsetof(Touch_t1921856868, ___m_Phase_6)); } inline int32_t get_m_Phase_6() const { return ___m_Phase_6; } inline int32_t* get_address_of_m_Phase_6() { return &___m_Phase_6; } inline void set_m_Phase_6(int32_t value) { ___m_Phase_6 = value; } inline static int32_t get_offset_of_m_Type_7() { return static_cast(offsetof(Touch_t1921856868, ___m_Type_7)); } inline int32_t get_m_Type_7() const { return ___m_Type_7; } inline int32_t* get_address_of_m_Type_7() { return &___m_Type_7; } inline void set_m_Type_7(int32_t value) { ___m_Type_7 = value; } inline static int32_t get_offset_of_m_Pressure_8() { return static_cast(offsetof(Touch_t1921856868, ___m_Pressure_8)); } inline float get_m_Pressure_8() const { return ___m_Pressure_8; } inline float* get_address_of_m_Pressure_8() { return &___m_Pressure_8; } inline void set_m_Pressure_8(float value) { ___m_Pressure_8 = value; } inline static int32_t get_offset_of_m_maximumPossiblePressure_9() { return static_cast(offsetof(Touch_t1921856868, ___m_maximumPossiblePressure_9)); } inline float get_m_maximumPossiblePressure_9() const { return ___m_maximumPossiblePressure_9; } inline float* get_address_of_m_maximumPossiblePressure_9() { return &___m_maximumPossiblePressure_9; } inline void set_m_maximumPossiblePressure_9(float value) { ___m_maximumPossiblePressure_9 = value; } inline static int32_t get_offset_of_m_Radius_10() { return static_cast(offsetof(Touch_t1921856868, ___m_Radius_10)); } inline float get_m_Radius_10() const { return ___m_Radius_10; } inline float* get_address_of_m_Radius_10() { return &___m_Radius_10; } inline void set_m_Radius_10(float value) { ___m_Radius_10 = value; } inline static int32_t get_offset_of_m_RadiusVariance_11() { return static_cast(offsetof(Touch_t1921856868, ___m_RadiusVariance_11)); } inline float get_m_RadiusVariance_11() const { return ___m_RadiusVariance_11; } inline float* get_address_of_m_RadiusVariance_11() { return &___m_RadiusVariance_11; } inline void set_m_RadiusVariance_11(float value) { ___m_RadiusVariance_11 = value; } inline static int32_t get_offset_of_m_AltitudeAngle_12() { return static_cast(offsetof(Touch_t1921856868, ___m_AltitudeAngle_12)); } inline float get_m_AltitudeAngle_12() const { return ___m_AltitudeAngle_12; } inline float* get_address_of_m_AltitudeAngle_12() { return &___m_AltitudeAngle_12; } inline void set_m_AltitudeAngle_12(float value) { ___m_AltitudeAngle_12 = value; } inline static int32_t get_offset_of_m_AzimuthAngle_13() { return static_cast(offsetof(Touch_t1921856868, ___m_AzimuthAngle_13)); } inline float get_m_AzimuthAngle_13() const { return ___m_AzimuthAngle_13; } inline float* get_address_of_m_AzimuthAngle_13() { return &___m_AzimuthAngle_13; } inline void set_m_AzimuthAngle_13(float value) { ___m_AzimuthAngle_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOUCH_T1921856868_H #ifndef SHADER_T4151988712_H #define SHADER_T4151988712_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Shader struct Shader_t4151988712 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHADER_T4151988712_H #ifndef 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 ASSETBUNDLE_T1153907252_H #define ASSETBUNDLE_T1153907252_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AssetBundle struct AssetBundle_t1153907252 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSETBUNDLE_T1153907252_H #ifndef WEBREQUEST_T1939381076_H #define WEBREQUEST_T1939381076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebRequest struct WebRequest_t1939381076 : public MarshalByRefObject_t2760389100 { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::authentication_level int32_t ___authentication_level_4; public: inline static int32_t get_offset_of_authentication_level_4() { return static_cast(offsetof(WebRequest_t1939381076, ___authentication_level_4)); } inline int32_t get_authentication_level_4() const { return ___authentication_level_4; } inline int32_t* get_address_of_authentication_level_4() { return &___authentication_level_4; } inline void set_authentication_level_4(int32_t value) { ___authentication_level_4 = value; } }; struct WebRequest_t1939381076_StaticFields { public: // System.Collections.Specialized.HybridDictionary System.Net.WebRequest::prefixes HybridDictionary_t4070033136 * ___prefixes_1; // System.Boolean System.Net.WebRequest::isDefaultWebProxySet bool ___isDefaultWebProxySet_2; // System.Net.IWebProxy System.Net.WebRequest::defaultWebProxy RuntimeObject* ___defaultWebProxy_3; // System.Object System.Net.WebRequest::lockobj RuntimeObject * ___lockobj_5; public: inline static int32_t get_offset_of_prefixes_1() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___prefixes_1)); } inline HybridDictionary_t4070033136 * get_prefixes_1() const { return ___prefixes_1; } inline HybridDictionary_t4070033136 ** get_address_of_prefixes_1() { return &___prefixes_1; } inline void set_prefixes_1(HybridDictionary_t4070033136 * value) { ___prefixes_1 = value; Il2CppCodeGenWriteBarrier((&___prefixes_1), value); } inline static int32_t get_offset_of_isDefaultWebProxySet_2() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___isDefaultWebProxySet_2)); } inline bool get_isDefaultWebProxySet_2() const { return ___isDefaultWebProxySet_2; } inline bool* get_address_of_isDefaultWebProxySet_2() { return &___isDefaultWebProxySet_2; } inline void set_isDefaultWebProxySet_2(bool value) { ___isDefaultWebProxySet_2 = value; } inline static int32_t get_offset_of_defaultWebProxy_3() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___defaultWebProxy_3)); } inline RuntimeObject* get_defaultWebProxy_3() const { return ___defaultWebProxy_3; } inline RuntimeObject** get_address_of_defaultWebProxy_3() { return &___defaultWebProxy_3; } inline void set_defaultWebProxy_3(RuntimeObject* value) { ___defaultWebProxy_3 = value; Il2CppCodeGenWriteBarrier((&___defaultWebProxy_3), value); } inline static int32_t get_offset_of_lockobj_5() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___lockobj_5)); } inline RuntimeObject * get_lockobj_5() const { return ___lockobj_5; } inline RuntimeObject ** get_address_of_lockobj_5() { return &___lockobj_5; } inline void set_lockobj_5(RuntimeObject * value) { ___lockobj_5 = value; Il2CppCodeGenWriteBarrier((&___lockobj_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUEST_T1939381076_H #ifndef LMSETTINGPROPERTY_T1483900569_H #define LMSETTINGPROPERTY_T1483900569_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LMSettingProperty struct LMSettingProperty_t1483900569 : public RuntimeObject { public: // UnityEngine.Material LMSettingProperty::Skybox Material_t340375123 * ___Skybox_0; // UnityEngine.LightmapsMode LMSettingProperty::Mode int32_t ___Mode_1; // UnityEngine.Texture2D[] LMSettingProperty::LightmapsColor Texture2DU5BU5D_t149664596* ___LightmapsColor_2; // UnityEngine.Texture2D[] LMSettingProperty::LightmapsDir Texture2DU5BU5D_t149664596* ___LightmapsDir_3; // UnityEngine.Texture2D[] LMSettingProperty::ShadowMask Texture2DU5BU5D_t149664596* ___ShadowMask_4; // UnityEngine.LightProbes LMSettingProperty::Probes LightProbes_t649210852 * ___Probes_5; // UnityEngine.Color LMSettingProperty::AmbientColor Color_t2555686324 ___AmbientColor_6; // UnityEngine.Rendering.AmbientMode LMSettingProperty::AmbientMode int32_t ___AmbientMode_7; // UnityEngine.Color LMSettingProperty::SkyColor Color_t2555686324 ___SkyColor_8; // UnityEngine.Color LMSettingProperty::EquatorColor Color_t2555686324 ___EquatorColor_9; // UnityEngine.Color LMSettingProperty::GroundColor Color_t2555686324 ___GroundColor_10; // System.Boolean LMSettingProperty::UseFog bool ___UseFog_11; // UnityEngine.Color LMSettingProperty::FogColor Color_t2555686324 ___FogColor_12; // UnityEngine.FogMode LMSettingProperty::FogMode int32_t ___FogMode_13; // System.Single LMSettingProperty::FogDensity float ___FogDensity_14; // System.Single LMSettingProperty::LinearFogStartDistance float ___LinearFogStartDistance_15; // System.Single LMSettingProperty::LinearFogEndDistance float ___LinearFogEndDistance_16; // LMRendererInfo[] LMSettingProperty::RendererInfos LMRendererInfoU5BU5D_t4046529225* ___RendererInfos_17; // LMRendererInfo LMSettingProperty::TerrainRendererInfo LMRendererInfo_t3374010072 ___TerrainRendererInfo_18; public: inline static int32_t get_offset_of_Skybox_0() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___Skybox_0)); } inline Material_t340375123 * get_Skybox_0() const { return ___Skybox_0; } inline Material_t340375123 ** get_address_of_Skybox_0() { return &___Skybox_0; } inline void set_Skybox_0(Material_t340375123 * value) { ___Skybox_0 = value; Il2CppCodeGenWriteBarrier((&___Skybox_0), value); } inline static int32_t get_offset_of_Mode_1() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___Mode_1)); } inline int32_t get_Mode_1() const { return ___Mode_1; } inline int32_t* get_address_of_Mode_1() { return &___Mode_1; } inline void set_Mode_1(int32_t value) { ___Mode_1 = value; } inline static int32_t get_offset_of_LightmapsColor_2() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___LightmapsColor_2)); } inline Texture2DU5BU5D_t149664596* get_LightmapsColor_2() const { return ___LightmapsColor_2; } inline Texture2DU5BU5D_t149664596** get_address_of_LightmapsColor_2() { return &___LightmapsColor_2; } inline void set_LightmapsColor_2(Texture2DU5BU5D_t149664596* value) { ___LightmapsColor_2 = value; Il2CppCodeGenWriteBarrier((&___LightmapsColor_2), value); } inline static int32_t get_offset_of_LightmapsDir_3() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___LightmapsDir_3)); } inline Texture2DU5BU5D_t149664596* get_LightmapsDir_3() const { return ___LightmapsDir_3; } inline Texture2DU5BU5D_t149664596** get_address_of_LightmapsDir_3() { return &___LightmapsDir_3; } inline void set_LightmapsDir_3(Texture2DU5BU5D_t149664596* value) { ___LightmapsDir_3 = value; Il2CppCodeGenWriteBarrier((&___LightmapsDir_3), value); } inline static int32_t get_offset_of_ShadowMask_4() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___ShadowMask_4)); } inline Texture2DU5BU5D_t149664596* get_ShadowMask_4() const { return ___ShadowMask_4; } inline Texture2DU5BU5D_t149664596** get_address_of_ShadowMask_4() { return &___ShadowMask_4; } inline void set_ShadowMask_4(Texture2DU5BU5D_t149664596* value) { ___ShadowMask_4 = value; Il2CppCodeGenWriteBarrier((&___ShadowMask_4), value); } inline static int32_t get_offset_of_Probes_5() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___Probes_5)); } inline LightProbes_t649210852 * get_Probes_5() const { return ___Probes_5; } inline LightProbes_t649210852 ** get_address_of_Probes_5() { return &___Probes_5; } inline void set_Probes_5(LightProbes_t649210852 * value) { ___Probes_5 = value; Il2CppCodeGenWriteBarrier((&___Probes_5), value); } inline static int32_t get_offset_of_AmbientColor_6() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___AmbientColor_6)); } inline Color_t2555686324 get_AmbientColor_6() const { return ___AmbientColor_6; } inline Color_t2555686324 * get_address_of_AmbientColor_6() { return &___AmbientColor_6; } inline void set_AmbientColor_6(Color_t2555686324 value) { ___AmbientColor_6 = value; } inline static int32_t get_offset_of_AmbientMode_7() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___AmbientMode_7)); } inline int32_t get_AmbientMode_7() const { return ___AmbientMode_7; } inline int32_t* get_address_of_AmbientMode_7() { return &___AmbientMode_7; } inline void set_AmbientMode_7(int32_t value) { ___AmbientMode_7 = value; } inline static int32_t get_offset_of_SkyColor_8() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___SkyColor_8)); } inline Color_t2555686324 get_SkyColor_8() const { return ___SkyColor_8; } inline Color_t2555686324 * get_address_of_SkyColor_8() { return &___SkyColor_8; } inline void set_SkyColor_8(Color_t2555686324 value) { ___SkyColor_8 = value; } inline static int32_t get_offset_of_EquatorColor_9() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___EquatorColor_9)); } inline Color_t2555686324 get_EquatorColor_9() const { return ___EquatorColor_9; } inline Color_t2555686324 * get_address_of_EquatorColor_9() { return &___EquatorColor_9; } inline void set_EquatorColor_9(Color_t2555686324 value) { ___EquatorColor_9 = value; } inline static int32_t get_offset_of_GroundColor_10() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___GroundColor_10)); } inline Color_t2555686324 get_GroundColor_10() const { return ___GroundColor_10; } inline Color_t2555686324 * get_address_of_GroundColor_10() { return &___GroundColor_10; } inline void set_GroundColor_10(Color_t2555686324 value) { ___GroundColor_10 = value; } inline static int32_t get_offset_of_UseFog_11() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___UseFog_11)); } inline bool get_UseFog_11() const { return ___UseFog_11; } inline bool* get_address_of_UseFog_11() { return &___UseFog_11; } inline void set_UseFog_11(bool value) { ___UseFog_11 = value; } inline static int32_t get_offset_of_FogColor_12() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___FogColor_12)); } inline Color_t2555686324 get_FogColor_12() const { return ___FogColor_12; } inline Color_t2555686324 * get_address_of_FogColor_12() { return &___FogColor_12; } inline void set_FogColor_12(Color_t2555686324 value) { ___FogColor_12 = value; } inline static int32_t get_offset_of_FogMode_13() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___FogMode_13)); } inline int32_t get_FogMode_13() const { return ___FogMode_13; } inline int32_t* get_address_of_FogMode_13() { return &___FogMode_13; } inline void set_FogMode_13(int32_t value) { ___FogMode_13 = value; } inline static int32_t get_offset_of_FogDensity_14() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___FogDensity_14)); } inline float get_FogDensity_14() const { return ___FogDensity_14; } inline float* get_address_of_FogDensity_14() { return &___FogDensity_14; } inline void set_FogDensity_14(float value) { ___FogDensity_14 = value; } inline static int32_t get_offset_of_LinearFogStartDistance_15() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___LinearFogStartDistance_15)); } inline float get_LinearFogStartDistance_15() const { return ___LinearFogStartDistance_15; } inline float* get_address_of_LinearFogStartDistance_15() { return &___LinearFogStartDistance_15; } inline void set_LinearFogStartDistance_15(float value) { ___LinearFogStartDistance_15 = value; } inline static int32_t get_offset_of_LinearFogEndDistance_16() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___LinearFogEndDistance_16)); } inline float get_LinearFogEndDistance_16() const { return ___LinearFogEndDistance_16; } inline float* get_address_of_LinearFogEndDistance_16() { return &___LinearFogEndDistance_16; } inline void set_LinearFogEndDistance_16(float value) { ___LinearFogEndDistance_16 = value; } inline static int32_t get_offset_of_RendererInfos_17() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___RendererInfos_17)); } inline LMRendererInfoU5BU5D_t4046529225* get_RendererInfos_17() const { return ___RendererInfos_17; } inline LMRendererInfoU5BU5D_t4046529225** get_address_of_RendererInfos_17() { return &___RendererInfos_17; } inline void set_RendererInfos_17(LMRendererInfoU5BU5D_t4046529225* value) { ___RendererInfos_17 = value; Il2CppCodeGenWriteBarrier((&___RendererInfos_17), value); } inline static int32_t get_offset_of_TerrainRendererInfo_18() { return static_cast(offsetof(LMSettingProperty_t1483900569, ___TerrainRendererInfo_18)); } inline LMRendererInfo_t3374010072 get_TerrainRendererInfo_18() const { return ___TerrainRendererInfo_18; } inline LMRendererInfo_t3374010072 * get_address_of_TerrainRendererInfo_18() { return &___TerrainRendererInfo_18; } inline void set_TerrainRendererInfo_18(LMRendererInfo_t3374010072 value) { ___TerrainRendererInfo_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LMSETTINGPROPERTY_T1483900569_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 ACTION_1_T3252573759_H #define ACTION_1_T3252573759_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_t3252573759 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3252573759_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 ACTION_T1264377477_H #define ACTION_T1264377477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action struct Action_t1264377477 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_T1264377477_H #ifndef ACTION_1_T1569734369_H #define ACTION_1_T1569734369_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1569734369 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1569734369_H #ifndef 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 CLICKTIMESLOT_T1463425833_H #define CLICKTIMESLOT_T1463425833_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ClickTimeSlot struct ClickTimeSlot_t1463425833 : public RuntimeObject { public: // System.Action ClickTimeSlot::BoostCallback Action_t1264377477 * ___BoostCallback_0; // System.Boolean ClickTimeSlot::initState bool ___initState_1; // System.Int32 ClickTimeSlot::clickCount int32_t ___clickCount_2; // System.DateTime ClickTimeSlot::startTime DateTime_t3738529785 ___startTime_3; // System.Int32 ClickTimeSlot::clickCountToBoost int32_t ___clickCountToBoost_4; // System.Single ClickTimeSlot::k__BackingField float ___U3CTimeRangeU3Ek__BackingField_5; public: inline static int32_t get_offset_of_BoostCallback_0() { return static_cast(offsetof(ClickTimeSlot_t1463425833, ___BoostCallback_0)); } inline Action_t1264377477 * get_BoostCallback_0() const { return ___BoostCallback_0; } inline Action_t1264377477 ** get_address_of_BoostCallback_0() { return &___BoostCallback_0; } inline void set_BoostCallback_0(Action_t1264377477 * value) { ___BoostCallback_0 = value; Il2CppCodeGenWriteBarrier((&___BoostCallback_0), value); } inline static int32_t get_offset_of_initState_1() { return static_cast(offsetof(ClickTimeSlot_t1463425833, ___initState_1)); } inline bool get_initState_1() const { return ___initState_1; } inline bool* get_address_of_initState_1() { return &___initState_1; } inline void set_initState_1(bool value) { ___initState_1 = value; } inline static int32_t get_offset_of_clickCount_2() { return static_cast(offsetof(ClickTimeSlot_t1463425833, ___clickCount_2)); } inline int32_t get_clickCount_2() const { return ___clickCount_2; } inline int32_t* get_address_of_clickCount_2() { return &___clickCount_2; } inline void set_clickCount_2(int32_t value) { ___clickCount_2 = value; } inline static int32_t get_offset_of_startTime_3() { return static_cast(offsetof(ClickTimeSlot_t1463425833, ___startTime_3)); } inline DateTime_t3738529785 get_startTime_3() const { return ___startTime_3; } inline DateTime_t3738529785 * get_address_of_startTime_3() { return &___startTime_3; } inline void set_startTime_3(DateTime_t3738529785 value) { ___startTime_3 = value; } inline static int32_t get_offset_of_clickCountToBoost_4() { return static_cast(offsetof(ClickTimeSlot_t1463425833, ___clickCountToBoost_4)); } inline int32_t get_clickCountToBoost_4() const { return ___clickCountToBoost_4; } inline int32_t* get_address_of_clickCountToBoost_4() { return &___clickCountToBoost_4; } inline void set_clickCountToBoost_4(int32_t value) { ___clickCountToBoost_4 = value; } inline static int32_t get_offset_of_U3CTimeRangeU3Ek__BackingField_5() { return static_cast(offsetof(ClickTimeSlot_t1463425833, ___U3CTimeRangeU3Ek__BackingField_5)); } inline float get_U3CTimeRangeU3Ek__BackingField_5() const { return ___U3CTimeRangeU3Ek__BackingField_5; } inline float* get_address_of_U3CTimeRangeU3Ek__BackingField_5() { return &___U3CTimeRangeU3Ek__BackingField_5; } inline void set_U3CTimeRangeU3Ek__BackingField_5(float value) { ___U3CTimeRangeU3Ek__BackingField_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLICKTIMESLOT_T1463425833_H #ifndef TWEENCALLBACK_T3727756325_H #define TWEENCALLBACK_T3727756325_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenCallback struct TweenCallback_t3727756325 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENCALLBACK_T3727756325_H #ifndef PREDICATE_1_T800331843_H #define PREDICATE_1_T800331843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t800331843 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T800331843_H #ifndef FILESYSTEMINFO_T3745885336_H #define FILESYSTEMINFO_T3745885336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileSystemInfo struct FileSystemInfo_t3745885336 : public MarshalByRefObject_t2760389100 { public: // System.String System.IO.FileSystemInfo::FullPath String_t* ___FullPath_1; // System.String System.IO.FileSystemInfo::OriginalPath String_t* ___OriginalPath_2; // System.IO.MonoIOStat System.IO.FileSystemInfo::stat MonoIOStat_t592533987 ___stat_3; // System.Boolean System.IO.FileSystemInfo::valid bool ___valid_4; public: inline static int32_t get_offset_of_FullPath_1() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___FullPath_1)); } inline String_t* get_FullPath_1() const { return ___FullPath_1; } inline String_t** get_address_of_FullPath_1() { return &___FullPath_1; } inline void set_FullPath_1(String_t* value) { ___FullPath_1 = value; Il2CppCodeGenWriteBarrier((&___FullPath_1), value); } inline static int32_t get_offset_of_OriginalPath_2() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___OriginalPath_2)); } inline String_t* get_OriginalPath_2() const { return ___OriginalPath_2; } inline String_t** get_address_of_OriginalPath_2() { return &___OriginalPath_2; } inline void set_OriginalPath_2(String_t* value) { ___OriginalPath_2 = value; Il2CppCodeGenWriteBarrier((&___OriginalPath_2), value); } inline static int32_t get_offset_of_stat_3() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___stat_3)); } inline MonoIOStat_t592533987 get_stat_3() const { return ___stat_3; } inline MonoIOStat_t592533987 * get_address_of_stat_3() { return &___stat_3; } inline void set_stat_3(MonoIOStat_t592533987 value) { ___stat_3 = value; } inline static int32_t get_offset_of_valid_4() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___valid_4)); } inline bool get_valid_4() const { return ___valid_4; } inline bool* get_address_of_valid_4() { return &___valid_4; } inline void set_valid_4(bool value) { ___valid_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESYSTEMINFO_T3745885336_H #ifndef THREADSTART_T1006689297_H #define THREADSTART_T1006689297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadStart struct ThreadStart_t1006689297 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSTART_T1006689297_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 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 ACTION_1_T2019918284_H #define ACTION_1_T2019918284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2019918284 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2019918284_H #ifndef TEXTURE2D_T3840446185_H #define TEXTURE2D_T3840446185_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Texture2D struct Texture2D_t3840446185 : public Texture_t3661962703 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTURE2D_T3840446185_H #ifndef 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 ACTION_3_T1784814493_H #define ACTION_3_T1784814493_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_t1784814493 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1784814493_H #ifndef ISCENEAVATARBODY_T3588558973_H #define ISCENEAVATARBODY_T3588558973_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneAvatarBody struct ISceneAvatarBody_t3588558973 : public ISceneBaseObj_t858622483 { public: // DMCore.Framework.Scene.CRoleModelFace DMCore.Framework.Scene.ISceneAvatarBody::m_RoleFace CRoleModelFace_t1285730091 * ___m_RoleFace_23; // DMCore.Framework.Scene.CAvatarSite DMCore.Framework.Scene.ISceneAvatarBody::m_avatarSite CAvatarSite_t1752665925 * ___m_avatarSite_24; // DMCore.Framework.CRoleEffectManager DMCore.Framework.Scene.ISceneAvatarBody::m_effectSite CRoleEffectManager_t3637256918 * ___m_effectSite_25; // System.Int32 DMCore.Framework.Scene.ISceneAvatarBody::m_suitID int32_t ___m_suitID_26; // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::m_IsNeedModelItemBindBone bool ___m_IsNeedModelItemBindBone_27; public: inline static int32_t get_offset_of_m_RoleFace_23() { return static_cast(offsetof(ISceneAvatarBody_t3588558973, ___m_RoleFace_23)); } inline CRoleModelFace_t1285730091 * get_m_RoleFace_23() const { return ___m_RoleFace_23; } inline CRoleModelFace_t1285730091 ** get_address_of_m_RoleFace_23() { return &___m_RoleFace_23; } inline void set_m_RoleFace_23(CRoleModelFace_t1285730091 * value) { ___m_RoleFace_23 = value; Il2CppCodeGenWriteBarrier((&___m_RoleFace_23), value); } inline static int32_t get_offset_of_m_avatarSite_24() { return static_cast(offsetof(ISceneAvatarBody_t3588558973, ___m_avatarSite_24)); } inline CAvatarSite_t1752665925 * get_m_avatarSite_24() const { return ___m_avatarSite_24; } inline CAvatarSite_t1752665925 ** get_address_of_m_avatarSite_24() { return &___m_avatarSite_24; } inline void set_m_avatarSite_24(CAvatarSite_t1752665925 * value) { ___m_avatarSite_24 = value; Il2CppCodeGenWriteBarrier((&___m_avatarSite_24), value); } inline static int32_t get_offset_of_m_effectSite_25() { return static_cast(offsetof(ISceneAvatarBody_t3588558973, ___m_effectSite_25)); } inline CRoleEffectManager_t3637256918 * get_m_effectSite_25() const { return ___m_effectSite_25; } inline CRoleEffectManager_t3637256918 ** get_address_of_m_effectSite_25() { return &___m_effectSite_25; } inline void set_m_effectSite_25(CRoleEffectManager_t3637256918 * value) { ___m_effectSite_25 = value; Il2CppCodeGenWriteBarrier((&___m_effectSite_25), value); } inline static int32_t get_offset_of_m_suitID_26() { return static_cast(offsetof(ISceneAvatarBody_t3588558973, ___m_suitID_26)); } inline int32_t get_m_suitID_26() const { return ___m_suitID_26; } inline int32_t* get_address_of_m_suitID_26() { return &___m_suitID_26; } inline void set_m_suitID_26(int32_t value) { ___m_suitID_26 = value; } inline static int32_t get_offset_of_m_IsNeedModelItemBindBone_27() { return static_cast(offsetof(ISceneAvatarBody_t3588558973, ___m_IsNeedModelItemBindBone_27)); } inline bool get_m_IsNeedModelItemBindBone_27() const { return ___m_IsNeedModelItemBindBone_27; } inline bool* get_address_of_m_IsNeedModelItemBindBone_27() { return &___m_IsNeedModelItemBindBone_27; } inline void set_m_IsNeedModelItemBindBone_27(bool value) { ___m_IsNeedModelItemBindBone_27 = value; } }; struct ISceneAvatarBody_t3588558973_StaticFields { public: // System.String DMCore.Framework.Scene.ISceneAvatarBody::s_EuqipWords String_t* ___s_EuqipWords_22; public: inline static int32_t get_offset_of_s_EuqipWords_22() { return static_cast(offsetof(ISceneAvatarBody_t3588558973_StaticFields, ___s_EuqipWords_22)); } inline String_t* get_s_EuqipWords_22() const { return ___s_EuqipWords_22; } inline String_t** get_address_of_s_EuqipWords_22() { return &___s_EuqipWords_22; } inline void set_s_EuqipWords_22(String_t* value) { ___s_EuqipWords_22 = value; Il2CppCodeGenWriteBarrier((&___s_EuqipWords_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENEAVATARBODY_T3588558973_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_T269755560_H #define ACTION_1_T269755560_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_t269755560 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T269755560_H #ifndef TWEEN_T2342918553_H #define TWEEN_T2342918553_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Tween struct Tween_t2342918553 : public ABSSequentiable_t3376041011 { public: // System.Single DG.Tweening.Tween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.Tween::isBackwards bool ___isBackwards_5; // System.Object DG.Tweening.Tween::id RuntimeObject * ___id_6; // System.String DG.Tweening.Tween::stringId String_t* ___stringId_7; // System.Int32 DG.Tweening.Tween::intId int32_t ___intId_8; // System.Object DG.Tweening.Tween::target RuntimeObject * ___target_9; // DG.Tweening.UpdateType DG.Tweening.Tween::updateType int32_t ___updateType_10; // System.Boolean DG.Tweening.Tween::isIndependentUpdate bool ___isIndependentUpdate_11; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPlay TweenCallback_t3727756325 * ___onPlay_12; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPause TweenCallback_t3727756325 * ___onPause_13; // DG.Tweening.TweenCallback DG.Tweening.Tween::onRewind TweenCallback_t3727756325 * ___onRewind_14; // DG.Tweening.TweenCallback DG.Tweening.Tween::onUpdate TweenCallback_t3727756325 * ___onUpdate_15; // DG.Tweening.TweenCallback DG.Tweening.Tween::onStepComplete TweenCallback_t3727756325 * ___onStepComplete_16; // DG.Tweening.TweenCallback DG.Tweening.Tween::onComplete TweenCallback_t3727756325 * ___onComplete_17; // DG.Tweening.TweenCallback DG.Tweening.Tween::onKill TweenCallback_t3727756325 * ___onKill_18; // DG.Tweening.TweenCallback`1 DG.Tweening.Tween::onWaypointChange TweenCallback_1_t3009965658 * ___onWaypointChange_19; // System.Boolean DG.Tweening.Tween::isFrom bool ___isFrom_20; // System.Boolean DG.Tweening.Tween::isBlendable bool ___isBlendable_21; // System.Boolean DG.Tweening.Tween::isRecyclable bool ___isRecyclable_22; // System.Boolean DG.Tweening.Tween::isSpeedBased bool ___isSpeedBased_23; // System.Boolean DG.Tweening.Tween::autoKill bool ___autoKill_24; // System.Single DG.Tweening.Tween::duration float ___duration_25; // System.Int32 DG.Tweening.Tween::loops int32_t ___loops_26; // DG.Tweening.LoopType DG.Tweening.Tween::loopType int32_t ___loopType_27; // System.Single DG.Tweening.Tween::delay float ___delay_28; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CisRelativeU3Ek__BackingField_29; // DG.Tweening.Ease DG.Tweening.Tween::easeType int32_t ___easeType_30; // DG.Tweening.EaseFunction DG.Tweening.Tween::customEase EaseFunction_t3531141372 * ___customEase_31; // System.Single DG.Tweening.Tween::easeOvershootOrAmplitude float ___easeOvershootOrAmplitude_32; // System.Single DG.Tweening.Tween::easePeriod float ___easePeriod_33; // System.Type DG.Tweening.Tween::typeofT1 Type_t * ___typeofT1_34; // System.Type DG.Tweening.Tween::typeofT2 Type_t * ___typeofT2_35; // System.Type DG.Tweening.Tween::typeofTPlugOptions Type_t * ___typeofTPlugOptions_36; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CactiveU3Ek__BackingField_37; // System.Boolean DG.Tweening.Tween::isSequenced bool ___isSequenced_38; // DG.Tweening.Sequence DG.Tweening.Tween::sequenceParent Sequence_t2050373119 * ___sequenceParent_39; // System.Int32 DG.Tweening.Tween::activeId int32_t ___activeId_40; // DG.Tweening.Core.Enums.SpecialStartupMode DG.Tweening.Tween::specialStartupMode int32_t ___specialStartupMode_41; // System.Boolean DG.Tweening.Tween::creationLocked bool ___creationLocked_42; // System.Boolean DG.Tweening.Tween::startupDone bool ___startupDone_43; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CplayedOnceU3Ek__BackingField_44; // System.Single DG.Tweening.Tween::k__BackingField float ___U3CpositionU3Ek__BackingField_45; // System.Single DG.Tweening.Tween::fullDuration float ___fullDuration_46; // System.Int32 DG.Tweening.Tween::completedLoops int32_t ___completedLoops_47; // System.Boolean DG.Tweening.Tween::isPlaying bool ___isPlaying_48; // System.Boolean DG.Tweening.Tween::isComplete bool ___isComplete_49; // System.Single DG.Tweening.Tween::elapsedDelay float ___elapsedDelay_50; // System.Boolean DG.Tweening.Tween::delayComplete bool ___delayComplete_51; // System.Int32 DG.Tweening.Tween::miscInt int32_t ___miscInt_52; public: inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(Tween_t2342918553, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_isBackwards_5() { return static_cast(offsetof(Tween_t2342918553, ___isBackwards_5)); } inline bool get_isBackwards_5() const { return ___isBackwards_5; } inline bool* get_address_of_isBackwards_5() { return &___isBackwards_5; } inline void set_isBackwards_5(bool value) { ___isBackwards_5 = value; } inline static int32_t get_offset_of_id_6() { return static_cast(offsetof(Tween_t2342918553, ___id_6)); } inline RuntimeObject * get_id_6() const { return ___id_6; } inline RuntimeObject ** get_address_of_id_6() { return &___id_6; } inline void set_id_6(RuntimeObject * value) { ___id_6 = value; Il2CppCodeGenWriteBarrier((&___id_6), value); } inline static int32_t get_offset_of_stringId_7() { return static_cast(offsetof(Tween_t2342918553, ___stringId_7)); } inline String_t* get_stringId_7() const { return ___stringId_7; } inline String_t** get_address_of_stringId_7() { return &___stringId_7; } inline void set_stringId_7(String_t* value) { ___stringId_7 = value; Il2CppCodeGenWriteBarrier((&___stringId_7), value); } inline static int32_t get_offset_of_intId_8() { return static_cast(offsetof(Tween_t2342918553, ___intId_8)); } inline int32_t get_intId_8() const { return ___intId_8; } inline int32_t* get_address_of_intId_8() { return &___intId_8; } inline void set_intId_8(int32_t value) { ___intId_8 = value; } inline static int32_t get_offset_of_target_9() { return static_cast(offsetof(Tween_t2342918553, ___target_9)); } inline RuntimeObject * get_target_9() const { return ___target_9; } inline RuntimeObject ** get_address_of_target_9() { return &___target_9; } inline void set_target_9(RuntimeObject * value) { ___target_9 = value; Il2CppCodeGenWriteBarrier((&___target_9), value); } inline static int32_t get_offset_of_updateType_10() { return static_cast(offsetof(Tween_t2342918553, ___updateType_10)); } inline int32_t get_updateType_10() const { return ___updateType_10; } inline int32_t* get_address_of_updateType_10() { return &___updateType_10; } inline void set_updateType_10(int32_t value) { ___updateType_10 = value; } inline static int32_t get_offset_of_isIndependentUpdate_11() { return static_cast(offsetof(Tween_t2342918553, ___isIndependentUpdate_11)); } inline bool get_isIndependentUpdate_11() const { return ___isIndependentUpdate_11; } inline bool* get_address_of_isIndependentUpdate_11() { return &___isIndependentUpdate_11; } inline void set_isIndependentUpdate_11(bool value) { ___isIndependentUpdate_11 = value; } inline static int32_t get_offset_of_onPlay_12() { return static_cast(offsetof(Tween_t2342918553, ___onPlay_12)); } inline TweenCallback_t3727756325 * get_onPlay_12() const { return ___onPlay_12; } inline TweenCallback_t3727756325 ** get_address_of_onPlay_12() { return &___onPlay_12; } inline void set_onPlay_12(TweenCallback_t3727756325 * value) { ___onPlay_12 = value; Il2CppCodeGenWriteBarrier((&___onPlay_12), value); } inline static int32_t get_offset_of_onPause_13() { return static_cast(offsetof(Tween_t2342918553, ___onPause_13)); } inline TweenCallback_t3727756325 * get_onPause_13() const { return ___onPause_13; } inline TweenCallback_t3727756325 ** get_address_of_onPause_13() { return &___onPause_13; } inline void set_onPause_13(TweenCallback_t3727756325 * value) { ___onPause_13 = value; Il2CppCodeGenWriteBarrier((&___onPause_13), value); } inline static int32_t get_offset_of_onRewind_14() { return static_cast(offsetof(Tween_t2342918553, ___onRewind_14)); } inline TweenCallback_t3727756325 * get_onRewind_14() const { return ___onRewind_14; } inline TweenCallback_t3727756325 ** get_address_of_onRewind_14() { return &___onRewind_14; } inline void set_onRewind_14(TweenCallback_t3727756325 * value) { ___onRewind_14 = value; Il2CppCodeGenWriteBarrier((&___onRewind_14), value); } inline static int32_t get_offset_of_onUpdate_15() { return static_cast(offsetof(Tween_t2342918553, ___onUpdate_15)); } inline TweenCallback_t3727756325 * get_onUpdate_15() const { return ___onUpdate_15; } inline TweenCallback_t3727756325 ** get_address_of_onUpdate_15() { return &___onUpdate_15; } inline void set_onUpdate_15(TweenCallback_t3727756325 * value) { ___onUpdate_15 = value; Il2CppCodeGenWriteBarrier((&___onUpdate_15), value); } inline static int32_t get_offset_of_onStepComplete_16() { return static_cast(offsetof(Tween_t2342918553, ___onStepComplete_16)); } inline TweenCallback_t3727756325 * get_onStepComplete_16() const { return ___onStepComplete_16; } inline TweenCallback_t3727756325 ** get_address_of_onStepComplete_16() { return &___onStepComplete_16; } inline void set_onStepComplete_16(TweenCallback_t3727756325 * value) { ___onStepComplete_16 = value; Il2CppCodeGenWriteBarrier((&___onStepComplete_16), value); } inline static int32_t get_offset_of_onComplete_17() { return static_cast(offsetof(Tween_t2342918553, ___onComplete_17)); } inline TweenCallback_t3727756325 * get_onComplete_17() const { return ___onComplete_17; } inline TweenCallback_t3727756325 ** get_address_of_onComplete_17() { return &___onComplete_17; } inline void set_onComplete_17(TweenCallback_t3727756325 * value) { ___onComplete_17 = value; Il2CppCodeGenWriteBarrier((&___onComplete_17), value); } inline static int32_t get_offset_of_onKill_18() { return static_cast(offsetof(Tween_t2342918553, ___onKill_18)); } inline TweenCallback_t3727756325 * get_onKill_18() const { return ___onKill_18; } inline TweenCallback_t3727756325 ** get_address_of_onKill_18() { return &___onKill_18; } inline void set_onKill_18(TweenCallback_t3727756325 * value) { ___onKill_18 = value; Il2CppCodeGenWriteBarrier((&___onKill_18), value); } inline static int32_t get_offset_of_onWaypointChange_19() { return static_cast(offsetof(Tween_t2342918553, ___onWaypointChange_19)); } inline TweenCallback_1_t3009965658 * get_onWaypointChange_19() const { return ___onWaypointChange_19; } inline TweenCallback_1_t3009965658 ** get_address_of_onWaypointChange_19() { return &___onWaypointChange_19; } inline void set_onWaypointChange_19(TweenCallback_1_t3009965658 * value) { ___onWaypointChange_19 = value; Il2CppCodeGenWriteBarrier((&___onWaypointChange_19), value); } inline static int32_t get_offset_of_isFrom_20() { return static_cast(offsetof(Tween_t2342918553, ___isFrom_20)); } inline bool get_isFrom_20() const { return ___isFrom_20; } inline bool* get_address_of_isFrom_20() { return &___isFrom_20; } inline void set_isFrom_20(bool value) { ___isFrom_20 = value; } inline static int32_t get_offset_of_isBlendable_21() { return static_cast(offsetof(Tween_t2342918553, ___isBlendable_21)); } inline bool get_isBlendable_21() const { return ___isBlendable_21; } inline bool* get_address_of_isBlendable_21() { return &___isBlendable_21; } inline void set_isBlendable_21(bool value) { ___isBlendable_21 = value; } inline static int32_t get_offset_of_isRecyclable_22() { return static_cast(offsetof(Tween_t2342918553, ___isRecyclable_22)); } inline bool get_isRecyclable_22() const { return ___isRecyclable_22; } inline bool* get_address_of_isRecyclable_22() { return &___isRecyclable_22; } inline void set_isRecyclable_22(bool value) { ___isRecyclable_22 = value; } inline static int32_t get_offset_of_isSpeedBased_23() { return static_cast(offsetof(Tween_t2342918553, ___isSpeedBased_23)); } inline bool get_isSpeedBased_23() const { return ___isSpeedBased_23; } inline bool* get_address_of_isSpeedBased_23() { return &___isSpeedBased_23; } inline void set_isSpeedBased_23(bool value) { ___isSpeedBased_23 = value; } inline static int32_t get_offset_of_autoKill_24() { return static_cast(offsetof(Tween_t2342918553, ___autoKill_24)); } inline bool get_autoKill_24() const { return ___autoKill_24; } inline bool* get_address_of_autoKill_24() { return &___autoKill_24; } inline void set_autoKill_24(bool value) { ___autoKill_24 = value; } inline static int32_t get_offset_of_duration_25() { return static_cast(offsetof(Tween_t2342918553, ___duration_25)); } inline float get_duration_25() const { return ___duration_25; } inline float* get_address_of_duration_25() { return &___duration_25; } inline void set_duration_25(float value) { ___duration_25 = value; } inline static int32_t get_offset_of_loops_26() { return static_cast(offsetof(Tween_t2342918553, ___loops_26)); } inline int32_t get_loops_26() const { return ___loops_26; } inline int32_t* get_address_of_loops_26() { return &___loops_26; } inline void set_loops_26(int32_t value) { ___loops_26 = value; } inline static int32_t get_offset_of_loopType_27() { return static_cast(offsetof(Tween_t2342918553, ___loopType_27)); } inline int32_t get_loopType_27() const { return ___loopType_27; } inline int32_t* get_address_of_loopType_27() { return &___loopType_27; } inline void set_loopType_27(int32_t value) { ___loopType_27 = value; } inline static int32_t get_offset_of_delay_28() { return static_cast(offsetof(Tween_t2342918553, ___delay_28)); } inline float get_delay_28() const { return ___delay_28; } inline float* get_address_of_delay_28() { return &___delay_28; } inline void set_delay_28(float value) { ___delay_28 = value; } inline static int32_t get_offset_of_U3CisRelativeU3Ek__BackingField_29() { return static_cast(offsetof(Tween_t2342918553, ___U3CisRelativeU3Ek__BackingField_29)); } inline bool get_U3CisRelativeU3Ek__BackingField_29() const { return ___U3CisRelativeU3Ek__BackingField_29; } inline bool* get_address_of_U3CisRelativeU3Ek__BackingField_29() { return &___U3CisRelativeU3Ek__BackingField_29; } inline void set_U3CisRelativeU3Ek__BackingField_29(bool value) { ___U3CisRelativeU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_easeType_30() { return static_cast(offsetof(Tween_t2342918553, ___easeType_30)); } inline int32_t get_easeType_30() const { return ___easeType_30; } inline int32_t* get_address_of_easeType_30() { return &___easeType_30; } inline void set_easeType_30(int32_t value) { ___easeType_30 = value; } inline static int32_t get_offset_of_customEase_31() { return static_cast(offsetof(Tween_t2342918553, ___customEase_31)); } inline EaseFunction_t3531141372 * get_customEase_31() const { return ___customEase_31; } inline EaseFunction_t3531141372 ** get_address_of_customEase_31() { return &___customEase_31; } inline void set_customEase_31(EaseFunction_t3531141372 * value) { ___customEase_31 = value; Il2CppCodeGenWriteBarrier((&___customEase_31), value); } inline static int32_t get_offset_of_easeOvershootOrAmplitude_32() { return static_cast(offsetof(Tween_t2342918553, ___easeOvershootOrAmplitude_32)); } inline float get_easeOvershootOrAmplitude_32() const { return ___easeOvershootOrAmplitude_32; } inline float* get_address_of_easeOvershootOrAmplitude_32() { return &___easeOvershootOrAmplitude_32; } inline void set_easeOvershootOrAmplitude_32(float value) { ___easeOvershootOrAmplitude_32 = value; } inline static int32_t get_offset_of_easePeriod_33() { return static_cast(offsetof(Tween_t2342918553, ___easePeriod_33)); } inline float get_easePeriod_33() const { return ___easePeriod_33; } inline float* get_address_of_easePeriod_33() { return &___easePeriod_33; } inline void set_easePeriod_33(float value) { ___easePeriod_33 = value; } inline static int32_t get_offset_of_typeofT1_34() { return static_cast(offsetof(Tween_t2342918553, ___typeofT1_34)); } inline Type_t * get_typeofT1_34() const { return ___typeofT1_34; } inline Type_t ** get_address_of_typeofT1_34() { return &___typeofT1_34; } inline void set_typeofT1_34(Type_t * value) { ___typeofT1_34 = value; Il2CppCodeGenWriteBarrier((&___typeofT1_34), value); } inline static int32_t get_offset_of_typeofT2_35() { return static_cast(offsetof(Tween_t2342918553, ___typeofT2_35)); } inline Type_t * get_typeofT2_35() const { return ___typeofT2_35; } inline Type_t ** get_address_of_typeofT2_35() { return &___typeofT2_35; } inline void set_typeofT2_35(Type_t * value) { ___typeofT2_35 = value; Il2CppCodeGenWriteBarrier((&___typeofT2_35), value); } inline static int32_t get_offset_of_typeofTPlugOptions_36() { return static_cast(offsetof(Tween_t2342918553, ___typeofTPlugOptions_36)); } inline Type_t * get_typeofTPlugOptions_36() const { return ___typeofTPlugOptions_36; } inline Type_t ** get_address_of_typeofTPlugOptions_36() { return &___typeofTPlugOptions_36; } inline void set_typeofTPlugOptions_36(Type_t * value) { ___typeofTPlugOptions_36 = value; Il2CppCodeGenWriteBarrier((&___typeofTPlugOptions_36), value); } inline static int32_t get_offset_of_U3CactiveU3Ek__BackingField_37() { return static_cast(offsetof(Tween_t2342918553, ___U3CactiveU3Ek__BackingField_37)); } inline bool get_U3CactiveU3Ek__BackingField_37() const { return ___U3CactiveU3Ek__BackingField_37; } inline bool* get_address_of_U3CactiveU3Ek__BackingField_37() { return &___U3CactiveU3Ek__BackingField_37; } inline void set_U3CactiveU3Ek__BackingField_37(bool value) { ___U3CactiveU3Ek__BackingField_37 = value; } inline static int32_t get_offset_of_isSequenced_38() { return static_cast(offsetof(Tween_t2342918553, ___isSequenced_38)); } inline bool get_isSequenced_38() const { return ___isSequenced_38; } inline bool* get_address_of_isSequenced_38() { return &___isSequenced_38; } inline void set_isSequenced_38(bool value) { ___isSequenced_38 = value; } inline static int32_t get_offset_of_sequenceParent_39() { return static_cast(offsetof(Tween_t2342918553, ___sequenceParent_39)); } inline Sequence_t2050373119 * get_sequenceParent_39() const { return ___sequenceParent_39; } inline Sequence_t2050373119 ** get_address_of_sequenceParent_39() { return &___sequenceParent_39; } inline void set_sequenceParent_39(Sequence_t2050373119 * value) { ___sequenceParent_39 = value; Il2CppCodeGenWriteBarrier((&___sequenceParent_39), value); } inline static int32_t get_offset_of_activeId_40() { return static_cast(offsetof(Tween_t2342918553, ___activeId_40)); } inline int32_t get_activeId_40() const { return ___activeId_40; } inline int32_t* get_address_of_activeId_40() { return &___activeId_40; } inline void set_activeId_40(int32_t value) { ___activeId_40 = value; } inline static int32_t get_offset_of_specialStartupMode_41() { return static_cast(offsetof(Tween_t2342918553, ___specialStartupMode_41)); } inline int32_t get_specialStartupMode_41() const { return ___specialStartupMode_41; } inline int32_t* get_address_of_specialStartupMode_41() { return &___specialStartupMode_41; } inline void set_specialStartupMode_41(int32_t value) { ___specialStartupMode_41 = value; } inline static int32_t get_offset_of_creationLocked_42() { return static_cast(offsetof(Tween_t2342918553, ___creationLocked_42)); } inline bool get_creationLocked_42() const { return ___creationLocked_42; } inline bool* get_address_of_creationLocked_42() { return &___creationLocked_42; } inline void set_creationLocked_42(bool value) { ___creationLocked_42 = value; } inline static int32_t get_offset_of_startupDone_43() { return static_cast(offsetof(Tween_t2342918553, ___startupDone_43)); } inline bool get_startupDone_43() const { return ___startupDone_43; } inline bool* get_address_of_startupDone_43() { return &___startupDone_43; } inline void set_startupDone_43(bool value) { ___startupDone_43 = value; } inline static int32_t get_offset_of_U3CplayedOnceU3Ek__BackingField_44() { return static_cast(offsetof(Tween_t2342918553, ___U3CplayedOnceU3Ek__BackingField_44)); } inline bool get_U3CplayedOnceU3Ek__BackingField_44() const { return ___U3CplayedOnceU3Ek__BackingField_44; } inline bool* get_address_of_U3CplayedOnceU3Ek__BackingField_44() { return &___U3CplayedOnceU3Ek__BackingField_44; } inline void set_U3CplayedOnceU3Ek__BackingField_44(bool value) { ___U3CplayedOnceU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CpositionU3Ek__BackingField_45() { return static_cast(offsetof(Tween_t2342918553, ___U3CpositionU3Ek__BackingField_45)); } inline float get_U3CpositionU3Ek__BackingField_45() const { return ___U3CpositionU3Ek__BackingField_45; } inline float* get_address_of_U3CpositionU3Ek__BackingField_45() { return &___U3CpositionU3Ek__BackingField_45; } inline void set_U3CpositionU3Ek__BackingField_45(float value) { ___U3CpositionU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_fullDuration_46() { return static_cast(offsetof(Tween_t2342918553, ___fullDuration_46)); } inline float get_fullDuration_46() const { return ___fullDuration_46; } inline float* get_address_of_fullDuration_46() { return &___fullDuration_46; } inline void set_fullDuration_46(float value) { ___fullDuration_46 = value; } inline static int32_t get_offset_of_completedLoops_47() { return static_cast(offsetof(Tween_t2342918553, ___completedLoops_47)); } inline int32_t get_completedLoops_47() const { return ___completedLoops_47; } inline int32_t* get_address_of_completedLoops_47() { return &___completedLoops_47; } inline void set_completedLoops_47(int32_t value) { ___completedLoops_47 = value; } inline static int32_t get_offset_of_isPlaying_48() { return static_cast(offsetof(Tween_t2342918553, ___isPlaying_48)); } inline bool get_isPlaying_48() const { return ___isPlaying_48; } inline bool* get_address_of_isPlaying_48() { return &___isPlaying_48; } inline void set_isPlaying_48(bool value) { ___isPlaying_48 = value; } inline static int32_t get_offset_of_isComplete_49() { return static_cast(offsetof(Tween_t2342918553, ___isComplete_49)); } inline bool get_isComplete_49() const { return ___isComplete_49; } inline bool* get_address_of_isComplete_49() { return &___isComplete_49; } inline void set_isComplete_49(bool value) { ___isComplete_49 = value; } inline static int32_t get_offset_of_elapsedDelay_50() { return static_cast(offsetof(Tween_t2342918553, ___elapsedDelay_50)); } inline float get_elapsedDelay_50() const { return ___elapsedDelay_50; } inline float* get_address_of_elapsedDelay_50() { return &___elapsedDelay_50; } inline void set_elapsedDelay_50(float value) { ___elapsedDelay_50 = value; } inline static int32_t get_offset_of_delayComplete_51() { return static_cast(offsetof(Tween_t2342918553, ___delayComplete_51)); } inline bool get_delayComplete_51() const { return ___delayComplete_51; } inline bool* get_address_of_delayComplete_51() { return &___delayComplete_51; } inline void set_delayComplete_51(bool value) { ___delayComplete_51 = value; } inline static int32_t get_offset_of_miscInt_52() { return static_cast(offsetof(Tween_t2342918553, ___miscInt_52)); } inline int32_t get_miscInt_52() const { return ___miscInt_52; } inline int32_t* get_address_of_miscInt_52() { return &___miscInt_52; } inline void set_miscInt_52(int32_t value) { ___miscInt_52 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEEN_T2342918553_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 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 UNITYACTION_T3245792599_H #define UNITYACTION_T3245792599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction struct UnityAction_t3245792599 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_T3245792599_H #ifndef ACTION_2_T1290832230_H #define ACTION_2_T1290832230_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1290832230 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1290832230_H #ifndef ACTION_2_T4177122770_H #define ACTION_2_T4177122770_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t4177122770 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T4177122770_H #ifndef TEXTGENERATOR_T3211863866_H #define TEXTGENERATOR_T3211863866_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextGenerator struct TextGenerator_t3211863866 : public RuntimeObject { public: // System.IntPtr UnityEngine.TextGenerator::m_Ptr intptr_t ___m_Ptr_0; // System.String UnityEngine.TextGenerator::m_LastString String_t* ___m_LastString_1; // UnityEngine.TextGenerationSettings UnityEngine.TextGenerator::m_LastSettings TextGenerationSettings_t1351628751 ___m_LastSettings_2; // System.Boolean UnityEngine.TextGenerator::m_HasGenerated bool ___m_HasGenerated_3; // UnityEngine.TextGenerationError UnityEngine.TextGenerator::m_LastValid int32_t ___m_LastValid_4; // System.Collections.Generic.List`1 UnityEngine.TextGenerator::m_Verts List_1_t1234605051 * ___m_Verts_5; // System.Collections.Generic.List`1 UnityEngine.TextGenerator::m_Characters List_1_t1547575848 * ___m_Characters_6; // System.Collections.Generic.List`1 UnityEngine.TextGenerator::m_Lines List_1_t1372374256 * ___m_Lines_7; // System.Boolean UnityEngine.TextGenerator::m_CachedVerts bool ___m_CachedVerts_8; // System.Boolean UnityEngine.TextGenerator::m_CachedCharacters bool ___m_CachedCharacters_9; // System.Boolean UnityEngine.TextGenerator::m_CachedLines bool ___m_CachedLines_10; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(TextGenerator_t3211863866, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_LastString_1() { return static_cast(offsetof(TextGenerator_t3211863866, ___m_LastString_1)); } inline String_t* get_m_LastString_1() const { return ___m_LastString_1; } inline String_t** get_address_of_m_LastString_1() { return &___m_LastString_1; } inline void set_m_LastString_1(String_t* value) { ___m_LastString_1 = value; Il2CppCodeGenWriteBarrier((&___m_LastString_1), value); } inline static int32_t get_offset_of_m_LastSettings_2() { return static_cast(offsetof(TextGenerator_t3211863866, ___m_LastSettings_2)); } inline TextGenerationSettings_t1351628751 get_m_LastSettings_2() const { return ___m_LastSettings_2; } inline TextGenerationSettings_t1351628751 * get_address_of_m_LastSettings_2() { return &___m_LastSettings_2; } inline void set_m_LastSettings_2(TextGenerationSettings_t1351628751 value) { ___m_LastSettings_2 = value; } inline static int32_t get_offset_of_m_HasGenerated_3() { return static_cast(offsetof(TextGenerator_t3211863866, ___m_HasGenerated_3)); } inline bool get_m_HasGenerated_3() const { return ___m_HasGenerated_3; } inline bool* get_address_of_m_HasGenerated_3() { return &___m_HasGenerated_3; } inline void set_m_HasGenerated_3(bool value) { ___m_HasGenerated_3 = value; } inline static int32_t get_offset_of_m_LastValid_4() { return static_cast(offsetof(TextGenerator_t3211863866, ___m_LastValid_4)); } inline int32_t get_m_LastValid_4() const { return ___m_LastValid_4; } inline int32_t* get_address_of_m_LastValid_4() { return &___m_LastValid_4; } inline void set_m_LastValid_4(int32_t value) { ___m_LastValid_4 = value; } inline static int32_t get_offset_of_m_Verts_5() { return static_cast(offsetof(TextGenerator_t3211863866, ___m_Verts_5)); } inline List_1_t1234605051 * get_m_Verts_5() const { return ___m_Verts_5; } inline List_1_t1234605051 ** get_address_of_m_Verts_5() { return &___m_Verts_5; } inline void set_m_Verts_5(List_1_t1234605051 * value) { ___m_Verts_5 = value; Il2CppCodeGenWriteBarrier((&___m_Verts_5), value); } inline static int32_t get_offset_of_m_Characters_6() { return static_cast(offsetof(TextGenerator_t3211863866, ___m_Characters_6)); } inline List_1_t1547575848 * get_m_Characters_6() const { return ___m_Characters_6; } inline List_1_t1547575848 ** get_address_of_m_Characters_6() { return &___m_Characters_6; } inline void set_m_Characters_6(List_1_t1547575848 * value) { ___m_Characters_6 = value; Il2CppCodeGenWriteBarrier((&___m_Characters_6), value); } inline static int32_t get_offset_of_m_Lines_7() { return static_cast(offsetof(TextGenerator_t3211863866, ___m_Lines_7)); } inline List_1_t1372374256 * get_m_Lines_7() const { return ___m_Lines_7; } inline List_1_t1372374256 ** get_address_of_m_Lines_7() { return &___m_Lines_7; } inline void set_m_Lines_7(List_1_t1372374256 * value) { ___m_Lines_7 = value; Il2CppCodeGenWriteBarrier((&___m_Lines_7), value); } inline static int32_t get_offset_of_m_CachedVerts_8() { return static_cast(offsetof(TextGenerator_t3211863866, ___m_CachedVerts_8)); } inline bool get_m_CachedVerts_8() const { return ___m_CachedVerts_8; } inline bool* get_address_of_m_CachedVerts_8() { return &___m_CachedVerts_8; } inline void set_m_CachedVerts_8(bool value) { ___m_CachedVerts_8 = value; } inline static int32_t get_offset_of_m_CachedCharacters_9() { return static_cast(offsetof(TextGenerator_t3211863866, ___m_CachedCharacters_9)); } inline bool get_m_CachedCharacters_9() const { return ___m_CachedCharacters_9; } inline bool* get_address_of_m_CachedCharacters_9() { return &___m_CachedCharacters_9; } inline void set_m_CachedCharacters_9(bool value) { ___m_CachedCharacters_9 = value; } inline static int32_t get_offset_of_m_CachedLines_10() { return static_cast(offsetof(TextGenerator_t3211863866, ___m_CachedLines_10)); } inline bool get_m_CachedLines_10() const { return ___m_CachedLines_10; } inline bool* get_address_of_m_CachedLines_10() { return &___m_CachedLines_10; } inline void set_m_CachedLines_10(bool value) { ___m_CachedLines_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.TextGenerator struct TextGenerator_t3211863866_marshaled_pinvoke { intptr_t ___m_Ptr_0; char* ___m_LastString_1; TextGenerationSettings_t1351628751_marshaled_pinvoke ___m_LastSettings_2; int32_t ___m_HasGenerated_3; int32_t ___m_LastValid_4; List_1_t1234605051 * ___m_Verts_5; List_1_t1547575848 * ___m_Characters_6; List_1_t1372374256 * ___m_Lines_7; int32_t ___m_CachedVerts_8; int32_t ___m_CachedCharacters_9; int32_t ___m_CachedLines_10; }; // Native definition for COM marshalling of UnityEngine.TextGenerator struct TextGenerator_t3211863866_marshaled_com { intptr_t ___m_Ptr_0; Il2CppChar* ___m_LastString_1; TextGenerationSettings_t1351628751_marshaled_com ___m_LastSettings_2; int32_t ___m_HasGenerated_3; int32_t ___m_LastValid_4; List_1_t1234605051 * ___m_Verts_5; List_1_t1547575848 * ___m_Characters_6; List_1_t1372374256 * ___m_Lines_7; int32_t ___m_CachedVerts_8; int32_t ___m_CachedCharacters_9; int32_t ___m_CachedLines_10; }; #endif // TEXTGENERATOR_T3211863866_H #ifndef TRACKENTRYDELEGATE_T363257942_H #define TRACKENTRYDELEGATE_T363257942_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AnimationState/TrackEntryDelegate struct TrackEntryDelegate_t363257942 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACKENTRYDELEGATE_T363257942_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 ACTION_3_T3409849893_H #define ACTION_3_T3409849893_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_t3409849893 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3409849893_H #ifndef RECTTRANSFORM_T3704657025_H #define RECTTRANSFORM_T3704657025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RectTransform struct RectTransform_t3704657025 : public Transform_t3600365921 { public: public: }; struct RectTransform_t3704657025_StaticFields { public: // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t1258266594 * ___reapplyDrivenProperties_2; public: inline static int32_t get_offset_of_reapplyDrivenProperties_2() { return static_cast(offsetof(RectTransform_t3704657025_StaticFields, ___reapplyDrivenProperties_2)); } inline ReapplyDrivenProperties_t1258266594 * get_reapplyDrivenProperties_2() const { return ___reapplyDrivenProperties_2; } inline ReapplyDrivenProperties_t1258266594 ** get_address_of_reapplyDrivenProperties_2() { return &___reapplyDrivenProperties_2; } inline void set_reapplyDrivenProperties_2(ReapplyDrivenProperties_t1258266594 * value) { ___reapplyDrivenProperties_2 = value; Il2CppCodeGenWriteBarrier((&___reapplyDrivenProperties_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECTTRANSFORM_T3704657025_H #ifndef MONOBEHAVIOUR_T3962482529_H #define MONOBEHAVIOUR_T3962482529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOBEHAVIOUR_T3962482529_H #ifndef DIRECTORYINFO_T35957480_H #define DIRECTORYINFO_T35957480_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.DirectoryInfo struct DirectoryInfo_t35957480 : public FileSystemInfo_t3745885336 { public: // System.String System.IO.DirectoryInfo::current String_t* ___current_5; // System.String System.IO.DirectoryInfo::parent String_t* ___parent_6; public: inline static int32_t get_offset_of_current_5() { return static_cast(offsetof(DirectoryInfo_t35957480, ___current_5)); } inline String_t* get_current_5() const { return ___current_5; } inline String_t** get_address_of_current_5() { return &___current_5; } inline void set_current_5(String_t* value) { ___current_5 = value; Il2CppCodeGenWriteBarrier((&___current_5), value); } inline static int32_t get_offset_of_parent_6() { return static_cast(offsetof(DirectoryInfo_t35957480, ___parent_6)); } inline String_t* get_parent_6() const { return ___parent_6; } inline String_t** get_address_of_parent_6() { return &___parent_6; } inline void set_parent_6(String_t* value) { ___parent_6 = value; Il2CppCodeGenWriteBarrier((&___parent_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIRECTORYINFO_T35957480_H #ifndef ANIMATION_T3648466861_H #define ANIMATION_T3648466861_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Animation struct Animation_t3648466861 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATION_T3648466861_H #ifndef MESHRENDERER_T587009260_H #define MESHRENDERER_T587009260_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MeshRenderer struct MeshRenderer_t587009260 : public Renderer_t2627027031 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESHRENDERER_T587009260_H #ifndef TWEENER_T436044680_H #define TWEENER_T436044680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Tweener struct Tweener_t436044680 : public Tween_t2342918553 { public: // System.Boolean DG.Tweening.Tweener::hasManuallySetStartValue bool ___hasManuallySetStartValue_53; // System.Boolean DG.Tweening.Tweener::isFromAllowed bool ___isFromAllowed_54; public: inline static int32_t get_offset_of_hasManuallySetStartValue_53() { return static_cast(offsetof(Tweener_t436044680, ___hasManuallySetStartValue_53)); } inline bool get_hasManuallySetStartValue_53() const { return ___hasManuallySetStartValue_53; } inline bool* get_address_of_hasManuallySetStartValue_53() { return &___hasManuallySetStartValue_53; } inline void set_hasManuallySetStartValue_53(bool value) { ___hasManuallySetStartValue_53 = value; } inline static int32_t get_offset_of_isFromAllowed_54() { return static_cast(offsetof(Tweener_t436044680, ___isFromAllowed_54)); } inline bool get_isFromAllowed_54() const { return ___isFromAllowed_54; } inline bool* get_address_of_isFromAllowed_54() { return &___isFromAllowed_54; } inline void set_isFromAllowed_54(bool value) { ___isFromAllowed_54 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENER_T436044680_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 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 ISceneAvatarBody_t3588558973 { public: // System.String DMCore.Framework.Scene.ISceneRole::k__BackingField String_t* ___U3CPreEnterRoomAnimNameU3Ek__BackingField_28; // DMCore.Framework.Scene.CRoleMovePlugin DMCore.Framework.Scene.ISceneRole::m_movePlugin CRoleMovePlugin_t1887142873 * ___m_movePlugin_29; // UnityEngine.Transform DMCore.Framework.Scene.ISceneRole::m_attachedTransform Transform_t3600365921 * ___m_attachedTransform_30; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bEnableResetLocation bool ___m_bEnableResetLocation_31; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bSendLoadingRes bool ___m_bSendLoadingRes_32; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bPlayingMemberEffect bool ___m_bPlayingMemberEffect_33; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureMaster Texture2D_t3840446185 * ___m_textureMaster_34; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureChallenger Texture2D_t3840446185 * ___m_textureChallenger_35; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureTitle Texture2D_t3840446185 * ___m_textureTitle_36; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureLevel Texture2D_t3840446185 * ___m_textureLevel_37; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureStar Texture2D_t3840446185 * ___m_textureStar_38; // System.String DMCore.Framework.Scene.ISceneRole::m_starPath String_t* ___m_starPath_39; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_texturePinjie Texture2D_t3840446185 * ___m_texturePinjie_40; // System.String DMCore.Framework.Scene.ISceneRole::m_pinJiePath String_t* ___m_pinJiePath_41; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneRole::m_textureStatusArray List_1_t1017553631 * ___m_textureStatusArray_42; // System.String DMCore.Framework.Scene.ISceneRole::m_textureLevelPath String_t* ___m_textureLevelPath_43; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneRole::m_textureStatusPathArray List_1_t3319525431 * ___m_textureStatusPathArray_44; // System.String DMCore.Framework.Scene.ISceneRole::m_titleTexturePath String_t* ___m_titleTexturePath_45; // System.Int32 DMCore.Framework.Scene.ISceneRole::m_faceIndex int32_t ___m_faceIndex_46; // System.Single DMCore.Framework.Scene.ISceneRole::m_faceTime float ___m_faceTime_47; // System.Boolean DMCore.Framework.Scene.ISceneRole::b_titleEffect bool ___b_titleEffect_48; // System.Boolean DMCore.Framework.Scene.ISceneRole::b_newTagEffect bool ___b_newTagEffect_49; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bEnableNewTag bool ___m_bEnableNewTag_50; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bEnablePretend bool ___m_bEnablePretend_51; // DMCore.Framework.Scene.CPetModel DMCore.Framework.Scene.ISceneRole::m_Pretender CPetModel_t3783790547 * ___m_Pretender_52; // System.Boolean DMCore.Framework.Scene.ISceneRole::isNeedPlayEnterAnim bool ___isNeedPlayEnterAnim_53; // System.Boolean DMCore.Framework.Scene.ISceneRole::isPlayingEnterAnim bool ___isPlayingEnterAnim_54; // System.Int32 DMCore.Framework.Scene.ISceneRole::m_movingInteractionID int32_t ___m_movingInteractionID_55; public: inline static int32_t get_offset_of_U3CPreEnterRoomAnimNameU3Ek__BackingField_28() { return static_cast(offsetof(ISceneRole_t2394225724, ___U3CPreEnterRoomAnimNameU3Ek__BackingField_28)); } inline String_t* get_U3CPreEnterRoomAnimNameU3Ek__BackingField_28() const { return ___U3CPreEnterRoomAnimNameU3Ek__BackingField_28; } inline String_t** get_address_of_U3CPreEnterRoomAnimNameU3Ek__BackingField_28() { return &___U3CPreEnterRoomAnimNameU3Ek__BackingField_28; } inline void set_U3CPreEnterRoomAnimNameU3Ek__BackingField_28(String_t* value) { ___U3CPreEnterRoomAnimNameU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((&___U3CPreEnterRoomAnimNameU3Ek__BackingField_28), value); } inline static int32_t get_offset_of_m_movePlugin_29() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_movePlugin_29)); } inline CRoleMovePlugin_t1887142873 * get_m_movePlugin_29() const { return ___m_movePlugin_29; } inline CRoleMovePlugin_t1887142873 ** get_address_of_m_movePlugin_29() { return &___m_movePlugin_29; } inline void set_m_movePlugin_29(CRoleMovePlugin_t1887142873 * value) { ___m_movePlugin_29 = value; Il2CppCodeGenWriteBarrier((&___m_movePlugin_29), value); } inline static int32_t get_offset_of_m_attachedTransform_30() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_attachedTransform_30)); } inline Transform_t3600365921 * get_m_attachedTransform_30() const { return ___m_attachedTransform_30; } inline Transform_t3600365921 ** get_address_of_m_attachedTransform_30() { return &___m_attachedTransform_30; } inline void set_m_attachedTransform_30(Transform_t3600365921 * value) { ___m_attachedTransform_30 = value; Il2CppCodeGenWriteBarrier((&___m_attachedTransform_30), value); } inline static int32_t get_offset_of_m_bEnableResetLocation_31() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bEnableResetLocation_31)); } inline bool get_m_bEnableResetLocation_31() const { return ___m_bEnableResetLocation_31; } inline bool* get_address_of_m_bEnableResetLocation_31() { return &___m_bEnableResetLocation_31; } inline void set_m_bEnableResetLocation_31(bool value) { ___m_bEnableResetLocation_31 = value; } inline static int32_t get_offset_of_m_bSendLoadingRes_32() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bSendLoadingRes_32)); } inline bool get_m_bSendLoadingRes_32() const { return ___m_bSendLoadingRes_32; } inline bool* get_address_of_m_bSendLoadingRes_32() { return &___m_bSendLoadingRes_32; } inline void set_m_bSendLoadingRes_32(bool value) { ___m_bSendLoadingRes_32 = value; } inline static int32_t get_offset_of_m_bPlayingMemberEffect_33() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bPlayingMemberEffect_33)); } inline bool get_m_bPlayingMemberEffect_33() const { return ___m_bPlayingMemberEffect_33; } inline bool* get_address_of_m_bPlayingMemberEffect_33() { return &___m_bPlayingMemberEffect_33; } inline void set_m_bPlayingMemberEffect_33(bool value) { ___m_bPlayingMemberEffect_33 = value; } inline static int32_t get_offset_of_m_textureMaster_34() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureMaster_34)); } inline Texture2D_t3840446185 * get_m_textureMaster_34() const { return ___m_textureMaster_34; } inline Texture2D_t3840446185 ** get_address_of_m_textureMaster_34() { return &___m_textureMaster_34; } inline void set_m_textureMaster_34(Texture2D_t3840446185 * value) { ___m_textureMaster_34 = value; Il2CppCodeGenWriteBarrier((&___m_textureMaster_34), value); } inline static int32_t get_offset_of_m_textureChallenger_35() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureChallenger_35)); } inline Texture2D_t3840446185 * get_m_textureChallenger_35() const { return ___m_textureChallenger_35; } inline Texture2D_t3840446185 ** get_address_of_m_textureChallenger_35() { return &___m_textureChallenger_35; } inline void set_m_textureChallenger_35(Texture2D_t3840446185 * value) { ___m_textureChallenger_35 = value; Il2CppCodeGenWriteBarrier((&___m_textureChallenger_35), value); } inline static int32_t get_offset_of_m_textureTitle_36() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureTitle_36)); } inline Texture2D_t3840446185 * get_m_textureTitle_36() const { return ___m_textureTitle_36; } inline Texture2D_t3840446185 ** get_address_of_m_textureTitle_36() { return &___m_textureTitle_36; } inline void set_m_textureTitle_36(Texture2D_t3840446185 * value) { ___m_textureTitle_36 = value; Il2CppCodeGenWriteBarrier((&___m_textureTitle_36), value); } inline static int32_t get_offset_of_m_textureLevel_37() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureLevel_37)); } inline Texture2D_t3840446185 * get_m_textureLevel_37() const { return ___m_textureLevel_37; } inline Texture2D_t3840446185 ** get_address_of_m_textureLevel_37() { return &___m_textureLevel_37; } inline void set_m_textureLevel_37(Texture2D_t3840446185 * value) { ___m_textureLevel_37 = value; Il2CppCodeGenWriteBarrier((&___m_textureLevel_37), value); } inline static int32_t get_offset_of_m_textureStar_38() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureStar_38)); } inline Texture2D_t3840446185 * get_m_textureStar_38() const { return ___m_textureStar_38; } inline Texture2D_t3840446185 ** get_address_of_m_textureStar_38() { return &___m_textureStar_38; } inline void set_m_textureStar_38(Texture2D_t3840446185 * value) { ___m_textureStar_38 = value; Il2CppCodeGenWriteBarrier((&___m_textureStar_38), value); } inline static int32_t get_offset_of_m_starPath_39() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_starPath_39)); } inline String_t* get_m_starPath_39() const { return ___m_starPath_39; } inline String_t** get_address_of_m_starPath_39() { return &___m_starPath_39; } inline void set_m_starPath_39(String_t* value) { ___m_starPath_39 = value; Il2CppCodeGenWriteBarrier((&___m_starPath_39), value); } inline static int32_t get_offset_of_m_texturePinjie_40() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_texturePinjie_40)); } inline Texture2D_t3840446185 * get_m_texturePinjie_40() const { return ___m_texturePinjie_40; } inline Texture2D_t3840446185 ** get_address_of_m_texturePinjie_40() { return &___m_texturePinjie_40; } inline void set_m_texturePinjie_40(Texture2D_t3840446185 * value) { ___m_texturePinjie_40 = value; Il2CppCodeGenWriteBarrier((&___m_texturePinjie_40), value); } inline static int32_t get_offset_of_m_pinJiePath_41() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_pinJiePath_41)); } inline String_t* get_m_pinJiePath_41() const { return ___m_pinJiePath_41; } inline String_t** get_address_of_m_pinJiePath_41() { return &___m_pinJiePath_41; } inline void set_m_pinJiePath_41(String_t* value) { ___m_pinJiePath_41 = value; Il2CppCodeGenWriteBarrier((&___m_pinJiePath_41), value); } inline static int32_t get_offset_of_m_textureStatusArray_42() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureStatusArray_42)); } inline List_1_t1017553631 * get_m_textureStatusArray_42() const { return ___m_textureStatusArray_42; } inline List_1_t1017553631 ** get_address_of_m_textureStatusArray_42() { return &___m_textureStatusArray_42; } inline void set_m_textureStatusArray_42(List_1_t1017553631 * value) { ___m_textureStatusArray_42 = value; Il2CppCodeGenWriteBarrier((&___m_textureStatusArray_42), value); } inline static int32_t get_offset_of_m_textureLevelPath_43() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureLevelPath_43)); } inline String_t* get_m_textureLevelPath_43() const { return ___m_textureLevelPath_43; } inline String_t** get_address_of_m_textureLevelPath_43() { return &___m_textureLevelPath_43; } inline void set_m_textureLevelPath_43(String_t* value) { ___m_textureLevelPath_43 = value; Il2CppCodeGenWriteBarrier((&___m_textureLevelPath_43), value); } inline static int32_t get_offset_of_m_textureStatusPathArray_44() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureStatusPathArray_44)); } inline List_1_t3319525431 * get_m_textureStatusPathArray_44() const { return ___m_textureStatusPathArray_44; } inline List_1_t3319525431 ** get_address_of_m_textureStatusPathArray_44() { return &___m_textureStatusPathArray_44; } inline void set_m_textureStatusPathArray_44(List_1_t3319525431 * value) { ___m_textureStatusPathArray_44 = value; Il2CppCodeGenWriteBarrier((&___m_textureStatusPathArray_44), value); } inline static int32_t get_offset_of_m_titleTexturePath_45() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_titleTexturePath_45)); } inline String_t* get_m_titleTexturePath_45() const { return ___m_titleTexturePath_45; } inline String_t** get_address_of_m_titleTexturePath_45() { return &___m_titleTexturePath_45; } inline void set_m_titleTexturePath_45(String_t* value) { ___m_titleTexturePath_45 = value; Il2CppCodeGenWriteBarrier((&___m_titleTexturePath_45), value); } inline static int32_t get_offset_of_m_faceIndex_46() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_faceIndex_46)); } inline int32_t get_m_faceIndex_46() const { return ___m_faceIndex_46; } inline int32_t* get_address_of_m_faceIndex_46() { return &___m_faceIndex_46; } inline void set_m_faceIndex_46(int32_t value) { ___m_faceIndex_46 = value; } inline static int32_t get_offset_of_m_faceTime_47() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_faceTime_47)); } inline float get_m_faceTime_47() const { return ___m_faceTime_47; } inline float* get_address_of_m_faceTime_47() { return &___m_faceTime_47; } inline void set_m_faceTime_47(float value) { ___m_faceTime_47 = value; } inline static int32_t get_offset_of_b_titleEffect_48() { return static_cast(offsetof(ISceneRole_t2394225724, ___b_titleEffect_48)); } inline bool get_b_titleEffect_48() const { return ___b_titleEffect_48; } inline bool* get_address_of_b_titleEffect_48() { return &___b_titleEffect_48; } inline void set_b_titleEffect_48(bool value) { ___b_titleEffect_48 = value; } inline static int32_t get_offset_of_b_newTagEffect_49() { return static_cast(offsetof(ISceneRole_t2394225724, ___b_newTagEffect_49)); } inline bool get_b_newTagEffect_49() const { return ___b_newTagEffect_49; } inline bool* get_address_of_b_newTagEffect_49() { return &___b_newTagEffect_49; } inline void set_b_newTagEffect_49(bool value) { ___b_newTagEffect_49 = value; } inline static int32_t get_offset_of_m_bEnableNewTag_50() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bEnableNewTag_50)); } inline bool get_m_bEnableNewTag_50() const { return ___m_bEnableNewTag_50; } inline bool* get_address_of_m_bEnableNewTag_50() { return &___m_bEnableNewTag_50; } inline void set_m_bEnableNewTag_50(bool value) { ___m_bEnableNewTag_50 = value; } inline static int32_t get_offset_of_m_bEnablePretend_51() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bEnablePretend_51)); } inline bool get_m_bEnablePretend_51() const { return ___m_bEnablePretend_51; } inline bool* get_address_of_m_bEnablePretend_51() { return &___m_bEnablePretend_51; } inline void set_m_bEnablePretend_51(bool value) { ___m_bEnablePretend_51 = value; } inline static int32_t get_offset_of_m_Pretender_52() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_Pretender_52)); } inline CPetModel_t3783790547 * get_m_Pretender_52() const { return ___m_Pretender_52; } inline CPetModel_t3783790547 ** get_address_of_m_Pretender_52() { return &___m_Pretender_52; } inline void set_m_Pretender_52(CPetModel_t3783790547 * value) { ___m_Pretender_52 = value; Il2CppCodeGenWriteBarrier((&___m_Pretender_52), value); } inline static int32_t get_offset_of_isNeedPlayEnterAnim_53() { return static_cast(offsetof(ISceneRole_t2394225724, ___isNeedPlayEnterAnim_53)); } inline bool get_isNeedPlayEnterAnim_53() const { return ___isNeedPlayEnterAnim_53; } inline bool* get_address_of_isNeedPlayEnterAnim_53() { return &___isNeedPlayEnterAnim_53; } inline void set_isNeedPlayEnterAnim_53(bool value) { ___isNeedPlayEnterAnim_53 = value; } inline static int32_t get_offset_of_isPlayingEnterAnim_54() { return static_cast(offsetof(ISceneRole_t2394225724, ___isPlayingEnterAnim_54)); } inline bool get_isPlayingEnterAnim_54() const { return ___isPlayingEnterAnim_54; } inline bool* get_address_of_isPlayingEnterAnim_54() { return &___isPlayingEnterAnim_54; } inline void set_isPlayingEnterAnim_54(bool value) { ___isPlayingEnterAnim_54 = value; } inline static int32_t get_offset_of_m_movingInteractionID_55() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_movingInteractionID_55)); } inline int32_t get_m_movingInteractionID_55() const { return ___m_movingInteractionID_55; } inline int32_t* get_address_of_m_movingInteractionID_55() { return &___m_movingInteractionID_55; } inline void set_m_movingInteractionID_55(int32_t value) { ___m_movingInteractionID_55 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENEROLE_T2394225724_H #ifndef TERRAIN_T3055443660_H #define TERRAIN_T3055443660_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Terrain struct Terrain_t3055443660 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TERRAIN_T3055443660_H #ifndef TOASTHANDLER_T2382291789_H #define TOASTHANDLER_T2382291789_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.ToastHandler struct ToastHandler_t2382291789 : public MonoBehaviour_t3962482529 { public: // UnityEngine.UI.Image FitFun.ToastHandler::image Image_t2670269651 * ___image_2; // UnityEngine.UI.Text FitFun.ToastHandler::text Text_t1901882714 * ___text_3; // System.Single FitFun.ToastHandler::fadeSpeed float ___fadeSpeed_4; // System.Single FitFun.ToastHandler::moveSpeed float ___moveSpeed_5; public: inline static int32_t get_offset_of_image_2() { return static_cast(offsetof(ToastHandler_t2382291789, ___image_2)); } inline Image_t2670269651 * get_image_2() const { return ___image_2; } inline Image_t2670269651 ** get_address_of_image_2() { return &___image_2; } inline void set_image_2(Image_t2670269651 * value) { ___image_2 = value; Il2CppCodeGenWriteBarrier((&___image_2), value); } inline static int32_t get_offset_of_text_3() { return static_cast(offsetof(ToastHandler_t2382291789, ___text_3)); } inline Text_t1901882714 * get_text_3() const { return ___text_3; } inline Text_t1901882714 ** get_address_of_text_3() { return &___text_3; } inline void set_text_3(Text_t1901882714 * value) { ___text_3 = value; Il2CppCodeGenWriteBarrier((&___text_3), value); } inline static int32_t get_offset_of_fadeSpeed_4() { return static_cast(offsetof(ToastHandler_t2382291789, ___fadeSpeed_4)); } inline float get_fadeSpeed_4() const { return ___fadeSpeed_4; } inline float* get_address_of_fadeSpeed_4() { return &___fadeSpeed_4; } inline void set_fadeSpeed_4(float value) { ___fadeSpeed_4 = value; } inline static int32_t get_offset_of_moveSpeed_5() { return static_cast(offsetof(ToastHandler_t2382291789, ___moveSpeed_5)); } inline float get_moveSpeed_5() const { return ___moveSpeed_5; } inline float* get_address_of_moveSpeed_5() { return &___moveSpeed_5; } inline void set_moveSpeed_5(float value) { ___moveSpeed_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOASTHANDLER_T2382291789_H #ifndef TWEENERCORE_3_T4006488229_H #define TWEENERCORE_3_T4006488229_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t4006488229 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector2_t2156229523 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector2_t2156229523 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector2_t2156229523 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions VectorOptions_t1354903650 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t1899025727 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t3206337855 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t3542497879 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___startValue_55)); } inline Vector2_t2156229523 get_startValue_55() const { return ___startValue_55; } inline Vector2_t2156229523 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Vector2_t2156229523 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___endValue_56)); } inline Vector2_t2156229523 get_endValue_56() const { return ___endValue_56; } inline Vector2_t2156229523 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Vector2_t2156229523 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___changeValue_57)); } inline Vector2_t2156229523 get_changeValue_57() const { return ___changeValue_57; } inline Vector2_t2156229523 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Vector2_t2156229523 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___plugOptions_58)); } inline VectorOptions_t1354903650 get_plugOptions_58() const { return ___plugOptions_58; } inline VectorOptions_t1354903650 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(VectorOptions_t1354903650 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___getter_59)); } inline DOGetter_1_t1899025727 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t1899025727 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t1899025727 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___setter_60)); } inline DOSetter_1_t3206337855 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t3206337855 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t3206337855 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t3542497879 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t3542497879 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t3542497879 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T4006488229_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 SINGLETONMONOBEHAVIOUR_1_T2413702932_H #define SINGLETONMONOBEHAVIOUR_1_T2413702932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t2413702932 : public MonoBehaviour_t3962482529 { public: public: }; struct SingletonMonobehaviour_1_t2413702932_StaticFields { public: // T FitFun.SingletonMonobehaviour`1::_Instance InputManager_t3933257607 * ____Instance_2; public: inline static int32_t get_offset_of__Instance_2() { return static_cast(offsetof(SingletonMonobehaviour_1_t2413702932_StaticFields, ____Instance_2)); } inline InputManager_t3933257607 * get__Instance_2() const { return ____Instance_2; } inline InputManager_t3933257607 ** get_address_of__Instance_2() { return &____Instance_2; } inline void set__Instance_2(InputManager_t3933257607 * value) { ____Instance_2 = value; Il2CppCodeGenWriteBarrier((&____Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETONMONOBEHAVIOUR_1_T2413702932_H #ifndef SINGLETONMONOBEHAVIOUR_1_T3841615910_H #define SINGLETONMONOBEHAVIOUR_1_T3841615910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t3841615910 : public MonoBehaviour_t3962482529 { public: public: }; struct SingletonMonobehaviour_1_t3841615910_StaticFields { public: // T FitFun.SingletonMonobehaviour`1::_Instance FPSDisplay_t1066203289 * ____Instance_2; public: inline static int32_t get_offset_of__Instance_2() { return static_cast(offsetof(SingletonMonobehaviour_1_t3841615910_StaticFields, ____Instance_2)); } inline FPSDisplay_t1066203289 * get__Instance_2() const { return ____Instance_2; } inline FPSDisplay_t1066203289 ** get_address_of__Instance_2() { return &____Instance_2; } inline void set__Instance_2(FPSDisplay_t1066203289 * value) { ____Instance_2 = value; Il2CppCodeGenWriteBarrier((&____Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETONMONOBEHAVIOUR_1_T3841615910_H #ifndef SINGLETONMONOBEHAVIOUR_1_T1816084745_H #define SINGLETONMONOBEHAVIOUR_1_T1816084745_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t1816084745 : public MonoBehaviour_t3962482529 { public: public: }; struct SingletonMonobehaviour_1_t1816084745_StaticFields { public: // T FitFun.SingletonMonobehaviour`1::_Instance SceneLoader_t3335639420 * ____Instance_2; public: inline static int32_t get_offset_of__Instance_2() { return static_cast(offsetof(SingletonMonobehaviour_1_t1816084745_StaticFields, ____Instance_2)); } inline SceneLoader_t3335639420 * get__Instance_2() const { return ____Instance_2; } inline SceneLoader_t3335639420 ** get_address_of__Instance_2() { return &____Instance_2; } inline void set__Instance_2(SceneLoader_t3335639420 * value) { ____Instance_2 = value; Il2CppCodeGenWriteBarrier((&____Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETONMONOBEHAVIOUR_1_T1816084745_H #ifndef SPINEANIMATION_T167403477_H #define SPINEANIMATION_T167403477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SpineAnimation struct SpineAnimation_t167403477 : public MonoBehaviour_t3962482529 { public: // Spine.Unity.SkeletonGraphic FitFun.SpineAnimation::skeletonGraphic SkeletonGraphic_t1744877482 * ___skeletonGraphic_2; // Spine.AnimationState FitFun.SpineAnimation::animationState AnimationState_t3637309382 * ___animationState_3; // System.Action FitFun.SpineAnimation::k__BackingField Action_t1264377477 * ___U3CAnimationCompleteU3Ek__BackingField_4; public: inline static int32_t get_offset_of_skeletonGraphic_2() { return static_cast(offsetof(SpineAnimation_t167403477, ___skeletonGraphic_2)); } inline SkeletonGraphic_t1744877482 * get_skeletonGraphic_2() const { return ___skeletonGraphic_2; } inline SkeletonGraphic_t1744877482 ** get_address_of_skeletonGraphic_2() { return &___skeletonGraphic_2; } inline void set_skeletonGraphic_2(SkeletonGraphic_t1744877482 * value) { ___skeletonGraphic_2 = value; Il2CppCodeGenWriteBarrier((&___skeletonGraphic_2), value); } inline static int32_t get_offset_of_animationState_3() { return static_cast(offsetof(SpineAnimation_t167403477, ___animationState_3)); } inline AnimationState_t3637309382 * get_animationState_3() const { return ___animationState_3; } inline AnimationState_t3637309382 ** get_address_of_animationState_3() { return &___animationState_3; } inline void set_animationState_3(AnimationState_t3637309382 * value) { ___animationState_3 = value; Il2CppCodeGenWriteBarrier((&___animationState_3), value); } inline static int32_t get_offset_of_U3CAnimationCompleteU3Ek__BackingField_4() { return static_cast(offsetof(SpineAnimation_t167403477, ___U3CAnimationCompleteU3Ek__BackingField_4)); } inline Action_t1264377477 * get_U3CAnimationCompleteU3Ek__BackingField_4() const { return ___U3CAnimationCompleteU3Ek__BackingField_4; } inline Action_t1264377477 ** get_address_of_U3CAnimationCompleteU3Ek__BackingField_4() { return &___U3CAnimationCompleteU3Ek__BackingField_4; } inline void set_U3CAnimationCompleteU3Ek__BackingField_4(Action_t1264377477 * value) { ___U3CAnimationCompleteU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CAnimationCompleteU3Ek__BackingField_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPINEANIMATION_T167403477_H #ifndef LIGHTMAPCONFIG_T3677670915_H #define LIGHTMAPCONFIG_T3677670915_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LightmapConfig struct LightmapConfig_t3677670915 : public MonoBehaviour_t3962482529 { public: // LMSettingProperty LightmapConfig::Setting LMSettingProperty_t1483900569 * ___Setting_3; public: inline static int32_t get_offset_of_Setting_3() { return static_cast(offsetof(LightmapConfig_t3677670915, ___Setting_3)); } inline LMSettingProperty_t1483900569 * get_Setting_3() const { return ___Setting_3; } inline LMSettingProperty_t1483900569 ** get_address_of_Setting_3() { return &___Setting_3; } inline void set_Setting_3(LMSettingProperty_t1483900569 * value) { ___Setting_3 = value; Il2CppCodeGenWriteBarrier((&___Setting_3), value); } }; struct LightmapConfig_t3677670915_StaticFields { public: // LightmapConfig LightmapConfig::_instance LightmapConfig_t3677670915 * ____instance_2; // System.Collections.Generic.Stack`1 LightmapConfig::sConfigStack Stack_1_t226093074 * ___sConfigStack_4; public: inline static int32_t get_offset_of__instance_2() { return static_cast(offsetof(LightmapConfig_t3677670915_StaticFields, ____instance_2)); } inline LightmapConfig_t3677670915 * get__instance_2() const { return ____instance_2; } inline LightmapConfig_t3677670915 ** get_address_of__instance_2() { return &____instance_2; } inline void set__instance_2(LightmapConfig_t3677670915 * value) { ____instance_2 = value; Il2CppCodeGenWriteBarrier((&____instance_2), value); } inline static int32_t get_offset_of_sConfigStack_4() { return static_cast(offsetof(LightmapConfig_t3677670915_StaticFields, ___sConfigStack_4)); } inline Stack_1_t226093074 * get_sConfigStack_4() const { return ___sConfigStack_4; } inline Stack_1_t226093074 ** get_address_of_sConfigStack_4() { return &___sConfigStack_4; } inline void set_sConfigStack_4(Stack_1_t226093074 * value) { ___sConfigStack_4 = value; Il2CppCodeGenWriteBarrier((&___sConfigStack_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIGHTMAPCONFIG_T3677670915_H #ifndef SINGLETONMONOBEHAVIOUR_1_T2044983931_H #define SINGLETONMONOBEHAVIOUR_1_T2044983931_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t2044983931 : public MonoBehaviour_t3962482529 { public: public: }; struct SingletonMonobehaviour_1_t2044983931_StaticFields { public: // T FitFun.SingletonMonobehaviour`1::_Instance ResourceManager_t3564538606 * ____Instance_2; public: inline static int32_t get_offset_of__Instance_2() { return static_cast(offsetof(SingletonMonobehaviour_1_t2044983931_StaticFields, ____Instance_2)); } inline ResourceManager_t3564538606 * get__Instance_2() const { return ____Instance_2; } inline ResourceManager_t3564538606 ** get_address_of__Instance_2() { return &____Instance_2; } inline void set__Instance_2(ResourceManager_t3564538606 * value) { ____Instance_2 = value; Il2CppCodeGenWriteBarrier((&____Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETONMONOBEHAVIOUR_1_T2044983931_H #ifndef TWEENERCORE_3_T2944330537_H #define TWEENERCORE_3_T2944330537_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2944330537 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector3_t3722313464 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector3_t3722313464 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector3_t3722313464 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions VectorOptions_t1354903650 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3465109668 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t477454500 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t2480340187 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___startValue_55)); } inline Vector3_t3722313464 get_startValue_55() const { return ___startValue_55; } inline Vector3_t3722313464 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Vector3_t3722313464 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___endValue_56)); } inline Vector3_t3722313464 get_endValue_56() const { return ___endValue_56; } inline Vector3_t3722313464 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Vector3_t3722313464 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___changeValue_57)); } inline Vector3_t3722313464 get_changeValue_57() const { return ___changeValue_57; } inline Vector3_t3722313464 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Vector3_t3722313464 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___plugOptions_58)); } inline VectorOptions_t1354903650 get_plugOptions_58() const { return ___plugOptions_58; } inline VectorOptions_t1354903650 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(VectorOptions_t1354903650 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___getter_59)); } inline DOGetter_1_t3465109668 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3465109668 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3465109668 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___setter_60)); } inline DOSetter_1_t477454500 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t477454500 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t477454500 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t2480340187 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t2480340187 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t2480340187 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T2944330537_H #ifndef TWEENERCORE_3_T745532282_H #define TWEENERCORE_3_T745532282_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t745532282 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Color_t2555686324 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Color_t2555686324 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Color_t2555686324 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions ColorOptions_t1487297155 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2298482528 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t3605794656 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t281541932 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t745532282, ___startValue_55)); } inline Color_t2555686324 get_startValue_55() const { return ___startValue_55; } inline Color_t2555686324 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Color_t2555686324 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t745532282, ___endValue_56)); } inline Color_t2555686324 get_endValue_56() const { return ___endValue_56; } inline Color_t2555686324 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Color_t2555686324 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t745532282, ___changeValue_57)); } inline Color_t2555686324 get_changeValue_57() const { return ___changeValue_57; } inline Color_t2555686324 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Color_t2555686324 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t745532282, ___plugOptions_58)); } inline ColorOptions_t1487297155 get_plugOptions_58() const { return ___plugOptions_58; } inline ColorOptions_t1487297155 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(ColorOptions_t1487297155 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t745532282, ___getter_59)); } inline DOGetter_1_t2298482528 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2298482528 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2298482528 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t745532282, ___setter_60)); } inline DOSetter_1_t3605794656 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t3605794656 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t3605794656 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t745532282, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t281541932 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t281541932 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t281541932 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T745532282_H #ifndef SINGLETONMONOBEHAVIOUR_1_T2981590925_H #define SINGLETONMONOBEHAVIOUR_1_T2981590925_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t2981590925 : public MonoBehaviour_t3962482529 { public: public: }; struct SingletonMonobehaviour_1_t2981590925_StaticFields { public: // T FitFun.SingletonMonobehaviour`1::_Instance BuryDotManager_t206178304 * ____Instance_2; public: inline static int32_t get_offset_of__Instance_2() { return static_cast(offsetof(SingletonMonobehaviour_1_t2981590925_StaticFields, ____Instance_2)); } inline BuryDotManager_t206178304 * get__Instance_2() const { return ____Instance_2; } inline BuryDotManager_t206178304 ** get_address_of__Instance_2() { return &____Instance_2; } inline void set__Instance_2(BuryDotManager_t206178304 * value) { ____Instance_2 = value; Il2CppCodeGenWriteBarrier((&____Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETONMONOBEHAVIOUR_1_T2981590925_H #ifndef SINGLETONMONOBEHAVIOUR_1_T4191167575_H #define SINGLETONMONOBEHAVIOUR_1_T4191167575_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t4191167575 : public MonoBehaviour_t3962482529 { public: public: }; struct SingletonMonobehaviour_1_t4191167575_StaticFields { public: // T FitFun.SingletonMonobehaviour`1::_Instance CUnzip_t1415754954 * ____Instance_2; public: inline static int32_t get_offset_of__Instance_2() { return static_cast(offsetof(SingletonMonobehaviour_1_t4191167575_StaticFields, ____Instance_2)); } inline CUnzip_t1415754954 * get__Instance_2() const { return ____Instance_2; } inline CUnzip_t1415754954 ** get_address_of__Instance_2() { return &____Instance_2; } inline void set__Instance_2(CUnzip_t1415754954 * value) { ____Instance_2 = value; Il2CppCodeGenWriteBarrier((&____Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETONMONOBEHAVIOUR_1_T4191167575_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: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMAINROLE_T4200562839_H #ifndef CLEDOUAPI_T315808977_H #define CLEDOUAPI_T315808977_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CLeDouApi struct CLeDouApi_t315808977 : public MonoBehaviour_t3962482529 { public: // System.Boolean CLeDouApi::m_bEnable bool ___m_bEnable_3; // System.Boolean CLeDouApi::m_isFirstTimeRunning bool ___m_isFirstTimeRunning_15; public: inline static int32_t get_offset_of_m_bEnable_3() { return static_cast(offsetof(CLeDouApi_t315808977, ___m_bEnable_3)); } inline bool get_m_bEnable_3() const { return ___m_bEnable_3; } inline bool* get_address_of_m_bEnable_3() { return &___m_bEnable_3; } inline void set_m_bEnable_3(bool value) { ___m_bEnable_3 = value; } inline static int32_t get_offset_of_m_isFirstTimeRunning_15() { return static_cast(offsetof(CLeDouApi_t315808977, ___m_isFirstTimeRunning_15)); } inline bool get_m_isFirstTimeRunning_15() const { return ___m_isFirstTimeRunning_15; } inline bool* get_address_of_m_isFirstTimeRunning_15() { return &___m_isFirstTimeRunning_15; } inline void set_m_isFirstTimeRunning_15(bool value) { ___m_isFirstTimeRunning_15 = value; } }; struct CLeDouApi_t315808977_StaticFields { public: // CLeDouApi CLeDouApi::s_instance CLeDouApi_t315808977 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(CLeDouApi_t315808977_StaticFields, ___s_instance_2)); } inline CLeDouApi_t315808977 * get_s_instance_2() const { return ___s_instance_2; } inline CLeDouApi_t315808977 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(CLeDouApi_t315808977 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLEDOUAPI_T315808977_H #ifndef ADINFO_T3964066602_H #define ADINFO_T3964066602_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ADInfo struct ADInfo_t3964066602 : public MonoBehaviour_t3962482529 { public: // System.String ADInfo::ADEventID String_t* ___ADEventID_2; // System.Int32 ADInfo::ADEventParam1 int32_t ___ADEventParam1_3; public: inline static int32_t get_offset_of_ADEventID_2() { return static_cast(offsetof(ADInfo_t3964066602, ___ADEventID_2)); } inline String_t* get_ADEventID_2() const { return ___ADEventID_2; } inline String_t** get_address_of_ADEventID_2() { return &___ADEventID_2; } inline void set_ADEventID_2(String_t* value) { ___ADEventID_2 = value; Il2CppCodeGenWriteBarrier((&___ADEventID_2), value); } inline static int32_t get_offset_of_ADEventParam1_3() { return static_cast(offsetof(ADInfo_t3964066602, ___ADEventParam1_3)); } inline int32_t get_ADEventParam1_3() const { return ___ADEventParam1_3; } inline int32_t* get_address_of_ADEventParam1_3() { return &___ADEventParam1_3; } inline void set_ADEventParam1_3(int32_t value) { ___ADEventParam1_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ADINFO_T3964066602_H #ifndef IMAGEEFFECT_MOBLIEBLOOM_T3581169662_H #define IMAGEEFFECT_MOBLIEBLOOM_T3581169662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ImageEffect_MoblieBloom struct ImageEffect_MoblieBloom_t3581169662 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Shader ImageEffect_MoblieBloom::BloomShader Shader_t4151988712 * ___BloomShader_2; // UnityEngine.Material ImageEffect_MoblieBloom::BloomMaterial Material_t340375123 * ___BloomMaterial_3; // UnityEngine.RenderTextureFormat ImageEffect_MoblieBloom::rtFormat int32_t ___rtFormat_4; // UnityEngine.Color ImageEffect_MoblieBloom::colorMix Color_t2555686324 ___colorMix_5; // System.Single ImageEffect_MoblieBloom::threshold float ___threshold_6; // System.Single ImageEffect_MoblieBloom::intensity float ___intensity_7; // System.Single ImageEffect_MoblieBloom::BlurSize float ___BlurSize_8; public: inline static int32_t get_offset_of_BloomShader_2() { return static_cast(offsetof(ImageEffect_MoblieBloom_t3581169662, ___BloomShader_2)); } inline Shader_t4151988712 * get_BloomShader_2() const { return ___BloomShader_2; } inline Shader_t4151988712 ** get_address_of_BloomShader_2() { return &___BloomShader_2; } inline void set_BloomShader_2(Shader_t4151988712 * value) { ___BloomShader_2 = value; Il2CppCodeGenWriteBarrier((&___BloomShader_2), value); } inline static int32_t get_offset_of_BloomMaterial_3() { return static_cast(offsetof(ImageEffect_MoblieBloom_t3581169662, ___BloomMaterial_3)); } inline Material_t340375123 * get_BloomMaterial_3() const { return ___BloomMaterial_3; } inline Material_t340375123 ** get_address_of_BloomMaterial_3() { return &___BloomMaterial_3; } inline void set_BloomMaterial_3(Material_t340375123 * value) { ___BloomMaterial_3 = value; Il2CppCodeGenWriteBarrier((&___BloomMaterial_3), value); } inline static int32_t get_offset_of_rtFormat_4() { return static_cast(offsetof(ImageEffect_MoblieBloom_t3581169662, ___rtFormat_4)); } inline int32_t get_rtFormat_4() const { return ___rtFormat_4; } inline int32_t* get_address_of_rtFormat_4() { return &___rtFormat_4; } inline void set_rtFormat_4(int32_t value) { ___rtFormat_4 = value; } inline static int32_t get_offset_of_colorMix_5() { return static_cast(offsetof(ImageEffect_MoblieBloom_t3581169662, ___colorMix_5)); } inline Color_t2555686324 get_colorMix_5() const { return ___colorMix_5; } inline Color_t2555686324 * get_address_of_colorMix_5() { return &___colorMix_5; } inline void set_colorMix_5(Color_t2555686324 value) { ___colorMix_5 = value; } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(ImageEffect_MoblieBloom_t3581169662, ___threshold_6)); } inline float get_threshold_6() const { return ___threshold_6; } inline float* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(float value) { ___threshold_6 = value; } inline static int32_t get_offset_of_intensity_7() { return static_cast(offsetof(ImageEffect_MoblieBloom_t3581169662, ___intensity_7)); } inline float get_intensity_7() const { return ___intensity_7; } inline float* get_address_of_intensity_7() { return &___intensity_7; } inline void set_intensity_7(float value) { ___intensity_7 = value; } inline static int32_t get_offset_of_BlurSize_8() { return static_cast(offsetof(ImageEffect_MoblieBloom_t3581169662, ___BlurSize_8)); } inline float get_BlurSize_8() const { return ___BlurSize_8; } inline float* get_address_of_BlurSize_8() { return &___BlurSize_8; } inline void set_BlurSize_8(float value) { ___BlurSize_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IMAGEEFFECT_MOBLIEBLOOM_T3581169662_H #ifndef GAMETIMER_T2541170184_H #define GAMETIMER_T2541170184_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // GameTimer struct GameTimer_t2541170184 : public MonoBehaviour_t3962482529 { public: // System.Collections.Generic.List`1 GameTimer::timerList List_1_t1447112461 * ___timerList_3; // System.Int32 GameTimer::eventId int32_t ___eventId_4; // System.Collections.Generic.List`1 GameTimer::idList List_1_t128053199 * ___idList_5; public: inline static int32_t get_offset_of_timerList_3() { return static_cast(offsetof(GameTimer_t2541170184, ___timerList_3)); } inline List_1_t1447112461 * get_timerList_3() const { return ___timerList_3; } inline List_1_t1447112461 ** get_address_of_timerList_3() { return &___timerList_3; } inline void set_timerList_3(List_1_t1447112461 * value) { ___timerList_3 = value; Il2CppCodeGenWriteBarrier((&___timerList_3), value); } inline static int32_t get_offset_of_eventId_4() { return static_cast(offsetof(GameTimer_t2541170184, ___eventId_4)); } inline int32_t get_eventId_4() const { return ___eventId_4; } inline int32_t* get_address_of_eventId_4() { return &___eventId_4; } inline void set_eventId_4(int32_t value) { ___eventId_4 = value; } inline static int32_t get_offset_of_idList_5() { return static_cast(offsetof(GameTimer_t2541170184, ___idList_5)); } inline List_1_t128053199 * get_idList_5() const { return ___idList_5; } inline List_1_t128053199 ** get_address_of_idList_5() { return &___idList_5; } inline void set_idList_5(List_1_t128053199 * value) { ___idList_5 = value; Il2CppCodeGenWriteBarrier((&___idList_5), value); } }; struct GameTimer_t2541170184_StaticFields { public: // GameTimer GameTimer::s_instance GameTimer_t2541170184 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(GameTimer_t2541170184_StaticFields, ___s_instance_2)); } inline GameTimer_t2541170184 * get_s_instance_2() const { return ___s_instance_2; } inline GameTimer_t2541170184 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(GameTimer_t2541170184 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMETIMER_T2541170184_H #ifndef SWIPEDETECTOR_T540502896_H #define SWIPEDETECTOR_T540502896_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SwipeDetector struct SwipeDetector_t540502896 : public MonoBehaviour_t3962482529 { public: // System.Single FitFun.SwipeDetector::MinSwipeLength float ___MinSwipeLength_2; // UnityEngine.Vector2 FitFun.SwipeDetector::firstPressPos Vector2_t2156229523 ___firstPressPos_3; // UnityEngine.Vector2 FitFun.SwipeDetector::secondPressPos Vector2_t2156229523 ___secondPressPos_4; // UnityEngine.Vector2 FitFun.SwipeDetector::currentSwipe Vector2_t2156229523 ___currentSwipe_5; // FitFun.SwipeEvent FitFun.SwipeDetector::onSwipe SwipeEvent_t4115661022 * ___onSwipe_7; public: inline static int32_t get_offset_of_MinSwipeLength_2() { return static_cast(offsetof(SwipeDetector_t540502896, ___MinSwipeLength_2)); } inline float get_MinSwipeLength_2() const { return ___MinSwipeLength_2; } inline float* get_address_of_MinSwipeLength_2() { return &___MinSwipeLength_2; } inline void set_MinSwipeLength_2(float value) { ___MinSwipeLength_2 = value; } inline static int32_t get_offset_of_firstPressPos_3() { return static_cast(offsetof(SwipeDetector_t540502896, ___firstPressPos_3)); } inline Vector2_t2156229523 get_firstPressPos_3() const { return ___firstPressPos_3; } inline Vector2_t2156229523 * get_address_of_firstPressPos_3() { return &___firstPressPos_3; } inline void set_firstPressPos_3(Vector2_t2156229523 value) { ___firstPressPos_3 = value; } inline static int32_t get_offset_of_secondPressPos_4() { return static_cast(offsetof(SwipeDetector_t540502896, ___secondPressPos_4)); } inline Vector2_t2156229523 get_secondPressPos_4() const { return ___secondPressPos_4; } inline Vector2_t2156229523 * get_address_of_secondPressPos_4() { return &___secondPressPos_4; } inline void set_secondPressPos_4(Vector2_t2156229523 value) { ___secondPressPos_4 = value; } inline static int32_t get_offset_of_currentSwipe_5() { return static_cast(offsetof(SwipeDetector_t540502896, ___currentSwipe_5)); } inline Vector2_t2156229523 get_currentSwipe_5() const { return ___currentSwipe_5; } inline Vector2_t2156229523 * get_address_of_currentSwipe_5() { return &___currentSwipe_5; } inline void set_currentSwipe_5(Vector2_t2156229523 value) { ___currentSwipe_5 = value; } inline static int32_t get_offset_of_onSwipe_7() { return static_cast(offsetof(SwipeDetector_t540502896, ___onSwipe_7)); } inline SwipeEvent_t4115661022 * get_onSwipe_7() const { return ___onSwipe_7; } inline SwipeEvent_t4115661022 ** get_address_of_onSwipe_7() { return &___onSwipe_7; } inline void set_onSwipe_7(SwipeEvent_t4115661022 * value) { ___onSwipe_7 = value; Il2CppCodeGenWriteBarrier((&___onSwipe_7), value); } }; struct SwipeDetector_t540502896_StaticFields { public: // FitFun.Swipe FitFun.SwipeDetector::SwipeDirection int32_t ___SwipeDirection_6; public: inline static int32_t get_offset_of_SwipeDirection_6() { return static_cast(offsetof(SwipeDetector_t540502896_StaticFields, ___SwipeDirection_6)); } inline int32_t get_SwipeDirection_6() const { return ___SwipeDirection_6; } inline int32_t* get_address_of_SwipeDirection_6() { return &___SwipeDirection_6; } inline void set_SwipeDirection_6(int32_t value) { ___SwipeDirection_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SWIPEDETECTOR_T540502896_H #ifndef ROTATEDETECTOR_T3700831628_H #define ROTATEDETECTOR_T3700831628_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.RotateDetector struct RotateDetector_t3700831628 : public MonoBehaviour_t3962482529 { public: // System.Single FitFun.RotateDetector::MinSwipeLength float ___MinSwipeLength_2; // UnityEngine.Vector2 FitFun.RotateDetector::firstPressPos Vector2_t2156229523 ___firstPressPos_3; // UnityEngine.Vector2 FitFun.RotateDetector::secondPressPos Vector2_t2156229523 ___secondPressPos_4; // UnityEngine.Vector2 FitFun.RotateDetector::currentSwipe Vector2_t2156229523 ___currentSwipe_5; // UnityEngine.Vector3 FitFun.RotateDetector::currRotateVector3 Vector3_t3722313464 ___currRotateVector3_6; // UnityEngine.Transform FitFun.RotateDetector::pos_1 Transform_t3600365921 * ___pos_1_7; // UnityEngine.Transform FitFun.RotateDetector::pos_2 Transform_t3600365921 * ___pos_2_8; // FitFun.RotateEvent FitFun.RotateDetector::onRotate RotateEvent_t2678955840 * ___onRotate_9; // FitFun.onRotateClickEvent FitFun.RotateDetector::onRotateClick onRotateClickEvent_t801432223 * ___onRotateClick_10; public: inline static int32_t get_offset_of_MinSwipeLength_2() { return static_cast(offsetof(RotateDetector_t3700831628, ___MinSwipeLength_2)); } inline float get_MinSwipeLength_2() const { return ___MinSwipeLength_2; } inline float* get_address_of_MinSwipeLength_2() { return &___MinSwipeLength_2; } inline void set_MinSwipeLength_2(float value) { ___MinSwipeLength_2 = value; } inline static int32_t get_offset_of_firstPressPos_3() { return static_cast(offsetof(RotateDetector_t3700831628, ___firstPressPos_3)); } inline Vector2_t2156229523 get_firstPressPos_3() const { return ___firstPressPos_3; } inline Vector2_t2156229523 * get_address_of_firstPressPos_3() { return &___firstPressPos_3; } inline void set_firstPressPos_3(Vector2_t2156229523 value) { ___firstPressPos_3 = value; } inline static int32_t get_offset_of_secondPressPos_4() { return static_cast(offsetof(RotateDetector_t3700831628, ___secondPressPos_4)); } inline Vector2_t2156229523 get_secondPressPos_4() const { return ___secondPressPos_4; } inline Vector2_t2156229523 * get_address_of_secondPressPos_4() { return &___secondPressPos_4; } inline void set_secondPressPos_4(Vector2_t2156229523 value) { ___secondPressPos_4 = value; } inline static int32_t get_offset_of_currentSwipe_5() { return static_cast(offsetof(RotateDetector_t3700831628, ___currentSwipe_5)); } inline Vector2_t2156229523 get_currentSwipe_5() const { return ___currentSwipe_5; } inline Vector2_t2156229523 * get_address_of_currentSwipe_5() { return &___currentSwipe_5; } inline void set_currentSwipe_5(Vector2_t2156229523 value) { ___currentSwipe_5 = value; } inline static int32_t get_offset_of_currRotateVector3_6() { return static_cast(offsetof(RotateDetector_t3700831628, ___currRotateVector3_6)); } inline Vector3_t3722313464 get_currRotateVector3_6() const { return ___currRotateVector3_6; } inline Vector3_t3722313464 * get_address_of_currRotateVector3_6() { return &___currRotateVector3_6; } inline void set_currRotateVector3_6(Vector3_t3722313464 value) { ___currRotateVector3_6 = value; } inline static int32_t get_offset_of_pos_1_7() { return static_cast(offsetof(RotateDetector_t3700831628, ___pos_1_7)); } inline Transform_t3600365921 * get_pos_1_7() const { return ___pos_1_7; } inline Transform_t3600365921 ** get_address_of_pos_1_7() { return &___pos_1_7; } inline void set_pos_1_7(Transform_t3600365921 * value) { ___pos_1_7 = value; Il2CppCodeGenWriteBarrier((&___pos_1_7), value); } inline static int32_t get_offset_of_pos_2_8() { return static_cast(offsetof(RotateDetector_t3700831628, ___pos_2_8)); } inline Transform_t3600365921 * get_pos_2_8() const { return ___pos_2_8; } inline Transform_t3600365921 ** get_address_of_pos_2_8() { return &___pos_2_8; } inline void set_pos_2_8(Transform_t3600365921 * value) { ___pos_2_8 = value; Il2CppCodeGenWriteBarrier((&___pos_2_8), value); } inline static int32_t get_offset_of_onRotate_9() { return static_cast(offsetof(RotateDetector_t3700831628, ___onRotate_9)); } inline RotateEvent_t2678955840 * get_onRotate_9() const { return ___onRotate_9; } inline RotateEvent_t2678955840 ** get_address_of_onRotate_9() { return &___onRotate_9; } inline void set_onRotate_9(RotateEvent_t2678955840 * value) { ___onRotate_9 = value; Il2CppCodeGenWriteBarrier((&___onRotate_9), value); } inline static int32_t get_offset_of_onRotateClick_10() { return static_cast(offsetof(RotateDetector_t3700831628, ___onRotateClick_10)); } inline onRotateClickEvent_t801432223 * get_onRotateClick_10() const { return ___onRotateClick_10; } inline onRotateClickEvent_t801432223 ** get_address_of_onRotateClick_10() { return &___onRotateClick_10; } inline void set_onRotateClick_10(onRotateClickEvent_t801432223 * value) { ___onRotateClick_10 = value; Il2CppCodeGenWriteBarrier((&___onRotateClick_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROTATEDETECTOR_T3700831628_H #ifndef HMARQUEE_T3885030875_H #define HMARQUEE_T3885030875_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HMarquee struct HMarquee_t3885030875 : public MonoBehaviour_t3962482529 { public: // UnityEngine.RectTransform HMarquee::leftEdgetRectTransform RectTransform_t3704657025 * ___leftEdgetRectTransform_2; // UnityEngine.RectTransform HMarquee::rightEdgeRectTransform RectTransform_t3704657025 * ___rightEdgeRectTransform_3; // System.Single HMarquee::speed float ___speed_4; // UnityEngine.RectTransform HMarquee::rectTransform RectTransform_t3704657025 * ___rectTransform_5; // System.Boolean HMarquee::moving bool ___moving_6; // System.Collections.Generic.Queue`1 HMarquee::stringQueue Queue_1_t1693710183 * ___stringQueue_7; public: inline static int32_t get_offset_of_leftEdgetRectTransform_2() { return static_cast(offsetof(HMarquee_t3885030875, ___leftEdgetRectTransform_2)); } inline RectTransform_t3704657025 * get_leftEdgetRectTransform_2() const { return ___leftEdgetRectTransform_2; } inline RectTransform_t3704657025 ** get_address_of_leftEdgetRectTransform_2() { return &___leftEdgetRectTransform_2; } inline void set_leftEdgetRectTransform_2(RectTransform_t3704657025 * value) { ___leftEdgetRectTransform_2 = value; Il2CppCodeGenWriteBarrier((&___leftEdgetRectTransform_2), value); } inline static int32_t get_offset_of_rightEdgeRectTransform_3() { return static_cast(offsetof(HMarquee_t3885030875, ___rightEdgeRectTransform_3)); } inline RectTransform_t3704657025 * get_rightEdgeRectTransform_3() const { return ___rightEdgeRectTransform_3; } inline RectTransform_t3704657025 ** get_address_of_rightEdgeRectTransform_3() { return &___rightEdgeRectTransform_3; } inline void set_rightEdgeRectTransform_3(RectTransform_t3704657025 * value) { ___rightEdgeRectTransform_3 = value; Il2CppCodeGenWriteBarrier((&___rightEdgeRectTransform_3), value); } inline static int32_t get_offset_of_speed_4() { return static_cast(offsetof(HMarquee_t3885030875, ___speed_4)); } inline float get_speed_4() const { return ___speed_4; } inline float* get_address_of_speed_4() { return &___speed_4; } inline void set_speed_4(float value) { ___speed_4 = value; } inline static int32_t get_offset_of_rectTransform_5() { return static_cast(offsetof(HMarquee_t3885030875, ___rectTransform_5)); } inline RectTransform_t3704657025 * get_rectTransform_5() const { return ___rectTransform_5; } inline RectTransform_t3704657025 ** get_address_of_rectTransform_5() { return &___rectTransform_5; } inline void set_rectTransform_5(RectTransform_t3704657025 * value) { ___rectTransform_5 = value; Il2CppCodeGenWriteBarrier((&___rectTransform_5), value); } inline static int32_t get_offset_of_moving_6() { return static_cast(offsetof(HMarquee_t3885030875, ___moving_6)); } inline bool get_moving_6() const { return ___moving_6; } inline bool* get_address_of_moving_6() { return &___moving_6; } inline void set_moving_6(bool value) { ___moving_6 = value; } inline static int32_t get_offset_of_stringQueue_7() { return static_cast(offsetof(HMarquee_t3885030875, ___stringQueue_7)); } inline Queue_1_t1693710183 * get_stringQueue_7() const { return ___stringQueue_7; } inline Queue_1_t1693710183 ** get_address_of_stringQueue_7() { return &___stringQueue_7; } inline void set_stringQueue_7(Queue_1_t1693710183 * value) { ___stringQueue_7 = value; Il2CppCodeGenWriteBarrier((&___stringQueue_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMARQUEE_T3885030875_H #ifndef INHERITTEST_T2595743618_H #define INHERITTEST_T2595743618_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // InheritTest struct InheritTest_t2595743618 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INHERITTEST_T2595743618_H #ifndef SINGLETONMONOBEHAVIOUR_1_T2627819454_H #define SINGLETONMONOBEHAVIOUR_1_T2627819454_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t2627819454 : public MonoBehaviour_t3962482529 { public: public: }; struct SingletonMonobehaviour_1_t2627819454_StaticFields { public: // T FitFun.SingletonMonobehaviour`1::_Instance MonoBeBehaviourManager_t4147374129 * ____Instance_2; public: inline static int32_t get_offset_of__Instance_2() { return static_cast(offsetof(SingletonMonobehaviour_1_t2627819454_StaticFields, ____Instance_2)); } inline MonoBeBehaviourManager_t4147374129 * get__Instance_2() const { return ____Instance_2; } inline MonoBeBehaviourManager_t4147374129 ** get_address_of__Instance_2() { return &____Instance_2; } inline void set__Instance_2(MonoBeBehaviourManager_t4147374129 * value) { ____Instance_2 = value; Il2CppCodeGenWriteBarrier((&____Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETONMONOBEHAVIOUR_1_T2627819454_H #ifndef UIBEHAVIOUR_T3495933518_H #define UIBEHAVIOUR_T3495933518_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_t3495933518 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIBEHAVIOUR_T3495933518_H #ifndef UIPHOTOEDIT_T787247777_H #define UIPHOTOEDIT_T787247777_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiPhotoEdit struct uiPhotoEdit_t787247777 : public MonoBehaviour_t3962482529 { public: // UnityEngine.UI.RawImage uiPhotoEdit::m_TextureTarget RawImage_t3182918964 * ___m_TextureTarget_2; // UnityEngine.UI.Image uiPhotoEdit::m_TextureSelect Image_t2670269651 * ___m_TextureSelect_3; // UnityEngine.UI.Button uiPhotoEdit::m_CancelBtn Button_t4055032469 * ___m_CancelBtn_4; // UnityEngine.UI.Button uiPhotoEdit::m_OKBtn Button_t4055032469 * ___m_OKBtn_5; // UnityEngine.UI.Button uiPhotoEdit::m_ResetBtn Button_t4055032469 * ___m_ResetBtn_6; // System.Boolean uiPhotoEdit::m_bTypeVertical bool ___m_bTypeVertical_7; // System.Single uiPhotoEdit::m_fRangeMin float ___m_fRangeMin_8; // System.Single uiPhotoEdit::m_fRangeMax float ___m_fRangeMax_9; // System.String uiPhotoEdit::m_CurPath String_t* ___m_CurPath_10; // System.Boolean uiPhotoEdit::m_bClked bool ___m_bClked_11; // UnityEngine.Rect uiPhotoEdit::m_TargetRect Rect_t2360479859 ___m_TargetRect_12; // UnityEngine.Vector2 uiPhotoEdit::lastPos Vector2_t2156229523 ___lastPos_13; // UnityEngine.Vector2 uiPhotoEdit::currentPos Vector2_t2156229523 ___currentPos_14; // System.Single uiPhotoEdit::timer float ___timer_15; // System.Single uiPhotoEdit::offsetTime float ___offsetTime_16; // UnityEngine.Vector2 uiPhotoEdit::first Vector2_t2156229523 ___first_17; // UnityEngine.Vector2 uiPhotoEdit::second Vector2_t2156229523 ___second_18; public: inline static int32_t get_offset_of_m_TextureTarget_2() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___m_TextureTarget_2)); } inline RawImage_t3182918964 * get_m_TextureTarget_2() const { return ___m_TextureTarget_2; } inline RawImage_t3182918964 ** get_address_of_m_TextureTarget_2() { return &___m_TextureTarget_2; } inline void set_m_TextureTarget_2(RawImage_t3182918964 * value) { ___m_TextureTarget_2 = value; Il2CppCodeGenWriteBarrier((&___m_TextureTarget_2), value); } inline static int32_t get_offset_of_m_TextureSelect_3() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___m_TextureSelect_3)); } inline Image_t2670269651 * get_m_TextureSelect_3() const { return ___m_TextureSelect_3; } inline Image_t2670269651 ** get_address_of_m_TextureSelect_3() { return &___m_TextureSelect_3; } inline void set_m_TextureSelect_3(Image_t2670269651 * value) { ___m_TextureSelect_3 = value; Il2CppCodeGenWriteBarrier((&___m_TextureSelect_3), value); } inline static int32_t get_offset_of_m_CancelBtn_4() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___m_CancelBtn_4)); } inline Button_t4055032469 * get_m_CancelBtn_4() const { return ___m_CancelBtn_4; } inline Button_t4055032469 ** get_address_of_m_CancelBtn_4() { return &___m_CancelBtn_4; } inline void set_m_CancelBtn_4(Button_t4055032469 * value) { ___m_CancelBtn_4 = value; Il2CppCodeGenWriteBarrier((&___m_CancelBtn_4), value); } inline static int32_t get_offset_of_m_OKBtn_5() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___m_OKBtn_5)); } inline Button_t4055032469 * get_m_OKBtn_5() const { return ___m_OKBtn_5; } inline Button_t4055032469 ** get_address_of_m_OKBtn_5() { return &___m_OKBtn_5; } inline void set_m_OKBtn_5(Button_t4055032469 * value) { ___m_OKBtn_5 = value; Il2CppCodeGenWriteBarrier((&___m_OKBtn_5), value); } inline static int32_t get_offset_of_m_ResetBtn_6() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___m_ResetBtn_6)); } inline Button_t4055032469 * get_m_ResetBtn_6() const { return ___m_ResetBtn_6; } inline Button_t4055032469 ** get_address_of_m_ResetBtn_6() { return &___m_ResetBtn_6; } inline void set_m_ResetBtn_6(Button_t4055032469 * value) { ___m_ResetBtn_6 = value; Il2CppCodeGenWriteBarrier((&___m_ResetBtn_6), value); } inline static int32_t get_offset_of_m_bTypeVertical_7() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___m_bTypeVertical_7)); } inline bool get_m_bTypeVertical_7() const { return ___m_bTypeVertical_7; } inline bool* get_address_of_m_bTypeVertical_7() { return &___m_bTypeVertical_7; } inline void set_m_bTypeVertical_7(bool value) { ___m_bTypeVertical_7 = value; } inline static int32_t get_offset_of_m_fRangeMin_8() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___m_fRangeMin_8)); } inline float get_m_fRangeMin_8() const { return ___m_fRangeMin_8; } inline float* get_address_of_m_fRangeMin_8() { return &___m_fRangeMin_8; } inline void set_m_fRangeMin_8(float value) { ___m_fRangeMin_8 = value; } inline static int32_t get_offset_of_m_fRangeMax_9() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___m_fRangeMax_9)); } inline float get_m_fRangeMax_9() const { return ___m_fRangeMax_9; } inline float* get_address_of_m_fRangeMax_9() { return &___m_fRangeMax_9; } inline void set_m_fRangeMax_9(float value) { ___m_fRangeMax_9 = value; } inline static int32_t get_offset_of_m_CurPath_10() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___m_CurPath_10)); } inline String_t* get_m_CurPath_10() const { return ___m_CurPath_10; } inline String_t** get_address_of_m_CurPath_10() { return &___m_CurPath_10; } inline void set_m_CurPath_10(String_t* value) { ___m_CurPath_10 = value; Il2CppCodeGenWriteBarrier((&___m_CurPath_10), value); } inline static int32_t get_offset_of_m_bClked_11() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___m_bClked_11)); } inline bool get_m_bClked_11() const { return ___m_bClked_11; } inline bool* get_address_of_m_bClked_11() { return &___m_bClked_11; } inline void set_m_bClked_11(bool value) { ___m_bClked_11 = value; } inline static int32_t get_offset_of_m_TargetRect_12() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___m_TargetRect_12)); } inline Rect_t2360479859 get_m_TargetRect_12() const { return ___m_TargetRect_12; } inline Rect_t2360479859 * get_address_of_m_TargetRect_12() { return &___m_TargetRect_12; } inline void set_m_TargetRect_12(Rect_t2360479859 value) { ___m_TargetRect_12 = value; } inline static int32_t get_offset_of_lastPos_13() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___lastPos_13)); } inline Vector2_t2156229523 get_lastPos_13() const { return ___lastPos_13; } inline Vector2_t2156229523 * get_address_of_lastPos_13() { return &___lastPos_13; } inline void set_lastPos_13(Vector2_t2156229523 value) { ___lastPos_13 = value; } inline static int32_t get_offset_of_currentPos_14() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___currentPos_14)); } inline Vector2_t2156229523 get_currentPos_14() const { return ___currentPos_14; } inline Vector2_t2156229523 * get_address_of_currentPos_14() { return &___currentPos_14; } inline void set_currentPos_14(Vector2_t2156229523 value) { ___currentPos_14 = value; } inline static int32_t get_offset_of_timer_15() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___timer_15)); } inline float get_timer_15() const { return ___timer_15; } inline float* get_address_of_timer_15() { return &___timer_15; } inline void set_timer_15(float value) { ___timer_15 = value; } inline static int32_t get_offset_of_offsetTime_16() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___offsetTime_16)); } inline float get_offsetTime_16() const { return ___offsetTime_16; } inline float* get_address_of_offsetTime_16() { return &___offsetTime_16; } inline void set_offsetTime_16(float value) { ___offsetTime_16 = value; } inline static int32_t get_offset_of_first_17() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___first_17)); } inline Vector2_t2156229523 get_first_17() const { return ___first_17; } inline Vector2_t2156229523 * get_address_of_first_17() { return &___first_17; } inline void set_first_17(Vector2_t2156229523 value) { ___first_17 = value; } inline static int32_t get_offset_of_second_18() { return static_cast(offsetof(uiPhotoEdit_t787247777, ___second_18)); } inline Vector2_t2156229523 get_second_18() const { return ___second_18; } inline Vector2_t2156229523 * get_address_of_second_18() { return &___second_18; } inline void set_second_18(Vector2_t2156229523 value) { ___second_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPHOTOEDIT_T787247777_H #ifndef SINGLETONMONOBEHAVIOUR_1_T795547539_H #define SINGLETONMONOBEHAVIOUR_1_T795547539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t795547539 : public MonoBehaviour_t3962482529 { public: public: }; struct SingletonMonobehaviour_1_t795547539_StaticFields { public: // T FitFun.SingletonMonobehaviour`1::_Instance HUBSDKManager_t2315102214 * ____Instance_2; public: inline static int32_t get_offset_of__Instance_2() { return static_cast(offsetof(SingletonMonobehaviour_1_t795547539_StaticFields, ____Instance_2)); } inline HUBSDKManager_t2315102214 * get__Instance_2() const { return ____Instance_2; } inline HUBSDKManager_t2315102214 ** get_address_of__Instance_2() { return &____Instance_2; } inline void set__Instance_2(HUBSDKManager_t2315102214 * value) { ____Instance_2 = value; Il2CppCodeGenWriteBarrier((&____Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETONMONOBEHAVIOUR_1_T795547539_H #ifndef GMCOMMAND_T3438226142_H #define GMCOMMAND_T3438226142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // GMCommand struct GMCommand_t3438226142 : public MonoBehaviour_t3962482529 { public: // System.String GMCommand::input String_t* ___input_2; // ClickTimeSlot GMCommand::clickTimeSlot ClickTimeSlot_t1463425833 * ___clickTimeSlot_3; // System.String GMCommand::uiPath String_t* ___uiPath_4; // UnityEngine.GameObject GMCommand::ui GameObject_t1113636619 * ___ui_5; // UnityEngine.Object GMCommand::resource Object_t631007953 * ___resource_6; // UnityEngine.Rect GMCommand::topRightCorner Rect_t2360479859 ___topRightCorner_7; // System.String GMCommand::commandGoName String_t* ___commandGoName_8; public: inline static int32_t get_offset_of_input_2() { return static_cast(offsetof(GMCommand_t3438226142, ___input_2)); } inline String_t* get_input_2() const { return ___input_2; } inline String_t** get_address_of_input_2() { return &___input_2; } inline void set_input_2(String_t* value) { ___input_2 = value; Il2CppCodeGenWriteBarrier((&___input_2), value); } inline static int32_t get_offset_of_clickTimeSlot_3() { return static_cast(offsetof(GMCommand_t3438226142, ___clickTimeSlot_3)); } inline ClickTimeSlot_t1463425833 * get_clickTimeSlot_3() const { return ___clickTimeSlot_3; } inline ClickTimeSlot_t1463425833 ** get_address_of_clickTimeSlot_3() { return &___clickTimeSlot_3; } inline void set_clickTimeSlot_3(ClickTimeSlot_t1463425833 * value) { ___clickTimeSlot_3 = value; Il2CppCodeGenWriteBarrier((&___clickTimeSlot_3), value); } inline static int32_t get_offset_of_uiPath_4() { return static_cast(offsetof(GMCommand_t3438226142, ___uiPath_4)); } inline String_t* get_uiPath_4() const { return ___uiPath_4; } inline String_t** get_address_of_uiPath_4() { return &___uiPath_4; } inline void set_uiPath_4(String_t* value) { ___uiPath_4 = value; Il2CppCodeGenWriteBarrier((&___uiPath_4), value); } inline static int32_t get_offset_of_ui_5() { return static_cast(offsetof(GMCommand_t3438226142, ___ui_5)); } inline GameObject_t1113636619 * get_ui_5() const { return ___ui_5; } inline GameObject_t1113636619 ** get_address_of_ui_5() { return &___ui_5; } inline void set_ui_5(GameObject_t1113636619 * value) { ___ui_5 = value; Il2CppCodeGenWriteBarrier((&___ui_5), value); } inline static int32_t get_offset_of_resource_6() { return static_cast(offsetof(GMCommand_t3438226142, ___resource_6)); } inline Object_t631007953 * get_resource_6() const { return ___resource_6; } inline Object_t631007953 ** get_address_of_resource_6() { return &___resource_6; } inline void set_resource_6(Object_t631007953 * value) { ___resource_6 = value; Il2CppCodeGenWriteBarrier((&___resource_6), value); } inline static int32_t get_offset_of_topRightCorner_7() { return static_cast(offsetof(GMCommand_t3438226142, ___topRightCorner_7)); } inline Rect_t2360479859 get_topRightCorner_7() const { return ___topRightCorner_7; } inline Rect_t2360479859 * get_address_of_topRightCorner_7() { return &___topRightCorner_7; } inline void set_topRightCorner_7(Rect_t2360479859 value) { ___topRightCorner_7 = value; } inline static int32_t get_offset_of_commandGoName_8() { return static_cast(offsetof(GMCommand_t3438226142, ___commandGoName_8)); } inline String_t* get_commandGoName_8() const { return ___commandGoName_8; } inline String_t** get_address_of_commandGoName_8() { return &___commandGoName_8; } inline void set_commandGoName_8(String_t* value) { ___commandGoName_8 = value; Il2CppCodeGenWriteBarrier((&___commandGoName_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GMCOMMAND_T3438226142_H #ifndef GRAPHIC_T1660335611_H #define GRAPHIC_T1660335611_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Graphic struct Graphic_t1660335611 : public UIBehaviour_t3495933518 { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t340375123 * ___m_Material_4; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_t2555686324 ___m_Color_5; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_6; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t3704657025 * ___m_RectTransform_7; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_t2598313366 * ___m_CanvasRenderer_8; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t3310196443 * ___m_Canvas_9; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_10; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_11; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t3245792599 * ___m_OnDirtyLayoutCallback_12; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t3245792599 * ___m_OnDirtyVertsCallback_13; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t3245792599 * ___m_OnDirtyMaterialCallback_14; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_t3055525458 * ___m_ColorTweenRunner_17; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18; public: inline static int32_t get_offset_of_m_Material_4() { return static_cast(offsetof(Graphic_t1660335611, ___m_Material_4)); } inline Material_t340375123 * get_m_Material_4() const { return ___m_Material_4; } inline Material_t340375123 ** get_address_of_m_Material_4() { return &___m_Material_4; } inline void set_m_Material_4(Material_t340375123 * value) { ___m_Material_4 = value; Il2CppCodeGenWriteBarrier((&___m_Material_4), value); } inline static int32_t get_offset_of_m_Color_5() { return static_cast(offsetof(Graphic_t1660335611, ___m_Color_5)); } inline Color_t2555686324 get_m_Color_5() const { return ___m_Color_5; } inline Color_t2555686324 * get_address_of_m_Color_5() { return &___m_Color_5; } inline void set_m_Color_5(Color_t2555686324 value) { ___m_Color_5 = value; } inline static int32_t get_offset_of_m_RaycastTarget_6() { return static_cast(offsetof(Graphic_t1660335611, ___m_RaycastTarget_6)); } inline bool get_m_RaycastTarget_6() const { return ___m_RaycastTarget_6; } inline bool* get_address_of_m_RaycastTarget_6() { return &___m_RaycastTarget_6; } inline void set_m_RaycastTarget_6(bool value) { ___m_RaycastTarget_6 = value; } inline static int32_t get_offset_of_m_RectTransform_7() { return static_cast(offsetof(Graphic_t1660335611, ___m_RectTransform_7)); } inline RectTransform_t3704657025 * get_m_RectTransform_7() const { return ___m_RectTransform_7; } inline RectTransform_t3704657025 ** get_address_of_m_RectTransform_7() { return &___m_RectTransform_7; } inline void set_m_RectTransform_7(RectTransform_t3704657025 * value) { ___m_RectTransform_7 = value; Il2CppCodeGenWriteBarrier((&___m_RectTransform_7), value); } inline static int32_t get_offset_of_m_CanvasRenderer_8() { return static_cast(offsetof(Graphic_t1660335611, ___m_CanvasRenderer_8)); } inline CanvasRenderer_t2598313366 * get_m_CanvasRenderer_8() const { return ___m_CanvasRenderer_8; } inline CanvasRenderer_t2598313366 ** get_address_of_m_CanvasRenderer_8() { return &___m_CanvasRenderer_8; } inline void set_m_CanvasRenderer_8(CanvasRenderer_t2598313366 * value) { ___m_CanvasRenderer_8 = value; Il2CppCodeGenWriteBarrier((&___m_CanvasRenderer_8), value); } inline static int32_t get_offset_of_m_Canvas_9() { return static_cast(offsetof(Graphic_t1660335611, ___m_Canvas_9)); } inline Canvas_t3310196443 * get_m_Canvas_9() const { return ___m_Canvas_9; } inline Canvas_t3310196443 ** get_address_of_m_Canvas_9() { return &___m_Canvas_9; } inline void set_m_Canvas_9(Canvas_t3310196443 * value) { ___m_Canvas_9 = value; Il2CppCodeGenWriteBarrier((&___m_Canvas_9), value); } inline static int32_t get_offset_of_m_VertsDirty_10() { return static_cast(offsetof(Graphic_t1660335611, ___m_VertsDirty_10)); } inline bool get_m_VertsDirty_10() const { return ___m_VertsDirty_10; } inline bool* get_address_of_m_VertsDirty_10() { return &___m_VertsDirty_10; } inline void set_m_VertsDirty_10(bool value) { ___m_VertsDirty_10 = value; } inline static int32_t get_offset_of_m_MaterialDirty_11() { return static_cast(offsetof(Graphic_t1660335611, ___m_MaterialDirty_11)); } inline bool get_m_MaterialDirty_11() const { return ___m_MaterialDirty_11; } inline bool* get_address_of_m_MaterialDirty_11() { return &___m_MaterialDirty_11; } inline void set_m_MaterialDirty_11(bool value) { ___m_MaterialDirty_11 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_12() { return static_cast(offsetof(Graphic_t1660335611, ___m_OnDirtyLayoutCallback_12)); } inline UnityAction_t3245792599 * get_m_OnDirtyLayoutCallback_12() const { return ___m_OnDirtyLayoutCallback_12; } inline UnityAction_t3245792599 ** get_address_of_m_OnDirtyLayoutCallback_12() { return &___m_OnDirtyLayoutCallback_12; } inline void set_m_OnDirtyLayoutCallback_12(UnityAction_t3245792599 * value) { ___m_OnDirtyLayoutCallback_12 = value; Il2CppCodeGenWriteBarrier((&___m_OnDirtyLayoutCallback_12), value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_13() { return static_cast(offsetof(Graphic_t1660335611, ___m_OnDirtyVertsCallback_13)); } inline UnityAction_t3245792599 * get_m_OnDirtyVertsCallback_13() const { return ___m_OnDirtyVertsCallback_13; } inline UnityAction_t3245792599 ** get_address_of_m_OnDirtyVertsCallback_13() { return &___m_OnDirtyVertsCallback_13; } inline void set_m_OnDirtyVertsCallback_13(UnityAction_t3245792599 * value) { ___m_OnDirtyVertsCallback_13 = value; Il2CppCodeGenWriteBarrier((&___m_OnDirtyVertsCallback_13), value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_14() { return static_cast(offsetof(Graphic_t1660335611, ___m_OnDirtyMaterialCallback_14)); } inline UnityAction_t3245792599 * get_m_OnDirtyMaterialCallback_14() const { return ___m_OnDirtyMaterialCallback_14; } inline UnityAction_t3245792599 ** get_address_of_m_OnDirtyMaterialCallback_14() { return &___m_OnDirtyMaterialCallback_14; } inline void set_m_OnDirtyMaterialCallback_14(UnityAction_t3245792599 * value) { ___m_OnDirtyMaterialCallback_14 = value; Il2CppCodeGenWriteBarrier((&___m_OnDirtyMaterialCallback_14), value); } inline static int32_t get_offset_of_m_ColorTweenRunner_17() { return static_cast(offsetof(Graphic_t1660335611, ___m_ColorTweenRunner_17)); } inline TweenRunner_1_t3055525458 * get_m_ColorTweenRunner_17() const { return ___m_ColorTweenRunner_17; } inline TweenRunner_1_t3055525458 ** get_address_of_m_ColorTweenRunner_17() { return &___m_ColorTweenRunner_17; } inline void set_m_ColorTweenRunner_17(TweenRunner_1_t3055525458 * value) { ___m_ColorTweenRunner_17 = value; Il2CppCodeGenWriteBarrier((&___m_ColorTweenRunner_17), value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_18() { return static_cast(offsetof(Graphic_t1660335611, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_18() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_18() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_18; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_18(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18 = value; } }; struct Graphic_t1660335611_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t340375123 * ___s_DefaultUI_2; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t3840446185 * ___s_WhiteTexture_3; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t3648964284 * ___s_Mesh_15; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_t2453304189 * ___s_VertexHelper_16; public: inline static int32_t get_offset_of_s_DefaultUI_2() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_DefaultUI_2)); } inline Material_t340375123 * get_s_DefaultUI_2() const { return ___s_DefaultUI_2; } inline Material_t340375123 ** get_address_of_s_DefaultUI_2() { return &___s_DefaultUI_2; } inline void set_s_DefaultUI_2(Material_t340375123 * value) { ___s_DefaultUI_2 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultUI_2), value); } inline static int32_t get_offset_of_s_WhiteTexture_3() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_WhiteTexture_3)); } inline Texture2D_t3840446185 * get_s_WhiteTexture_3() const { return ___s_WhiteTexture_3; } inline Texture2D_t3840446185 ** get_address_of_s_WhiteTexture_3() { return &___s_WhiteTexture_3; } inline void set_s_WhiteTexture_3(Texture2D_t3840446185 * value) { ___s_WhiteTexture_3 = value; Il2CppCodeGenWriteBarrier((&___s_WhiteTexture_3), value); } inline static int32_t get_offset_of_s_Mesh_15() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_Mesh_15)); } inline Mesh_t3648964284 * get_s_Mesh_15() const { return ___s_Mesh_15; } inline Mesh_t3648964284 ** get_address_of_s_Mesh_15() { return &___s_Mesh_15; } inline void set_s_Mesh_15(Mesh_t3648964284 * value) { ___s_Mesh_15 = value; Il2CppCodeGenWriteBarrier((&___s_Mesh_15), value); } inline static int32_t get_offset_of_s_VertexHelper_16() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_VertexHelper_16)); } inline VertexHelper_t2453304189 * get_s_VertexHelper_16() const { return ___s_VertexHelper_16; } inline VertexHelper_t2453304189 ** get_address_of_s_VertexHelper_16() { return &___s_VertexHelper_16; } inline void set_s_VertexHelper_16(VertexHelper_t2453304189 * value) { ___s_VertexHelper_16 = value; Il2CppCodeGenWriteBarrier((&___s_VertexHelper_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GRAPHIC_T1660335611_H #ifndef SCENELOADER_T3335639420_H #define SCENELOADER_T3335639420_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SceneLoader struct SceneLoader_t3335639420 : public SingletonMonobehaviour_1_t1816084745 { public: // UnityEngine.AsyncOperation FitFun.SceneLoader::asyncOperation AsyncOperation_t1445031843 * ___asyncOperation_3; // System.Action`1 FitFun.SceneLoader::funcUpdate Action_1_t3123413348 * ___funcUpdate_4; // System.Action FitFun.SceneLoader::funcComplete Action_t1264377477 * ___funcComplete_5; // System.Boolean FitFun.SceneLoader::loading bool ___loading_6; // System.Collections.Generic.List`1 FitFun.SceneLoader::loadedSceneList List_1_t3319525431 * ___loadedSceneList_7; public: inline static int32_t get_offset_of_asyncOperation_3() { return static_cast(offsetof(SceneLoader_t3335639420, ___asyncOperation_3)); } inline AsyncOperation_t1445031843 * get_asyncOperation_3() const { return ___asyncOperation_3; } inline AsyncOperation_t1445031843 ** get_address_of_asyncOperation_3() { return &___asyncOperation_3; } inline void set_asyncOperation_3(AsyncOperation_t1445031843 * value) { ___asyncOperation_3 = value; Il2CppCodeGenWriteBarrier((&___asyncOperation_3), value); } inline static int32_t get_offset_of_funcUpdate_4() { return static_cast(offsetof(SceneLoader_t3335639420, ___funcUpdate_4)); } inline Action_1_t3123413348 * get_funcUpdate_4() const { return ___funcUpdate_4; } inline Action_1_t3123413348 ** get_address_of_funcUpdate_4() { return &___funcUpdate_4; } inline void set_funcUpdate_4(Action_1_t3123413348 * value) { ___funcUpdate_4 = value; Il2CppCodeGenWriteBarrier((&___funcUpdate_4), value); } inline static int32_t get_offset_of_funcComplete_5() { return static_cast(offsetof(SceneLoader_t3335639420, ___funcComplete_5)); } inline Action_t1264377477 * get_funcComplete_5() const { return ___funcComplete_5; } inline Action_t1264377477 ** get_address_of_funcComplete_5() { return &___funcComplete_5; } inline void set_funcComplete_5(Action_t1264377477 * value) { ___funcComplete_5 = value; Il2CppCodeGenWriteBarrier((&___funcComplete_5), value); } inline static int32_t get_offset_of_loading_6() { return static_cast(offsetof(SceneLoader_t3335639420, ___loading_6)); } inline bool get_loading_6() const { return ___loading_6; } inline bool* get_address_of_loading_6() { return &___loading_6; } inline void set_loading_6(bool value) { ___loading_6 = value; } inline static int32_t get_offset_of_loadedSceneList_7() { return static_cast(offsetof(SceneLoader_t3335639420, ___loadedSceneList_7)); } inline List_1_t3319525431 * get_loadedSceneList_7() const { return ___loadedSceneList_7; } inline List_1_t3319525431 ** get_address_of_loadedSceneList_7() { return &___loadedSceneList_7; } inline void set_loadedSceneList_7(List_1_t3319525431 * value) { ___loadedSceneList_7 = value; Il2CppCodeGenWriteBarrier((&___loadedSceneList_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENELOADER_T3335639420_H #ifndef EVENTSYSTEM_T1003666588_H #define EVENTSYSTEM_T1003666588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.EventSystem struct EventSystem_t1003666588 : public UIBehaviour_t3495933518 { public: // System.Collections.Generic.List`1 UnityEngine.EventSystems.EventSystem::m_SystemInputModules List_1_t3491343620 * ___m_SystemInputModules_2; // UnityEngine.EventSystems.BaseInputModule UnityEngine.EventSystems.EventSystem::m_CurrentInputModule BaseInputModule_t2019268878 * ___m_CurrentInputModule_3; // UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_FirstSelected GameObject_t1113636619 * ___m_FirstSelected_5; // System.Boolean UnityEngine.EventSystems.EventSystem::m_sendNavigationEvents bool ___m_sendNavigationEvents_6; // System.Int32 UnityEngine.EventSystems.EventSystem::m_DragThreshold int32_t ___m_DragThreshold_7; // UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_CurrentSelected GameObject_t1113636619 * ___m_CurrentSelected_8; // System.Boolean UnityEngine.EventSystems.EventSystem::m_HasFocus bool ___m_HasFocus_9; // System.Boolean UnityEngine.EventSystems.EventSystem::m_SelectionGuard bool ___m_SelectionGuard_10; // UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.EventSystem::m_DummyData BaseEventData_t3903027533 * ___m_DummyData_11; public: inline static int32_t get_offset_of_m_SystemInputModules_2() { return static_cast(offsetof(EventSystem_t1003666588, ___m_SystemInputModules_2)); } inline List_1_t3491343620 * get_m_SystemInputModules_2() const { return ___m_SystemInputModules_2; } inline List_1_t3491343620 ** get_address_of_m_SystemInputModules_2() { return &___m_SystemInputModules_2; } inline void set_m_SystemInputModules_2(List_1_t3491343620 * value) { ___m_SystemInputModules_2 = value; Il2CppCodeGenWriteBarrier((&___m_SystemInputModules_2), value); } inline static int32_t get_offset_of_m_CurrentInputModule_3() { return static_cast(offsetof(EventSystem_t1003666588, ___m_CurrentInputModule_3)); } inline BaseInputModule_t2019268878 * get_m_CurrentInputModule_3() const { return ___m_CurrentInputModule_3; } inline BaseInputModule_t2019268878 ** get_address_of_m_CurrentInputModule_3() { return &___m_CurrentInputModule_3; } inline void set_m_CurrentInputModule_3(BaseInputModule_t2019268878 * value) { ___m_CurrentInputModule_3 = value; Il2CppCodeGenWriteBarrier((&___m_CurrentInputModule_3), value); } inline static int32_t get_offset_of_m_FirstSelected_5() { return static_cast(offsetof(EventSystem_t1003666588, ___m_FirstSelected_5)); } inline GameObject_t1113636619 * get_m_FirstSelected_5() const { return ___m_FirstSelected_5; } inline GameObject_t1113636619 ** get_address_of_m_FirstSelected_5() { return &___m_FirstSelected_5; } inline void set_m_FirstSelected_5(GameObject_t1113636619 * value) { ___m_FirstSelected_5 = value; Il2CppCodeGenWriteBarrier((&___m_FirstSelected_5), value); } inline static int32_t get_offset_of_m_sendNavigationEvents_6() { return static_cast(offsetof(EventSystem_t1003666588, ___m_sendNavigationEvents_6)); } inline bool get_m_sendNavigationEvents_6() const { return ___m_sendNavigationEvents_6; } inline bool* get_address_of_m_sendNavigationEvents_6() { return &___m_sendNavigationEvents_6; } inline void set_m_sendNavigationEvents_6(bool value) { ___m_sendNavigationEvents_6 = value; } inline static int32_t get_offset_of_m_DragThreshold_7() { return static_cast(offsetof(EventSystem_t1003666588, ___m_DragThreshold_7)); } inline int32_t get_m_DragThreshold_7() const { return ___m_DragThreshold_7; } inline int32_t* get_address_of_m_DragThreshold_7() { return &___m_DragThreshold_7; } inline void set_m_DragThreshold_7(int32_t value) { ___m_DragThreshold_7 = value; } inline static int32_t get_offset_of_m_CurrentSelected_8() { return static_cast(offsetof(EventSystem_t1003666588, ___m_CurrentSelected_8)); } inline GameObject_t1113636619 * get_m_CurrentSelected_8() const { return ___m_CurrentSelected_8; } inline GameObject_t1113636619 ** get_address_of_m_CurrentSelected_8() { return &___m_CurrentSelected_8; } inline void set_m_CurrentSelected_8(GameObject_t1113636619 * value) { ___m_CurrentSelected_8 = value; Il2CppCodeGenWriteBarrier((&___m_CurrentSelected_8), value); } inline static int32_t get_offset_of_m_HasFocus_9() { return static_cast(offsetof(EventSystem_t1003666588, ___m_HasFocus_9)); } inline bool get_m_HasFocus_9() const { return ___m_HasFocus_9; } inline bool* get_address_of_m_HasFocus_9() { return &___m_HasFocus_9; } inline void set_m_HasFocus_9(bool value) { ___m_HasFocus_9 = value; } inline static int32_t get_offset_of_m_SelectionGuard_10() { return static_cast(offsetof(EventSystem_t1003666588, ___m_SelectionGuard_10)); } inline bool get_m_SelectionGuard_10() const { return ___m_SelectionGuard_10; } inline bool* get_address_of_m_SelectionGuard_10() { return &___m_SelectionGuard_10; } inline void set_m_SelectionGuard_10(bool value) { ___m_SelectionGuard_10 = value; } inline static int32_t get_offset_of_m_DummyData_11() { return static_cast(offsetof(EventSystem_t1003666588, ___m_DummyData_11)); } inline BaseEventData_t3903027533 * get_m_DummyData_11() const { return ___m_DummyData_11; } inline BaseEventData_t3903027533 ** get_address_of_m_DummyData_11() { return &___m_DummyData_11; } inline void set_m_DummyData_11(BaseEventData_t3903027533 * value) { ___m_DummyData_11 = value; Il2CppCodeGenWriteBarrier((&___m_DummyData_11), value); } }; struct EventSystem_t1003666588_StaticFields { public: // System.Collections.Generic.List`1 UnityEngine.EventSystems.EventSystem::m_EventSystems List_1_t2475741330 * ___m_EventSystems_4; // System.Comparison`1 UnityEngine.EventSystems.EventSystem::s_RaycastComparer Comparison_1_t3135238028 * ___s_RaycastComparer_12; // System.Comparison`1 UnityEngine.EventSystems.EventSystem::<>f__mg$cache0 Comparison_1_t3135238028 * ___U3CU3Ef__mgU24cache0_13; public: inline static int32_t get_offset_of_m_EventSystems_4() { return static_cast(offsetof(EventSystem_t1003666588_StaticFields, ___m_EventSystems_4)); } inline List_1_t2475741330 * get_m_EventSystems_4() const { return ___m_EventSystems_4; } inline List_1_t2475741330 ** get_address_of_m_EventSystems_4() { return &___m_EventSystems_4; } inline void set_m_EventSystems_4(List_1_t2475741330 * value) { ___m_EventSystems_4 = value; Il2CppCodeGenWriteBarrier((&___m_EventSystems_4), value); } inline static int32_t get_offset_of_s_RaycastComparer_12() { return static_cast(offsetof(EventSystem_t1003666588_StaticFields, ___s_RaycastComparer_12)); } inline Comparison_1_t3135238028 * get_s_RaycastComparer_12() const { return ___s_RaycastComparer_12; } inline Comparison_1_t3135238028 ** get_address_of_s_RaycastComparer_12() { return &___s_RaycastComparer_12; } inline void set_s_RaycastComparer_12(Comparison_1_t3135238028 * value) { ___s_RaycastComparer_12 = value; Il2CppCodeGenWriteBarrier((&___s_RaycastComparer_12), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_13() { return static_cast(offsetof(EventSystem_t1003666588_StaticFields, ___U3CU3Ef__mgU24cache0_13)); } inline Comparison_1_t3135238028 * get_U3CU3Ef__mgU24cache0_13() const { return ___U3CU3Ef__mgU24cache0_13; } inline Comparison_1_t3135238028 ** get_address_of_U3CU3Ef__mgU24cache0_13() { return &___U3CU3Ef__mgU24cache0_13; } inline void set_U3CU3Ef__mgU24cache0_13(Comparison_1_t3135238028 * value) { ___U3CU3Ef__mgU24cache0_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTSYSTEM_T1003666588_H #ifndef RESOURCEMANAGER_T3564538606_H #define RESOURCEMANAGER_T3564538606_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.ResourceManager struct ResourceManager_t3564538606 : public SingletonMonobehaviour_1_t2044983931 { public: // System.String[] FitFun.ResourceManager::m_Variants StringU5BU5D_t1281789340* ___m_Variants_3; // UnityEngine.AssetBundleManifest FitFun.ResourceManager::manifest AssetBundleManifest_t2634949939 * ___manifest_4; // UnityEngine.AssetBundle FitFun.ResourceManager::shared AssetBundle_t1153907252 * ___shared_5; // UnityEngine.AssetBundle FitFun.ResourceManager::assetbundle AssetBundle_t1153907252 * ___assetbundle_6; // System.Collections.Generic.Dictionary`2 FitFun.ResourceManager::bundles Dictionary_2_t939163551 * ___bundles_7; public: inline static int32_t get_offset_of_m_Variants_3() { return static_cast(offsetof(ResourceManager_t3564538606, ___m_Variants_3)); } inline StringU5BU5D_t1281789340* get_m_Variants_3() const { return ___m_Variants_3; } inline StringU5BU5D_t1281789340** get_address_of_m_Variants_3() { return &___m_Variants_3; } inline void set_m_Variants_3(StringU5BU5D_t1281789340* value) { ___m_Variants_3 = value; Il2CppCodeGenWriteBarrier((&___m_Variants_3), value); } inline static int32_t get_offset_of_manifest_4() { return static_cast(offsetof(ResourceManager_t3564538606, ___manifest_4)); } inline AssetBundleManifest_t2634949939 * get_manifest_4() const { return ___manifest_4; } inline AssetBundleManifest_t2634949939 ** get_address_of_manifest_4() { return &___manifest_4; } inline void set_manifest_4(AssetBundleManifest_t2634949939 * value) { ___manifest_4 = value; Il2CppCodeGenWriteBarrier((&___manifest_4), value); } inline static int32_t get_offset_of_shared_5() { return static_cast(offsetof(ResourceManager_t3564538606, ___shared_5)); } inline AssetBundle_t1153907252 * get_shared_5() const { return ___shared_5; } inline AssetBundle_t1153907252 ** get_address_of_shared_5() { return &___shared_5; } inline void set_shared_5(AssetBundle_t1153907252 * value) { ___shared_5 = value; Il2CppCodeGenWriteBarrier((&___shared_5), value); } inline static int32_t get_offset_of_assetbundle_6() { return static_cast(offsetof(ResourceManager_t3564538606, ___assetbundle_6)); } inline AssetBundle_t1153907252 * get_assetbundle_6() const { return ___assetbundle_6; } inline AssetBundle_t1153907252 ** get_address_of_assetbundle_6() { return &___assetbundle_6; } inline void set_assetbundle_6(AssetBundle_t1153907252 * value) { ___assetbundle_6 = value; Il2CppCodeGenWriteBarrier((&___assetbundle_6), value); } inline static int32_t get_offset_of_bundles_7() { return static_cast(offsetof(ResourceManager_t3564538606, ___bundles_7)); } inline Dictionary_2_t939163551 * get_bundles_7() const { return ___bundles_7; } inline Dictionary_2_t939163551 ** get_address_of_bundles_7() { return &___bundles_7; } inline void set_bundles_7(Dictionary_2_t939163551 * value) { ___bundles_7 = value; Il2CppCodeGenWriteBarrier((&___bundles_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOURCEMANAGER_T3564538606_H #ifndef HUBSDKMANAGER_T2315102214_H #define HUBSDKMANAGER_T2315102214_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HUBSDKManager struct HUBSDKManager_t2315102214 : public SingletonMonobehaviour_1_t795547539 { public: // System.Action`1 HUBSDKManager::loginSuccessCallback Action_1_t3252573759 * ___loginSuccessCallback_3; // System.Action`1 HUBSDKManager::loginFailCallback Action_1_t2019918284 * ___loginFailCallback_4; // System.Action`2 HUBSDKManager::watchADSuccessCallback Action_2_t4177122770 * ___watchADSuccessCallback_5; // System.Action`2 HUBSDKManager::watchADLoadedCallback Action_2_t4177122770 * ___watchADLoadedCallback_6; // System.Action`1 HUBSDKManager::shareCallback Action_1_t2019918284 * ___shareCallback_7; // System.Action`2 HUBSDKManager::selectPhotoCallback Action_2_t1290832230 * ___selectPhotoCallback_8; // System.Boolean HUBSDKManager::m_isWaiting bool ___m_isWaiting_9; // ADInfo HUBSDKManager::m_adInfo ADInfo_t3964066602 * ___m_adInfo_10; // System.Int64 HUBSDKManager::m_userID int64_t ___m_userID_11; public: inline static int32_t get_offset_of_loginSuccessCallback_3() { return static_cast(offsetof(HUBSDKManager_t2315102214, ___loginSuccessCallback_3)); } inline Action_1_t3252573759 * get_loginSuccessCallback_3() const { return ___loginSuccessCallback_3; } inline Action_1_t3252573759 ** get_address_of_loginSuccessCallback_3() { return &___loginSuccessCallback_3; } inline void set_loginSuccessCallback_3(Action_1_t3252573759 * value) { ___loginSuccessCallback_3 = value; Il2CppCodeGenWriteBarrier((&___loginSuccessCallback_3), value); } inline static int32_t get_offset_of_loginFailCallback_4() { return static_cast(offsetof(HUBSDKManager_t2315102214, ___loginFailCallback_4)); } inline Action_1_t2019918284 * get_loginFailCallback_4() const { return ___loginFailCallback_4; } inline Action_1_t2019918284 ** get_address_of_loginFailCallback_4() { return &___loginFailCallback_4; } inline void set_loginFailCallback_4(Action_1_t2019918284 * value) { ___loginFailCallback_4 = value; Il2CppCodeGenWriteBarrier((&___loginFailCallback_4), value); } inline static int32_t get_offset_of_watchADSuccessCallback_5() { return static_cast(offsetof(HUBSDKManager_t2315102214, ___watchADSuccessCallback_5)); } inline Action_2_t4177122770 * get_watchADSuccessCallback_5() const { return ___watchADSuccessCallback_5; } inline Action_2_t4177122770 ** get_address_of_watchADSuccessCallback_5() { return &___watchADSuccessCallback_5; } inline void set_watchADSuccessCallback_5(Action_2_t4177122770 * value) { ___watchADSuccessCallback_5 = value; Il2CppCodeGenWriteBarrier((&___watchADSuccessCallback_5), value); } inline static int32_t get_offset_of_watchADLoadedCallback_6() { return static_cast(offsetof(HUBSDKManager_t2315102214, ___watchADLoadedCallback_6)); } inline Action_2_t4177122770 * get_watchADLoadedCallback_6() const { return ___watchADLoadedCallback_6; } inline Action_2_t4177122770 ** get_address_of_watchADLoadedCallback_6() { return &___watchADLoadedCallback_6; } inline void set_watchADLoadedCallback_6(Action_2_t4177122770 * value) { ___watchADLoadedCallback_6 = value; Il2CppCodeGenWriteBarrier((&___watchADLoadedCallback_6), value); } inline static int32_t get_offset_of_shareCallback_7() { return static_cast(offsetof(HUBSDKManager_t2315102214, ___shareCallback_7)); } inline Action_1_t2019918284 * get_shareCallback_7() const { return ___shareCallback_7; } inline Action_1_t2019918284 ** get_address_of_shareCallback_7() { return &___shareCallback_7; } inline void set_shareCallback_7(Action_1_t2019918284 * value) { ___shareCallback_7 = value; Il2CppCodeGenWriteBarrier((&___shareCallback_7), value); } inline static int32_t get_offset_of_selectPhotoCallback_8() { return static_cast(offsetof(HUBSDKManager_t2315102214, ___selectPhotoCallback_8)); } inline Action_2_t1290832230 * get_selectPhotoCallback_8() const { return ___selectPhotoCallback_8; } inline Action_2_t1290832230 ** get_address_of_selectPhotoCallback_8() { return &___selectPhotoCallback_8; } inline void set_selectPhotoCallback_8(Action_2_t1290832230 * value) { ___selectPhotoCallback_8 = value; Il2CppCodeGenWriteBarrier((&___selectPhotoCallback_8), value); } inline static int32_t get_offset_of_m_isWaiting_9() { return static_cast(offsetof(HUBSDKManager_t2315102214, ___m_isWaiting_9)); } inline bool get_m_isWaiting_9() const { return ___m_isWaiting_9; } inline bool* get_address_of_m_isWaiting_9() { return &___m_isWaiting_9; } inline void set_m_isWaiting_9(bool value) { ___m_isWaiting_9 = value; } inline static int32_t get_offset_of_m_adInfo_10() { return static_cast(offsetof(HUBSDKManager_t2315102214, ___m_adInfo_10)); } inline ADInfo_t3964066602 * get_m_adInfo_10() const { return ___m_adInfo_10; } inline ADInfo_t3964066602 ** get_address_of_m_adInfo_10() { return &___m_adInfo_10; } inline void set_m_adInfo_10(ADInfo_t3964066602 * value) { ___m_adInfo_10 = value; Il2CppCodeGenWriteBarrier((&___m_adInfo_10), value); } inline static int32_t get_offset_of_m_userID_11() { return static_cast(offsetof(HUBSDKManager_t2315102214, ___m_userID_11)); } inline int64_t get_m_userID_11() const { return ___m_userID_11; } inline int64_t* get_address_of_m_userID_11() { return &___m_userID_11; } inline void set_m_userID_11(int64_t value) { ___m_userID_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HUBSDKMANAGER_T2315102214_H #ifndef CUNZIP_T1415754954_H #define CUNZIP_T1415754954_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUnzip struct CUnzip_t1415754954 : public SingletonMonobehaviour_1_t4191167575 { public: // FitFun.UnZipper CUnzip::unZipper UnZipper_t4019391518 * ___unZipper_3; // System.Boolean CUnzip::unziping bool ___unziping_4; // System.Boolean CUnzip::unaiping bool ___unaiping_5; // System.String CUnzip::temporaryZipFileName String_t* ___temporaryZipFileName_6; // System.Action CUnzip::successCallback Action_t1264377477 * ___successCallback_7; // System.Action CUnzip::failedCallback Action_t1264377477 * ___failedCallback_8; // System.Action`1 CUnzip::progressCallback Action_1_t3123413348 * ___progressCallback_9; // System.Boolean CUnzip::moveNext bool ___moveNext_10; // CUnzip/eUnzip CUnzip::state int32_t ___state_11; // System.Int32 CUnzip::m_unzipProgress int32_t ___m_unzipProgress_12; public: inline static int32_t get_offset_of_unZipper_3() { return static_cast(offsetof(CUnzip_t1415754954, ___unZipper_3)); } inline UnZipper_t4019391518 * get_unZipper_3() const { return ___unZipper_3; } inline UnZipper_t4019391518 ** get_address_of_unZipper_3() { return &___unZipper_3; } inline void set_unZipper_3(UnZipper_t4019391518 * value) { ___unZipper_3 = value; Il2CppCodeGenWriteBarrier((&___unZipper_3), value); } inline static int32_t get_offset_of_unziping_4() { return static_cast(offsetof(CUnzip_t1415754954, ___unziping_4)); } inline bool get_unziping_4() const { return ___unziping_4; } inline bool* get_address_of_unziping_4() { return &___unziping_4; } inline void set_unziping_4(bool value) { ___unziping_4 = value; } inline static int32_t get_offset_of_unaiping_5() { return static_cast(offsetof(CUnzip_t1415754954, ___unaiping_5)); } inline bool get_unaiping_5() const { return ___unaiping_5; } inline bool* get_address_of_unaiping_5() { return &___unaiping_5; } inline void set_unaiping_5(bool value) { ___unaiping_5 = value; } inline static int32_t get_offset_of_temporaryZipFileName_6() { return static_cast(offsetof(CUnzip_t1415754954, ___temporaryZipFileName_6)); } inline String_t* get_temporaryZipFileName_6() const { return ___temporaryZipFileName_6; } inline String_t** get_address_of_temporaryZipFileName_6() { return &___temporaryZipFileName_6; } inline void set_temporaryZipFileName_6(String_t* value) { ___temporaryZipFileName_6 = value; Il2CppCodeGenWriteBarrier((&___temporaryZipFileName_6), value); } inline static int32_t get_offset_of_successCallback_7() { return static_cast(offsetof(CUnzip_t1415754954, ___successCallback_7)); } inline Action_t1264377477 * get_successCallback_7() const { return ___successCallback_7; } inline Action_t1264377477 ** get_address_of_successCallback_7() { return &___successCallback_7; } inline void set_successCallback_7(Action_t1264377477 * value) { ___successCallback_7 = value; Il2CppCodeGenWriteBarrier((&___successCallback_7), value); } inline static int32_t get_offset_of_failedCallback_8() { return static_cast(offsetof(CUnzip_t1415754954, ___failedCallback_8)); } inline Action_t1264377477 * get_failedCallback_8() const { return ___failedCallback_8; } inline Action_t1264377477 ** get_address_of_failedCallback_8() { return &___failedCallback_8; } inline void set_failedCallback_8(Action_t1264377477 * value) { ___failedCallback_8 = value; Il2CppCodeGenWriteBarrier((&___failedCallback_8), value); } inline static int32_t get_offset_of_progressCallback_9() { return static_cast(offsetof(CUnzip_t1415754954, ___progressCallback_9)); } inline Action_1_t3123413348 * get_progressCallback_9() const { return ___progressCallback_9; } inline Action_1_t3123413348 ** get_address_of_progressCallback_9() { return &___progressCallback_9; } inline void set_progressCallback_9(Action_1_t3123413348 * value) { ___progressCallback_9 = value; Il2CppCodeGenWriteBarrier((&___progressCallback_9), value); } inline static int32_t get_offset_of_moveNext_10() { return static_cast(offsetof(CUnzip_t1415754954, ___moveNext_10)); } inline bool get_moveNext_10() const { return ___moveNext_10; } inline bool* get_address_of_moveNext_10() { return &___moveNext_10; } inline void set_moveNext_10(bool value) { ___moveNext_10 = value; } inline static int32_t get_offset_of_state_11() { return static_cast(offsetof(CUnzip_t1415754954, ___state_11)); } inline int32_t get_state_11() const { return ___state_11; } inline int32_t* get_address_of_state_11() { return &___state_11; } inline void set_state_11(int32_t value) { ___state_11 = value; } inline static int32_t get_offset_of_m_unzipProgress_12() { return static_cast(offsetof(CUnzip_t1415754954, ___m_unzipProgress_12)); } inline int32_t get_m_unzipProgress_12() const { return ___m_unzipProgress_12; } inline int32_t* get_address_of_m_unzipProgress_12() { return &___m_unzipProgress_12; } inline void set_m_unzipProgress_12(int32_t value) { ___m_unzipProgress_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUNZIP_T1415754954_H #ifndef FPSDISPLAY_T1066203289_H #define FPSDISPLAY_T1066203289_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FPSDisplay struct FPSDisplay_t1066203289 : public SingletonMonobehaviour_1_t3841615910 { public: // System.Single FPSDisplay::deltaTime float ___deltaTime_3; public: inline static int32_t get_offset_of_deltaTime_3() { return static_cast(offsetof(FPSDisplay_t1066203289, ___deltaTime_3)); } inline float get_deltaTime_3() const { return ___deltaTime_3; } inline float* get_address_of_deltaTime_3() { return &___deltaTime_3; } inline void set_deltaTime_3(float value) { ___deltaTime_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FPSDISPLAY_T1066203289_H #ifndef MONOBEBEHAVIOURMANAGER_T4147374129_H #define MONOBEBEHAVIOURMANAGER_T4147374129_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.MonoBeBehaviourManager struct MonoBeBehaviourManager_t4147374129 : public SingletonMonobehaviour_1_t2627819454 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOBEBEHAVIOURMANAGER_T4147374129_H #ifndef INPUTMANAGER_T3933257607_H #define INPUTMANAGER_T3933257607_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.InputManager struct InputManager_t3933257607 : public SingletonMonobehaviour_1_t2413702932 { public: // System.Boolean FitFun.InputManager::m_isOpen bool ___m_isOpen_3; // IVehicleInput FitFun.InputManager::m_input0 IVehicleInput_t1990112580 * ___m_input0_4; // IVehicleInput FitFun.InputManager::m_input1 IVehicleInput_t1990112580 * ___m_input1_5; public: inline static int32_t get_offset_of_m_isOpen_3() { return static_cast(offsetof(InputManager_t3933257607, ___m_isOpen_3)); } inline bool get_m_isOpen_3() const { return ___m_isOpen_3; } inline bool* get_address_of_m_isOpen_3() { return &___m_isOpen_3; } inline void set_m_isOpen_3(bool value) { ___m_isOpen_3 = value; } inline static int32_t get_offset_of_m_input0_4() { return static_cast(offsetof(InputManager_t3933257607, ___m_input0_4)); } inline IVehicleInput_t1990112580 * get_m_input0_4() const { return ___m_input0_4; } inline IVehicleInput_t1990112580 ** get_address_of_m_input0_4() { return &___m_input0_4; } inline void set_m_input0_4(IVehicleInput_t1990112580 * value) { ___m_input0_4 = value; Il2CppCodeGenWriteBarrier((&___m_input0_4), value); } inline static int32_t get_offset_of_m_input1_5() { return static_cast(offsetof(InputManager_t3933257607, ___m_input1_5)); } inline IVehicleInput_t1990112580 * get_m_input1_5() const { return ___m_input1_5; } inline IVehicleInput_t1990112580 ** get_address_of_m_input1_5() { return &___m_input1_5; } inline void set_m_input1_5(IVehicleInput_t1990112580 * value) { ___m_input1_5 = value; Il2CppCodeGenWriteBarrier((&___m_input1_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INPUTMANAGER_T3933257607_H #ifndef SELECTABLE_T3250028441_H #define SELECTABLE_T3250028441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable struct Selectable_t3250028441 : public UIBehaviour_t3495933518 { public: // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t3049316579 ___m_Navigation_3; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_4; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t2139031574 ___m_Colors_5; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t1362986479 ___m_SpriteState_6; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_t2532145056 * ___m_AnimationTriggers_7; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_8; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_t1660335611 * ___m_TargetGraphic_9; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_10; // UnityEngine.UI.Selectable/SelectionState UnityEngine.UI.Selectable::m_CurrentSelectionState int32_t ___m_CurrentSelectionState_11; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_12; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_13; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_14; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t1260619206 * ___m_CanvasGroupCache_15; public: inline static int32_t get_offset_of_m_Navigation_3() { return static_cast(offsetof(Selectable_t3250028441, ___m_Navigation_3)); } inline Navigation_t3049316579 get_m_Navigation_3() const { return ___m_Navigation_3; } inline Navigation_t3049316579 * get_address_of_m_Navigation_3() { return &___m_Navigation_3; } inline void set_m_Navigation_3(Navigation_t3049316579 value) { ___m_Navigation_3 = value; } inline static int32_t get_offset_of_m_Transition_4() { return static_cast(offsetof(Selectable_t3250028441, ___m_Transition_4)); } inline int32_t get_m_Transition_4() const { return ___m_Transition_4; } inline int32_t* get_address_of_m_Transition_4() { return &___m_Transition_4; } inline void set_m_Transition_4(int32_t value) { ___m_Transition_4 = value; } inline static int32_t get_offset_of_m_Colors_5() { return static_cast(offsetof(Selectable_t3250028441, ___m_Colors_5)); } inline ColorBlock_t2139031574 get_m_Colors_5() const { return ___m_Colors_5; } inline ColorBlock_t2139031574 * get_address_of_m_Colors_5() { return &___m_Colors_5; } inline void set_m_Colors_5(ColorBlock_t2139031574 value) { ___m_Colors_5 = value; } inline static int32_t get_offset_of_m_SpriteState_6() { return static_cast(offsetof(Selectable_t3250028441, ___m_SpriteState_6)); } inline SpriteState_t1362986479 get_m_SpriteState_6() const { return ___m_SpriteState_6; } inline SpriteState_t1362986479 * get_address_of_m_SpriteState_6() { return &___m_SpriteState_6; } inline void set_m_SpriteState_6(SpriteState_t1362986479 value) { ___m_SpriteState_6 = value; } inline static int32_t get_offset_of_m_AnimationTriggers_7() { return static_cast(offsetof(Selectable_t3250028441, ___m_AnimationTriggers_7)); } inline AnimationTriggers_t2532145056 * get_m_AnimationTriggers_7() const { return ___m_AnimationTriggers_7; } inline AnimationTriggers_t2532145056 ** get_address_of_m_AnimationTriggers_7() { return &___m_AnimationTriggers_7; } inline void set_m_AnimationTriggers_7(AnimationTriggers_t2532145056 * value) { ___m_AnimationTriggers_7 = value; Il2CppCodeGenWriteBarrier((&___m_AnimationTriggers_7), value); } inline static int32_t get_offset_of_m_Interactable_8() { return static_cast(offsetof(Selectable_t3250028441, ___m_Interactable_8)); } inline bool get_m_Interactable_8() const { return ___m_Interactable_8; } inline bool* get_address_of_m_Interactable_8() { return &___m_Interactable_8; } inline void set_m_Interactable_8(bool value) { ___m_Interactable_8 = value; } inline static int32_t get_offset_of_m_TargetGraphic_9() { return static_cast(offsetof(Selectable_t3250028441, ___m_TargetGraphic_9)); } inline Graphic_t1660335611 * get_m_TargetGraphic_9() const { return ___m_TargetGraphic_9; } inline Graphic_t1660335611 ** get_address_of_m_TargetGraphic_9() { return &___m_TargetGraphic_9; } inline void set_m_TargetGraphic_9(Graphic_t1660335611 * value) { ___m_TargetGraphic_9 = value; Il2CppCodeGenWriteBarrier((&___m_TargetGraphic_9), value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_10() { return static_cast(offsetof(Selectable_t3250028441, ___m_GroupsAllowInteraction_10)); } inline bool get_m_GroupsAllowInteraction_10() const { return ___m_GroupsAllowInteraction_10; } inline bool* get_address_of_m_GroupsAllowInteraction_10() { return &___m_GroupsAllowInteraction_10; } inline void set_m_GroupsAllowInteraction_10(bool value) { ___m_GroupsAllowInteraction_10 = value; } inline static int32_t get_offset_of_m_CurrentSelectionState_11() { return static_cast(offsetof(Selectable_t3250028441, ___m_CurrentSelectionState_11)); } inline int32_t get_m_CurrentSelectionState_11() const { return ___m_CurrentSelectionState_11; } inline int32_t* get_address_of_m_CurrentSelectionState_11() { return &___m_CurrentSelectionState_11; } inline void set_m_CurrentSelectionState_11(int32_t value) { ___m_CurrentSelectionState_11 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_12() { return static_cast(offsetof(Selectable_t3250028441, ___U3CisPointerInsideU3Ek__BackingField_12)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_12() const { return ___U3CisPointerInsideU3Ek__BackingField_12; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_12() { return &___U3CisPointerInsideU3Ek__BackingField_12; } inline void set_U3CisPointerInsideU3Ek__BackingField_12(bool value) { ___U3CisPointerInsideU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_13() { return static_cast(offsetof(Selectable_t3250028441, ___U3CisPointerDownU3Ek__BackingField_13)); } inline bool get_U3CisPointerDownU3Ek__BackingField_13() const { return ___U3CisPointerDownU3Ek__BackingField_13; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_13() { return &___U3CisPointerDownU3Ek__BackingField_13; } inline void set_U3CisPointerDownU3Ek__BackingField_13(bool value) { ___U3CisPointerDownU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_14() { return static_cast(offsetof(Selectable_t3250028441, ___U3ChasSelectionU3Ek__BackingField_14)); } inline bool get_U3ChasSelectionU3Ek__BackingField_14() const { return ___U3ChasSelectionU3Ek__BackingField_14; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_14() { return &___U3ChasSelectionU3Ek__BackingField_14; } inline void set_U3ChasSelectionU3Ek__BackingField_14(bool value) { ___U3ChasSelectionU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_15() { return static_cast(offsetof(Selectable_t3250028441, ___m_CanvasGroupCache_15)); } inline List_1_t1260619206 * get_m_CanvasGroupCache_15() const { return ___m_CanvasGroupCache_15; } inline List_1_t1260619206 ** get_address_of_m_CanvasGroupCache_15() { return &___m_CanvasGroupCache_15; } inline void set_m_CanvasGroupCache_15(List_1_t1260619206 * value) { ___m_CanvasGroupCache_15 = value; Il2CppCodeGenWriteBarrier((&___m_CanvasGroupCache_15), value); } }; struct Selectable_t3250028441_StaticFields { public: // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::s_List List_1_t427135887 * ___s_List_2; public: inline static int32_t get_offset_of_s_List_2() { return static_cast(offsetof(Selectable_t3250028441_StaticFields, ___s_List_2)); } inline List_1_t427135887 * get_s_List_2() const { return ___s_List_2; } inline List_1_t427135887 ** get_address_of_s_List_2() { return &___s_List_2; } inline void set_s_List_2(List_1_t427135887 * value) { ___s_List_2 = value; Il2CppCodeGenWriteBarrier((&___s_List_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELECTABLE_T3250028441_H #ifndef BURYDOTMANAGER_T206178304_H #define BURYDOTMANAGER_T206178304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.BuryDotManager struct BuryDotManager_t206178304 : public SingletonMonobehaviour_1_t2981590925 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BURYDOTMANAGER_T206178304_H #ifndef MASKABLEGRAPHIC_T3839221559_H #define MASKABLEGRAPHIC_T3839221559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t3839221559 : public Graphic_t1660335611 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_19; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t340375123 * ___m_MaskMaterial_20; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_t3474889437 * ___m_ParentMask_21; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_22; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_23; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t3661388177 * ___m_OnCullStateChanged_24; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_25; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_26; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t1718750761* ___m_Corners_27; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_19() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_ShouldRecalculateStencil_19)); } inline bool get_m_ShouldRecalculateStencil_19() const { return ___m_ShouldRecalculateStencil_19; } inline bool* get_address_of_m_ShouldRecalculateStencil_19() { return &___m_ShouldRecalculateStencil_19; } inline void set_m_ShouldRecalculateStencil_19(bool value) { ___m_ShouldRecalculateStencil_19 = value; } inline static int32_t get_offset_of_m_MaskMaterial_20() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_MaskMaterial_20)); } inline Material_t340375123 * get_m_MaskMaterial_20() const { return ___m_MaskMaterial_20; } inline Material_t340375123 ** get_address_of_m_MaskMaterial_20() { return &___m_MaskMaterial_20; } inline void set_m_MaskMaterial_20(Material_t340375123 * value) { ___m_MaskMaterial_20 = value; Il2CppCodeGenWriteBarrier((&___m_MaskMaterial_20), value); } inline static int32_t get_offset_of_m_ParentMask_21() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_ParentMask_21)); } inline RectMask2D_t3474889437 * get_m_ParentMask_21() const { return ___m_ParentMask_21; } inline RectMask2D_t3474889437 ** get_address_of_m_ParentMask_21() { return &___m_ParentMask_21; } inline void set_m_ParentMask_21(RectMask2D_t3474889437 * value) { ___m_ParentMask_21 = value; Il2CppCodeGenWriteBarrier((&___m_ParentMask_21), value); } inline static int32_t get_offset_of_m_Maskable_22() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_Maskable_22)); } inline bool get_m_Maskable_22() const { return ___m_Maskable_22; } inline bool* get_address_of_m_Maskable_22() { return &___m_Maskable_22; } inline void set_m_Maskable_22(bool value) { ___m_Maskable_22 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_23() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_IncludeForMasking_23)); } inline bool get_m_IncludeForMasking_23() const { return ___m_IncludeForMasking_23; } inline bool* get_address_of_m_IncludeForMasking_23() { return &___m_IncludeForMasking_23; } inline void set_m_IncludeForMasking_23(bool value) { ___m_IncludeForMasking_23 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_24() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_OnCullStateChanged_24)); } inline CullStateChangedEvent_t3661388177 * get_m_OnCullStateChanged_24() const { return ___m_OnCullStateChanged_24; } inline CullStateChangedEvent_t3661388177 ** get_address_of_m_OnCullStateChanged_24() { return &___m_OnCullStateChanged_24; } inline void set_m_OnCullStateChanged_24(CullStateChangedEvent_t3661388177 * value) { ___m_OnCullStateChanged_24 = value; Il2CppCodeGenWriteBarrier((&___m_OnCullStateChanged_24), value); } inline static int32_t get_offset_of_m_ShouldRecalculate_25() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_ShouldRecalculate_25)); } inline bool get_m_ShouldRecalculate_25() const { return ___m_ShouldRecalculate_25; } inline bool* get_address_of_m_ShouldRecalculate_25() { return &___m_ShouldRecalculate_25; } inline void set_m_ShouldRecalculate_25(bool value) { ___m_ShouldRecalculate_25 = value; } inline static int32_t get_offset_of_m_StencilValue_26() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_StencilValue_26)); } inline int32_t get_m_StencilValue_26() const { return ___m_StencilValue_26; } inline int32_t* get_address_of_m_StencilValue_26() { return &___m_StencilValue_26; } inline void set_m_StencilValue_26(int32_t value) { ___m_StencilValue_26 = value; } inline static int32_t get_offset_of_m_Corners_27() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_Corners_27)); } inline Vector3U5BU5D_t1718750761* get_m_Corners_27() const { return ___m_Corners_27; } inline Vector3U5BU5D_t1718750761** get_address_of_m_Corners_27() { return &___m_Corners_27; } inline void set_m_Corners_27(Vector3U5BU5D_t1718750761* value) { ___m_Corners_27 = value; Il2CppCodeGenWriteBarrier((&___m_Corners_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MASKABLEGRAPHIC_T3839221559_H #ifndef INPUTFIELD_T3762917431_H #define INPUTFIELD_T3762917431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField struct InputField_t3762917431 : public Selectable_t3250028441 { public: // UnityEngine.TouchScreenKeyboard UnityEngine.UI.InputField::m_Keyboard TouchScreenKeyboard_t731888065 * ___m_Keyboard_16; // UnityEngine.UI.Text UnityEngine.UI.InputField::m_TextComponent Text_t1901882714 * ___m_TextComponent_18; // UnityEngine.UI.Graphic UnityEngine.UI.InputField::m_Placeholder Graphic_t1660335611 * ___m_Placeholder_19; // UnityEngine.UI.InputField/ContentType UnityEngine.UI.InputField::m_ContentType int32_t ___m_ContentType_20; // UnityEngine.UI.InputField/InputType UnityEngine.UI.InputField::m_InputType int32_t ___m_InputType_21; // System.Char UnityEngine.UI.InputField::m_AsteriskChar Il2CppChar ___m_AsteriskChar_22; // UnityEngine.TouchScreenKeyboardType UnityEngine.UI.InputField::m_KeyboardType int32_t ___m_KeyboardType_23; // UnityEngine.UI.InputField/LineType UnityEngine.UI.InputField::m_LineType int32_t ___m_LineType_24; // System.Boolean UnityEngine.UI.InputField::m_HideMobileInput bool ___m_HideMobileInput_25; // UnityEngine.UI.InputField/CharacterValidation UnityEngine.UI.InputField::m_CharacterValidation int32_t ___m_CharacterValidation_26; // System.Int32 UnityEngine.UI.InputField::m_CharacterLimit int32_t ___m_CharacterLimit_27; // UnityEngine.UI.InputField/SubmitEvent UnityEngine.UI.InputField::m_OnEndEdit SubmitEvent_t648412432 * ___m_OnEndEdit_28; // UnityEngine.UI.InputField/OnChangeEvent UnityEngine.UI.InputField::m_OnValueChanged OnChangeEvent_t467195904 * ___m_OnValueChanged_29; // UnityEngine.UI.InputField/OnValidateInput UnityEngine.UI.InputField::m_OnValidateInput OnValidateInput_t2355412304 * ___m_OnValidateInput_30; // UnityEngine.Color UnityEngine.UI.InputField::m_CaretColor Color_t2555686324 ___m_CaretColor_31; // System.Boolean UnityEngine.UI.InputField::m_CustomCaretColor bool ___m_CustomCaretColor_32; // UnityEngine.Color UnityEngine.UI.InputField::m_SelectionColor Color_t2555686324 ___m_SelectionColor_33; // System.String UnityEngine.UI.InputField::m_Text String_t* ___m_Text_34; // System.Single UnityEngine.UI.InputField::m_CaretBlinkRate float ___m_CaretBlinkRate_35; // System.Int32 UnityEngine.UI.InputField::m_CaretWidth int32_t ___m_CaretWidth_36; // System.Boolean UnityEngine.UI.InputField::m_ReadOnly bool ___m_ReadOnly_37; // System.Int32 UnityEngine.UI.InputField::m_CaretPosition int32_t ___m_CaretPosition_38; // System.Int32 UnityEngine.UI.InputField::m_CaretSelectPosition int32_t ___m_CaretSelectPosition_39; // UnityEngine.RectTransform UnityEngine.UI.InputField::caretRectTrans RectTransform_t3704657025 * ___caretRectTrans_40; // UnityEngine.UIVertex[] UnityEngine.UI.InputField::m_CursorVerts UIVertexU5BU5D_t1981460040* ___m_CursorVerts_41; // UnityEngine.TextGenerator UnityEngine.UI.InputField::m_InputTextCache TextGenerator_t3211863866 * ___m_InputTextCache_42; // UnityEngine.CanvasRenderer UnityEngine.UI.InputField::m_CachedInputRenderer CanvasRenderer_t2598313366 * ___m_CachedInputRenderer_43; // System.Boolean UnityEngine.UI.InputField::m_PreventFontCallback bool ___m_PreventFontCallback_44; // UnityEngine.Mesh UnityEngine.UI.InputField::m_Mesh Mesh_t3648964284 * ___m_Mesh_45; // System.Boolean UnityEngine.UI.InputField::m_AllowInput bool ___m_AllowInput_46; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateNextUpdate bool ___m_ShouldActivateNextUpdate_47; // System.Boolean UnityEngine.UI.InputField::m_UpdateDrag bool ___m_UpdateDrag_48; // System.Boolean UnityEngine.UI.InputField::m_DragPositionOutOfBounds bool ___m_DragPositionOutOfBounds_49; // System.Boolean UnityEngine.UI.InputField::m_CaretVisible bool ___m_CaretVisible_52; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_BlinkCoroutine Coroutine_t3829159415 * ___m_BlinkCoroutine_53; // System.Single UnityEngine.UI.InputField::m_BlinkStartTime float ___m_BlinkStartTime_54; // System.Int32 UnityEngine.UI.InputField::m_DrawStart int32_t ___m_DrawStart_55; // System.Int32 UnityEngine.UI.InputField::m_DrawEnd int32_t ___m_DrawEnd_56; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_DragCoroutine Coroutine_t3829159415 * ___m_DragCoroutine_57; // System.String UnityEngine.UI.InputField::m_OriginalText String_t* ___m_OriginalText_58; // System.Boolean UnityEngine.UI.InputField::m_WasCanceled bool ___m_WasCanceled_59; // System.Boolean UnityEngine.UI.InputField::m_HasDoneFocusTransition bool ___m_HasDoneFocusTransition_60; // UnityEngine.Event UnityEngine.UI.InputField::m_ProcessingEvent Event_t2956885303 * ___m_ProcessingEvent_62; public: inline static int32_t get_offset_of_m_Keyboard_16() { return static_cast(offsetof(InputField_t3762917431, ___m_Keyboard_16)); } inline TouchScreenKeyboard_t731888065 * get_m_Keyboard_16() const { return ___m_Keyboard_16; } inline TouchScreenKeyboard_t731888065 ** get_address_of_m_Keyboard_16() { return &___m_Keyboard_16; } inline void set_m_Keyboard_16(TouchScreenKeyboard_t731888065 * value) { ___m_Keyboard_16 = value; Il2CppCodeGenWriteBarrier((&___m_Keyboard_16), value); } inline static int32_t get_offset_of_m_TextComponent_18() { return static_cast(offsetof(InputField_t3762917431, ___m_TextComponent_18)); } inline Text_t1901882714 * get_m_TextComponent_18() const { return ___m_TextComponent_18; } inline Text_t1901882714 ** get_address_of_m_TextComponent_18() { return &___m_TextComponent_18; } inline void set_m_TextComponent_18(Text_t1901882714 * value) { ___m_TextComponent_18 = value; Il2CppCodeGenWriteBarrier((&___m_TextComponent_18), value); } inline static int32_t get_offset_of_m_Placeholder_19() { return static_cast(offsetof(InputField_t3762917431, ___m_Placeholder_19)); } inline Graphic_t1660335611 * get_m_Placeholder_19() const { return ___m_Placeholder_19; } inline Graphic_t1660335611 ** get_address_of_m_Placeholder_19() { return &___m_Placeholder_19; } inline void set_m_Placeholder_19(Graphic_t1660335611 * value) { ___m_Placeholder_19 = value; Il2CppCodeGenWriteBarrier((&___m_Placeholder_19), value); } inline static int32_t get_offset_of_m_ContentType_20() { return static_cast(offsetof(InputField_t3762917431, ___m_ContentType_20)); } inline int32_t get_m_ContentType_20() const { return ___m_ContentType_20; } inline int32_t* get_address_of_m_ContentType_20() { return &___m_ContentType_20; } inline void set_m_ContentType_20(int32_t value) { ___m_ContentType_20 = value; } inline static int32_t get_offset_of_m_InputType_21() { return static_cast(offsetof(InputField_t3762917431, ___m_InputType_21)); } inline int32_t get_m_InputType_21() const { return ___m_InputType_21; } inline int32_t* get_address_of_m_InputType_21() { return &___m_InputType_21; } inline void set_m_InputType_21(int32_t value) { ___m_InputType_21 = value; } inline static int32_t get_offset_of_m_AsteriskChar_22() { return static_cast(offsetof(InputField_t3762917431, ___m_AsteriskChar_22)); } inline Il2CppChar get_m_AsteriskChar_22() const { return ___m_AsteriskChar_22; } inline Il2CppChar* get_address_of_m_AsteriskChar_22() { return &___m_AsteriskChar_22; } inline void set_m_AsteriskChar_22(Il2CppChar value) { ___m_AsteriskChar_22 = value; } inline static int32_t get_offset_of_m_KeyboardType_23() { return static_cast(offsetof(InputField_t3762917431, ___m_KeyboardType_23)); } inline int32_t get_m_KeyboardType_23() const { return ___m_KeyboardType_23; } inline int32_t* get_address_of_m_KeyboardType_23() { return &___m_KeyboardType_23; } inline void set_m_KeyboardType_23(int32_t value) { ___m_KeyboardType_23 = value; } inline static int32_t get_offset_of_m_LineType_24() { return static_cast(offsetof(InputField_t3762917431, ___m_LineType_24)); } inline int32_t get_m_LineType_24() const { return ___m_LineType_24; } inline int32_t* get_address_of_m_LineType_24() { return &___m_LineType_24; } inline void set_m_LineType_24(int32_t value) { ___m_LineType_24 = value; } inline static int32_t get_offset_of_m_HideMobileInput_25() { return static_cast(offsetof(InputField_t3762917431, ___m_HideMobileInput_25)); } inline bool get_m_HideMobileInput_25() const { return ___m_HideMobileInput_25; } inline bool* get_address_of_m_HideMobileInput_25() { return &___m_HideMobileInput_25; } inline void set_m_HideMobileInput_25(bool value) { ___m_HideMobileInput_25 = value; } inline static int32_t get_offset_of_m_CharacterValidation_26() { return static_cast(offsetof(InputField_t3762917431, ___m_CharacterValidation_26)); } inline int32_t get_m_CharacterValidation_26() const { return ___m_CharacterValidation_26; } inline int32_t* get_address_of_m_CharacterValidation_26() { return &___m_CharacterValidation_26; } inline void set_m_CharacterValidation_26(int32_t value) { ___m_CharacterValidation_26 = value; } inline static int32_t get_offset_of_m_CharacterLimit_27() { return static_cast(offsetof(InputField_t3762917431, ___m_CharacterLimit_27)); } inline int32_t get_m_CharacterLimit_27() const { return ___m_CharacterLimit_27; } inline int32_t* get_address_of_m_CharacterLimit_27() { return &___m_CharacterLimit_27; } inline void set_m_CharacterLimit_27(int32_t value) { ___m_CharacterLimit_27 = value; } inline static int32_t get_offset_of_m_OnEndEdit_28() { return static_cast(offsetof(InputField_t3762917431, ___m_OnEndEdit_28)); } inline SubmitEvent_t648412432 * get_m_OnEndEdit_28() const { return ___m_OnEndEdit_28; } inline SubmitEvent_t648412432 ** get_address_of_m_OnEndEdit_28() { return &___m_OnEndEdit_28; } inline void set_m_OnEndEdit_28(SubmitEvent_t648412432 * value) { ___m_OnEndEdit_28 = value; Il2CppCodeGenWriteBarrier((&___m_OnEndEdit_28), value); } inline static int32_t get_offset_of_m_OnValueChanged_29() { return static_cast(offsetof(InputField_t3762917431, ___m_OnValueChanged_29)); } inline OnChangeEvent_t467195904 * get_m_OnValueChanged_29() const { return ___m_OnValueChanged_29; } inline OnChangeEvent_t467195904 ** get_address_of_m_OnValueChanged_29() { return &___m_OnValueChanged_29; } inline void set_m_OnValueChanged_29(OnChangeEvent_t467195904 * value) { ___m_OnValueChanged_29 = value; Il2CppCodeGenWriteBarrier((&___m_OnValueChanged_29), value); } inline static int32_t get_offset_of_m_OnValidateInput_30() { return static_cast(offsetof(InputField_t3762917431, ___m_OnValidateInput_30)); } inline OnValidateInput_t2355412304 * get_m_OnValidateInput_30() const { return ___m_OnValidateInput_30; } inline OnValidateInput_t2355412304 ** get_address_of_m_OnValidateInput_30() { return &___m_OnValidateInput_30; } inline void set_m_OnValidateInput_30(OnValidateInput_t2355412304 * value) { ___m_OnValidateInput_30 = value; Il2CppCodeGenWriteBarrier((&___m_OnValidateInput_30), value); } inline static int32_t get_offset_of_m_CaretColor_31() { return static_cast(offsetof(InputField_t3762917431, ___m_CaretColor_31)); } inline Color_t2555686324 get_m_CaretColor_31() const { return ___m_CaretColor_31; } inline Color_t2555686324 * get_address_of_m_CaretColor_31() { return &___m_CaretColor_31; } inline void set_m_CaretColor_31(Color_t2555686324 value) { ___m_CaretColor_31 = value; } inline static int32_t get_offset_of_m_CustomCaretColor_32() { return static_cast(offsetof(InputField_t3762917431, ___m_CustomCaretColor_32)); } inline bool get_m_CustomCaretColor_32() const { return ___m_CustomCaretColor_32; } inline bool* get_address_of_m_CustomCaretColor_32() { return &___m_CustomCaretColor_32; } inline void set_m_CustomCaretColor_32(bool value) { ___m_CustomCaretColor_32 = value; } inline static int32_t get_offset_of_m_SelectionColor_33() { return static_cast(offsetof(InputField_t3762917431, ___m_SelectionColor_33)); } inline Color_t2555686324 get_m_SelectionColor_33() const { return ___m_SelectionColor_33; } inline Color_t2555686324 * get_address_of_m_SelectionColor_33() { return &___m_SelectionColor_33; } inline void set_m_SelectionColor_33(Color_t2555686324 value) { ___m_SelectionColor_33 = value; } inline static int32_t get_offset_of_m_Text_34() { return static_cast(offsetof(InputField_t3762917431, ___m_Text_34)); } inline String_t* get_m_Text_34() const { return ___m_Text_34; } inline String_t** get_address_of_m_Text_34() { return &___m_Text_34; } inline void set_m_Text_34(String_t* value) { ___m_Text_34 = value; Il2CppCodeGenWriteBarrier((&___m_Text_34), value); } inline static int32_t get_offset_of_m_CaretBlinkRate_35() { return static_cast(offsetof(InputField_t3762917431, ___m_CaretBlinkRate_35)); } inline float get_m_CaretBlinkRate_35() const { return ___m_CaretBlinkRate_35; } inline float* get_address_of_m_CaretBlinkRate_35() { return &___m_CaretBlinkRate_35; } inline void set_m_CaretBlinkRate_35(float value) { ___m_CaretBlinkRate_35 = value; } inline static int32_t get_offset_of_m_CaretWidth_36() { return static_cast(offsetof(InputField_t3762917431, ___m_CaretWidth_36)); } inline int32_t get_m_CaretWidth_36() const { return ___m_CaretWidth_36; } inline int32_t* get_address_of_m_CaretWidth_36() { return &___m_CaretWidth_36; } inline void set_m_CaretWidth_36(int32_t value) { ___m_CaretWidth_36 = value; } inline static int32_t get_offset_of_m_ReadOnly_37() { return static_cast(offsetof(InputField_t3762917431, ___m_ReadOnly_37)); } inline bool get_m_ReadOnly_37() const { return ___m_ReadOnly_37; } inline bool* get_address_of_m_ReadOnly_37() { return &___m_ReadOnly_37; } inline void set_m_ReadOnly_37(bool value) { ___m_ReadOnly_37 = value; } inline static int32_t get_offset_of_m_CaretPosition_38() { return static_cast(offsetof(InputField_t3762917431, ___m_CaretPosition_38)); } inline int32_t get_m_CaretPosition_38() const { return ___m_CaretPosition_38; } inline int32_t* get_address_of_m_CaretPosition_38() { return &___m_CaretPosition_38; } inline void set_m_CaretPosition_38(int32_t value) { ___m_CaretPosition_38 = value; } inline static int32_t get_offset_of_m_CaretSelectPosition_39() { return static_cast(offsetof(InputField_t3762917431, ___m_CaretSelectPosition_39)); } inline int32_t get_m_CaretSelectPosition_39() const { return ___m_CaretSelectPosition_39; } inline int32_t* get_address_of_m_CaretSelectPosition_39() { return &___m_CaretSelectPosition_39; } inline void set_m_CaretSelectPosition_39(int32_t value) { ___m_CaretSelectPosition_39 = value; } inline static int32_t get_offset_of_caretRectTrans_40() { return static_cast(offsetof(InputField_t3762917431, ___caretRectTrans_40)); } inline RectTransform_t3704657025 * get_caretRectTrans_40() const { return ___caretRectTrans_40; } inline RectTransform_t3704657025 ** get_address_of_caretRectTrans_40() { return &___caretRectTrans_40; } inline void set_caretRectTrans_40(RectTransform_t3704657025 * value) { ___caretRectTrans_40 = value; Il2CppCodeGenWriteBarrier((&___caretRectTrans_40), value); } inline static int32_t get_offset_of_m_CursorVerts_41() { return static_cast(offsetof(InputField_t3762917431, ___m_CursorVerts_41)); } inline UIVertexU5BU5D_t1981460040* get_m_CursorVerts_41() const { return ___m_CursorVerts_41; } inline UIVertexU5BU5D_t1981460040** get_address_of_m_CursorVerts_41() { return &___m_CursorVerts_41; } inline void set_m_CursorVerts_41(UIVertexU5BU5D_t1981460040* value) { ___m_CursorVerts_41 = value; Il2CppCodeGenWriteBarrier((&___m_CursorVerts_41), value); } inline static int32_t get_offset_of_m_InputTextCache_42() { return static_cast(offsetof(InputField_t3762917431, ___m_InputTextCache_42)); } inline TextGenerator_t3211863866 * get_m_InputTextCache_42() const { return ___m_InputTextCache_42; } inline TextGenerator_t3211863866 ** get_address_of_m_InputTextCache_42() { return &___m_InputTextCache_42; } inline void set_m_InputTextCache_42(TextGenerator_t3211863866 * value) { ___m_InputTextCache_42 = value; Il2CppCodeGenWriteBarrier((&___m_InputTextCache_42), value); } inline static int32_t get_offset_of_m_CachedInputRenderer_43() { return static_cast(offsetof(InputField_t3762917431, ___m_CachedInputRenderer_43)); } inline CanvasRenderer_t2598313366 * get_m_CachedInputRenderer_43() const { return ___m_CachedInputRenderer_43; } inline CanvasRenderer_t2598313366 ** get_address_of_m_CachedInputRenderer_43() { return &___m_CachedInputRenderer_43; } inline void set_m_CachedInputRenderer_43(CanvasRenderer_t2598313366 * value) { ___m_CachedInputRenderer_43 = value; Il2CppCodeGenWriteBarrier((&___m_CachedInputRenderer_43), value); } inline static int32_t get_offset_of_m_PreventFontCallback_44() { return static_cast(offsetof(InputField_t3762917431, ___m_PreventFontCallback_44)); } inline bool get_m_PreventFontCallback_44() const { return ___m_PreventFontCallback_44; } inline bool* get_address_of_m_PreventFontCallback_44() { return &___m_PreventFontCallback_44; } inline void set_m_PreventFontCallback_44(bool value) { ___m_PreventFontCallback_44 = value; } inline static int32_t get_offset_of_m_Mesh_45() { return static_cast(offsetof(InputField_t3762917431, ___m_Mesh_45)); } inline Mesh_t3648964284 * get_m_Mesh_45() const { return ___m_Mesh_45; } inline Mesh_t3648964284 ** get_address_of_m_Mesh_45() { return &___m_Mesh_45; } inline void set_m_Mesh_45(Mesh_t3648964284 * value) { ___m_Mesh_45 = value; Il2CppCodeGenWriteBarrier((&___m_Mesh_45), value); } inline static int32_t get_offset_of_m_AllowInput_46() { return static_cast(offsetof(InputField_t3762917431, ___m_AllowInput_46)); } inline bool get_m_AllowInput_46() const { return ___m_AllowInput_46; } inline bool* get_address_of_m_AllowInput_46() { return &___m_AllowInput_46; } inline void set_m_AllowInput_46(bool value) { ___m_AllowInput_46 = value; } inline static int32_t get_offset_of_m_ShouldActivateNextUpdate_47() { return static_cast(offsetof(InputField_t3762917431, ___m_ShouldActivateNextUpdate_47)); } inline bool get_m_ShouldActivateNextUpdate_47() const { return ___m_ShouldActivateNextUpdate_47; } inline bool* get_address_of_m_ShouldActivateNextUpdate_47() { return &___m_ShouldActivateNextUpdate_47; } inline void set_m_ShouldActivateNextUpdate_47(bool value) { ___m_ShouldActivateNextUpdate_47 = value; } inline static int32_t get_offset_of_m_UpdateDrag_48() { return static_cast(offsetof(InputField_t3762917431, ___m_UpdateDrag_48)); } inline bool get_m_UpdateDrag_48() const { return ___m_UpdateDrag_48; } inline bool* get_address_of_m_UpdateDrag_48() { return &___m_UpdateDrag_48; } inline void set_m_UpdateDrag_48(bool value) { ___m_UpdateDrag_48 = value; } inline static int32_t get_offset_of_m_DragPositionOutOfBounds_49() { return static_cast(offsetof(InputField_t3762917431, ___m_DragPositionOutOfBounds_49)); } inline bool get_m_DragPositionOutOfBounds_49() const { return ___m_DragPositionOutOfBounds_49; } inline bool* get_address_of_m_DragPositionOutOfBounds_49() { return &___m_DragPositionOutOfBounds_49; } inline void set_m_DragPositionOutOfBounds_49(bool value) { ___m_DragPositionOutOfBounds_49 = value; } inline static int32_t get_offset_of_m_CaretVisible_52() { return static_cast(offsetof(InputField_t3762917431, ___m_CaretVisible_52)); } inline bool get_m_CaretVisible_52() const { return ___m_CaretVisible_52; } inline bool* get_address_of_m_CaretVisible_52() { return &___m_CaretVisible_52; } inline void set_m_CaretVisible_52(bool value) { ___m_CaretVisible_52 = value; } inline static int32_t get_offset_of_m_BlinkCoroutine_53() { return static_cast(offsetof(InputField_t3762917431, ___m_BlinkCoroutine_53)); } inline Coroutine_t3829159415 * get_m_BlinkCoroutine_53() const { return ___m_BlinkCoroutine_53; } inline Coroutine_t3829159415 ** get_address_of_m_BlinkCoroutine_53() { return &___m_BlinkCoroutine_53; } inline void set_m_BlinkCoroutine_53(Coroutine_t3829159415 * value) { ___m_BlinkCoroutine_53 = value; Il2CppCodeGenWriteBarrier((&___m_BlinkCoroutine_53), value); } inline static int32_t get_offset_of_m_BlinkStartTime_54() { return static_cast(offsetof(InputField_t3762917431, ___m_BlinkStartTime_54)); } inline float get_m_BlinkStartTime_54() const { return ___m_BlinkStartTime_54; } inline float* get_address_of_m_BlinkStartTime_54() { return &___m_BlinkStartTime_54; } inline void set_m_BlinkStartTime_54(float value) { ___m_BlinkStartTime_54 = value; } inline static int32_t get_offset_of_m_DrawStart_55() { return static_cast(offsetof(InputField_t3762917431, ___m_DrawStart_55)); } inline int32_t get_m_DrawStart_55() const { return ___m_DrawStart_55; } inline int32_t* get_address_of_m_DrawStart_55() { return &___m_DrawStart_55; } inline void set_m_DrawStart_55(int32_t value) { ___m_DrawStart_55 = value; } inline static int32_t get_offset_of_m_DrawEnd_56() { return static_cast(offsetof(InputField_t3762917431, ___m_DrawEnd_56)); } inline int32_t get_m_DrawEnd_56() const { return ___m_DrawEnd_56; } inline int32_t* get_address_of_m_DrawEnd_56() { return &___m_DrawEnd_56; } inline void set_m_DrawEnd_56(int32_t value) { ___m_DrawEnd_56 = value; } inline static int32_t get_offset_of_m_DragCoroutine_57() { return static_cast(offsetof(InputField_t3762917431, ___m_DragCoroutine_57)); } inline Coroutine_t3829159415 * get_m_DragCoroutine_57() const { return ___m_DragCoroutine_57; } inline Coroutine_t3829159415 ** get_address_of_m_DragCoroutine_57() { return &___m_DragCoroutine_57; } inline void set_m_DragCoroutine_57(Coroutine_t3829159415 * value) { ___m_DragCoroutine_57 = value; Il2CppCodeGenWriteBarrier((&___m_DragCoroutine_57), value); } inline static int32_t get_offset_of_m_OriginalText_58() { return static_cast(offsetof(InputField_t3762917431, ___m_OriginalText_58)); } inline String_t* get_m_OriginalText_58() const { return ___m_OriginalText_58; } inline String_t** get_address_of_m_OriginalText_58() { return &___m_OriginalText_58; } inline void set_m_OriginalText_58(String_t* value) { ___m_OriginalText_58 = value; Il2CppCodeGenWriteBarrier((&___m_OriginalText_58), value); } inline static int32_t get_offset_of_m_WasCanceled_59() { return static_cast(offsetof(InputField_t3762917431, ___m_WasCanceled_59)); } inline bool get_m_WasCanceled_59() const { return ___m_WasCanceled_59; } inline bool* get_address_of_m_WasCanceled_59() { return &___m_WasCanceled_59; } inline void set_m_WasCanceled_59(bool value) { ___m_WasCanceled_59 = value; } inline static int32_t get_offset_of_m_HasDoneFocusTransition_60() { return static_cast(offsetof(InputField_t3762917431, ___m_HasDoneFocusTransition_60)); } inline bool get_m_HasDoneFocusTransition_60() const { return ___m_HasDoneFocusTransition_60; } inline bool* get_address_of_m_HasDoneFocusTransition_60() { return &___m_HasDoneFocusTransition_60; } inline void set_m_HasDoneFocusTransition_60(bool value) { ___m_HasDoneFocusTransition_60 = value; } inline static int32_t get_offset_of_m_ProcessingEvent_62() { return static_cast(offsetof(InputField_t3762917431, ___m_ProcessingEvent_62)); } inline Event_t2956885303 * get_m_ProcessingEvent_62() const { return ___m_ProcessingEvent_62; } inline Event_t2956885303 ** get_address_of_m_ProcessingEvent_62() { return &___m_ProcessingEvent_62; } inline void set_m_ProcessingEvent_62(Event_t2956885303 * value) { ___m_ProcessingEvent_62 = value; Il2CppCodeGenWriteBarrier((&___m_ProcessingEvent_62), value); } }; struct InputField_t3762917431_StaticFields { public: // System.Char[] UnityEngine.UI.InputField::kSeparators CharU5BU5D_t3528271667* ___kSeparators_17; public: inline static int32_t get_offset_of_kSeparators_17() { return static_cast(offsetof(InputField_t3762917431_StaticFields, ___kSeparators_17)); } inline CharU5BU5D_t3528271667* get_kSeparators_17() const { return ___kSeparators_17; } inline CharU5BU5D_t3528271667** get_address_of_kSeparators_17() { return &___kSeparators_17; } inline void set_kSeparators_17(CharU5BU5D_t3528271667* value) { ___kSeparators_17 = value; Il2CppCodeGenWriteBarrier((&___kSeparators_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INPUTFIELD_T3762917431_H #ifndef BUTTON_T4055032469_H #define BUTTON_T4055032469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Button struct Button_t4055032469 : public Selectable_t3250028441 { public: // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::m_OnClick ButtonClickedEvent_t48803504 * ___m_OnClick_16; public: inline static int32_t get_offset_of_m_OnClick_16() { return static_cast(offsetof(Button_t4055032469, ___m_OnClick_16)); } inline ButtonClickedEvent_t48803504 * get_m_OnClick_16() const { return ___m_OnClick_16; } inline ButtonClickedEvent_t48803504 ** get_address_of_m_OnClick_16() { return &___m_OnClick_16; } inline void set_m_OnClick_16(ButtonClickedEvent_t48803504 * value) { ___m_OnClick_16 = value; Il2CppCodeGenWriteBarrier((&___m_OnClick_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUTTON_T4055032469_H #ifndef SKELETONGRAPHIC_T1744877482_H #define SKELETONGRAPHIC_T1744877482_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.SkeletonGraphic struct SkeletonGraphic_t1744877482 : public MaskableGraphic_t3839221559 { public: // Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonGraphic::skeletonDataAsset SkeletonDataAsset_t3748144825 * ___skeletonDataAsset_28; // System.String Spine.Unity.SkeletonGraphic::initialSkinName String_t* ___initialSkinName_29; // System.Boolean Spine.Unity.SkeletonGraphic::initialFlipX bool ___initialFlipX_30; // System.Boolean Spine.Unity.SkeletonGraphic::initialFlipY bool ___initialFlipY_31; // System.String Spine.Unity.SkeletonGraphic::startingAnimation String_t* ___startingAnimation_32; // System.Boolean Spine.Unity.SkeletonGraphic::startingLoop bool ___startingLoop_33; // System.Single Spine.Unity.SkeletonGraphic::timeScale float ___timeScale_34; // System.Boolean Spine.Unity.SkeletonGraphic::freeze bool ___freeze_35; // System.Boolean Spine.Unity.SkeletonGraphic::unscaledTime bool ___unscaledTime_36; // UnityEngine.Texture Spine.Unity.SkeletonGraphic::overrideTexture Texture_t3661962703 * ___overrideTexture_37; // Spine.Skeleton Spine.Unity.SkeletonGraphic::skeleton Skeleton_t3686076450 * ___skeleton_38; // Spine.AnimationState Spine.Unity.SkeletonGraphic::state AnimationState_t3637309382 * ___state_39; // Spine.Unity.MeshGenerator Spine.Unity.SkeletonGraphic::meshGenerator MeshGenerator_t1354683548 * ___meshGenerator_40; // Spine.Unity.DoubleBuffered`1 Spine.Unity.SkeletonGraphic::meshBuffers DoubleBuffered_1_t2489386064 * ___meshBuffers_41; // Spine.Unity.SkeletonRendererInstruction Spine.Unity.SkeletonGraphic::currentInstructions SkeletonRendererInstruction_t651787775 * ___currentInstructions_42; // Spine.Unity.UpdateBonesDelegate Spine.Unity.SkeletonGraphic::UpdateLocal UpdateBonesDelegate_t735903178 * ___UpdateLocal_43; // Spine.Unity.UpdateBonesDelegate Spine.Unity.SkeletonGraphic::UpdateWorld UpdateBonesDelegate_t735903178 * ___UpdateWorld_44; // Spine.Unity.UpdateBonesDelegate Spine.Unity.SkeletonGraphic::UpdateComplete UpdateBonesDelegate_t735903178 * ___UpdateComplete_45; // Spine.Unity.MeshGeneratorDelegate Spine.Unity.SkeletonGraphic::OnPostProcessVertices MeshGeneratorDelegate_t1654156803 * ___OnPostProcessVertices_46; public: inline static int32_t get_offset_of_skeletonDataAsset_28() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___skeletonDataAsset_28)); } inline SkeletonDataAsset_t3748144825 * get_skeletonDataAsset_28() const { return ___skeletonDataAsset_28; } inline SkeletonDataAsset_t3748144825 ** get_address_of_skeletonDataAsset_28() { return &___skeletonDataAsset_28; } inline void set_skeletonDataAsset_28(SkeletonDataAsset_t3748144825 * value) { ___skeletonDataAsset_28 = value; Il2CppCodeGenWriteBarrier((&___skeletonDataAsset_28), value); } inline static int32_t get_offset_of_initialSkinName_29() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___initialSkinName_29)); } inline String_t* get_initialSkinName_29() const { return ___initialSkinName_29; } inline String_t** get_address_of_initialSkinName_29() { return &___initialSkinName_29; } inline void set_initialSkinName_29(String_t* value) { ___initialSkinName_29 = value; Il2CppCodeGenWriteBarrier((&___initialSkinName_29), value); } inline static int32_t get_offset_of_initialFlipX_30() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___initialFlipX_30)); } inline bool get_initialFlipX_30() const { return ___initialFlipX_30; } inline bool* get_address_of_initialFlipX_30() { return &___initialFlipX_30; } inline void set_initialFlipX_30(bool value) { ___initialFlipX_30 = value; } inline static int32_t get_offset_of_initialFlipY_31() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___initialFlipY_31)); } inline bool get_initialFlipY_31() const { return ___initialFlipY_31; } inline bool* get_address_of_initialFlipY_31() { return &___initialFlipY_31; } inline void set_initialFlipY_31(bool value) { ___initialFlipY_31 = value; } inline static int32_t get_offset_of_startingAnimation_32() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___startingAnimation_32)); } inline String_t* get_startingAnimation_32() const { return ___startingAnimation_32; } inline String_t** get_address_of_startingAnimation_32() { return &___startingAnimation_32; } inline void set_startingAnimation_32(String_t* value) { ___startingAnimation_32 = value; Il2CppCodeGenWriteBarrier((&___startingAnimation_32), value); } inline static int32_t get_offset_of_startingLoop_33() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___startingLoop_33)); } inline bool get_startingLoop_33() const { return ___startingLoop_33; } inline bool* get_address_of_startingLoop_33() { return &___startingLoop_33; } inline void set_startingLoop_33(bool value) { ___startingLoop_33 = value; } inline static int32_t get_offset_of_timeScale_34() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___timeScale_34)); } inline float get_timeScale_34() const { return ___timeScale_34; } inline float* get_address_of_timeScale_34() { return &___timeScale_34; } inline void set_timeScale_34(float value) { ___timeScale_34 = value; } inline static int32_t get_offset_of_freeze_35() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___freeze_35)); } inline bool get_freeze_35() const { return ___freeze_35; } inline bool* get_address_of_freeze_35() { return &___freeze_35; } inline void set_freeze_35(bool value) { ___freeze_35 = value; } inline static int32_t get_offset_of_unscaledTime_36() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___unscaledTime_36)); } inline bool get_unscaledTime_36() const { return ___unscaledTime_36; } inline bool* get_address_of_unscaledTime_36() { return &___unscaledTime_36; } inline void set_unscaledTime_36(bool value) { ___unscaledTime_36 = value; } inline static int32_t get_offset_of_overrideTexture_37() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___overrideTexture_37)); } inline Texture_t3661962703 * get_overrideTexture_37() const { return ___overrideTexture_37; } inline Texture_t3661962703 ** get_address_of_overrideTexture_37() { return &___overrideTexture_37; } inline void set_overrideTexture_37(Texture_t3661962703 * value) { ___overrideTexture_37 = value; Il2CppCodeGenWriteBarrier((&___overrideTexture_37), value); } inline static int32_t get_offset_of_skeleton_38() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___skeleton_38)); } inline Skeleton_t3686076450 * get_skeleton_38() const { return ___skeleton_38; } inline Skeleton_t3686076450 ** get_address_of_skeleton_38() { return &___skeleton_38; } inline void set_skeleton_38(Skeleton_t3686076450 * value) { ___skeleton_38 = value; Il2CppCodeGenWriteBarrier((&___skeleton_38), value); } inline static int32_t get_offset_of_state_39() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___state_39)); } inline AnimationState_t3637309382 * get_state_39() const { return ___state_39; } inline AnimationState_t3637309382 ** get_address_of_state_39() { return &___state_39; } inline void set_state_39(AnimationState_t3637309382 * value) { ___state_39 = value; Il2CppCodeGenWriteBarrier((&___state_39), value); } inline static int32_t get_offset_of_meshGenerator_40() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___meshGenerator_40)); } inline MeshGenerator_t1354683548 * get_meshGenerator_40() const { return ___meshGenerator_40; } inline MeshGenerator_t1354683548 ** get_address_of_meshGenerator_40() { return &___meshGenerator_40; } inline void set_meshGenerator_40(MeshGenerator_t1354683548 * value) { ___meshGenerator_40 = value; Il2CppCodeGenWriteBarrier((&___meshGenerator_40), value); } inline static int32_t get_offset_of_meshBuffers_41() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___meshBuffers_41)); } inline DoubleBuffered_1_t2489386064 * get_meshBuffers_41() const { return ___meshBuffers_41; } inline DoubleBuffered_1_t2489386064 ** get_address_of_meshBuffers_41() { return &___meshBuffers_41; } inline void set_meshBuffers_41(DoubleBuffered_1_t2489386064 * value) { ___meshBuffers_41 = value; Il2CppCodeGenWriteBarrier((&___meshBuffers_41), value); } inline static int32_t get_offset_of_currentInstructions_42() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___currentInstructions_42)); } inline SkeletonRendererInstruction_t651787775 * get_currentInstructions_42() const { return ___currentInstructions_42; } inline SkeletonRendererInstruction_t651787775 ** get_address_of_currentInstructions_42() { return &___currentInstructions_42; } inline void set_currentInstructions_42(SkeletonRendererInstruction_t651787775 * value) { ___currentInstructions_42 = value; Il2CppCodeGenWriteBarrier((&___currentInstructions_42), value); } inline static int32_t get_offset_of_UpdateLocal_43() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___UpdateLocal_43)); } inline UpdateBonesDelegate_t735903178 * get_UpdateLocal_43() const { return ___UpdateLocal_43; } inline UpdateBonesDelegate_t735903178 ** get_address_of_UpdateLocal_43() { return &___UpdateLocal_43; } inline void set_UpdateLocal_43(UpdateBonesDelegate_t735903178 * value) { ___UpdateLocal_43 = value; Il2CppCodeGenWriteBarrier((&___UpdateLocal_43), value); } inline static int32_t get_offset_of_UpdateWorld_44() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___UpdateWorld_44)); } inline UpdateBonesDelegate_t735903178 * get_UpdateWorld_44() const { return ___UpdateWorld_44; } inline UpdateBonesDelegate_t735903178 ** get_address_of_UpdateWorld_44() { return &___UpdateWorld_44; } inline void set_UpdateWorld_44(UpdateBonesDelegate_t735903178 * value) { ___UpdateWorld_44 = value; Il2CppCodeGenWriteBarrier((&___UpdateWorld_44), value); } inline static int32_t get_offset_of_UpdateComplete_45() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___UpdateComplete_45)); } inline UpdateBonesDelegate_t735903178 * get_UpdateComplete_45() const { return ___UpdateComplete_45; } inline UpdateBonesDelegate_t735903178 ** get_address_of_UpdateComplete_45() { return &___UpdateComplete_45; } inline void set_UpdateComplete_45(UpdateBonesDelegate_t735903178 * value) { ___UpdateComplete_45 = value; Il2CppCodeGenWriteBarrier((&___UpdateComplete_45), value); } inline static int32_t get_offset_of_OnPostProcessVertices_46() { return static_cast(offsetof(SkeletonGraphic_t1744877482, ___OnPostProcessVertices_46)); } inline MeshGeneratorDelegate_t1654156803 * get_OnPostProcessVertices_46() const { return ___OnPostProcessVertices_46; } inline MeshGeneratorDelegate_t1654156803 ** get_address_of_OnPostProcessVertices_46() { return &___OnPostProcessVertices_46; } inline void set_OnPostProcessVertices_46(MeshGeneratorDelegate_t1654156803 * value) { ___OnPostProcessVertices_46 = value; Il2CppCodeGenWriteBarrier((&___OnPostProcessVertices_46), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKELETONGRAPHIC_T1744877482_H #ifndef TEXT_T1901882714_H #define TEXT_T1901882714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Text struct Text_t1901882714 : public MaskableGraphic_t3839221559 { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t746620069 * ___m_FontData_28; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_29; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t3211863866 * ___m_TextCache_30; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t3211863866 * ___m_TextCacheForLayout_31; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_33; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_t1981460040* ___m_TempVerts_34; public: inline static int32_t get_offset_of_m_FontData_28() { return static_cast(offsetof(Text_t1901882714, ___m_FontData_28)); } inline FontData_t746620069 * get_m_FontData_28() const { return ___m_FontData_28; } inline FontData_t746620069 ** get_address_of_m_FontData_28() { return &___m_FontData_28; } inline void set_m_FontData_28(FontData_t746620069 * value) { ___m_FontData_28 = value; Il2CppCodeGenWriteBarrier((&___m_FontData_28), value); } inline static int32_t get_offset_of_m_Text_29() { return static_cast(offsetof(Text_t1901882714, ___m_Text_29)); } inline String_t* get_m_Text_29() const { return ___m_Text_29; } inline String_t** get_address_of_m_Text_29() { return &___m_Text_29; } inline void set_m_Text_29(String_t* value) { ___m_Text_29 = value; Il2CppCodeGenWriteBarrier((&___m_Text_29), value); } inline static int32_t get_offset_of_m_TextCache_30() { return static_cast(offsetof(Text_t1901882714, ___m_TextCache_30)); } inline TextGenerator_t3211863866 * get_m_TextCache_30() const { return ___m_TextCache_30; } inline TextGenerator_t3211863866 ** get_address_of_m_TextCache_30() { return &___m_TextCache_30; } inline void set_m_TextCache_30(TextGenerator_t3211863866 * value) { ___m_TextCache_30 = value; Il2CppCodeGenWriteBarrier((&___m_TextCache_30), value); } inline static int32_t get_offset_of_m_TextCacheForLayout_31() { return static_cast(offsetof(Text_t1901882714, ___m_TextCacheForLayout_31)); } inline TextGenerator_t3211863866 * get_m_TextCacheForLayout_31() const { return ___m_TextCacheForLayout_31; } inline TextGenerator_t3211863866 ** get_address_of_m_TextCacheForLayout_31() { return &___m_TextCacheForLayout_31; } inline void set_m_TextCacheForLayout_31(TextGenerator_t3211863866 * value) { ___m_TextCacheForLayout_31 = value; Il2CppCodeGenWriteBarrier((&___m_TextCacheForLayout_31), value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_33() { return static_cast(offsetof(Text_t1901882714, ___m_DisableFontTextureRebuiltCallback_33)); } inline bool get_m_DisableFontTextureRebuiltCallback_33() const { return ___m_DisableFontTextureRebuiltCallback_33; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_33() { return &___m_DisableFontTextureRebuiltCallback_33; } inline void set_m_DisableFontTextureRebuiltCallback_33(bool value) { ___m_DisableFontTextureRebuiltCallback_33 = value; } inline static int32_t get_offset_of_m_TempVerts_34() { return static_cast(offsetof(Text_t1901882714, ___m_TempVerts_34)); } inline UIVertexU5BU5D_t1981460040* get_m_TempVerts_34() const { return ___m_TempVerts_34; } inline UIVertexU5BU5D_t1981460040** get_address_of_m_TempVerts_34() { return &___m_TempVerts_34; } inline void set_m_TempVerts_34(UIVertexU5BU5D_t1981460040* value) { ___m_TempVerts_34 = value; Il2CppCodeGenWriteBarrier((&___m_TempVerts_34), value); } }; struct Text_t1901882714_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t340375123 * ___s_DefaultText_32; public: inline static int32_t get_offset_of_s_DefaultText_32() { return static_cast(offsetof(Text_t1901882714_StaticFields, ___s_DefaultText_32)); } inline Material_t340375123 * get_s_DefaultText_32() const { return ___s_DefaultText_32; } inline Material_t340375123 ** get_address_of_s_DefaultText_32() { return &___s_DefaultText_32; } inline void set_s_DefaultText_32(Material_t340375123 * value) { ___s_DefaultText_32 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultText_32), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXT_T1901882714_H #ifndef IMAGE_T2670269651_H #define IMAGE_T2670269651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image struct Image_t2670269651 : public MaskableGraphic_t3839221559 { public: // UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite Sprite_t280657092 * ___m_Sprite_29; // UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite Sprite_t280657092 * ___m_OverrideSprite_30; // UnityEngine.UI.Image/Type UnityEngine.UI.Image::m_Type int32_t ___m_Type_31; // System.Boolean UnityEngine.UI.Image::m_PreserveAspect bool ___m_PreserveAspect_32; // System.Boolean UnityEngine.UI.Image::m_FillCenter bool ___m_FillCenter_33; // UnityEngine.UI.Image/FillMethod UnityEngine.UI.Image::m_FillMethod int32_t ___m_FillMethod_34; // System.Single UnityEngine.UI.Image::m_FillAmount float ___m_FillAmount_35; // System.Boolean UnityEngine.UI.Image::m_FillClockwise bool ___m_FillClockwise_36; // System.Int32 UnityEngine.UI.Image::m_FillOrigin int32_t ___m_FillOrigin_37; // System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold float ___m_AlphaHitTestMinimumThreshold_38; // System.Boolean UnityEngine.UI.Image::m_Tracked bool ___m_Tracked_39; public: inline static int32_t get_offset_of_m_Sprite_29() { return static_cast(offsetof(Image_t2670269651, ___m_Sprite_29)); } inline Sprite_t280657092 * get_m_Sprite_29() const { return ___m_Sprite_29; } inline Sprite_t280657092 ** get_address_of_m_Sprite_29() { return &___m_Sprite_29; } inline void set_m_Sprite_29(Sprite_t280657092 * value) { ___m_Sprite_29 = value; Il2CppCodeGenWriteBarrier((&___m_Sprite_29), value); } inline static int32_t get_offset_of_m_OverrideSprite_30() { return static_cast(offsetof(Image_t2670269651, ___m_OverrideSprite_30)); } inline Sprite_t280657092 * get_m_OverrideSprite_30() const { return ___m_OverrideSprite_30; } inline Sprite_t280657092 ** get_address_of_m_OverrideSprite_30() { return &___m_OverrideSprite_30; } inline void set_m_OverrideSprite_30(Sprite_t280657092 * value) { ___m_OverrideSprite_30 = value; Il2CppCodeGenWriteBarrier((&___m_OverrideSprite_30), value); } inline static int32_t get_offset_of_m_Type_31() { return static_cast(offsetof(Image_t2670269651, ___m_Type_31)); } inline int32_t get_m_Type_31() const { return ___m_Type_31; } inline int32_t* get_address_of_m_Type_31() { return &___m_Type_31; } inline void set_m_Type_31(int32_t value) { ___m_Type_31 = value; } inline static int32_t get_offset_of_m_PreserveAspect_32() { return static_cast(offsetof(Image_t2670269651, ___m_PreserveAspect_32)); } inline bool get_m_PreserveAspect_32() const { return ___m_PreserveAspect_32; } inline bool* get_address_of_m_PreserveAspect_32() { return &___m_PreserveAspect_32; } inline void set_m_PreserveAspect_32(bool value) { ___m_PreserveAspect_32 = value; } inline static int32_t get_offset_of_m_FillCenter_33() { return static_cast(offsetof(Image_t2670269651, ___m_FillCenter_33)); } inline bool get_m_FillCenter_33() const { return ___m_FillCenter_33; } inline bool* get_address_of_m_FillCenter_33() { return &___m_FillCenter_33; } inline void set_m_FillCenter_33(bool value) { ___m_FillCenter_33 = value; } inline static int32_t get_offset_of_m_FillMethod_34() { return static_cast(offsetof(Image_t2670269651, ___m_FillMethod_34)); } inline int32_t get_m_FillMethod_34() const { return ___m_FillMethod_34; } inline int32_t* get_address_of_m_FillMethod_34() { return &___m_FillMethod_34; } inline void set_m_FillMethod_34(int32_t value) { ___m_FillMethod_34 = value; } inline static int32_t get_offset_of_m_FillAmount_35() { return static_cast(offsetof(Image_t2670269651, ___m_FillAmount_35)); } inline float get_m_FillAmount_35() const { return ___m_FillAmount_35; } inline float* get_address_of_m_FillAmount_35() { return &___m_FillAmount_35; } inline void set_m_FillAmount_35(float value) { ___m_FillAmount_35 = value; } inline static int32_t get_offset_of_m_FillClockwise_36() { return static_cast(offsetof(Image_t2670269651, ___m_FillClockwise_36)); } inline bool get_m_FillClockwise_36() const { return ___m_FillClockwise_36; } inline bool* get_address_of_m_FillClockwise_36() { return &___m_FillClockwise_36; } inline void set_m_FillClockwise_36(bool value) { ___m_FillClockwise_36 = value; } inline static int32_t get_offset_of_m_FillOrigin_37() { return static_cast(offsetof(Image_t2670269651, ___m_FillOrigin_37)); } inline int32_t get_m_FillOrigin_37() const { return ___m_FillOrigin_37; } inline int32_t* get_address_of_m_FillOrigin_37() { return &___m_FillOrigin_37; } inline void set_m_FillOrigin_37(int32_t value) { ___m_FillOrigin_37 = value; } inline static int32_t get_offset_of_m_AlphaHitTestMinimumThreshold_38() { return static_cast(offsetof(Image_t2670269651, ___m_AlphaHitTestMinimumThreshold_38)); } inline float get_m_AlphaHitTestMinimumThreshold_38() const { return ___m_AlphaHitTestMinimumThreshold_38; } inline float* get_address_of_m_AlphaHitTestMinimumThreshold_38() { return &___m_AlphaHitTestMinimumThreshold_38; } inline void set_m_AlphaHitTestMinimumThreshold_38(float value) { ___m_AlphaHitTestMinimumThreshold_38 = value; } inline static int32_t get_offset_of_m_Tracked_39() { return static_cast(offsetof(Image_t2670269651, ___m_Tracked_39)); } inline bool get_m_Tracked_39() const { return ___m_Tracked_39; } inline bool* get_address_of_m_Tracked_39() { return &___m_Tracked_39; } inline void set_m_Tracked_39(bool value) { ___m_Tracked_39 = value; } }; struct Image_t2670269651_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI Material_t340375123 * ___s_ETC1DefaultUI_28; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch Vector2U5BU5D_t1457185986* ___s_VertScratch_40; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch Vector2U5BU5D_t1457185986* ___s_UVScratch_41; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy Vector3U5BU5D_t1718750761* ___s_Xy_42; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv Vector3U5BU5D_t1718750761* ___s_Uv_43; // System.Collections.Generic.List`1 UnityEngine.UI.Image::m_TrackedTexturelessImages List_1_t4142344393 * ___m_TrackedTexturelessImages_44; // System.Boolean UnityEngine.UI.Image::s_Initialized bool ___s_Initialized_45; // System.Action`1 UnityEngine.UI.Image::<>f__mg$cache0 Action_1_t819399007 * ___U3CU3Ef__mgU24cache0_46; public: inline static int32_t get_offset_of_s_ETC1DefaultUI_28() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___s_ETC1DefaultUI_28)); } inline Material_t340375123 * get_s_ETC1DefaultUI_28() const { return ___s_ETC1DefaultUI_28; } inline Material_t340375123 ** get_address_of_s_ETC1DefaultUI_28() { return &___s_ETC1DefaultUI_28; } inline void set_s_ETC1DefaultUI_28(Material_t340375123 * value) { ___s_ETC1DefaultUI_28 = value; Il2CppCodeGenWriteBarrier((&___s_ETC1DefaultUI_28), value); } inline static int32_t get_offset_of_s_VertScratch_40() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___s_VertScratch_40)); } inline Vector2U5BU5D_t1457185986* get_s_VertScratch_40() const { return ___s_VertScratch_40; } inline Vector2U5BU5D_t1457185986** get_address_of_s_VertScratch_40() { return &___s_VertScratch_40; } inline void set_s_VertScratch_40(Vector2U5BU5D_t1457185986* value) { ___s_VertScratch_40 = value; Il2CppCodeGenWriteBarrier((&___s_VertScratch_40), value); } inline static int32_t get_offset_of_s_UVScratch_41() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___s_UVScratch_41)); } inline Vector2U5BU5D_t1457185986* get_s_UVScratch_41() const { return ___s_UVScratch_41; } inline Vector2U5BU5D_t1457185986** get_address_of_s_UVScratch_41() { return &___s_UVScratch_41; } inline void set_s_UVScratch_41(Vector2U5BU5D_t1457185986* value) { ___s_UVScratch_41 = value; Il2CppCodeGenWriteBarrier((&___s_UVScratch_41), value); } inline static int32_t get_offset_of_s_Xy_42() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___s_Xy_42)); } inline Vector3U5BU5D_t1718750761* get_s_Xy_42() const { return ___s_Xy_42; } inline Vector3U5BU5D_t1718750761** get_address_of_s_Xy_42() { return &___s_Xy_42; } inline void set_s_Xy_42(Vector3U5BU5D_t1718750761* value) { ___s_Xy_42 = value; Il2CppCodeGenWriteBarrier((&___s_Xy_42), value); } inline static int32_t get_offset_of_s_Uv_43() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___s_Uv_43)); } inline Vector3U5BU5D_t1718750761* get_s_Uv_43() const { return ___s_Uv_43; } inline Vector3U5BU5D_t1718750761** get_address_of_s_Uv_43() { return &___s_Uv_43; } inline void set_s_Uv_43(Vector3U5BU5D_t1718750761* value) { ___s_Uv_43 = value; Il2CppCodeGenWriteBarrier((&___s_Uv_43), value); } inline static int32_t get_offset_of_m_TrackedTexturelessImages_44() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___m_TrackedTexturelessImages_44)); } inline List_1_t4142344393 * get_m_TrackedTexturelessImages_44() const { return ___m_TrackedTexturelessImages_44; } inline List_1_t4142344393 ** get_address_of_m_TrackedTexturelessImages_44() { return &___m_TrackedTexturelessImages_44; } inline void set_m_TrackedTexturelessImages_44(List_1_t4142344393 * value) { ___m_TrackedTexturelessImages_44 = value; Il2CppCodeGenWriteBarrier((&___m_TrackedTexturelessImages_44), value); } inline static int32_t get_offset_of_s_Initialized_45() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___s_Initialized_45)); } inline bool get_s_Initialized_45() const { return ___s_Initialized_45; } inline bool* get_address_of_s_Initialized_45() { return &___s_Initialized_45; } inline void set_s_Initialized_45(bool value) { ___s_Initialized_45 = value; } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_46() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___U3CU3Ef__mgU24cache0_46)); } inline Action_1_t819399007 * get_U3CU3Ef__mgU24cache0_46() const { return ___U3CU3Ef__mgU24cache0_46; } inline Action_1_t819399007 ** get_address_of_U3CU3Ef__mgU24cache0_46() { return &___U3CU3Ef__mgU24cache0_46; } inline void set_U3CU3Ef__mgU24cache0_46(Action_1_t819399007 * value) { ___U3CU3Ef__mgU24cache0_46 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_46), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IMAGE_T2670269651_H #ifndef LEIDA_T1700490928_H #define LEIDA_T1700490928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LeiDa struct LeiDa_t1700490928 : public Image_t2670269651 { public: // System.Collections.Generic.List`1 LeiDa::vertexList List_1_t3628304265 * ___vertexList_47; // System.Single LeiDa::radius float ___radius_48; public: inline static int32_t get_offset_of_vertexList_47() { return static_cast(offsetof(LeiDa_t1700490928, ___vertexList_47)); } inline List_1_t3628304265 * get_vertexList_47() const { return ___vertexList_47; } inline List_1_t3628304265 ** get_address_of_vertexList_47() { return &___vertexList_47; } inline void set_vertexList_47(List_1_t3628304265 * value) { ___vertexList_47 = value; Il2CppCodeGenWriteBarrier((&___vertexList_47), value); } inline static int32_t get_offset_of_radius_48() { return static_cast(offsetof(LeiDa_t1700490928, ___radius_48)); } inline float get_radius_48() const { return ___radius_48; } inline float* get_address_of_radius_48() { return &___radius_48; } inline void set_radius_48(float value) { ___radius_48 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEIDA_T1700490928_H // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // 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; } }; // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Object[] struct ObjectU5BU5D_t1417781964 : public RuntimeArray { public: ALIGN_FIELD (8) Object_t631007953 * m_Items[1]; public: inline Object_t631007953 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Object_t631007953 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Object_t631007953 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Object_t631007953 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Object_t631007953 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Object_t631007953 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // 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.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; } }; // UnityEngine.Touch[] struct TouchU5BU5D_t1849554061 : public RuntimeArray { public: ALIGN_FIELD (8) Touch_t1921856868 m_Items[1]; public: inline Touch_t1921856868 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Touch_t1921856868 * 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, Touch_t1921856868 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Touch_t1921856868 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Touch_t1921856868 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Touch_t1921856868 value) { m_Items[index] = value; } }; // FitFun.SimpleState[] struct SimpleStateU5BU5D_t2736705990 : public RuntimeArray { public: ALIGN_FIELD (8) SimpleState_t1424650207 * m_Items[1]; public: inline SimpleState_t1424650207 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SimpleState_t1424650207 ** 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, SimpleState_t1424650207 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline SimpleState_t1424650207 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SimpleState_t1424650207 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SimpleState_t1424650207 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Sprite[] struct SpriteU5BU5D_t2581906349 : public RuntimeArray { public: ALIGN_FIELD (8) Sprite_t280657092 * m_Items[1]; public: inline Sprite_t280657092 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Sprite_t280657092 ** 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, Sprite_t280657092 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Sprite_t280657092 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Sprite_t280657092 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Sprite_t280657092 * 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; } }; // UnityEngine.MeshRenderer[] struct MeshRendererU5BU5D_t2132764133 : public RuntimeArray { public: ALIGN_FIELD (8) MeshRenderer_t587009260 * m_Items[1]; public: inline MeshRenderer_t587009260 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MeshRenderer_t587009260 ** 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, MeshRenderer_t587009260 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MeshRenderer_t587009260 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MeshRenderer_t587009260 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MeshRenderer_t587009260 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.LightmapData[] struct LightmapDataU5BU5D_t2367175237 : public RuntimeArray { public: ALIGN_FIELD (8) LightmapData_t2568046604 * m_Items[1]; public: inline LightmapData_t2568046604 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LightmapData_t2568046604 ** 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, LightmapData_t2568046604 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline LightmapData_t2568046604 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LightmapData_t2568046604 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LightmapData_t2568046604 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t149664596 : public RuntimeArray { public: ALIGN_FIELD (8) Texture2D_t3840446185 * m_Items[1]; public: inline Texture2D_t3840446185 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Texture2D_t3840446185 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Texture2D_t3840446185 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Texture2D_t3840446185 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Texture2D_t3840446185 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Texture2D_t3840446185 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // LMRendererInfo[] struct LMRendererInfoU5BU5D_t4046529225 : public RuntimeArray { public: ALIGN_FIELD (8) LMRendererInfo_t3374010072 m_Items[1]; public: inline LMRendererInfo_t3374010072 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LMRendererInfo_t3374010072 * 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, LMRendererInfo_t3374010072 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline LMRendererInfo_t3374010072 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LMRendererInfo_t3374010072 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LMRendererInfo_t3374010072 value) { 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.Void FitFun.Singleton`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Singleton_1__ctor_m643532412_gshared (Singleton_1_t1404806610 * __this, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Singleton_1_get_Instance_m1621582618_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void FitFun.SingletonMonobehaviour`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void SingletonMonobehaviour_1__ctor_m1307901487_gshared (SingletonMonobehaviour_1_t1560551489 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // !!0 UnityEngine.AssetBundle::LoadAsset(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * AssetBundle_LoadAsset_TisRuntimeObject_m4131234205_gshared (AssetBundle_t1153907252 * __this, String_t* p0, 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); // T FitFun.ResourceManager::LoadAsset(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ResourceManager_LoadAsset_TisRuntimeObject_m1863010011_gshared (ResourceManager_t3564538606 * __this, String_t* ___abName0, String_t* ___assetName1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* List_1_ToArray_m4168020446_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2278349286_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2387223709_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3280774074_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m3944231312_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m598483244_gshared (UnityEvent_1_t309005672 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m3567252554_gshared (UnityEvent_1_t309005672 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.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.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2461023210_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3401007060_gshared (Action_1_t3123413348 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1328752868_gshared (List_1_t257213610 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.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.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2601736566_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2382293057_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2059424751_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m107019914_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m3345590611_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m2906321015_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m3604335408_gshared (UnityEvent_1_t3832605257 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m3816765192_gshared (UnityEvent_1_t3832605257 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1938428402_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m2714930061_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m3919933788_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m1193484509_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, Vector3_t3722313464 p1, Quaternion_t2301928331 p2, Transform_t3600365921 * p3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Insert_m3748206754_gshared (List_1_t257213610 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Remove_m1416767016_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::OnComplete(!!0,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TweenSettingsExtensions_OnComplete_TisRuntimeObject_m3432849958_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, TweenCallback_t3727756325 * p1, const RuntimeMethod* method); // !!0[] UnityEngine.Resources::LoadAll(System.String) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Resources_LoadAll_TisRuntimeObject_m3261828702_gshared (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1786738978_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1628857705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m987949881_gshared (List_1_t128053199 * __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_m361000296_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m697420525_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m327447107_gshared (Predicate_1_t3905400288 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::RemoveAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_RemoveAll_m4292035398_gshared (List_1_t257213610 * __this, Predicate_1_t3905400288 * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Remove_m3037048099_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2159083576_gshared (Action_1_t1569734369 * __this, float p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RaycastResult_t3360306849 List_1_get_Item_m2113769949_gshared (List_1_t537414295 * __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_m4207101203_gshared (List_1_t537414295 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonConvert_DeserializeObject_TisRuntimeObject_m2530777251_gshared (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Queue_1__ctor_m3749217910_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) extern "C" IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m1868480850_gshared (Queue_1_t2926365658 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m2496300460_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1::Dequeue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_Dequeue_m3550993416_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_m914906257_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::SetEase(!!0,DG.Tweening.Ease) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TweenSettingsExtensions_SetEase_TisRuntimeObject_m2697960120_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // T FitFun.SingletonMonobehaviour`1::get_Instance() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SingletonMonobehaviour_1_get_Instance_m1810564294_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // T FitFun.ComponentUtil::AddComponentIfNotExist(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ComponentUtil_AddComponentIfNotExist_TisRuntimeObject_m1287976732_gshared (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___gameObject0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m118522912_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m1510624085_gshared (Action_3_t3409849893 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m4058363731_gshared (Action_1_t3123413348 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3616124733_gshared (Action_2_t4177122770 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_FindObjectOfType_TisRuntimeObject_m2612646359_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m1763453775_gshared (Action_2_t2523487705 * __this, bool p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2600226908_gshared (List_1_t647105989 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2536349866 List_1_GetEnumerator_m3719004310_gshared (List_1_t647105989 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR Vector2Int_t3469998543 Enumerator_get_Current_m3408976581_gshared (Enumerator_t2536349866 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1930661044_gshared (Enumerator_t2536349866 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m361113603_gshared (Enumerator_t2536349866 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m598206245_gshared (BetterList_1_t4001750706 * __this, const RuntimeMethod* method); // System.Int32 BetterList`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Count_m953544863_gshared (BetterList_1_t4001750706 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Item_m1260013620_gshared (BetterList_1_t4001750706 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m2266767983_gshared (BetterList_1_t4001750706 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m1754628136_gshared (BetterList_1_t4001750706 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m1189873222_gshared (BetterList_1_t4001750706 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m3246147440_gshared (BetterList_1_t4001750706 * __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); // !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); // !!0 UnityEngine.Object::Instantiate(!!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m2446893047_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, 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); // 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); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2503988995_gshared (List_1_t3628304265 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3713859815_gshared (List_1_t1234605051 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m1202123918_gshared (List_1_t3628304265 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 List_1_get_Item_m1378751541_gshared (List_1_t3628304265 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m2586421604_gshared (List_1_t1234605051 * __this, UIVertex_t4057497605 p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2188935509_gshared (List_1_t3628304265 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m2298161512_gshared (List_1_t3628304265 * __this, Vector2_t2156229523 p0, 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); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m4110779346_gshared (List_1_t551117518 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Component_GetComponentsInChildren_TisRuntimeObject_m3461200874_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m2240949582_gshared (List_1_t551117518 * __this, LMRendererInfo_t3374010072 p0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() extern "C" IL2CPP_METHOD_ATTR LMRendererInfoU5BU5D_t4046529225* List_1_ToArray_m930659533_gshared (List_1_t551117518 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m1033527003_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3474379962_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2086727927 Dictionary_2_GetEnumerator_m3278257048_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2530217319 Enumerator_get_Current_m2655181939_gshared (Enumerator_t2086727927 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m1328507389_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3464904234_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1107569389_gshared (Enumerator_t2086727927 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3885012575_gshared (Enumerator_t2086727927 * __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.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 FitFun.Singleton`1::.ctor() #define Singleton_1__ctor_m4100196045(__this, method) (( void (*) (Singleton_1_t3098501191 *, const RuntimeMethod*))Singleton_1__ctor_m643532412_gshared)(__this, method) // System.Void DMCore.Net.CNetService::Close() extern "C" IL2CPP_METHOD_ATTR void CNetService_Close_m340185834 (CNetService_t1201271315 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetService__ctor_m3721915101 (CNetService_t1201271315 * __this, const RuntimeMethod* method); // System.Void FitFun.NetMainLogic::.ctor() extern "C" IL2CPP_METHOD_ATTR void NetMainLogic__ctor_m2878963219 (NetMainLogic_t1947403438 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetService::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CNetService_OnUpdate_m3222267551 (CNetService_t1201271315 * __this, const RuntimeMethod* method); // System.Boolean FitFun.NetMainLogic::IsLinkAlive() extern "C" IL2CPP_METHOD_ATTR bool NetMainLogic_IsLinkAlive_m2124138026 (NetMainLogic_t1947403438 * __this, const RuntimeMethod* method); // System.Boolean FitFun.NetMainLogic::IsLinkValid() extern "C" IL2CPP_METHOD_ATTR bool NetMainLogic_IsLinkValid_m3264290539 (NetMainLogic_t1947403438 * __this, const RuntimeMethod* method); // System.Void FitFun.NetMainLogic::Link(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NetMainLogic_Link_m3821724671 (NetMainLogic_t1947403438 * __this, String_t* ___ip0, int32_t ___port1, const RuntimeMethod* method); // System.Void FitFun.NetMainLogic::LinkWithReport(System.String,System.Int32,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void NetMainLogic_LinkWithReport_m2458994102 (NetMainLogic_t1947403438 * __this, String_t* ___ip0, int32_t ___port1, Action_1_t269755560 * ___callback2, const RuntimeMethod* method); // System.Boolean FitFun.NetMainLogic::Relink() extern "C" IL2CPP_METHOD_ATTR bool NetMainLogic_Relink_m152626084 (NetMainLogic_t1947403438 * __this, const RuntimeMethod* method); // System.Void FitFun.NetMainLogic::Close() extern "C" IL2CPP_METHOD_ATTR void NetMainLogic_Close_m2577147478 (NetMainLogic_t1947403438 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Net.CNetService::SendMessage(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool CNetService_SendMessage_m3960979140 (CNetService_t1201271315 * __this, ByteU5BU5D_t4116647657* ___stream0, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityEvent__ctor_m431206565 (UnityEvent_t2581268647 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_zero_m1409827619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::GetWorldCorners(UnityEngine.Vector3[]) extern "C" IL2CPP_METHOD_ATTR void RectTransform_GetWorldCorners_m3553547973 (RectTransform_t3704657025 * __this, Vector3U5BU5D_t1718750761* p0, const RuntimeMethod* method); // System.Void FitFun.Tracer::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogError_m2639997090 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect__ctor_m2614021312 (Rect_t2360479859 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m2355786308(__this /* static, unused */, method) (( CommonConfig_t3465714547 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // CommonConfigData CommonConfig::get_Data() extern "C" IL2CPP_METHOD_ATTR CommonConfigData_t3450334410 * CommonConfig_get_Data_m3748975658 (CommonConfig_t3465714547 * __this, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.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.String::EndsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_m1901926500 (String_t* __this, String_t* p0, const RuntimeMethod* method); // UnityEngine.Object FitFun.AssetManager::LoadAsset(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * AssetManager_LoadAsset_m1115993353 (RuntimeObject * __this /* static, unused */, String_t* ___path_0, 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.String UnityEngine.TextAsset::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m2027878391 (TextAsset_t3022178571 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.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.Void UnityEngine.Debug::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogError_m2850623458 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void FitFun.SingletonMonobehaviour`1::.ctor() #define SingletonMonobehaviour_1__ctor_m177085910(__this, method) (( void (*) (SingletonMonobehaviour_1_t2044983931 *, const RuntimeMethod*))SingletonMonobehaviour_1__ctor_m1307901487_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m170668872(__this, method) (( void (*) (Dictionary_2_t939163551 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.String FitFun.LogicUtils::get_DataPath() extern "C" IL2CPP_METHOD_ATTR String_t* LogicUtils_get_DataPath_m2897780641 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Byte[] System.IO.File::ReadAllBytes(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* File_ReadAllBytes_m1435775076 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // UnityEngine.AssetBundle UnityEngine.AssetBundle::LoadFromMemory(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR AssetBundle_t1153907252 * AssetBundle_LoadFromMemory_m4030851973 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // !!0 UnityEngine.AssetBundle::LoadAsset(System.String) #define AssetBundle_LoadAsset_TisAssetBundleManifest_t2634949939_m962236087(__this, p0, method) (( AssetBundleManifest_t2634949939 * (*) (AssetBundle_t1153907252 *, String_t*, const RuntimeMethod*))AssetBundle_LoadAsset_TisRuntimeObject_m4131234205_gshared)(__this, p0, method) // System.Void UnityEngine.AssetBundle::Unload(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AssetBundle_Unload_m2234810374 (AssetBundle_t1153907252 * __this, bool p0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_Log_m4051431634 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // UnityEngine.AssetBundle FitFun.ResourceManager::LoadAssetBundle(System.String) extern "C" IL2CPP_METHOD_ATTR AssetBundle_t1153907252 * ResourceManager_LoadAssetBundle_m1035203003 (ResourceManager_t3564538606 * __this, String_t* ___abname0, const RuntimeMethod* method); // UnityEngine.Object[] UnityEngine.AssetBundle::LoadAllAssets() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t1417781964* AssetBundle_LoadAllAssets_m3239956559 (AssetBundle_t1153907252 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2484853594(__this, method) (( void (*) (List_1_t2103082695 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // T FitFun.ResourceManager::LoadAsset(System.String,System.String) #define ResourceManager_LoadAsset_TisObject_t631007953_m1996364203(__this, ___abName0, ___assetName1, method) (( Object_t631007953 * (*) (ResourceManager_t3564538606 *, String_t*, String_t*, const RuntimeMethod*))ResourceManager_LoadAsset_TisRuntimeObject_m1863010011_gshared)(__this, ___abName0, ___assetName1, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2768056876(__this, p0, method) (( void (*) (List_1_t2103082695 *, Object_t631007953 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m2513834121(__this, method) (( ObjectU5BU5D_t1417781964* (*) (List_1_t2103082695 *, const RuntimeMethod*))List_1_ToArray_m4168020446_gshared)(__this, method) // System.Object[] XLua.LuaFunction::Call(System.Object[]) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* LuaFunction_Call_m2670163886 (LuaFunction_t431395339 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3187281074(__this, p0, method) (( bool (*) (Dictionary_2_t939163551 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // System.Void UnityEngine.Debug::LogWarning(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogWarning_m3752629331 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void FitFun.ResourceManager::LoadDependencies(System.String) extern "C" IL2CPP_METHOD_ATTR void ResourceManager_LoadDependencies_m8994333 (ResourceManager_t3564538606 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1527611473(__this, p0, p1, method) (( void (*) (Dictionary_2_t939163551 *, String_t*, AssetBundle_t1153907252 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m54039947(__this, p0, p1, method) (( bool (*) (Dictionary_2_t939163551 *, String_t*, AssetBundle_t1153907252 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.String[] UnityEngine.AssetBundleManifest::GetAllDependencies(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* AssetBundleManifest_GetAllDependencies_m3320508439 (AssetBundleManifest_t2634949939 * __this, String_t* p0, const RuntimeMethod* method); // System.String FitFun.ResourceManager::RemapVariantName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ResourceManager_RemapVariantName_m2876060403 (ResourceManager_t3564538606 * __this, String_t* ___assetBundleName0, const RuntimeMethod* method); // System.String[] UnityEngine.AssetBundleManifest::GetAllAssetBundlesWithVariant() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* AssetBundleManifest_GetAllAssetBundlesWithVariant_m52042773 (AssetBundleManifest_t2634949939 * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) #define Array_IndexOf_TisString_t_m3713066389(__this /* static, unused */, p0, p1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, StringU5BU5D_t1281789340*, String_t*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m3944231312_gshared)(__this /* static, unused */, p0, p1, method) // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String DMCore.Framework.IO.CIOVar::GetUserRootPath() extern "C" IL2CPP_METHOD_ATTR String_t* CIOVar_GetUserRootPath_m2302064020 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String FitFun.ResourcePath::get_HotFixFolderName() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_HotFixFolderName_m2258227219 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_Combine_m3389272516 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.IO.Directory::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool Directory_Exists_m1484791558 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void 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 System.IO.Directory::Delete(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Directory_Delete_m3266154992 (RuntimeObject * __this /* static, unused */, String_t* p0, bool p1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarningFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Debug_LogWarningFormat_m2535776735 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.String FitFun.ResourcePath::get_BundlePath() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_BundlePath_m2302170868 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String UnityEngine.Application::get_dataPath() extern "C" IL2CPP_METHOD_ATTR String_t* Application_get_dataPath_m4232621142 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* p0, const RuntimeMethod* method); // System.Void FitFun.RotateEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void RotateEvent__ctor_m1108265865 (RotateEvent_t2678955840 * __this, const RuntimeMethod* method); // System.Void FitFun.onRotateClickEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void onRotateClickEvent__ctor_m3416522539 (onRotateClickEvent_t801432223 * __this, 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.Vector3 UnityEngine.Transform::get_position() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_position_m36019626 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransformUtility::WorldToScreenPoint(UnityEngine.Camera,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 RectTransformUtility_WorldToScreenPoint_m3914148572 (RuntimeObject * __this /* static, unused */, Camera_t4157153871 * p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_x(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_x_m2352063068 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_y(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_y_m3702432190 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_width(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_width_m2963421158 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_height(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_height_m1625569324 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Boolean UnityEngine.Rect::Contains(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR bool Rect_Contains_m3188543637 (Rect_t2360479859 * __this, Vector2_t2156229523 p0, const RuntimeMethod* method); // System.Void FitFun.RotateDetector::DetectSwipe() extern "C" IL2CPP_METHOD_ATTR void RotateDetector_DetectSwipe_m1618412250 (RotateDetector_t3700831628 * __this, const RuntimeMethod* method); // UnityEngine.Touch[] UnityEngine.Input::get_touches() extern "C" IL2CPP_METHOD_ATTR TouchU5BU5D_t1849554061* Input_get_touches_m1702694043 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Touch UnityEngine.Input::GetTouch(System.Int32) extern "C" IL2CPP_METHOD_ATTR Touch_t1921856868 Input_GetTouch_m2192712756 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // UnityEngine.TouchPhase UnityEngine.Touch::get_phase() extern "C" IL2CPP_METHOD_ATTR int32_t Touch_get_phase_m214549210 (Touch_t1921856868 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Touch::get_position() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Touch_get_position_m3109777936 (Touch_t1921856868 * __this, 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.Framework.Scene.CMainRole DMCore.Framework.Scene.CSceneService::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * CSceneService_GetMainRole_m3386793463 (RuntimeObject * __this /* static, unused */, 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.Vector3 UnityEngine.Transform::get_localEulerAngles() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localEulerAngles_m2136926248 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Input::get_mousePosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Input_get_mousePosition_m1616496925 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector2_op_Implicit_m1860157806 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 p0, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m1719387948 (Vector3_t3722313464 * __this, float p0, float p1, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_magnitude() extern "C" IL2CPP_METHOD_ATTR float Vector3_get_magnitude_m27958459 (Vector3_t3722313464 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m3353183577 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // System.Boolean FitFun.RotateDetector::rectContains(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR bool RotateDetector_rectContains_m2414690974 (RotateDetector_t3700831628 * __this, Vector2_t2156229523 ___v20, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::Invoke(!0) #define UnityEvent_1_Invoke_m598483244(__this, p0, method) (( void (*) (UnityEvent_1_t309005672 *, Vector3_t3722313464 , const RuntimeMethod*))UnityEvent_1_Invoke_m598483244_gshared)(__this, p0, method) // UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_op_Implicit_m4260192859 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Single UnityEngine.Vector2::get_magnitude() extern "C" IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m2752892833 (Vector2_t2156229523 * __this, const RuntimeMethod* method); // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.EventSystem::get_current() extern "C" IL2CPP_METHOD_ATTR EventSystem_t1003666588 * EventSystem_get_current_m1416377559 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.EventSystems.EventSystem::IsPointerOverGameObject() extern "C" IL2CPP_METHOD_ATTR bool EventSystem_IsPointerOverGameObject_m1911785875 (EventSystem_t1003666588 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent::Invoke() extern "C" IL2CPP_METHOD_ATTR void UnityEvent_Invoke_m3065672636 (UnityEvent_t2581268647 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::Normalize() extern "C" IL2CPP_METHOD_ATTR void Vector2_Normalize_m1906922873 (Vector2_t2156229523 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetMouseButtonDown(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Input_GetMouseButtonDown_m2081676745 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetMouseButton(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Input_GetMouseButton_m513753021 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetMouseButtonUp(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Input_GetMouseButtonUp_m2924350851 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::.ctor() #define UnityEvent_1__ctor_m3567252554(__this, method) (( void (*) (UnityEvent_1_t309005672 *, const RuntimeMethod*))UnityEvent_1__ctor_m3567252554_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m706204246(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void FitFun.SingletonMonobehaviour`1::.ctor() #define SingletonMonobehaviour_1__ctor_m343110239(__this, method) (( void (*) (SingletonMonobehaviour_1_t1816084745 *, const RuntimeMethod*))SingletonMonobehaviour_1__ctor_m1307901487_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m953835688(__this, p0, method) (( String_t* (*) (List_1_t3319525431 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2270643605 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2276455407(__this, method) (( int32_t (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Action::Invoke() extern "C" IL2CPP_METHOD_ATTR void Action_Invoke_m937035532 (Action_t1264377477 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator FitFun.SceneLoader::LoadAsync(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SceneLoader_LoadAsync_m364635235 (SceneLoader_t3335639420 * __this, String_t* ___sceneName0, bool ___additive1, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator) extern "C" IL2CPP_METHOD_ATTR Coroutine_t3829159415 * MonoBehaviour_StartCoroutine_m3411253000 (MonoBehaviour_t3962482529 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m3134296422(__this, p0, method) (( void (*) (Action_1_t2019918284 *, String_t*, const RuntimeMethod*))Action_1_Invoke_m2461023210_gshared)(__this, p0, method) // System.Void FitFun.SceneLoader/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLoadAsyncU3Ec__Iterator0__ctor_m1338511149 (U3CLoadAsyncU3Ec__Iterator0_t1359822509 * __this, const RuntimeMethod* method); // System.Single UnityEngine.AsyncOperation::get_progress() extern "C" IL2CPP_METHOD_ATTR float AsyncOperation_get_progress_m2461797197 (AsyncOperation_t1445031843 * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m3401007060(__this, p0, method) (( void (*) (Action_1_t3123413348 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m3401007060_gshared)(__this, p0, method) // System.Void UnityEngine.AsyncOperation::set_allowSceneActivation(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AsyncOperation_set_allowSceneActivation_m1414760251 (AsyncOperation_t1445031843 * __this, bool p0, const RuntimeMethod* method); // System.Boolean UnityEngine.AsyncOperation::get_isDone() extern "C" IL2CPP_METHOD_ATTR bool AsyncOperation_get_isDone_m412925263 (AsyncOperation_t1445031843 * __this, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m3983937259(__this, method) (( StringU5BU5D_t1281789340* (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_ToArray_m4168020446_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) #define List_1__ctor_m864250344(__this, p0, method) (( void (*) (List_1_t3319525431 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m1328752868_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3111619026(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void FitFun.AssetManager::UnloadSceneAsset(System.String) extern "C" IL2CPP_METHOD_ATTR void AssetManager_UnloadSceneAsset_m1873802290 (RuntimeObject * __this /* static, unused */, String_t* ___sceneName0, const RuntimeMethod* method); // System.String FitFun.AssetManager::LoadSceneAsset(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* AssetManager_LoadSceneAsset_m1114972884 (RuntimeObject * __this /* static, unused */, String_t* ___sceneName0, 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) // UnityEngine.AsyncOperation UnityEngine.SceneManagement.SceneManager::LoadSceneAsync(System.String,UnityEngine.SceneManagement.LoadSceneMode) extern "C" IL2CPP_METHOD_ATTR AsyncOperation_t1445031843 * SceneManager_LoadSceneAsync_m3146814238 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3233430874(__this, method) (( void (*) (Dictionary_2_t313363538 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Int32 FitFun.SimpleState::GetKey() extern "C" IL2CPP_METHOD_ATTR int32_t SimpleState_GetKey_m1221936007 (SimpleState_t1424650207 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2476623851(__this, p0, method) (( bool (*) (Dictionary_2_t313363538 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3268768550(__this, p0, p1, method) (( void (*) (Dictionary_2_t313363538 *, int32_t, SimpleState_t1424650207 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2312036701(__this, p0, method) (( SimpleState_t1424650207 * (*) (Dictionary_2_t313363538 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void GameFriend.SDKEventManager::SendLoginStart() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendLoginStart_m868534246 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::SendEnterHall() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendEnterHall_m1494826582 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void FitFun.SimpleState::.ctor(FitFun.SimpleFSM,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SimpleState__ctor_m935720394 (SimpleState_t1424650207 * __this, SimpleFSM_t3686535260 * ___fsm0, int32_t ___key1, const RuntimeMethod* method); // System.Void FitFun.SimpleFSM::AddState(FitFun.SimpleState) extern "C" IL2CPP_METHOD_ATTR void SimpleFSM_AddState_m113860716 (SimpleFSM_t3686535260 * __this, SimpleState_t1424650207 * ___State0, 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 FitFun.Tracer::LogWarning(System.Object) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogWarning_m1083847736 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, 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); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisSkeletonGraphic_t1744877482_m2533248352(__this, method) (( SkeletonGraphic_t1744877482 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3345590611_gshared)(__this, method) // Spine.AnimationState Spine.Unity.SkeletonGraphic::get_AnimationState() extern "C" IL2CPP_METHOD_ATTR AnimationState_t3637309382 * SkeletonGraphic_get_AnimationState_m518406179 (SkeletonGraphic_t1744877482 * __this, const RuntimeMethod* method); // System.Void Spine.AnimationState/TrackEntryDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TrackEntryDelegate__ctor_m3836624663 (TrackEntryDelegate_t363257942 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void Spine.AnimationState::add_Complete(Spine.AnimationState/TrackEntryDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_add_Complete_m1151593632 (AnimationState_t3637309382 * __this, TrackEntryDelegate_t363257942 * p0, const RuntimeMethod* method); // Spine.TrackEntry Spine.AnimationState::SetAnimation(System.Int32,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_SetAnimation_m2651273526 (AnimationState_t3637309382 * __this, int32_t p0, String_t* p1, bool p2, const RuntimeMethod* method); // System.Action FitFun.SpineAnimation::get_AnimationComplete() extern "C" IL2CPP_METHOD_ATTR Action_t1264377477 * SpineAnimation_get_AnimationComplete_m2632398833 (SpineAnimation_t167403477 * __this, const RuntimeMethod* method); // System.Int16 System.BitConverter::ToInt16(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int16_t BitConverter_ToInt16_m2376388426 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Char System.BitConverter::ToChar(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar BitConverter_ToChar_m1348346703 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.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.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.Byte[] System.BitConverter::GetBytes(System.Char) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m1603262885 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // UnityEngine.Font UnityEngine.UI.Text::get_font() extern "C" IL2CPP_METHOD_ATTR Font_t1956802104 * Text_get_font_m2857203289 (Text_t1901882714 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.UI.Text::get_fontSize() extern "C" IL2CPP_METHOD_ATTR int32_t Text_get_fontSize_m1677872538 (Text_t1901882714 * __this, const RuntimeMethod* method); // UnityEngine.FontStyle UnityEngine.UI.Text::get_fontStyle() extern "C" IL2CPP_METHOD_ATTR int32_t Text_get_fontStyle_m3082671380 (Text_t1901882714 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Font::RequestCharactersInTexture(System.String,System.Int32,UnityEngine.FontStyle) extern "C" IL2CPP_METHOD_ATTR void Font_RequestCharactersInTexture_m2970556110 (Font_t1956802104 * __this, String_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisRectTransform_t3704657025_m2955745782(__this, method) (( RectTransform_t3704657025 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // UnityEngine.Rect UnityEngine.RectTransform::get_rect() extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 RectTransform_get_rect_m574169965 (RectTransform_t3704657025 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_width() extern "C" IL2CPP_METHOD_ATTR float Rect_get_width_m3421484486 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Font::GetCharacterInfo(System.Char,UnityEngine.CharacterInfo&,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Font_GetCharacterInfo_m3035673071 (Font_t1956802104 * __this, Il2CppChar p0, CharacterInfo_t1228754872 * p1, int32_t p2, const RuntimeMethod* method); // System.Int32 UnityEngine.CharacterInfo::get_advance() extern "C" IL2CPP_METHOD_ATTR int32_t CharacterInfo_get_advance_m2829275018 (CharacterInfo_t1228754872 * __this, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m1524948975 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m562998446 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void UnityEngine.TextGenerator::.ctor() extern "C" IL2CPP_METHOD_ATTR void TextGenerator__ctor_m2083174502 (TextGenerator_t3211863866 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Rect::get_size() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Rect_get_size_m477575021 (Rect_t2360479859 * __this, const RuntimeMethod* method); // UnityEngine.TextGenerationSettings UnityEngine.UI.Text::GetGenerationSettings(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR TextGenerationSettings_t1351628751 Text_GetGenerationSettings_m1390856115 (Text_t1901882714 * __this, Vector2_t2156229523 p0, const RuntimeMethod* method); // System.Boolean UnityEngine.TextGenerator::Populate(System.String,UnityEngine.TextGenerationSettings) extern "C" IL2CPP_METHOD_ATTR bool TextGenerator_Populate_m194003733 (TextGenerator_t3211863866 * __this, String_t* p0, TextGenerationSettings_t1351628751 p1, const RuntimeMethod* method); // System.Int32 UnityEngine.TextGenerator::get_characterCountVisible() extern "C" IL2CPP_METHOD_ATTR int32_t TextGenerator_get_characterCountVisible_m3790045314 (TextGenerator_t3211863866 * __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void FitFun.SwipeEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void SwipeEvent__ctor_m942672491 (SwipeEvent_t4115661022 * __this, const RuntimeMethod* method); // System.Void FitFun.SwipeDetector::DetectSwipe() extern "C" IL2CPP_METHOD_ATTR void SwipeDetector_DetectSwipe_m3695375817 (SwipeDetector_t540502896 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector2::Dot(UnityEngine.Vector2,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR float Vector2_Dot_m1554553447 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 p0, Vector2_t2156229523 p1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::Invoke(!0) #define UnityEvent_1_Invoke_m3604335408(__this, p0, method) (( void (*) (UnityEvent_1_t3832605257 *, int32_t, const RuntimeMethod*))UnityEvent_1_Invoke_m3604335408_gshared)(__this, p0, method) // System.Void UnityEngine.Events.UnityEvent`1::.ctor() #define UnityEvent_1__ctor_m3816765192(__this, method) (( void (*) (UnityEvent_1_t3832605257 *, const RuntimeMethod*))UnityEvent_1__ctor_m3816765192_gshared)(__this, method) // System.Void FitFun.Singleton`1::.ctor() #define Singleton_1__ctor_m4170056526(__this, method) (( void (*) (Singleton_1_t1757067489 *, const RuntimeMethod*))Singleton_1__ctor_m643532412_gshared)(__this, 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 FitFun.SystemInfoUtils::RecordSystemInfo() extern "C" IL2CPP_METHOD_ATTR void SystemInfoUtils_RecordSystemInfo_m2066954253 (SystemInfoUtils_t3432367043 * __this, const RuntimeMethod* method); // System.Single UnityEngine.SystemInfo::get_batteryLevel() extern "C" IL2CPP_METHOD_ATTR float SystemInfo_get_batteryLevel_m2595138443 (RuntimeObject * __this /* static, unused */, 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); // UnityEngine.BatteryStatus UnityEngine.SystemInfo::get_batteryStatus() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_batteryStatus_m1829091171 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Rendering.CopyTextureSupport UnityEngine.SystemInfo::get_copyTextureSupport() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_copyTextureSupport_m3633100286 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String UnityEngine.SystemInfo::get_deviceModel() extern "C" IL2CPP_METHOD_ATTR String_t* SystemInfo_get_deviceModel_m4078951941 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String UnityEngine.SystemInfo::get_deviceName() extern "C" IL2CPP_METHOD_ATTR String_t* SystemInfo_get_deviceName_m2397756618 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.DeviceType UnityEngine.SystemInfo::get_deviceType() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_deviceType_m3742504744 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String UnityEngine.SystemInfo::get_deviceUniqueIdentifier() extern "C" IL2CPP_METHOD_ATTR String_t* SystemInfo_get_deviceUniqueIdentifier_m3439870207 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_graphicsDeviceID() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceID_m1499208305 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String UnityEngine.SystemInfo::get_graphicsDeviceName() extern "C" IL2CPP_METHOD_ATTR String_t* SystemInfo_get_graphicsDeviceName_m3658997806 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Rendering.GraphicsDeviceType UnityEngine.SystemInfo::get_graphicsDeviceType() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceType_m2360462293 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String UnityEngine.SystemInfo::get_graphicsDeviceVendor() extern "C" IL2CPP_METHOD_ATTR String_t* SystemInfo_get_graphicsDeviceVendor_m1311812437 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_graphicsDeviceVendorID() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceVendorID_m4194982706 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String UnityEngine.SystemInfo::get_graphicsDeviceVersion() extern "C" IL2CPP_METHOD_ATTR String_t* SystemInfo_get_graphicsDeviceVersion_m3111693964 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_graphicsMemorySize() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsMemorySize_m3781753670 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_graphicsMultiThreaded() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_graphicsMultiThreaded_m195409826 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_graphicsShaderLevel() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsShaderLevel_m3846242580 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_graphicsUVStartsAtTop() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_graphicsUVStartsAtTop_m1389332794 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_maxCubemapSize() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_maxCubemapSize_m1399841822 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_maxTextureSize() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_maxTextureSize_m2715296278 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.NPOTSupport UnityEngine.SystemInfo::get_npotSupport() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_npotSupport_m4284143940 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String UnityEngine.SystemInfo::get_operatingSystem() extern "C" IL2CPP_METHOD_ATTR String_t* SystemInfo_get_operatingSystem_m1339206162 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.OperatingSystemFamily UnityEngine.SystemInfo::get_operatingSystemFamily() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_operatingSystemFamily_m4256884728 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_processorCount() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_processorCount_m1238708572 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_processorFrequency() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_processorFrequency_m997074059 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String UnityEngine.SystemInfo::get_processorType() extern "C" IL2CPP_METHOD_ATTR String_t* SystemInfo_get_processorType_m2231635669 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_supportedRenderTargetCount() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_supportedRenderTargetCount_m259160359 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supports2DArrayTextures() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supports2DArrayTextures_m1393898797 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supports3DRenderTextures() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supports3DRenderTextures_m1519539 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supports3DTextures() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supports3DTextures_m3262866358 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsAccelerometer() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsAccelerometer_m306578969 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsAudio() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsAudio_m2341396267 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsComputeShaders() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsComputeShaders_m257823564 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsCubemapArrayTextures() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsCubemapArrayTextures_m748743587 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsGyroscope() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsGyroscope_m274893028 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsImageEffects() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsImageEffects_m2886934848 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsInstancing() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsInstancing_m3861872635 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsLocationService() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsLocationService_m1977772590 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsMotionVectors() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsMotionVectors_m46965105 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsRawShadowDepthSampling() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsRawShadowDepthSampling_m2875449121 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsRenderToCubemap() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsRenderToCubemap_m856033440 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsShadows() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsShadows_m709156458 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsSparseTextures() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsSparseTextures_m4075572436 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supportsVibration() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsVibration_m1923033286 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_systemMemorySize() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_systemMemorySize_m2504687692 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_usesReversedZBuffer() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_usesReversedZBuffer_m3161491469 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4271891369(__this, method) (( void (*) (Dictionary_2_t2078069596 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void FitFun.TableRow::set_ID(System.String) extern "C" IL2CPP_METHOD_ATTR void TableRow_set_ID_m3203618308 (TableRow_t675361479 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3004303132(__this, p0, method) (( bool (*) (Dictionary_2_t2078069596 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // System.Void FitFun.Tracer::LogWarningFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogWarningFormat_m3236278898 (RuntimeObject * __this /* static, unused */, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.Void FitFun.TableRowData::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void TableRowData__ctor_m3175055884 (TableRowData_t2292813297 * __this, String_t* ___type0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1388259621(__this, p0, p1, method) (( void (*) (Dictionary_2_t2078069596 *, String_t*, TableRowData_t2292813297 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1232699439(__this, method) (( void (*) (Dictionary_2_t2078069596 *, const RuntimeMethod*))Dictionary_2_Clear_m1938428402_gshared)(__this, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m4143140914(__this, p0, method) (( TableRowData_t2292813297 * (*) (Dictionary_2_t2078069596 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m2714930061_gshared)(__this, p0, method) // System.String FitFun.TableRowData::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* TableRowData_get_Value_m3732012686 (TableRowData_t2292813297 * __this, const RuntimeMethod* method); // System.String FitFun.TableRowData::get_Type() extern "C" IL2CPP_METHOD_ATTR String_t* TableRowData_get_Type_m4147333431 (TableRowData_t2292813297 * __this, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m1033611559 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String FitFun.TableRow::get_OwnedFile() extern "C" IL2CPP_METHOD_ATTR String_t* TableRow_get_OwnedFile_m4058623490 (TableRow_t675361479 * __this, const RuntimeMethod* method); // System.Int32 FitFun.TableRow::get_OwnedRowInCSV() extern "C" IL2CPP_METHOD_ATTR int32_t TableRow_get_OwnedRowInCSV_m2693679302 (TableRow_t675361479 * __this, const RuntimeMethod* method); // System.Void FitFun.Tracer::LogErrorFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogErrorFormat_m4020303477 (RuntimeObject * __this /* static, unused */, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m364357836 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m4153729520 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m3442112024(__this, method) (( int32_t (*) (Dictionary_2_t2078069596 *, const RuntimeMethod*))Dictionary_2_get_Count_m3919933788_gshared)(__this, method) // System.Void FitFun.TableRowData::set_Type(System.String) extern "C" IL2CPP_METHOD_ATTR void TableRowData_set_Type_m2297092440 (TableRowData_t2292813297 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void FitFun.TableRowData::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void TableRowData_set_Value_m2264495118 (TableRowData_t2292813297 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2984985213(__this, method) (( void (*) (List_1_t3854366531 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void FitFun.Toaster/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCreateToastU3Ec__AnonStorey0__ctor_m3409064149 (U3CCreateToastU3Ec__AnonStorey0_t3769246785 * __this, const RuntimeMethod* method); // UnityEngine.GameObject FitFun.Toaster::get_ToastAsset() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Toaster_get_ToastAsset_m3641968681 (Toaster_t357584321 * __this, const RuntimeMethod* method); // UnityEngine.Transform FitFun.Toaster::get_Parent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Toaster_get_Parent_m2818600562 (Toaster_t357584321 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_rotation_m3502953881 (Transform_t3600365921 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform) #define Object_Instantiate_TisGameObject_t1113636619_m2276314911(__this /* static, unused */, p0, p1, p2, p3, method) (( GameObject_t1113636619 * (*) (RuntimeObject * /* static, unused */, GameObject_t1113636619 *, Vector3_t3722313464 , Quaternion_t2301928331 , Transform_t3600365921 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m1193484509_gshared)(__this /* static, unused */, p0, p1, p2, p3, method) // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisToastHandler_t2382291789_m2811761375(__this, method) (( ToastHandler_t2382291789 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3345590611_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) #define List_1_Insert_m2558694401(__this, p0, p1, method) (( void (*) (List_1_t3854366531 *, int32_t, ToastHandler_t2382291789 *, const RuntimeMethod*))List_1_Insert_m3748206754_gshared)(__this, p0, p1, 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 FitFun.ToastHandler::InitToast(System.String,System.Single,System.Single,System.Action) extern "C" IL2CPP_METHOD_ATTR void ToastHandler_InitToast_m4031752910 (ToastHandler_t2382291789 * __this, String_t* ___str0, float ___fadeSpeed1, float ___moveSpeed2, Action_t1264377477 * ___callback3, const RuntimeMethod* method); // System.Void FitFun.Toaster::ToastMove(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Toaster_ToastMove_m435884412 (Toaster_t357584321 * __this, float ___speed0, float ___baseHeight1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m630934308(__this, p0, method) (( ToastHandler_t2382291789 * (*) (List_1_t3854366531 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void FitFun.ToastHandler::Move(System.Single,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void ToastHandler_Move_m1824142254 (ToastHandler_t2382291789 * __this, float ___speed0, int32_t ___targetPos1, float ___baseHeight2, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2867154052(__this, method) (( int32_t (*) (List_1_t3854366531 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m888427298(__this, p0, method) (( bool (*) (List_1_t3854366531 *, ToastHandler_t2382291789 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // System.Void FitFun.ToastHandler::FadeOut(System.Action) extern "C" IL2CPP_METHOD_ATTR void ToastHandler_FadeOut_m954936089 (ToastHandler_t2382291789 * __this, Action_t1264377477 * ___callback0, const RuntimeMethod* method); // System.Void FitFun.ToastHandler/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CFadeOutU3Ec__AnonStorey0__ctor_m3198773454 (U3CFadeOutU3Ec__AnonStorey0_t2770008310 * __this, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.UI.Image,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * DOTweenModuleUI_DOFade_m4204019165 (RuntimeObject * __this /* static, unused */, Image_t2670269651 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // System.Void DG.Tweening.TweenCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TweenCallback__ctor_m3086472496 (TweenCallback_t3727756325 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::OnComplete>(!!0,DG.Tweening.TweenCallback) #define TweenSettingsExtensions_OnComplete_TisTweenerCore_3_t745532282_m2753949945(__this /* static, unused */, p0, p1, method) (( TweenerCore_3_t745532282 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t745532282 *, TweenCallback_t3727756325 *, const RuntimeMethod*))TweenSettingsExtensions_OnComplete_TisRuntimeObject_m3432849958_gshared)(__this /* static, unused */, p0, p1, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.UI.Text,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * DOTweenModuleUI_DOFade_m3828379572 (RuntimeObject * __this /* static, unused */, Text_t1901882714 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // UnityEngine.RectTransform UnityEngine.UI.Graphic::get_rectTransform() extern "C" IL2CPP_METHOD_ATTR RectTransform_t3704657025 * Graphic_get_rectTransform_m1167152468 (Graphic_t1660335611 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransform::get_sizeDelta() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 RectTransform_get_sizeDelta_m2183112744 (RectTransform_t3704657025 * __this, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensions::DOLocalMoveY(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * ShortcutExtensions_DOLocalMoveY_m2924342502 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * p0, float p1, float p2, bool p3, 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.Boolean UnityEngine.Debug::get_isDebugBuild() extern "C" IL2CPP_METHOD_ATTR bool Debug_get_isDebugBuild_m1389897688 (RuntimeObject * __this /* static, unused */, 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.String System.String::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m630303134 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogErrorFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Debug_LogErrorFormat_m575266265 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogException(System.Exception) extern "C" IL2CPP_METHOD_ATTR void Debug_LogException_m2207318968 (RuntimeObject * __this /* static, unused */, Exception_t * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m596730818(__this, method) (( void (*) (List_1_t1458018112 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3948595622(__this, p0, method) (( void (*) (List_1_t1458018112 *, TreeNode_t4280910666 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3394254037(__this, p0, method) (( TreeNode_t4280910666 * (*) (List_1_t1458018112 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean FitFun.TreeNode::HasChild() extern "C" IL2CPP_METHOD_ATTR bool TreeNode_HasChild_m1144249248 (TreeNode_t4280910666 * __this, const RuntimeMethod* method); // System.Void FitFun.TreeNode::RemoveAllChildren() extern "C" IL2CPP_METHOD_ATTR void TreeNode_RemoveAllChildren_m953933941 (TreeNode_t4280910666 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m2763032330(__this, p0, method) (( bool (*) (List_1_t1458018112 *, TreeNode_t4280910666 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m441130545(__this, method) (( int32_t (*) (List_1_t1458018112 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void FitFun.TreeNode::RemoveChild(FitFun.TreeNode) extern "C" IL2CPP_METHOD_ATTR void TreeNode_RemoveChild_m2090441246 (TreeNode_t4280910666 * __this, TreeNode_t4280910666 * ___child0, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Add(System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_Add_m2843784287 (RuntimeObject * __this /* static, unused */, int32_t* p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Exchange(System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_Exchange_m435211442 (RuntimeObject * __this /* static, unused */, int32_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void FitFun.UnZipper/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CUnZipFileU3Ec__AnonStorey0__ctor_m2640937117 (U3CUnZipFileU3Ec__AnonStorey0_t2702420114 * __this, const RuntimeMethod* method); // System.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ThreadStart__ctor_m3250019360 (ThreadStart_t1006689297 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart) extern "C" IL2CPP_METHOD_ATTR void Thread__ctor_m777188137 (Thread_t2300836069 * __this, ThreadStart_t1006689297 * p0, const RuntimeMethod* method); // System.Void System.Threading.Thread::set_IsBackground(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Thread_set_IsBackground_m3868016371 (Thread_t2300836069 * __this, bool p0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Start() extern "C" IL2CPP_METHOD_ATTR void Thread_Start_m2860771284 (Thread_t2300836069 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ZipFile__ctor_m264915987 (ZipFile_t1258023761 * __this, String_t* p0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::get_Count() extern "C" IL2CPP_METHOD_ATTR int64_t ZipFile_get_Count_m1292430340 (ZipFile_t1258023761 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator ICSharpCode.SharpZipLib.Zip.ZipFile::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ZipFile_GetEnumerator_m2087878865 (ZipFile_t1258023761 * __this, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ZipEntry_get_Name_m1624543186 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_IsDirectory() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_IsDirectory_m396075616 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.IO.Path::GetDirectoryName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_m3496866581 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String) extern "C" IL2CPP_METHOD_ATTR DirectoryInfo_t35957480 * Directory_CreateDirectory_m751642867 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_IsFile() extern "C" IL2CPP_METHOD_ATTR bool ZipEntry_get_IsFile_m1955188421 (ZipEntry_t658048195 * __this, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::Create(System.String) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_Create_m2207667142 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::GetInputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * ZipFile_GetInputStream_m2840176831 (ZipFile_t1258023761 * __this, ZipEntry_t658048195 * p0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Close() extern "C" IL2CPP_METHOD_ATTR void ZipFile_Close_m645550148 (ZipFile_t1258023761 * __this, const RuntimeMethod* method); // System.Void FitFun.UnZipper::Unzip(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void UnZipper_Unzip_m759325539 (UnZipper_t4019391518 * __this, String_t* ___targetDir0, String_t* ___fileName1, const RuntimeMethod* 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.Text.StringBuilder System.Text.StringBuilder::Append(System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1640838743 (StringBuilder_t * __this, RuntimeObject * p0, const RuntimeMethod* method); // UnityEngine.Sprite UnityEngine.Sprite::Create(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR Sprite_t280657092 * Sprite_Create_m803022218 (RuntimeObject * __this /* static, unused */, Texture2D_t3840446185 * p0, Rect_t2360479859 p1, Vector2_t2156229523 p2, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_get_zero_m540426400 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m1767405923 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, const RuntimeMethod* method); // System.Double System.Math::Round(System.Double,System.Int32) extern "C" IL2CPP_METHOD_ATTR double Math_Round_m3279303474 (RuntimeObject * __this /* static, unused */, double p0, int32_t p1, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Int64) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m4174439391 (RuntimeObject * __this /* static, unused */, int64_t p0, 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); // 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.Int32 UnityEngine.Transform::get_childCount() extern "C" IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_m3145433196 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::DetachChildren() extern "C" IL2CPP_METHOD_ATTR void Transform_DetachChildren_m3266231651 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m1962355396(__this, p0, method) (( bool (*) (Dictionary_2_t2367162648 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2339565059(__this, p0, method) (( SpriteU5BU5D_t2581906349* (*) (Dictionary_2_t2367162648 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m2714930061_gshared)(__this, p0, method) // !!0[] UnityEngine.Resources::LoadAll(System.String) #define Resources_LoadAll_TisSprite_t280657092_m1417587347(__this /* static, unused */, p0, method) (( SpriteU5BU5D_t2581906349* (*) (RuntimeObject * /* static, unused */, String_t*, const RuntimeMethod*))Resources_LoadAll_TisRuntimeObject_m3261828702_gshared)(__this /* static, unused */, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m161176507(__this, p0, p1, method) (( void (*) (Dictionary_2_t2367162648 *, String_t*, SpriteU5BU5D_t2581906349*, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean System.String::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Contains_m1147431944 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String FitFun.UtilTools::StringBuilder(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* UtilTools_StringBuilder_m1530790943 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___oArg10, RuntimeObject * ___oArg21, RuntimeObject * ___oArg32, RuntimeObject * ___oArg43, RuntimeObject * ___oArg54, RuntimeObject * ___oArg65, RuntimeObject * ___oArg76, RuntimeObject * ___oArg87, RuntimeObject * ___oArg98, const RuntimeMethod* method); // UnityEngine.Sprite[] FitFun.UtilTools::LoadAtlasRes(System.String) extern "C" IL2CPP_METHOD_ATTR SpriteU5BU5D_t2581906349* UtilTools_LoadAtlasRes_m2443154281 (RuntimeObject * __this /* static, unused */, String_t* ___strPath0, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() extern "C" IL2CPP_METHOD_ATTR String_t* Object_get_name_m4211327027 (Object_t631007953 * __this, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.Image::set_sprite(UnityEngine.Sprite) extern "C" IL2CPP_METHOD_ATTR void Image_set_sprite_m2369174689 (Image_t2670269651 * __this, Sprite_t280657092 * p0, 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.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1345648129(__this, method) (( void (*) (Dictionary_2_t2367162648 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3302800229(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void FitFun.Singleton`1::.ctor() #define Singleton_1__ctor_m2921959806(__this, method) (( void (*) (Singleton_1_t367392258 *, const RuntimeMethod*))Singleton_1__ctor_m643532412_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2249167092(__this, p0, method) (( bool (*) (Dictionary_2_t1632706988 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2643467469(__this, p0, method) (( String_t* (*) (Dictionary_2_t1632706988 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m2714930061_gshared)(__this, p0, method) // System.String FitFun.AssetManager::LoadText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* AssetManager_LoadText_m1978970207 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m633427275(__this, p0, p1, method) (( void (*) (Dictionary_2_t1632706988 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m1615584752(__this, p0, method) (( bool (*) (Dictionary_2_t1632706988 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m1786738978_gshared)(__this, p0, 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_m1938428402_gshared)(__this, method) // System.Void FitFun.SingletonMonobehaviour`1::.ctor() #define SingletonMonobehaviour_1__ctor_m3879225020(__this, method) (( void (*) (SingletonMonobehaviour_1_t3841615910 *, const RuntimeMethod*))SingletonMonobehaviour_1__ctor_m1307901487_gshared)(__this, method) // System.Single UnityEngine.Time::get_unscaledDeltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_m4270080131 (RuntimeObject * __this /* static, unused */, 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.GUIStyle::.ctor() extern "C" IL2CPP_METHOD_ATTR void GUIStyle__ctor_m4038363858 (GUIStyle_t3956901511 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_alignment(UnityEngine.TextAnchor) extern "C" IL2CPP_METHOD_ATTR void GUIStyle_set_alignment_m3944619660 (GUIStyle_t3956901511 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_fontSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void GUIStyle_set_fontSize_m1566850023 (GUIStyle_t3956901511 * __this, int32_t p0, const RuntimeMethod* method); // UnityEngine.GUIStyleState UnityEngine.GUIStyle::get_normal() extern "C" IL2CPP_METHOD_ATTR GUIStyleState_t1397964415 * GUIStyle_get_normal_m729441812 (GUIStyle_t3956901511 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Color__ctor_m2943235014 (Color_t2555686324 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyleState::set_textColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void GUIStyleState_set_textColor_m1105876047 (GUIStyleState_t1397964415 * __this, Color_t2555686324 p0, const RuntimeMethod* method); // System.Void UnityEngine.GUI::Label(UnityEngine.Rect,System.String,UnityEngine.GUIStyle) extern "C" IL2CPP_METHOD_ATTR void GUI_Label_m2420537077 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 p0, String_t* p1, GUIStyle_t3956901511 * p2, const RuntimeMethod* method); // 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); // 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.String LitJson.JsonData::ToJson() extern "C" IL2CPP_METHOD_ATTR String_t* JsonData_ToJson_m692076605 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Void SDKProxyManager::Send(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_Send_m2772845412 (RuntimeObject * __this /* static, unused */, String_t* ___strJson0, const RuntimeMethod* method); // System.Void LitJson.JsonData::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m1915385334 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.String SDKProxyManager::Get(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SDKProxyManager_Get_m623790032 (RuntimeObject * __this /* static, unused */, String_t* ___key0, const RuntimeMethod* method); // System.Void SDKProxyManager::Set(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_Set_m209121070 (RuntimeObject * __this /* static, unused */, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method); // LitJson.JsonData GameFriend.SDKEventManager::CreateJsonRoot(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * SDKEventManager_CreateJsonRoot_m3997786708 (RuntimeObject * __this /* static, unused */, String_t* ___evtName0, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::SendDataCollection(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendDataCollection_m1140083305 (RuntimeObject * __this /* static, unused */, String_t* ___sendText0, const RuntimeMethod* method); // DMCore.Framework.Plugin.CFitfunApiPlugin DMCore.Framework.Plugin.CFitfunApiPlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFitfunApiPlugin_t3372796910 * CFitfunApiPlugin_GetInstance_m148885372 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::GetChannelId() extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_GetChannelId_m1906671540 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method); // DMCore.Framework.Plugin.CSystemToolPlugin DMCore.Framework.Plugin.CSystemToolPlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSystemToolPlugin_t1584592813 * CSystemToolPlugin_GetInstance_m1746780767 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetMacAddress() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetMacAddress_m319283110 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetAppName() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetAppName_m4266575299 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetAppVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetAppVersion_m3830952267 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // UnityEngine.NetworkReachability UnityEngine.Application::get_internetReachability() extern "C" IL2CPP_METHOD_ATTR int32_t Application_get_internetReachability_m432100819 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() extern "C" IL2CPP_METHOD_ATTR int32_t Application_get_platform_m2150679437 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetOSVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetOSVersion_m1444923725 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetMobileModel() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetMobileModel_m3457325503 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunSetAny(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunSetAny_m718870777 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___func0, String_t* ___param1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m770363746(__this, method) (( void (*) (Dictionary_2_t3935206418 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void FitFun.Singleton`1::.ctor() #define Singleton_1__ctor_m810122029(__this, method) (( void (*) (Singleton_1_t982490881 *, const RuntimeMethod*))Singleton_1__ctor_m643532412_gshared)(__this, method) // UnityEngine.Object UnityEngine.Resources::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Resources_Load_m3880010804 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m1447119458 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::SelectSingleNode(System.String) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_SelectSingleNode_m2944339946 (XmlNode_t3767805227 * __this, String_t* p0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlAttributeCollection_get_ItemOf_m952828905 (XmlAttributeCollection_t2316283784 * __this, String_t* p0, const RuntimeMethod* method); // System.Void GameSettingValue::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameSettingValue__ctor_m2246082054 (GameSettingValue_t4149950119 * __this, const RuntimeMethod* method); // System.Void GameSettingValue::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void GameSettingValue_set_Name_m268134241 (GameSettingValue_t4149950119 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void GameSettingValue::set_Type(System.String) extern "C" IL2CPP_METHOD_ATTR void GameSettingValue_set_Type_m1642217508 (GameSettingValue_t4149950119 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void GameSettingValue::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void GameSettingValue_set_Value_m2466339180 (GameSettingValue_t4149950119 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3285133667(__this, p0, p1, method) (( void (*) (Dictionary_2_t3935206418 *, String_t*, GameSettingValue_t4149950119 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3089934523(__this, method) (( void (*) (Dictionary_2_t3935206418 *, const RuntimeMethod*))Dictionary_2_Clear_m1938428402_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2836847777(__this, p0, method) (( bool (*) (Dictionary_2_t3935206418 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m830996807(__this, p0, method) (( GameSettingValue_t4149950119 * (*) (Dictionary_2_t3935206418 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m2714930061_gshared)(__this, p0, method) // System.String GameSettingValue::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* GameSettingValue_get_Value_m3501889569 (GameSettingValue_t4149950119 * __this, const RuntimeMethod* method); // System.String GameSetting::GetSettingValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* GameSetting_GetSettingValue_m344469462 (GameSetting_t2657790435 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m88437072(__this, method) (( void (*) (List_1_t1447112461 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1628857705(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1__ctor_m1628857705_gshared)(__this, method) // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(__this, method) (( Animation_t3648466861 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3345590611_gshared)(__this, method) // UnityEngine.AnimationClip UnityEngine.Animation::GetClip(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * Animation_GetClip_m732294439 (Animation_t3648466861 * __this, String_t* p0, const RuntimeMethod* method); // System.Single UnityEngine.AnimationClip::get_length() extern "C" IL2CPP_METHOD_ATTR float AnimationClip_get_length_m3296085482 (AnimationClip_t2318505987 * __this, const RuntimeMethod* method); // System.Int32 GameTimer::AddEvent(System.Single,System.Single,System.Int32,System.Action) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddEvent_m3395596970 (GameTimer_t2541170184 * __this, float ___delay0, float ___dur1, int32_t ___loopTimes2, Action_t1264377477 * ___callBack3, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m987949881(__this, p0, method) (( int32_t (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_get_Item_m987949881_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m361000296(__this, method) (( int32_t (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_get_Count_m361000296_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m697420525(__this, p0, method) (( void (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Add_m697420525_gshared)(__this, p0, method) // System.Int32 GameTimer::AddEvent(System.Single,System.Single,System.Int32,System.Action`1,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddEvent_m1138573778 (GameTimer_t2541170184 * __this, float ___delay0, float ___dur1, int32_t ___loopTimes2, Action_1_t3252573759 * ___argCallBack3, RuntimeObject * ___arg4, const RuntimeMethod* method); // System.Int32 GameTimer::AddEvent(System.Single,System.Single,System.Int32,System.Action`1,System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddEvent_m1828275477 (GameTimer_t2541170184 * __this, float ___delay0, float ___dur1, int32_t ___loopTimes2, Action_1_t1569734369 * ___argCallBack3, float ___arg4, const RuntimeMethod* method); // System.Int32 GameTimer::AddEvent(System.Single,System.Single,System.Int32,System.Action`1,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddEvent_m2516169607 (GameTimer_t2541170184 * __this, float ___delay0, float ___dur1, int32_t ___loopTimes2, Action_1_t2019918284 * ___argCallBack3, String_t* ___arg4, const RuntimeMethod* method); // System.Void GameTimer::Kill(System.Int32) extern "C" IL2CPP_METHOD_ATTR void GameTimer_Kill_m544123378 (GameTimer_t2541170184 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Int32 GameTimer::getEventId() extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_getEventId_m2254645083 (GameTimer_t2541170184 * __this, const RuntimeMethod* method); // System.Void GameTimerInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameTimerInfo__ctor_m2664626264 (GameTimerInfo_t4270005015 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_realtimeSinceStartup() extern "C" IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_m3141794964 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m544329332(__this, p0, method) (( void (*) (List_1_t1447112461 *, GameTimerInfo_t4270005015 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void GameTimer/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CKillU3Ec__AnonStorey0__ctor_m491611441 (U3CKillU3Ec__AnonStorey0_t3557100118 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m1204883269(__this, p0, p1, method) (( void (*) (Predicate_1_t800331843 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // System.Int32 System.Collections.Generic.List`1::RemoveAll(System.Predicate`1) #define List_1_RemoveAll_m2386734157(__this, p0, method) (( int32_t (*) (List_1_t1447112461 *, Predicate_1_t800331843 *, const RuntimeMethod*))List_1_RemoveAll_m4292035398_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m3037048099(__this, p0, method) (( bool (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Remove_m3037048099_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2347453568(__this, method) (( int32_t (*) (List_1_t1447112461 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2213195052(__this, p0, method) (( GameTimerInfo_t4270005015 * (*) (List_1_t1447112461 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Reflection.MethodInfo System.Delegate::get_Method() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_get_Method_m3071622864 (Delegate_t1188392813 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsStatic() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_m2399864271 (MethodBase_t * __this, const RuntimeMethod* method); // System.Object System.Delegate::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m2361978888 (Delegate_t1188392813 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m3950995599(__this, p0, method) (( bool (*) (List_1_t1447112461 *, GameTimerInfo_t4270005015 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m2461023210(__this, p0, method) (( void (*) (Action_1_t3252573759 *, RuntimeObject *, const RuntimeMethod*))Action_1_Invoke_m2461023210_gshared)(__this, p0, method) // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m2159083576(__this, p0, method) (( void (*) (Action_1_t1569734369 *, float, const RuntimeMethod*))Action_1_Invoke_m2159083576_gshared)(__this, p0, method) // System.Void ClickTimeSlot::.ctor() extern "C" IL2CPP_METHOD_ATTR void ClickTimeSlot__ctor_m2979748851 (ClickTimeSlot_t1463425833 * __this, const RuntimeMethod* method); // System.Void ClickTimeSlot::set_ClickCountToBoost(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ClickTimeSlot_set_ClickCountToBoost_m3268330309 (ClickTimeSlot_t1463425833 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ClickTimeSlot::set_TimeRange(System.Single) extern "C" IL2CPP_METHOD_ATTR void ClickTimeSlot_set_TimeRange_m1485760027 (ClickTimeSlot_t1463425833 * __this, float ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.Rect::Contains(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool Rect_Contains_m1232228501 (Rect_t2360479859 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void ClickTimeSlot::PushClick(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void ClickTimeSlot_PushClick_m2949122407 (ClickTimeSlot_t1463425833 * __this, DateTime_t3738529785 ___time0, 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.Object UnityEngine.Object::Instantiate(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Object_Instantiate_m3403600534 (RuntimeObject * __this /* static, unused */, Object_t631007953 * 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.Transform UnityEngine.GameObject::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * GameObject_get_transform_m1369836730 (GameObject_t1113636619 * __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); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisButton_t4055032469_m1381873113(__this, method) (( Button_t4055032469 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::get_onClick() extern "C" IL2CPP_METHOD_ATTR ButtonClickedEvent_t48803504 * Button_get_onClick_m2332132945 (Button_t4055032469 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction__ctor_m772160306 (UnityAction_t3245792599 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent::AddListener(UnityEngine.Events.UnityAction) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_AddListener_m2276267359 (UnityEvent_t2581268647 * __this, UnityAction_t3245792599 * p0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisInputField_t3762917431_m3342128916(__this, method) (( InputField_t3762917431 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.String UnityEngine.UI.InputField::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* InputField_get_text_m3534748202 (InputField_t3762917431 * __this, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m3534645186(__this /* static, unused */, method) (( CSharpCallLuaDelegates_t1038426297 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // FitFun.CSharpCallLuaDelegates/ILuaGameManager FitFun.CSharpCallLuaDelegates::get_LuaGameManagerEntry() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CSharpCallLuaDelegates_get_LuaGameManagerEntry_m2435653364 (CSharpCallLuaDelegates_t1038426297 * __this, 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); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2113769949(__this, p0, method) (( RaycastResult_t3360306849 (*) (List_1_t537414295 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2113769949_gshared)(__this, p0, method) // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * RaycastResult_get_gameObject_m2570051527 (RaycastResult_t3360306849 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.GameObject::get_layer() extern "C" IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m4158800245 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.LayerMask::NameToLayer(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t LayerMask_NameToLayer_m2359665122 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4207101203(__this, method) (( int32_t (*) (List_1_t537414295 *, const RuntimeMethod*))List_1_get_Count_m4207101203_gshared)(__this, method) // System.Void GUIDependencyConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void GUIDependencyConfig__ctor_m1157835602 (GUIDependencyConfig_t2406732459 * __this, const RuntimeMethod* method); // System.String FitFun.ResourcePath::get_GUIDependencyPath() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_GUIDependencyPath_m2858382298 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m1616861391 (StreamReader_t4009935899 * __this, String_t* p0, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) #define JsonConvert_DeserializeObject_TisGUIDependencyRoot_t3004525873_m1582059257(__this /* static, unused */, p0, method) (( GUIDependencyRoot_t3004525873 * (*) (RuntimeObject * /* static, unused */, String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m2530777251_gshared)(__this /* static, unused */, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1447614041(__this, p0, method) (( GUIDependencyItem_t2240036075 * (*) (List_1_t3712110817 *, 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_m2835641582(__this, method) (( int32_t (*) (List_1_t3712110817 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.Queue`1::.ctor() #define Queue_1__ctor_m517546824(__this, method) (( void (*) (Queue_1_t1693710183 *, const RuntimeMethod*))Queue_1__ctor_m3749217910_gshared)(__this, method) // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) #define Queue_1_Enqueue_m440672958(__this, p0, method) (( void (*) (Queue_1_t1693710183 *, String_t*, const RuntimeMethod*))Queue_1_Enqueue_m1868480850_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.Queue`1::get_Count() #define Queue_1_get_Count_m3902537741(__this, method) (( int32_t (*) (Queue_1_t1693710183 *, const RuntimeMethod*))Queue_1_get_Count_m2496300460_gshared)(__this, method) // !0 System.Collections.Generic.Queue`1::Dequeue() #define Queue_1_Dequeue_m749985083(__this, method) (( String_t* (*) (Queue_1_t1693710183 *, const RuntimeMethod*))Queue_1_Dequeue_m3550993416_gshared)(__this, method) // System.Void UnityEngine.GameObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m3707688467 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisText_t1901882714_m942857714(__this, method) (( Text_t1901882714 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m914906257_gshared)(__this, method) // System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Transform_SetParent_m273471670 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, bool p1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisText_t1901882714_m4196288697(__this, method) (( Text_t1901882714 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void UnityEngine.RectTransform::SetInsetAndSizeFromParentEdge(UnityEngine.RectTransform/Edge,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void RectTransform_SetInsetAndSizeFromParentEdge_m3531740593 (RectTransform_t3704657025 * __this, int32_t p0, float p1, float p2, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransform::get_offsetMin() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 RectTransform_get_offsetMin_m30225325 (RectTransform_t3704657025 * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.Text::set_horizontalOverflow(UnityEngine.HorizontalWrapMode) extern "C" IL2CPP_METHOD_ATTR void Text_set_horizontalOverflow_m2473787109 (Text_t1901882714 * __this, int32_t p0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransform::get_anchoredPosition() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 RectTransform_get_anchoredPosition_m1813443094 (RectTransform_t3704657025 * __this, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOAnchorPosX(UnityEngine.RectTransform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * DOTweenModuleUI_DOAnchorPosX_m1156892184 (RuntimeObject * __this /* static, unused */, RectTransform_t3704657025 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::SetEase>(!!0,DG.Tweening.Ease) #define TweenSettingsExtensions_SetEase_TisTweenerCore_3_t4006488229_m3375374649(__this /* static, unused */, p0, p1, method) (( TweenerCore_3_t4006488229 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4006488229 *, int32_t, const RuntimeMethod*))TweenSettingsExtensions_SetEase_TisRuntimeObject_m2697960120_gshared)(__this /* static, unused */, p0, p1, method) // !!0 DG.Tweening.TweenSettingsExtensions::OnComplete(!!0,DG.Tweening.TweenCallback) #define TweenSettingsExtensions_OnComplete_TisTweener_t436044680_m3953371001(__this /* static, unused */, p0, p1, method) (( Tweener_t436044680 * (*) (RuntimeObject * /* static, unused */, Tweener_t436044680 *, TweenCallback_t3727756325 *, const RuntimeMethod*))TweenSettingsExtensions_OnComplete_TisRuntimeObject_m3432849958_gshared)(__this /* static, unused */, p0, p1, method) // System.Boolean UnityEngine.Input::GetKeyDown(UnityEngine.KeyCode) extern "C" IL2CPP_METHOD_ATTR bool Input_GetKeyDown_m17791917 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Random_Range_m4054026115 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void HMarquee::AddText(System.String) extern "C" IL2CPP_METHOD_ATTR void HMarquee_AddText_m3891719523 (HMarquee_t3885030875 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void HMarquee::Run() extern "C" IL2CPP_METHOD_ATTR void HMarquee_Run_m3420098730 (HMarquee_t3885030875 * __this, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m3209749847(__this /* static, unused */, method) (( CConfig_t2766825507 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // System.Void CConfig::Reload() extern "C" IL2CPP_METHOD_ATTR void CConfig_Reload_m4406691 (CConfig_t2766825507 * __this, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m1746511074(__this /* static, unused */, method) (( CLoadingUI_t2056112563 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // System.Void CLoadingUI::Enter() extern "C" IL2CPP_METHOD_ATTR void CLoadingUI_Enter_m1828422442 (CLoadingUI_t2056112563 * __this, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m1551102770(__this /* static, unused */, method) (( LocalDataStorage_t2149724963 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // System.Void FitFun.LocalDataStorage::SaveInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LocalDataStorage_SaveInt_m3783769882 (LocalDataStorage_t2149724963 * __this, String_t* ___dataType0, int32_t ___value1, const RuntimeMethod* method); // T FitFun.SingletonMonobehaviour`1::get_Instance() #define SingletonMonobehaviour_1_get_Instance_m4042176937(__this /* static, unused */, method) (( MonoBeBehaviourManager_t4147374129 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))SingletonMonobehaviour_1_get_Instance_m1810564294_gshared)(__this /* static, unused */, method) // System.Collections.IEnumerator HotFixState::CheckProxyVersion() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HotFixState_CheckProxyVersion_m3692281100 (HotFixState_t4251295459 * __this, const RuntimeMethod* method); // System.Void FitFun.MonoBeBehaviourManager::StopAllCoroutines() extern "C" IL2CPP_METHOD_ATTR void MonoBeBehaviourManager_StopAllCoroutines_m123532901 (MonoBeBehaviourManager_t4147374129 * __this, const RuntimeMethod* method); // System.Void CLoadingUI::Exit() extern "C" IL2CPP_METHOD_ATTR void CLoadingUI_Exit_m1144525808 (CLoadingUI_t2056112563 * __this, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m3232929273(__this /* static, unused */, method) (( CDownload_t4160115557 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // System.Void CDownload::Reset() extern "C" IL2CPP_METHOD_ATTR void CDownload_Reset_m3765328808 (CDownload_t4160115557 * __this, const RuntimeMethod* method); // T FitFun.ComponentUtil::AddComponentIfNotExist(UnityEngine.GameObject) #define ComponentUtil_AddComponentIfNotExist_TisInputManager_t3933257607_m3454982096(__this /* static, unused */, ___gameObject0, method) (( InputManager_t3933257607 * (*) (RuntimeObject * /* static, unused */, GameObject_t1113636619 *, const RuntimeMethod*))ComponentUtil_AddComponentIfNotExist_TisRuntimeObject_m1287976732_gshared)(__this /* static, unused */, ___gameObject0, method) // System.Void FitFun.SimpleFSM::TransformToState(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SimpleFSM_TransformToState_m703395552 (SimpleFSM_t3686535260 * __this, int32_t ___targetKey0, int32_t ___fromKey1, const RuntimeMethod* method); // System.Void HotFixState/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckAllXMLU3Ec__Iterator0__ctor_m3805466558 (U3CCheckAllXMLU3Ec__Iterator0_t964970216 * __this, const RuntimeMethod* method); // System.Void HotFixState/c__Iterator1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckNoNetU3Ec__Iterator1__ctor_m3005096313 (U3CCheckNoNetU3Ec__Iterator1_t3864336713 * __this, const RuntimeMethod* method); // System.Void HotFixState/c__Iterator2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckFullVersionU3Ec__Iterator2__ctor_m1395620230 (U3CCheckFullVersionU3Ec__Iterator2_t2024604231 * __this, const RuntimeMethod* method); // System.Void HotFixState/c__Iterator3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckProxyVersionU3Ec__Iterator3__ctor_m4126693082 (U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * __this, const RuntimeMethod* method); // System.Void HotFixState/c__Iterator4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckAppVersionU3Ec__Iterator4__ctor_m849724385 (U3CCheckAppVersionU3Ec__Iterator4_t4272772224 * __this, const RuntimeMethod* method); // System.Void HotFixState/c__Iterator5::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__Iterator5__ctor_m2163636580 (U3CCheckVersionU3Ec__Iterator5_t3300148884 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.IO.CIOVar::IsFileExist(System.String) extern "C" IL2CPP_METHOD_ATTR bool CIOVar_IsFileExist_m4190802418 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Byte[] DMCore.Framework.IO.CReadVar::ReadFile(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CReadVar_ReadFile_m2302192807 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void FitFun.AssetManager::LoadAllXML(System.String) extern "C" IL2CPP_METHOD_ATTR void AssetManager_LoadAllXML_m1243220129 (RuntimeObject * __this /* static, unused */, String_t* ___txt0, const RuntimeMethod* method); // System.String FitFun.AssetHelper::GetSandboxAllXMLPath() extern "C" IL2CPP_METHOD_ATTR String_t* AssetHelper_GetSandboxAllXMLPath_m332902427 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Byte[] DMCore.Framework.IO.CReadVar::ReadFileFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CReadVar_ReadFileFullPath_m2356108572 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void HotFixState::HotFixFinished() extern "C" IL2CPP_METHOD_ATTR void HotFixState_HotFixFinished_m2210965167 (HotFixState_t4251295459 * __this, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m906527132(__this /* static, unused */, method) (( ServerSetting_t2760349885 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // System.String ServerSetting::GetPropertyValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ServerSetting_GetPropertyValue_m2475801718 (ServerSetting_t2760349885 * __this, String_t* ___name0, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m1358402437(__this /* static, unused */, method) (( HttpCoroutine_t905929100 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // FitFun.HttpCoroutine FitFun.HttpCoroutine::Get(System.String) extern "C" IL2CPP_METHOD_ATTR HttpCoroutine_t905929100 * HttpCoroutine_Get_m1462774398 (HttpCoroutine_t905929100 * __this, String_t* ___url0, const RuntimeMethod* method); // System.String FitFun.HttpCoroutine::get_error() extern "C" IL2CPP_METHOD_ATTR String_t* HttpCoroutine_get_error_m3986928353 (HttpCoroutine_t905929100 * __this, const RuntimeMethod* method); // System.String FitFun.HttpCoroutine::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* HttpCoroutine_get_text_m1411618112 (HttpCoroutine_t905929100 * __this, const RuntimeMethod* method); // System.Void CConfig::SetRemoteVersion(System.String) extern "C" IL2CPP_METHOD_ATTR void CConfig_SetRemoteVersion_m4037842170 (CConfig_t2766825507 * __this, String_t* ___json0, const RuntimeMethod* method); // System.Collections.IEnumerator HotFixState::CheckFullVersion() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HotFixState_CheckFullVersion_m2684360578 (HotFixState_t4251295459 * __this, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m855614156(__this /* static, unused */, method) (( HotFixHelper_t2663067595 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // System.String FitFun.HotFixHelper::GetFullVersion() extern "C" IL2CPP_METHOD_ATTR String_t* HotFixHelper_GetFullVersion_m3267511071 (HotFixHelper_t2663067595 * __this, const RuntimeMethod* method); // System.Void CVersionIssue::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CVersionIssue__ctor_m2869330739 (CVersionIssue_t3008599312 * __this, String_t* ___version0, const RuntimeMethod* method); // System.Boolean CVersionIssue::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CVersionIssue_IsValid_m2336196782 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator HotFixState::CheckVersion() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HotFixState_CheckVersion_m1347604664 (HotFixState_t4251295459 * __this, const RuntimeMethod* method); // CVersionIssue CConfig::GetLocalVersion() extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CConfig_GetLocalVersion_m3274848080 (CConfig_t2766825507 * __this, const RuntimeMethod* method); // System.Void CConfig::SetLocalVersion(System.String) extern "C" IL2CPP_METHOD_ATTR void CConfig_SetLocalVersion_m724167094 (CConfig_t2766825507 * __this, String_t* ___localVersion0, const RuntimeMethod* method); // System.Boolean CVersionIssue::LessThan(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR bool CVersionIssue_LessThan_m56434960 (CVersionIssue_t3008599312 * __this, CVersionIssue_t3008599312 * ___other0, const RuntimeMethod* method); // System.Void FitFun.ResourcePath::DeleteHotFix() extern "C" IL2CPP_METHOD_ATTR void ResourcePath_DeleteHotFix_m3254473557 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String CVersionIssue::GetFullName() extern "C" IL2CPP_METHOD_ATTR String_t* CVersionIssue_GetFullName_m2302036779 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator HotFixState::CheckAllXML() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HotFixState_CheckAllXML_m481093834 (HotFixState_t4251295459 * __this, const RuntimeMethod* method); // System.Void HotFixState/c__Iterator3/c__AnonStorey6::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckProxyVersionU3Ec__AnonStorey6__ctor_m1190106926 (U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator HotFixState::CheckAppVersion() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HotFixState_CheckAppVersion_m488832795 (HotFixState_t4251295459 * __this, const RuntimeMethod* method); // System.String VersionHelper::GetProgramVersion() extern "C" IL2CPP_METHOD_ATTR String_t* VersionHelper_GetProgramVersion_m2386517133 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m3349674717(__this /* static, unused */, method) (( CWebConfig_t812894886 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m838414602(__this, p0, p1, method) (( void (*) (Action_1_t2019918284 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // CWebConfig CWebConfig::GetUrlC(System.String,System.Action`1,System.Action`1,System.Action`1) extern "C" IL2CPP_METHOD_ATTR CWebConfig_t812894886 * CWebConfig_GetUrlC_m2563783179 (CWebConfig_t812894886 * __this, String_t* ___uri0, Action_1_t2019918284 * ___success1, Action_1_t2019918284 * ___failed2, Action_1_t3123413348 * ___progress3, const RuntimeMethod* method); // System.Void HotFixState/c__Iterator5/c__AnonStorey7::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__AnonStorey7__ctor_m732604171 (U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * __this, const RuntimeMethod* method); // System.Boolean CConfig::ExistRemoteVersion() extern "C" IL2CPP_METHOD_ATTR bool CConfig_ExistRemoteVersion_m337575176 (CConfig_t2766825507 * __this, const RuntimeMethod* method); // CVersionIssue CConfig::GetNextVersion(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CConfig_GetNextVersion_m3109398732 (CConfig_t2766825507 * __this, CVersionIssue_t3008599312 * ___local0, const RuntimeMethod* method); // System.String CConfig::GetFullPath(CVersionIssue&) extern "C" IL2CPP_METHOD_ATTR String_t* CConfig_GetFullPath_m2123291782 (CConfig_t2766825507 * __this, CVersionIssue_t3008599312 ** ___nextVersion0, const RuntimeMethod* method); // System.String CConfig::GetNextVersionPath(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR String_t* CConfig_GetNextVersionPath_m1429570612 (CConfig_t2766825507 * __this, CVersionIssue_t3008599312 * ___local0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetHash(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetHash_m2118670691 (RuntimeObject * __this /* static, unused */, String_t* ___strVal0, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.String UnityEngine.Application::get_temporaryCachePath() extern "C" IL2CPP_METHOD_ATTR String_t* Application_get_temporaryCachePath_m1214546342 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Net.WebRequest System.Net.WebRequest::Create(System.String) extern "C" IL2CPP_METHOD_ATTR WebRequest_t1939381076 * WebRequest_Create_m1521009289 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m1510624085(__this, p0, p1, method) (( void (*) (Action_3_t3409849893 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m1510624085_gshared)(__this, p0, p1, method) // System.Collections.IEnumerator CDownload::StartDownloadBeforeC(System.String,System.String,System.Action`3,System.Action) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CDownload_StartDownloadBeforeC_m3852839688 (CDownload_t4160115557 * __this, String_t* ___target0, String_t* ___uri1, Action_3_t3409849893 * ___success2, Action_t1264377477 * ___failed3, const RuntimeMethod* method); // System.Boolean CDownload::IsDone() extern "C" IL2CPP_METHOD_ATTR bool CDownload_IsDone_m1206231450 (CDownload_t4160115557 * __this, const RuntimeMethod* method); // CLoadingUI CLoadingUI::StartUpdateC(System.Int64,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR CLoadingUI_t2056112563 * CLoadingUI_StartUpdateC_m546636314 (CLoadingUI_t2056112563 * __this, int64_t ___size0, String_t* ___version1, bool ___wifiEnabled2, const RuntimeMethod* 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.Collections.IEnumerator CDownload::StartDownloadC(System.String,System.String,System.Action,System.Action,System.Action`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CDownload_StartDownloadC_m1160656982 (CDownload_t4160115557 * __this, String_t* ___target0, String_t* ___uri1, Action_t1264377477 * ___success2, Action_t1264377477 * ___failed3, Action_1_t3123413348 * ___progress4, const RuntimeMethod* method); // System.String FitFun.ResourcePath::get_RootPath() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_RootPath_m41359506 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CLoadingUI::StartUnzip() extern "C" IL2CPP_METHOD_ATTR void CLoadingUI_StartUnzip_m2906702794 (CLoadingUI_t2056112563 * __this, const RuntimeMethod* method); // T FitFun.SingletonMonobehaviour`1::get_Instance() #define SingletonMonobehaviour_1_get_Instance_m3403594160(__this /* static, unused */, method) (( CUnzip_t1415754954 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))SingletonMonobehaviour_1_get_Instance_m1810564294_gshared)(__this /* static, unused */, method) // CUnzip CUnzip::StartUnzipC(System.Boolean,System.String,System.String,System.Action,System.Action,System.Action`1) extern "C" IL2CPP_METHOD_ATTR CUnzip_t1415754954 * CUnzip_StartUnzipC_m1338054741 (CUnzip_t1415754954 * __this, bool ___useSDK0, String_t* ___targetPath1, String_t* ___zipFile2, Action_t1264377477 * ___success3, Action_t1264377477 * ___failed4, Action_1_t3123413348 * ___progress5, const RuntimeMethod* method); // System.Boolean CUnzip::IsDone() extern "C" IL2CPP_METHOD_ATTR bool CUnzip_IsDone_m3607704926 (CUnzip_t1415754954 * __this, const RuntimeMethod* method); // System.Void System.IO.File::Delete(System.String) extern "C" IL2CPP_METHOD_ATTR void File_Delete_m321251800 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void CLoadingUI::UnzipProgress(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CLoadingUI_UnzipProgress_m1562501473 (CLoadingUI_t2056112563 * __this, int32_t ___progress0, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::HotResJsonRoot(System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_HotResJsonRoot_m3040280156 (RuntimeObject * __this /* static, unused */, bool ___s0, String_t* ___v1, const RuntimeMethod* method); // System.Void CLoadingUI::UpdateProgress(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void CLoadingUI_UpdateProgress_m181966819 (CLoadingUI_t2056112563 * __this, int32_t ___progress0, String_t* ___version1, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::UnZipResJsonRoot(System.Boolean,System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_UnZipResJsonRoot_m1970932031 (RuntimeObject * __this /* static, unused */, bool ___isSuccess0, bool ___isFirst1, String_t* ___v2, const RuntimeMethod* method); // System.Void FitFun.SingletonMonobehaviour`1::.ctor() #define SingletonMonobehaviour_1__ctor_m2400031163(__this, method) (( void (*) (SingletonMonobehaviour_1_t795547539 *, const RuntimeMethod*))SingletonMonobehaviour_1__ctor_m1307901487_gshared)(__this, method) // System.String UnityEngine.Application::get_version() extern "C" IL2CPP_METHOD_ATTR String_t* Application_get_version_m2436029190 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean HUBSDKManager::Enable() extern "C" IL2CPP_METHOD_ATTR bool HUBSDKManager_Enable_m902760714 (HUBSDKManager_t2315102214 * __this, const RuntimeMethod* method); // CLeDouApi CLeDouApi::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLeDouApi_t315808977 * CLeDouApi_GetInstance_m2327091180 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CLeDouApi::SetServerID(System.String) extern "C" IL2CPP_METHOD_ATTR void CLeDouApi_SetServerID_m2382989600 (CLeDouApi_t315808977 * __this, String_t* ___serverid0, const RuntimeMethod* method); // System.Void CLeDouApi::ShowLogin(System.String) extern "C" IL2CPP_METHOD_ATTR void CLeDouApi_ShowLogin_m566656782 (CLeDouApi_t315808977 * __this, String_t* ___extraInfo0, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::SendLoginResult(System.Boolean,System.String,System.String,System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendLoginResult_m4060963161 (RuntimeObject * __this /* static, unused */, bool ___success0, String_t* ___gameid1, String_t* ___openid2, bool ___isguest3, String_t* ___userid4, const RuntimeMethod* method); // T FitFun.SingletonMonobehaviour`1::get_Instance() #define SingletonMonobehaviour_1_get_Instance_m210513246(__this /* static, unused */, method) (( BuryDotManager_t206178304 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))SingletonMonobehaviour_1_get_Instance_m1810564294_gshared)(__this /* static, unused */, method) // System.Void FitFun.BuryDotManager::SendBuryDot(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BuryDotManager_SendBuryDot_m2635331183 (BuryDotManager_t206178304 * __this, int32_t ___MainType0, int32_t ___SubType1, int32_t ___Value12, int32_t ___Value23, const RuntimeMethod* method); // System.Int32 ADInfo::get_EventType() extern "C" IL2CPP_METHOD_ATTR int32_t ADInfo_get_EventType_m2420568232 (ADInfo_t3964066602 * __this, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) #define Action_2_Invoke_m3616124733(__this, p0, p1, method) (( void (*) (Action_2_t4177122770 *, int32_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m3616124733_gshared)(__this, p0, p1, method) // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Void DMCore.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.String) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1799687930 (CDataArray_t4068198041 * __this, String_t* ___val0, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.CMsgCustom::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgCustom__ctor_m1994577366 (CMsgCustom_t3704829624 * __this, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m1324156550(__this /* static, unused */, method) (( NetworkManager_t478833449 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // DMCore.Net.CNetService FitFun.NetworkManager::GetNetService() extern "C" IL2CPP_METHOD_ATTR CNetService_t1201271315 * NetworkManager_GetNetService_m455031442 (NetworkManager_t478833449 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Net.CNetService::SendMsgStruct(DMCore.Net.Protocol.INetMsgBaseC2S) extern "C" IL2CPP_METHOD_ATTR bool CNetService_SendMsgStruct_m258771320 (CNetService_t1201271315 * __this, INetMsgBaseC2S_t1364238951 * ___msg0, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Misc.CMiscHelp::ToLong(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CMiscHelp_ToLong_m203243206 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, int64_t ___lDefaultVal1, const RuntimeMethod* method); // DMCore.Framework.Plugin.CUserInfoApi DMCore.Framework.Plugin.CUserInfoApi::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUserInfoApi_t815375937 * CUserInfoApi_GetInstance_m3878964368 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CUserInfoApi::SetUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CUserInfoApi_SetUserID_m3268017512 (CUserInfoApi_t815375937 * __this, int64_t ___usrID0, const RuntimeMethod* method); // DMCore.Logic.CPhotoManager DMCore.Logic.CPhotoManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPhotoManager_t704993275 * CPhotoManager_GetInstance_m953076413 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPhotoManager::SetCurChooseCamera(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_SetCurChooseCamera_m2738183363 (CPhotoManager_t704993275 * __this, bool ___b0, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() #define Object_FindObjectOfType_TisuiPhotoEdit_t787247777_m1177442509(__this /* static, unused */, method) (( uiPhotoEdit_t787247777 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Object_FindObjectOfType_TisRuntimeObject_m2612646359_gshared)(__this /* static, unused */, method) // System.Void UnityEngine.Component::SendMessage(System.String,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void Component_SendMessage_m1441147224 (Component_t1923634451 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) #define Action_2_Invoke_m388388194(__this, p0, p1, method) (( void (*) (Action_2_t1290832230 *, bool, String_t*, const RuntimeMethod*))Action_2_Invoke_m1763453775_gshared)(__this, p0, p1, method) // System.Void HUBSDKManager::OnSelectPhotoCallback(System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_OnSelectPhotoCallback_m2250369910 (HUBSDKManager_t2315102214 * __this, bool ___success0, String_t* ___msg1, const RuntimeMethod* method); // System.Int32 System.String::CompareTo(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareTo_m3414379165 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void FitFun.Event::.ctor() extern "C" IL2CPP_METHOD_ATTR void Event__ctor_m4120099405 (Event_t709265659 * __this, const RuntimeMethod* method); // System.Void FitFun.Event::set_userId(System.Int64) extern "C" IL2CPP_METHOD_ATTR void Event_set_userId_m1525422661 (Event_t709265659 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void FitFun.Event::set_longData(System.Int64) extern "C" IL2CPP_METHOD_ATTR void Event_set_longData_m3366839049 (Event_t709265659 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void FitFun.EventManager::DispatchEvent(System.Int32,FitFun.Event) extern "C" IL2CPP_METHOD_ATTR void EventManager_DispatchEvent_m3587545353 (RuntimeObject * __this /* static, unused */, int32_t ___eventType0, Event_t709265659 * ___evt1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetStrLength(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetStrLength_m2320997087 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // DMCore.Framework.Misc.CSensitiveWordManager DMCore.Framework.Misc.CSensitiveWordManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSensitiveWordManager_t1258364656 * CSensitiveWordManager_GetInstance_m566980595 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CSensitiveWordManager::IfRoleNameValid(System.String) extern "C" IL2CPP_METHOD_ATTR bool CSensitiveWordManager_IfRoleNameValid_m2551144119 (CSensitiveWordManager_t1258364656 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::SendCreateRoleResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendCreateRoleResult_m2773874863 (RuntimeObject * __this /* static, unused */, bool ___success0, const RuntimeMethod* method); // System.String CLeDouApi::GetChannelId() extern "C" IL2CPP_METHOD_ATTR String_t* CLeDouApi_GetChannelId_m3660465356 (CLeDouApi_t315808977 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2600226908(__this, method) (( int32_t (*) (List_1_t647105989 *, const RuntimeMethod*))List_1_get_Count_m2600226908_gshared)(__this, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m3719004310(__this, method) (( Enumerator_t2536349866 (*) (List_1_t647105989 *, const RuntimeMethod*))List_1_GetEnumerator_m3719004310_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m3408976581(__this, method) (( Vector2Int_t3469998543 (*) (Enumerator_t2536349866 *, const RuntimeMethod*))Enumerator_get_Current_m3408976581_gshared)(__this, method) // System.Int32 UnityEngine.Vector2Int::get_x() extern "C" IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_m64542184 (Vector2Int_t3469998543 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Vector2Int::get_y() extern "C" IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m64542185 (Vector2Int_t3469998543 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m1930661044(__this, method) (( bool (*) (Enumerator_t2536349866 *, const RuntimeMethod*))Enumerator_MoveNext_m1930661044_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m361113603(__this, method) (( void (*) (Enumerator_t2536349866 *, const RuntimeMethod*))Enumerator_Dispose_m361113603_gshared)(__this, method) // System.Void DMCore.CDataArray::Push(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1044129115 (CDataArray_t4068198041 * __this, float ___val0, const RuntimeMethod* method); // System.Void ImageEffect_MoblieBloom::FindShaders() extern "C" IL2CPP_METHOD_ATTR void ImageEffect_MoblieBloom_FindShaders_m2328470608 (ImageEffect_MoblieBloom_t3581169662 * __this, const RuntimeMethod* 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); // 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.Boolean ImageEffect_MoblieBloom::CheckSupport() extern "C" IL2CPP_METHOD_ATTR bool ImageEffect_MoblieBloom_CheckSupport_m937875952 (ImageEffect_MoblieBloom_t3581169662 * __this, const RuntimeMethod* method); // System.Void ImageEffect_MoblieBloom::CreateMaterials() extern "C" IL2CPP_METHOD_ATTR void ImageEffect_MoblieBloom_CreateMaterials_m529698713 (ImageEffect_MoblieBloom_t3581169662 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m2288369078 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, bool p1, const RuntimeMethod* method); // UnityEngine.Shader UnityEngine.Shader::Find(System.String) extern "C" IL2CPP_METHOD_ATTR Shader_t4151988712 * Shader_Find_m2092206247 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Material::.ctor(UnityEngine.Shader) extern "C" IL2CPP_METHOD_ATTR void Material__ctor_m1662457592 (Material_t340375123 * __this, Shader_t4151988712 * 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.Boolean UnityEngine.Shader::get_isSupported() extern "C" IL2CPP_METHOD_ATTR bool Shader_get_isSupported_m755080316 (Shader_t4151988712 * __this, const RuntimeMethod* method); // System.Boolean ImageEffect_MoblieBloom::Supported() extern "C" IL2CPP_METHOD_ATTR bool ImageEffect_MoblieBloom_Supported_m149479801 (ImageEffect_MoblieBloom_t3581169662 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::SupportsRenderTextureFormat(UnityEngine.RenderTextureFormat) extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_SupportsRenderTextureFormat_m1663449629 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetColor(System.String,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void Material_SetColor_m2020215303 (Material_t340375123 * __this, String_t* p0, Color_t2555686324 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); // System.Void UnityEngine.Material::SetVector(System.String,UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR void Material_SetVector_m4214217286 (Material_t340375123 * __this, String_t* p0, Vector4_t3319028937 p1, const RuntimeMethod* method); // UnityEngine.RenderTexture UnityEngine.RenderTexture::GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat) extern "C" IL2CPP_METHOD_ATTR RenderTexture_t2108887433 * RenderTexture_GetTemporary_m3378328322 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void UnityEngine.Texture::set_filterMode(UnityEngine.FilterMode) extern "C" IL2CPP_METHOD_ATTR void Texture_set_filterMode_m3078068058 (Texture_t3661962703 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Graphics_Blit_m4126770912 (RuntimeObject * __this /* static, unused */, Texture_t3661962703 * p0, RenderTexture_t2108887433 * p1, Material_t340375123 * p2, int32_t p3, const RuntimeMethod* method); // System.Void UnityEngine.RenderTexture::ReleaseTemporary(UnityEngine.RenderTexture) extern "C" IL2CPP_METHOD_ATTR void RenderTexture_ReleaseTemporary_m2400081536 (RuntimeObject * __this /* static, unused */, RenderTexture_t2108887433 * 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); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture) extern "C" IL2CPP_METHOD_ATTR void Graphics_Blit_m1336850842 (RuntimeObject * __this /* static, unused */, Texture_t3661962703 * p0, RenderTexture_t2108887433 * p1, const RuntimeMethod* method); // System.Void InheritTest/A::.ctor() extern "C" IL2CPP_METHOD_ATTR void A__ctor_m1829812637 (A_t4210213004 * __this, const RuntimeMethod* method); // System.Void InheritTest/B::.ctor() extern "C" IL2CPP_METHOD_ATTR void B__ctor_m1828900578 (B_t4210213007 * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m598206245(__this, method) (( void (*) (BetterList_1_t4001750706 *, const RuntimeMethod*))BetterList_1__ctor_m598206245_gshared)(__this, method) // System.Boolean IVehicleInput::get_IsActive() extern "C" IL2CPP_METHOD_ATTR bool IVehicleInput_get_IsActive_m1964059637 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method); // System.Int32 BetterList`1::get_Count() #define BetterList_1_get_Count_m953544863(__this, method) (( int32_t (*) (BetterList_1_t4001750706 *, const RuntimeMethod*))BetterList_1_get_Count_m953544863_gshared)(__this, method) // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m1260013620(__this, p0, method) (( int32_t (*) (BetterList_1_t4001750706 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1260013620_gshared)(__this, p0, method) // System.Void BetterList`1::RemoveAt(System.Int32) #define BetterList_1_RemoveAt_m2266767983(__this, p0, method) (( void (*) (BetterList_1_t4001750706 *, int32_t, const RuntimeMethod*))BetterList_1_RemoveAt_m2266767983_gshared)(__this, p0, method) // System.Int32 BetterList`1::IndexOf(T) #define BetterList_1_IndexOf_m1754628136(__this, p0, method) (( int32_t (*) (BetterList_1_t4001750706 *, int32_t, const RuntimeMethod*))BetterList_1_IndexOf_m1754628136_gshared)(__this, p0, method) // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m1189873222(__this, p0, method) (( void (*) (BetterList_1_t4001750706 *, int32_t, const RuntimeMethod*))BetterList_1_Add_m1189873222_gshared)(__this, p0, method) // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m1420520236(__this /* static, unused */, method) (( CMiscConfig_t1694835947 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, 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 IVehicleInput::PushCmd(VehicleInputCmd) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_PushCmd_m1921275194 (IVehicleInput_t1990112580 * __this, int32_t ___cmd0, const RuntimeMethod* method); // System.Single IVehicleInput::get_Steer() extern "C" IL2CPP_METHOD_ATTR float IVehicleInput_get_Steer_m3161526847 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method); // System.Action IVehicleInput::get_NoActionCallback() extern "C" IL2CPP_METHOD_ATTR Action_t1264377477 * IVehicleInput_get_NoActionCallback_m2875061422 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method); // System.Void IVehicleInput::set_Accel(System.Single) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_Accel_m3771068374 (IVehicleInput_t1990112580 * __this, float ___value0, const RuntimeMethod* method); // System.Void IVehicleInput::set_Steer(System.Single) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_Steer_m3130613890 (IVehicleInput_t1990112580 * __this, float ___value0, const RuntimeMethod* method); // System.Void IVehicleInput::set_Brake(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_Brake_m1824867673 (IVehicleInput_t1990112580 * __this, bool ___value0, const RuntimeMethod* method); // System.Void IVehicleInput::set_Drift(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_Drift_m4120993102 (IVehicleInput_t1990112580 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m3246147440(__this, method) (( void (*) (BetterList_1_t4001750706 *, const RuntimeMethod*))BetterList_1_Clear_m3246147440_gshared)(__this, method) // System.Void IVehicleInput::set_IsActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_IsActive_m885349485 (IVehicleInput_t1990112580 * __this, bool ___value0, const RuntimeMethod* method); // System.Single DMCore.Logic.CMiscConfig::GetFloat(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMiscConfig_GetFloat_m1675196209 (CMiscConfig_t1694835947 * __this, String_t* ___id0, float ___defaultValue1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() #define Stack_1__ctor_m1078681402(__this, method) (( void (*) (Stack_1_t1957026074 *, const RuntimeMethod*))Stack_1__ctor_m3164958980_gshared)(__this, method) // UnityEngine.GameObject Kylin.GameObjectPool::NewObjectInstance() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObjectPool_NewObjectInstance_m3418951737 (GameObjectPool_t2420239556 * __this, const RuntimeMethod* method); // System.Void Kylin.GameObjectPool::AddObjectToPool(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void GameObjectPool_AddObjectToPool_m432907480 (GameObjectPool_t2420239556 * __this, GameObject_t1113636619 * ___go0, 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 System.Collections.Generic.Stack`1::Push(!0) #define Stack_1_Push_m26138258(__this, p0, method) (( void (*) (Stack_1_t1957026074 *, GameObject_t1113636619 *, const RuntimeMethod*))Stack_1_Push_m1669856732_gshared)(__this, p0, method) // !0 System.Collections.Generic.Stack`1::Pop() #define Stack_1_Pop_m3962620122(__this, method) (( GameObject_t1113636619 * (*) (Stack_1_t1957026074 *, const RuntimeMethod*))Stack_1_Pop_m756553478_gshared)(__this, method) // !!0 UnityEngine.Object::Instantiate(!!0) #define Object_Instantiate_TisGameObject_t1113636619_m4070250708(__this /* static, unused */, p0, method) (( GameObject_t1113636619 * (*) (RuntimeObject * /* static, unused */, GameObject_t1113636619 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m2446893047_gshared)(__this /* static, unused */, p0, method) // UnityEngine.GameObject Kylin.GameObjectPool::PopObjectFromPool() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObjectPool_PopObjectFromPool_m1314655133 (GameObjectPool_t2420239556 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Stack`1::get_Count() #define Stack_1_get_Count_m2208642227(__this, method) (( int32_t (*) (Stack_1_t1957026074 *, const RuntimeMethod*))Stack_1_get_Count_m1599740434_gshared)(__this, method) // System.Void System.Collections.Generic.Stack`1::Clear() #define Stack_1_Clear_m3442993520(__this, method) (( void (*) (Stack_1_t1957026074 *, const RuntimeMethod*))Stack_1_Clear_m2967600_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2503988995(__this, method) (( void (*) (List_1_t3628304265 *, const RuntimeMethod*))List_1__ctor_m2503988995_gshared)(__this, method) // System.Void UnityEngine.UI.Image::.ctor() extern "C" IL2CPP_METHOD_ATTR void Image__ctor_m2551076292 (Image_t2670269651 * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.Image::OnPopulateMesh(UnityEngine.UI.VertexHelper) extern "C" IL2CPP_METHOD_ATTR void Image_OnPopulateMesh_m3827082909 (Image_t2670269651 * __this, VertexHelper_t2453304189 * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3713859815(__this, method) (( void (*) (List_1_t1234605051 *, const RuntimeMethod*))List_1__ctor_m3713859815_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1202123918(__this, method) (( int32_t (*) (List_1_t3628304265 *, const RuntimeMethod*))List_1_get_Count_m1202123918_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1378751541(__this, p0, method) (( Vector2_t2156229523 (*) (List_1_t3628304265 *, int32_t, const RuntimeMethod*))List_1_get_Item_m1378751541_gshared)(__this, p0, method) // UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR Color32_t2600501292 Color32_op_Implicit_m2658259763 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2586421604(__this, p0, method) (( void (*) (List_1_t1234605051 *, UIVertex_t4057497605 , const RuntimeMethod*))List_1_Add_m2586421604_gshared)(__this, p0, method) // System.Void UnityEngine.UI.VertexHelper::Clear() extern "C" IL2CPP_METHOD_ATTR void VertexHelper_Clear_m627349662 (VertexHelper_t2453304189 * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.VertexHelper::AddUIVertexTriangleStream(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void VertexHelper_AddUIVertexTriangleStream_m3255143338 (VertexHelper_t2453304189 * __this, List_1_t1234605051 * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2188935509(__this, method) (( void (*) (List_1_t3628304265 *, const RuntimeMethod*))List_1_Clear_m2188935509_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2298161512(__this, p0, method) (( void (*) (List_1_t3628304265 *, Vector2_t2156229523 , const RuntimeMethod*))List_1_Add_m2298161512_gshared)(__this, p0, method) // System.Void LeiDa::SetVertex(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void LeiDa_SetVertex_m2340398719 (LeiDa_t1700490928 * __this, Int32U5BU5D_t385246372* ___srr0, const RuntimeMethod* method); // System.Void LightmapConfig::SwichLightmapConfig() extern "C" IL2CPP_METHOD_ATTR void LightmapConfig_SwichLightmapConfig_m2461038222 (LightmapConfig_t3677670915 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) #define Stack_1_Push_m2754141271(__this, p0, method) (( void (*) (Stack_1_t226093074 *, LightmapConfig_t3677670915 *, const RuntimeMethod*))Stack_1_Push_m1669856732_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.Stack`1::get_Count() #define Stack_1_get_Count_m1630012412(__this, method) (( int32_t (*) (Stack_1_t226093074 *, const RuntimeMethod*))Stack_1_get_Count_m1599740434_gshared)(__this, method) // !0 System.Collections.Generic.Stack`1::Pop() #define Stack_1_Pop_m2938708507(__this, method) (( LightmapConfig_t3677670915 * (*) (Stack_1_t226093074 *, const RuntimeMethod*))Stack_1_Pop_m756553478_gshared)(__this, method) // !0 System.Collections.Generic.Stack`1::Peek() #define Stack_1_Peek_m3015650126(__this, method) (( LightmapConfig_t3677670915 * (*) (Stack_1_t226093074 *, const RuntimeMethod*))Stack_1_Peek_m326384648_gshared)(__this, method) // System.Void LMSettingProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void LMSettingProperty__ctor_m4266689304 (LMSettingProperty_t1483900569 * __this, const RuntimeMethod* method); // UnityEngine.Material UnityEngine.RenderSettings::get_skybox() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * RenderSettings_get_skybox_m1418963821 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.RenderSettings::get_ambientLight() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 RenderSettings_get_ambientLight_m198610958 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Rendering.AmbientMode UnityEngine.RenderSettings::get_ambientMode() extern "C" IL2CPP_METHOD_ATTR int32_t RenderSettings_get_ambientMode_m3178262418 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.RenderSettings::get_ambientSkyColor() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 RenderSettings_get_ambientSkyColor_m3319863346 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.RenderSettings::get_ambientEquatorColor() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 RenderSettings_get_ambientEquatorColor_m3096842177 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.RenderSettings::get_ambientGroundColor() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 RenderSettings_get_ambientGroundColor_m2897655457 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.RenderSettings::get_fog() extern "C" IL2CPP_METHOD_ATTR bool RenderSettings_get_fog_m382149821 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.RenderSettings::get_fogColor() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 RenderSettings_get_fogColor_m1270918470 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.FogMode UnityEngine.RenderSettings::get_fogMode() extern "C" IL2CPP_METHOD_ATTR int32_t RenderSettings_get_fogMode_m3629449155 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.RenderSettings::get_fogDensity() extern "C" IL2CPP_METHOD_ATTR float RenderSettings_get_fogDensity_m616878862 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.RenderSettings::get_fogStartDistance() extern "C" IL2CPP_METHOD_ATTR float RenderSettings_get_fogStartDistance_m3205984467 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.RenderSettings::get_fogEndDistance() extern "C" IL2CPP_METHOD_ATTR float RenderSettings_get_fogEndDistance_m3431247078 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.LightmapData[] UnityEngine.LightmapSettings::get_lightmaps() extern "C" IL2CPP_METHOD_ATTR LightmapDataU5BU5D_t2367175237* LightmapSettings_get_lightmaps_m2183778604 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Texture2D UnityEngine.LightmapData::get_lightmapColor() extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * LightmapData_get_lightmapColor_m1321385831 (LightmapData_t2568046604 * __this, const RuntimeMethod* method); // UnityEngine.Texture2D UnityEngine.LightmapData::get_lightmapDir() extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * LightmapData_get_lightmapDir_m2047408429 (LightmapData_t2568046604 * __this, const RuntimeMethod* method); // UnityEngine.Texture2D UnityEngine.LightmapData::get_shadowMask() extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * LightmapData_get_shadowMask_m1704228216 (LightmapData_t2568046604 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m4110779346(__this, method) (( void (*) (List_1_t551117518 *, const RuntimeMethod*))List_1__ctor_m4110779346_gshared)(__this, method) // !!0[] UnityEngine.Component::GetComponentsInChildren() #define Component_GetComponentsInChildren_TisMeshRenderer_t587009260_m2448849684(__this, method) (( MeshRendererU5BU5D_t2132764133* (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m3461200874_gshared)(__this, method) // System.Int32 UnityEngine.Renderer::get_lightmapIndex() extern "C" IL2CPP_METHOD_ATTR int32_t Renderer_get_lightmapIndex_m1719636911 (Renderer_t2627027031 * __this, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Renderer::get_lightmapScaleOffset() extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 Renderer_get_lightmapScaleOffset_m804150199 (Renderer_t2627027031 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2240949582(__this, p0, method) (( void (*) (List_1_t551117518 *, LMRendererInfo_t3374010072 , const RuntimeMethod*))List_1_Add_m2240949582_gshared)(__this, p0, method) // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m930659533(__this, method) (( LMRendererInfoU5BU5D_t4046529225* (*) (List_1_t551117518 *, const RuntimeMethod*))List_1_ToArray_m930659533_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponentInChildren() #define Component_GetComponentInChildren_TisTerrain_t3055443660_m724821176(__this, method) (( Terrain_t3055443660 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m1033527003_gshared)(__this, method) // System.Int32 UnityEngine.Terrain::get_lightmapIndex() extern "C" IL2CPP_METHOD_ATTR int32_t Terrain_get_lightmapIndex_m1419337621 (Terrain_t3055443660 * __this, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Terrain::get_lightmapScaleOffset() extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 Terrain_get_lightmapScaleOffset_m1958008974 (Terrain_t3055443660 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_skybox(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_skybox_m1979596356 (RuntimeObject * __this /* static, unused */, Material_t340375123 * p0, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_ambientLight(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_ambientLight_m623762613 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_fog(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_fog_m156652399 (RuntimeObject * __this /* static, unused */, bool p0, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_fogColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_fogColor_m1943396926 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_fogMode(UnityEngine.FogMode) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_fogMode_m2821553345 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_fogDensity(System.Single) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_fogDensity_m593006159 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_fogStartDistance(System.Single) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_fogStartDistance_m3924853072 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_fogEndDistance(System.Single) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_fogEndDistance_m2317515257 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_ambientMode(UnityEngine.Rendering.AmbientMode) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_ambientMode_m646924227 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_ambientSkyColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_ambientSkyColor_m567060261 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_ambientEquatorColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_ambientEquatorColor_m3352239010 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_ambientGroundColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_ambientGroundColor_m4162975854 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, const RuntimeMethod* method); // System.Void UnityEngine.LightmapData::.ctor() extern "C" IL2CPP_METHOD_ATTR void LightmapData__ctor_m813495071 (LightmapData_t2568046604 * __this, const RuntimeMethod* method); // System.Void UnityEngine.LightmapData::set_lightmapColor(UnityEngine.Texture2D) extern "C" IL2CPP_METHOD_ATTR void LightmapData_set_lightmapColor_m4228478862 (LightmapData_t2568046604 * __this, Texture2D_t3840446185 * p0, const RuntimeMethod* method); // System.Void UnityEngine.LightmapData::set_lightmapDir(UnityEngine.Texture2D) extern "C" IL2CPP_METHOD_ATTR void LightmapData_set_lightmapDir_m2870272447 (LightmapData_t2568046604 * __this, Texture2D_t3840446185 * p0, const RuntimeMethod* method); // System.Void UnityEngine.LightmapData::set_shadowMask(UnityEngine.Texture2D) extern "C" IL2CPP_METHOD_ATTR void LightmapData_set_shadowMask_m3958641138 (LightmapData_t2568046604 * __this, Texture2D_t3840446185 * p0, const RuntimeMethod* method); // System.Void UnityEngine.LightmapSettings::set_lightmaps(UnityEngine.LightmapData[]) extern "C" IL2CPP_METHOD_ATTR void LightmapSettings_set_lightmaps_m3068185020 (RuntimeObject * __this /* static, unused */, LightmapDataU5BU5D_t2367175237* p0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_lightmapIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Renderer_set_lightmapIndex_m3484336565 (Renderer_t2627027031 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_lightmapScaleOffset(UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR void Renderer_set_lightmapScaleOffset_m402428297 (Renderer_t2627027031 * __this, Vector4_t3319028937 p0, const RuntimeMethod* method); // System.Void UnityEngine.Terrain::set_lightmapIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Terrain_set_lightmapIndex_m4285884942 (Terrain_t3055443660 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Terrain::set_lightmapScaleOffset(UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR void Terrain_set_lightmapScaleOffset_m2049244534 (Terrain_t3055443660 * __this, Vector4_t3319028937 p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() #define Stack_1__ctor_m4133197425(__this, method) (( void (*) (Stack_1_t226093074 *, const RuntimeMethod*))Stack_1__ctor_m3164958980_gshared)(__this, method) // UnityEngine.Vector3 UnityEngine.Vector3::get_one() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_one_m1629952498 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Matrix4x4_TRS_m3801934620 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Quaternion_t2301928331 p1, Vector3_t3722313464 p2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyPoint3x4(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Matrix4x4_MultiplyPoint3x4_m4145063176 (Matrix4x4_t1817901843 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Addition_m779775034 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_position_m3387557959 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.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.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_rotation_m3524318132 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // System.IO.StreamReader System.IO.File::OpenText(System.String) extern "C" IL2CPP_METHOD_ATTR StreamReader_t4009935899 * File_OpenText_m196858847 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m187286838(__this, p0, p1, method) (( void (*) (Dictionary_2_t1632706988 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void System.IO.TextReader::Dispose() extern "C" IL2CPP_METHOD_ATTR void TextReader_Dispose_m4253712522 (TextReader_t283511965 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 ListFileProcessor::GetFileDic() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t1632706988 * ListFileProcessor_GetFileDic_m3543266395 (ListFileProcessor_t4061483043 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m1883005577(__this, method) (( Enumerator_t3586889763 (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3278257048_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m4125185638(__this, method) (( KeyValuePair_2_t4030379155 (*) (Enumerator_t3586889763 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m3938572407(__this, method) (( String_t* (*) (KeyValuePair_2_t4030379155 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2642806556(__this, method) (( String_t* (*) (KeyValuePair_2_t4030379155 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m897800495(__this, method) (( bool (*) (Enumerator_t3586889763 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() #define Enumerator_Dispose_m2198401511(__this, method) (( void (*) (Enumerator_t3586889763 *, const RuntimeMethod*))Enumerator_Dispose_m3885012575_gshared)(__this, 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); // !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 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.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.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.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.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.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.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.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.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.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); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.NetworkManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void NetworkManager__ctor_m199497893 (NetworkManager_t478833449 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkManager__ctor_m199497893_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3098501191_il2cpp_TypeInfo_var); Singleton_1__ctor_m4100196045(__this, /*hidden argument*/Singleton_1__ctor_m4100196045_RuntimeMethod_var); return; } } // System.Void FitFun.NetworkManager::OnDestruct() extern "C" IL2CPP_METHOD_ATTR void NetworkManager_OnDestruct_m1326778313 (NetworkManager_t478833449 * __this, const RuntimeMethod* method) { { CNetService_t1201271315 * L_0 = __this->get_networkService_1(); NullCheck(L_0); CNetService_Close_m340185834(L_0, /*hidden argument*/NULL); return; } } // System.Void FitFun.NetworkManager::OnInitialize() extern "C" IL2CPP_METHOD_ATTR void NetworkManager_OnInitialize_m1534555815 (NetworkManager_t478833449 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkManager_OnInitialize_m1534555815_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CNetService_t1201271315 * L_0 = (CNetService_t1201271315 *)il2cpp_codegen_object_new(CNetService_t1201271315_il2cpp_TypeInfo_var); CNetService__ctor_m3721915101(L_0, /*hidden argument*/NULL); __this->set_networkService_1(L_0); NetMainLogic_t1947403438 * L_1 = (NetMainLogic_t1947403438 *)il2cpp_codegen_object_new(NetMainLogic_t1947403438_il2cpp_TypeInfo_var); NetMainLogic__ctor_m2878963219(L_1, /*hidden argument*/NULL); __this->set_netControl_2(L_1); return; } } // System.Void FitFun.NetworkManager::OnUpdateLogic() extern "C" IL2CPP_METHOD_ATTR void NetworkManager_OnUpdateLogic_m3875936783 (NetworkManager_t478833449 * __this, const RuntimeMethod* method) { { CNetService_t1201271315 * L_0 = __this->get_networkService_1(); NullCheck(L_0); CNetService_OnUpdate_m3222267551(L_0, /*hidden argument*/NULL); return; } } // DMCore.Net.CNetService FitFun.NetworkManager::GetNetService() extern "C" IL2CPP_METHOD_ATTR CNetService_t1201271315 * NetworkManager_GetNetService_m455031442 (NetworkManager_t478833449 * __this, const RuntimeMethod* method) { { CNetService_t1201271315 * L_0 = __this->get_networkService_1(); return L_0; } } // FitFun.NetMainLogic FitFun.NetworkManager::GetNetControl() extern "C" IL2CPP_METHOD_ATTR NetMainLogic_t1947403438 * NetworkManager_GetNetControl_m1002310109 (NetworkManager_t478833449 * __this, const RuntimeMethod* method) { { NetMainLogic_t1947403438 * L_0 = __this->get_netControl_2(); return L_0; } } // System.Boolean FitFun.NetworkManager::IsNetworkAlive() extern "C" IL2CPP_METHOD_ATTR bool NetworkManager_IsNetworkAlive_m3445403945 (NetworkManager_t478833449 * __this, const RuntimeMethod* method) { { NetMainLogic_t1947403438 * L_0 = __this->get_netControl_2(); NullCheck(L_0); bool L_1 = NetMainLogic_IsLinkAlive_m2124138026(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean FitFun.NetworkManager::IsNetworkValid() extern "C" IL2CPP_METHOD_ATTR bool NetworkManager_IsNetworkValid_m2895193175 (NetworkManager_t478833449 * __this, const RuntimeMethod* method) { { NetMainLogic_t1947403438 * L_0 = __this->get_netControl_2(); NullCheck(L_0); bool L_1 = NetMainLogic_IsLinkValid_m3264290539(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void FitFun.NetworkManager::Link(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NetworkManager_Link_m1156147845 (NetworkManager_t478833449 * __this, String_t* ___ip0, int32_t ___port1, const RuntimeMethod* method) { { NetMainLogic_t1947403438 * L_0 = __this->get_netControl_2(); String_t* L_1 = ___ip0; int32_t L_2 = ___port1; NullCheck(L_0); NetMainLogic_Link_m3821724671(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void FitFun.NetworkManager::LinkWithReport(System.String,System.Int32,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void NetworkManager_LinkWithReport_m534251903 (NetworkManager_t478833449 * __this, String_t* ___ip0, int32_t ___port1, Action_1_t269755560 * ___callback2, const RuntimeMethod* method) { { NetMainLogic_t1947403438 * L_0 = __this->get_netControl_2(); String_t* L_1 = ___ip0; int32_t L_2 = ___port1; Action_1_t269755560 * L_3 = ___callback2; NullCheck(L_0); NetMainLogic_LinkWithReport_m2458994102(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Boolean FitFun.NetworkManager::Relink() extern "C" IL2CPP_METHOD_ATTR bool NetworkManager_Relink_m2045097666 (NetworkManager_t478833449 * __this, const RuntimeMethod* method) { { NetMainLogic_t1947403438 * L_0 = __this->get_netControl_2(); NullCheck(L_0); bool L_1 = NetMainLogic_Relink_m152626084(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void FitFun.NetworkManager::Disconnect() extern "C" IL2CPP_METHOD_ATTR void NetworkManager_Disconnect_m3556988833 (NetworkManager_t478833449 * __this, const RuntimeMethod* method) { { NetMainLogic_t1947403438 * L_0 = __this->get_netControl_2(); NullCheck(L_0); NetMainLogic_Close_m2577147478(L_0, /*hidden argument*/NULL); return; } } // System.Void FitFun.NetworkManager::SendMessage(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void NetworkManager_SendMessage_m299650457 (NetworkManager_t478833449 * __this, ByteU5BU5D_t4116647657* ___bytes0, const RuntimeMethod* method) { { CNetService_t1201271315 * L_0 = __this->get_networkService_1(); ByteU5BU5D_t4116647657* L_1 = ___bytes0; NullCheck(L_0); CNetService_SendMessage_m3960979140(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 FitFun.onRotateClickEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void onRotateClickEvent__ctor_m3416522539 (onRotateClickEvent_t801432223 * __this, const RuntimeMethod* method) { { UnityEvent__ctor_m431206565(__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 FitFun.RectTrasnformUtil::.ctor() extern "C" IL2CPP_METHOD_ATTR void RectTrasnformUtil__ctor_m2262630402 (RectTrasnformUtil_t2659915505 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean FitFun.RectTrasnformUtil::GetWorldCorners(UnityEngine.RectTransform,UnityEngine.Vector3&,UnityEngine.Vector3&,UnityEngine.Vector3&,UnityEngine.Vector3&) extern "C" IL2CPP_METHOD_ATTR bool RectTrasnformUtil_GetWorldCorners_m3101270854 (RuntimeObject * __this /* static, unused */, RectTransform_t3704657025 * ___rt0, Vector3_t3722313464 * ___bottomLeft1, Vector3_t3722313464 * ___topLeft2, Vector3_t3722313464 * ___topRight3, Vector3_t3722313464 * ___bottomRight4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectTrasnformUtil_GetWorldCorners_m3101270854_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Vector3U5BU5D_t1718750761* V_1 = NULL; { V_0 = (bool)0; Vector3_t3722313464 * L_0 = ___bottomLeft1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_1 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); *(Vector3_t3722313464 *)L_0 = L_1; Vector3_t3722313464 * L_2 = ___topLeft2; Vector3_t3722313464 L_3 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); *(Vector3_t3722313464 *)L_2 = L_3; Vector3_t3722313464 * L_4 = ___topRight3; Vector3_t3722313464 L_5 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); *(Vector3_t3722313464 *)L_4 = L_5; Vector3_t3722313464 * L_6 = ___bottomRight4; Vector3_t3722313464 L_7 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); *(Vector3_t3722313464 *)L_6 = L_7; RectTransform_t3704657025 * L_8 = ___rt0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_8, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0099; } } { V_1 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)4)); RectTransform_t3704657025 * L_10 = ___rt0; Vector3U5BU5D_t1718750761* L_11 = V_1; NullCheck(L_10); RectTransform_GetWorldCorners_m3553547973(L_10, L_11, /*hidden argument*/NULL); Vector3_t3722313464 * L_12 = ___bottomLeft1; Vector3U5BU5D_t1718750761* L_13 = V_1; NullCheck(L_13); *(Vector3_t3722313464 *)L_12 = (*(Vector3_t3722313464 *)((L_13)->GetAddressAt(static_cast(0)))); Vector3_t3722313464 * L_14 = ___topLeft2; Vector3U5BU5D_t1718750761* L_15 = V_1; NullCheck(L_15); *(Vector3_t3722313464 *)L_14 = (*(Vector3_t3722313464 *)((L_15)->GetAddressAt(static_cast(1)))); Vector3_t3722313464 * L_16 = ___topRight3; Vector3U5BU5D_t1718750761* L_17 = V_1; NullCheck(L_17); *(Vector3_t3722313464 *)L_16 = (*(Vector3_t3722313464 *)((L_17)->GetAddressAt(static_cast(2)))); Vector3_t3722313464 * L_18 = ___bottomRight4; Vector3U5BU5D_t1718750761* L_19 = V_1; NullCheck(L_19); *(Vector3_t3722313464 *)L_18 = (*(Vector3_t3722313464 *)((L_19)->GetAddressAt(static_cast(3)))); V_0 = (bool)1; goto IL_00a3; } IL_0099: { Tracer_LogError_m2639997090(NULL /*static, unused*/, _stringLiteral2883679407, /*hidden argument*/NULL); } IL_00a3: { bool L_20 = V_0; return L_20; } } // UnityEngine.Rect FitFun.RectTrasnformUtil::GetScreenCoordinates(UnityEngine.RectTransform) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 RectTrasnformUtil_GetScreenCoordinates_m436975129 (RuntimeObject * __this /* static, unused */, RectTransform_t3704657025 * ___rt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectTrasnformUtil_GetScreenCoordinates_m436975129_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3U5BU5D_t1718750761* V_0 = NULL; { V_0 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)4)); RectTransform_t3704657025 * L_0 = ___rt0; Vector3U5BU5D_t1718750761* L_1 = V_0; NullCheck(L_0); RectTransform_GetWorldCorners_m3553547973(L_0, L_1, /*hidden argument*/NULL); Vector3U5BU5D_t1718750761* L_2 = V_0; NullCheck(L_2); float L_3 = ((L_2)->GetAddressAt(static_cast(0)))->get_x_1(); Vector3U5BU5D_t1718750761* L_4 = V_0; NullCheck(L_4); float L_5 = ((L_4)->GetAddressAt(static_cast(0)))->get_y_2(); Vector3U5BU5D_t1718750761* L_6 = V_0; NullCheck(L_6); float L_7 = ((L_6)->GetAddressAt(static_cast(2)))->get_x_1(); Vector3U5BU5D_t1718750761* L_8 = V_0; NullCheck(L_8); float L_9 = ((L_8)->GetAddressAt(static_cast(0)))->get_x_1(); Vector3U5BU5D_t1718750761* L_10 = V_0; NullCheck(L_10); float L_11 = ((L_10)->GetAddressAt(static_cast(2)))->get_y_2(); Vector3U5BU5D_t1718750761* L_12 = V_0; NullCheck(L_12); float L_13 = ((L_12)->GetAddressAt(static_cast(0)))->get_y_2(); Rect_t2360479859 L_14; memset(&L_14, 0, sizeof(L_14)); Rect__ctor_m2614021312((&L_14), L_3, L_5, ((float)il2cpp_codegen_subtract((float)L_7, (float)L_9)), ((float)il2cpp_codegen_subtract((float)L_11, (float)L_13)), /*hidden argument*/NULL); return L_14; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.ResourceLoader::.ctor() extern "C" IL2CPP_METHOD_ATTR void ResourceLoader__ctor_m859038711 (ResourceLoader_t3324724122 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.ResourceLoader::Init() extern "C" IL2CPP_METHOD_ATTR void ResourceLoader_Init_m2118752474 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceLoader_Init_m2118752474_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1790414993_il2cpp_TypeInfo_var); CommonConfig_t3465714547 * L_0 = Singleton_1_get_Instance_m2355786308(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m2355786308_RuntimeMethod_var); NullCheck(L_0); CommonConfigData_t3450334410 * L_1 = CommonConfig_get_Data_m3748975658(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = L_1->get_encryptlua_0(); IL2CPP_RUNTIME_CLASS_INIT(ResourceLoader_t3324724122_il2cpp_TypeInfo_var); ((ResourceLoader_t3324724122_StaticFields*)il2cpp_codegen_static_fields_for(ResourceLoader_t3324724122_il2cpp_TypeInfo_var))->set_isEncrpted_0(L_2); return; } } // System.Byte[] FitFun.ResourceLoader::LoadLua(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ResourceLoader_LoadLua_m1975538733 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceLoader_LoadLua_m1975538733_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; String_t* V_2 = NULL; TextAsset_t3022178571 * V_3 = NULL; ByteU5BU5D_t4116647657* V_4 = NULL; String_t* V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { String_t* L_0 = ___path0; NullCheck(L_0); String_t* L_1 = String_Replace_m1273907647(L_0, _stringLiteral3452614530, _stringLiteral3452614529, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4186238729, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; NullCheck(L_3); bool L_4 = String_EndsWith_m1901926500(L_3, _stringLiteral471496547, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } IL_002b: { String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, L_5, _stringLiteral471496547, /*hidden argument*/NULL); V_0 = L_6; } IL_0037: { V_1 = (ByteU5BU5D_t4116647657*)NULL; String_t* L_7 = V_0; V_2 = L_7; String_t* L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(AssetManager_t2546491902_il2cpp_TypeInfo_var); Object_t631007953 * L_9 = AssetManager_LoadAsset_m1115993353(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_3 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_9, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_10 = V_3; 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_0063; } } IL_0053: { TextAsset_t3022178571 * L_12 = V_3; NullCheck(L_12); String_t* L_13 = TextAsset_get_text_m2027878391(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_006b; } } IL_0063: { V_4 = (ByteU5BU5D_t4116647657*)NULL; goto IL_00ab; } IL_006b: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_15 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); TextAsset_t3022178571 * L_16 = V_3; NullCheck(L_16); String_t* L_17 = TextAsset_get_text_m2027878391(L_16, /*hidden argument*/NULL); NullCheck(L_15); ByteU5BU5D_t4116647657* L_18 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_15, L_17); V_1 = L_18; ByteU5BU5D_t4116647657* L_19 = V_1; V_4 = L_19; goto IL_00ab; } } // 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_0084; throw e; } CATCH_0084: { // begin catch(System.Exception) V_6 = ((Exception_t *)__exception_local); Exception_t * L_20 = V_6; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_20); Exception_t * L_22 = V_6; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m3755062657(NULL /*static, unused*/, L_21, _stringLiteral3450517376, L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); V_4 = (ByteU5BU5D_t4116647657*)NULL; goto IL_00ab; } // end catch (depth: 1) IL_00ab: { ByteU5BU5D_t4116647657* L_25 = V_4; return L_25; } } // System.Void FitFun.ResourceLoader::.cctor() extern "C" IL2CPP_METHOD_ATTR void ResourceLoader__cctor_m137564673 (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 FitFun.ResourceManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void ResourceManager__ctor_m3610267683 (ResourceManager_t3564538606 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager__ctor_m3610267683_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_Variants_3(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0))); SingletonMonobehaviour_1__ctor_m177085910(__this, /*hidden argument*/SingletonMonobehaviour_1__ctor_m177085910_RuntimeMethod_var); return; } } // System.Void FitFun.ResourceManager::Awake() extern "C" IL2CPP_METHOD_ATTR void ResourceManager_Awake_m1201257518 (ResourceManager_t3564538606 * __this, const RuntimeMethod* method) { { return; } } // System.Void FitFun.ResourceManager::OnInitialize() extern "C" IL2CPP_METHOD_ATTR void ResourceManager_OnInitialize_m3474324024 (ResourceManager_t3564538606 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_OnInitialize_m3474324024_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; String_t* V_1 = NULL; { V_0 = (ByteU5BU5D_t4116647657*)NULL; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_0; Dictionary_2_t939163551 * L_1 = (Dictionary_2_t939163551 *)il2cpp_codegen_object_new(Dictionary_2_t939163551_il2cpp_TypeInfo_var); Dictionary_2__ctor_m170668872(L_1, /*hidden argument*/Dictionary_2__ctor_m170668872_RuntimeMethod_var); __this->set_bundles_7(L_1); String_t* L_2 = LogicUtils_get_DataPath_m2897780641(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = V_1; bool L_4 = File_Exists_m3943585060(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0025; } } { return; } IL_0025: { String_t* L_5 = V_1; ByteU5BU5D_t4116647657* L_6 = File_ReadAllBytes_m1435775076(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_0 = L_6; ByteU5BU5D_t4116647657* L_7 = V_0; AssetBundle_t1153907252 * L_8 = AssetBundle_LoadFromMemory_m4030851973(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); __this->set_assetbundle_6(L_8); AssetBundle_t1153907252 * L_9 = __this->get_assetbundle_6(); NullCheck(L_9); AssetBundleManifest_t2634949939 * L_10 = AssetBundle_LoadAsset_TisAssetBundleManifest_t2634949939_m962236087(L_9, _stringLiteral3201174118, /*hidden argument*/AssetBundle_LoadAsset_TisAssetBundleManifest_t2634949939_m962236087_RuntimeMethod_var); __this->set_manifest_4(L_10); return; } } // System.Void FitFun.ResourceManager::OnUpdateLogic() extern "C" IL2CPP_METHOD_ATTR void ResourceManager_OnUpdateLogic_m91467558 (ResourceManager_t3564538606 * __this, const RuntimeMethod* method) { { return; } } // System.Void FitFun.ResourceManager::OnDestruct() extern "C" IL2CPP_METHOD_ATTR void ResourceManager_OnDestruct_m2153657154 (ResourceManager_t3564538606 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_OnDestruct_m2153657154_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AssetBundle_t1153907252 * L_0 = __this->get_shared_5(); 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_001d; } } { AssetBundle_t1153907252 * L_2 = __this->get_shared_5(); NullCheck(L_2); AssetBundle_Unload_m2234810374(L_2, (bool)1, /*hidden argument*/NULL); } IL_001d: { AssetBundleManifest_t2634949939 * L_3 = __this->get_manifest_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_3, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { __this->set_manifest_4((AssetBundleManifest_t2634949939 *)NULL); } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2309887327, /*hidden argument*/NULL); return; } } // System.Void FitFun.ResourceManager::LoadAllAssetsInBundle(System.String) extern "C" IL2CPP_METHOD_ATTR void ResourceManager_LoadAllAssetsInBundle_m2161996976 (ResourceManager_t3564538606 * __this, String_t* ___abName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_LoadAllAssetsInBundle_m2161996976_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssetBundle_t1153907252 * V_0 = NULL; { String_t* L_0 = ___abName0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); ___abName0 = L_1; String_t* L_2 = ___abName0; AssetBundle_t1153907252 * L_3 = ResourceManager_LoadAssetBundle_m1035203003(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; AssetBundle_t1153907252 * L_4 = V_0; 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_001d; } } { return; } IL_001d: { AssetBundle_t1153907252 * L_6 = V_0; NullCheck(L_6); AssetBundle_LoadAllAssets_m3239956559(L_6, /*hidden argument*/NULL); return; } } // System.Void FitFun.ResourceManager::LoadPrefab(System.String,System.String[],XLua.LuaFunction) extern "C" IL2CPP_METHOD_ATTR void ResourceManager_LoadPrefab_m3704116260 (ResourceManager_t3564538606 * __this, String_t* ___abName0, StringU5BU5D_t1281789340* ___assetNames1, LuaFunction_t431395339 * ___func2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_LoadPrefab_m3704116260_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2103082695 * V_0 = NULL; int32_t V_1 = 0; Object_t631007953 * V_2 = NULL; { String_t* L_0 = ___abName0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); ___abName0 = L_1; List_1_t2103082695 * L_2 = (List_1_t2103082695 *)il2cpp_codegen_object_new(List_1_t2103082695_il2cpp_TypeInfo_var); List_1__ctor_m2484853594(L_2, /*hidden argument*/List_1__ctor_m2484853594_RuntimeMethod_var); V_0 = L_2; V_1 = 0; goto IL_0037; } IL_0015: { String_t* L_3 = ___abName0; StringU5BU5D_t1281789340* L_4 = ___assetNames1; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); Object_t631007953 * L_8 = ResourceManager_LoadAsset_TisObject_t631007953_m1996364203(__this, L_3, L_7, /*hidden argument*/ResourceManager_LoadAsset_TisObject_t631007953_m1996364203_RuntimeMethod_var); V_2 = L_8; Object_t631007953 * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_9, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_0033; } } { List_1_t2103082695 * L_11 = V_0; Object_t631007953 * L_12 = V_2; NullCheck(L_11); List_1_Add_m2768056876(L_11, L_12, /*hidden argument*/List_1_Add_m2768056876_RuntimeMethod_var); } IL_0033: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0037: { int32_t L_14 = V_1; StringU5BU5D_t1281789340* L_15 = ___assetNames1; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_0015; } } { LuaFunction_t431395339 * L_16 = ___func2; if (!L_16) { goto IL_005c; } } { LuaFunction_t431395339 * L_17 = ___func2; ObjectU5BU5D_t2843939325* L_18 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); List_1_t2103082695 * L_19 = V_0; NullCheck(L_19); ObjectU5BU5D_t1417781964* L_20 = List_1_ToArray_m2513834121(L_19, /*hidden argument*/List_1_ToArray_m2513834121_RuntimeMethod_var); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_20); NullCheck(L_17); LuaFunction_Call_m2670163886(L_17, L_18, /*hidden argument*/NULL); } IL_005c: { return; } } // UnityEngine.AssetBundle FitFun.ResourceManager::LoadAssetBundle(System.String) extern "C" IL2CPP_METHOD_ATTR AssetBundle_t1153907252 * ResourceManager_LoadAssetBundle_m1035203003 (ResourceManager_t3564538606 * __this, String_t* ___abname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_LoadAssetBundle_m1035203003_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssetBundle_t1153907252 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; String_t* V_2 = NULL; { String_t* L_0 = ___abname0; NullCheck(L_0); bool L_1 = String_EndsWith_m1901926500(L_0, _stringLiteral1811631623, /*hidden argument*/NULL); if (L_1) { goto IL_001d; } } { String_t* L_2 = ___abname0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, L_2, _stringLiteral1811631623, /*hidden argument*/NULL); ___abname0 = L_3; } IL_001d: { V_0 = (AssetBundle_t1153907252 *)NULL; Dictionary_2_t939163551 * L_4 = __this->get_bundles_7(); String_t* L_5 = ___abname0; NullCheck(L_4); bool L_6 = Dictionary_2_ContainsKey_m3187281074(L_4, L_5, /*hidden argument*/Dictionary_2_ContainsKey_m3187281074_RuntimeMethod_var); if (L_6) { goto IL_0075; } } { V_1 = (ByteU5BU5D_t4116647657*)NULL; String_t* L_7 = LogicUtils_get_DataPath_m2897780641(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = ___abname0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3937257545(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; String_t* L_10 = V_2; String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3677768837, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); String_t* L_12 = ___abname0; ResourceManager_LoadDependencies_m8994333(__this, L_12, /*hidden argument*/NULL); String_t* L_13 = V_2; ByteU5BU5D_t4116647657* L_14 = File_ReadAllBytes_m1435775076(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_1 = L_14; ByteU5BU5D_t4116647657* L_15 = V_1; AssetBundle_t1153907252 * L_16 = AssetBundle_LoadFromMemory_m4030851973(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); V_0 = L_16; Dictionary_2_t939163551 * L_17 = __this->get_bundles_7(); String_t* L_18 = ___abname0; AssetBundle_t1153907252 * L_19 = V_0; NullCheck(L_17); Dictionary_2_Add_m1527611473(L_17, L_18, L_19, /*hidden argument*/Dictionary_2_Add_m1527611473_RuntimeMethod_var); goto IL_0084; } IL_0075: { Dictionary_2_t939163551 * L_20 = __this->get_bundles_7(); String_t* L_21 = ___abname0; NullCheck(L_20); Dictionary_2_TryGetValue_m54039947(L_20, L_21, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m54039947_RuntimeMethod_var); } IL_0084: { AssetBundle_t1153907252 * L_22 = V_0; return L_22; } } // System.Void FitFun.ResourceManager::LoadDependencies(System.String) extern "C" IL2CPP_METHOD_ATTR void ResourceManager_LoadDependencies_m8994333 (ResourceManager_t3564538606 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_LoadDependencies_m8994333_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { AssetBundleManifest_t2634949939 * L_0 = __this->get_manifest_4(); 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_001c; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral580868350, /*hidden argument*/NULL); return; } IL_001c: { AssetBundleManifest_t2634949939 * L_2 = __this->get_manifest_4(); String_t* L_3 = ___name0; NullCheck(L_2); StringU5BU5D_t1281789340* L_4 = AssetBundleManifest_GetAllDependencies_m3320508439(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; StringU5BU5D_t1281789340* L_5 = V_0; NullCheck(L_5); if ((((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) { goto IL_0032; } } { return; } IL_0032: { V_1 = 0; goto IL_0049; } IL_0039: { StringU5BU5D_t1281789340* L_6 = V_0; int32_t L_7 = V_1; StringU5BU5D_t1281789340* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; String_t* L_11 = (L_8)->GetAt(static_cast(L_10)); String_t* L_12 = ResourceManager_RemapVariantName_m2876060403(__this, L_11, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_12); (L_6)->SetAt(static_cast(L_7), (String_t*)L_12); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0049: { int32_t L_14 = V_1; StringU5BU5D_t1281789340* L_15 = V_0; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_0039; } } { V_2 = 0; goto IL_0067; } IL_0059: { StringU5BU5D_t1281789340* L_16 = V_0; int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; String_t* L_19 = (L_16)->GetAt(static_cast(L_18)); ResourceManager_LoadAssetBundle_m1035203003(__this, L_19, /*hidden argument*/NULL); int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0067: { int32_t L_21 = V_2; StringU5BU5D_t1281789340* L_22 = V_0; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0059; } } { return; } } // System.String FitFun.ResourceManager::RemapVariantName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ResourceManager_RemapVariantName_m2876060403 (ResourceManager_t3564538606 * __this, String_t* ___assetBundleName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_RemapVariantName_m2876060403_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; StringU5BU5D_t1281789340* V_5 = NULL; int32_t V_6 = 0; { AssetBundleManifest_t2634949939 * L_0 = __this->get_manifest_4(); NullCheck(L_0); StringU5BU5D_t1281789340* L_1 = AssetBundleManifest_GetAllAssetBundlesWithVariant_m52042773(L_0, /*hidden argument*/NULL); V_0 = L_1; StringU5BU5D_t1281789340* L_2 = V_0; String_t* L_3 = ___assetBundleName0; int32_t L_4 = Array_IndexOf_TisString_t_m3713066389(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/Array_IndexOf_TisString_t_m3713066389_RuntimeMethod_var); if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_001b; } } { String_t* L_5 = ___assetBundleName0; return L_5; } IL_001b: { String_t* L_6 = ___assetBundleName0; CharU5BU5D_t3528271667* L_7 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_6); StringU5BU5D_t1281789340* L_8 = String_Split_m3646115398(L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; V_2 = ((int32_t)2147483647LL); V_3 = (-1); V_4 = 0; goto IL_0096; } IL_003d: { StringU5BU5D_t1281789340* L_9 = V_0; int32_t L_10 = V_4; NullCheck(L_9); int32_t L_11 = L_10; String_t* L_12 = (L_9)->GetAt(static_cast(L_11)); CharU5BU5D_t3528271667* L_13 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_13); (L_13)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_12); StringU5BU5D_t1281789340* L_14 = String_Split_m3646115398(L_12, L_13, /*hidden argument*/NULL); V_5 = L_14; StringU5BU5D_t1281789340* L_15 = V_5; NullCheck(L_15); int32_t L_16 = 0; String_t* L_17 = (L_15)->GetAt(static_cast(L_16)); StringU5BU5D_t1281789340* L_18 = V_1; NullCheck(L_18); int32_t L_19 = 0; String_t* L_20 = (L_18)->GetAt(static_cast(L_19)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_17, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0069; } } { goto IL_0090; } IL_0069: { StringU5BU5D_t1281789340* L_22 = __this->get_m_Variants_3(); StringU5BU5D_t1281789340* L_23 = V_5; NullCheck(L_23); int32_t L_24 = 1; String_t* L_25 = (L_23)->GetAt(static_cast(L_24)); int32_t L_26 = Array_IndexOf_TisString_t_m3713066389(NULL /*static, unused*/, L_22, L_25, /*hidden argument*/Array_IndexOf_TisString_t_m3713066389_RuntimeMethod_var); V_6 = L_26; int32_t L_27 = V_6; if ((((int32_t)L_27) == ((int32_t)(-1)))) { goto IL_0090; } } { int32_t L_28 = V_6; int32_t L_29 = V_2; if ((((int32_t)L_28) >= ((int32_t)L_29))) { goto IL_0090; } } { int32_t L_30 = V_6; V_2 = L_30; int32_t L_31 = V_4; V_3 = L_31; } IL_0090: { int32_t L_32 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0096: { int32_t L_33 = V_4; StringU5BU5D_t1281789340* L_34 = V_0; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))) { goto IL_003d; } } { int32_t L_35 = V_3; if ((((int32_t)L_35) == ((int32_t)(-1)))) { goto IL_00ab; } } { StringU5BU5D_t1281789340* L_36 = V_0; int32_t L_37 = V_3; NullCheck(L_36); int32_t L_38 = L_37; String_t* L_39 = (L_36)->GetAt(static_cast(L_38)); return L_39; } IL_00ab: { String_t* L_40 = ___assetBundleName0; return L_40; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.ResourcePath::.ctor() extern "C" IL2CPP_METHOD_ATTR void ResourcePath__ctor_m338139583 (ResourcePath_t2418003024 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.ResourcePath::DeleteHotFix() extern "C" IL2CPP_METHOD_ATTR void ResourcePath_DeleteHotFix_m3254473557 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourcePath_DeleteHotFix_m3254473557_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_0 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); String_t* L_1 = ResourcePath_get_HotFixFolderName_m2258227219(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_2 = Path_Combine_m3389272516(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; bool L_4 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0030; } } { ObjectU5BU5D_t2843939325* L_5 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_6 = V_0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral847940225, L_5, /*hidden argument*/NULL); return; } IL_0030: try { // begin try (depth: 1) String_t* L_7 = V_0; Directory_Delete_m3266154992(NULL /*static, unused*/, L_7, (bool)1, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_8 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_9); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral3467907430, L_8, /*hidden argument*/NULL); goto IL_006a; } // 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_0050; throw e; } CATCH_0050: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); ObjectU5BU5D_t2843939325* L_10 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_11); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarningFormat_m2535776735(NULL /*static, unused*/, _stringLiteral412834296, L_10, /*hidden argument*/NULL); goto IL_006a; } // end catch (depth: 1) IL_006a: { return; } } // System.String FitFun.ResourcePath::get_HotFixFolderName() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_HotFixFolderName_m2258227219 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourcePath_get_HotFixFolderName_m2258227219_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); String_t* L_0 = ((ResourcePath_t2418003024_StaticFields*)il2cpp_codegen_static_fields_for(ResourcePath_t2418003024_il2cpp_TypeInfo_var))->get_hotFixFolderName_1(); return L_0; } } // System.String FitFun.ResourcePath::get_HotFixFolderNameLower() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_HotFixFolderNameLower_m1993280475 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourcePath_get_HotFixFolderNameLower_m1993280475_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); String_t* L_0 = ((ResourcePath_t2418003024_StaticFields*)il2cpp_codegen_static_fields_for(ResourcePath_t2418003024_il2cpp_TypeInfo_var))->get_hotFixFolderNameLower_2(); return L_0; } } // System.String FitFun.ResourcePath::get_RootPath() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_RootPath_m41359506 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourcePath_get_RootPath_m41359506_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_1 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); String_t* L_2 = ResourcePath_get_HotFixFolderName_m2258227219(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3452614529, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; return L_4; } } // System.String FitFun.ResourcePath::get_BundlePath() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_BundlePath_m2302170868 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourcePath_get_BundlePath_m2302170868_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_1 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); String_t* L_2 = ResourcePath_get_HotFixFolderName_m2258227219(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = String_Concat_m2163913788(NULL /*static, unused*/, L_1, _stringLiteral3452614529, L_2, _stringLiteral3114266651, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; return L_4; } } // System.String FitFun.ResourcePath::get_BundleFilePath() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_BundleFilePath_m262745138 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourcePath_get_BundleFilePath_m262745138_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); String_t* L_0 = ResourcePath_get_BundlePath_m2302170868(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral3114266651, /*hidden argument*/NULL); return L_1; } } // System.String FitFun.ResourcePath::get_LuaFolderPath() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_LuaFolderPath_m1570679037 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourcePath_get_LuaFolderPath_m1570679037_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; String_t* L_1 = V_0; return L_1; } } // System.String FitFun.ResourcePath::get_UnitBasePath() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_UnitBasePath_m3279919013 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourcePath_get_UnitBasePath_m3279919013_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Application_get_dataPath_m4232621142(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral2903734720, /*hidden argument*/NULL); return L_1; } } // System.String FitFun.ResourcePath::get_BundleConfigPath() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_BundleConfigPath_m4148329852 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourcePath_get_BundleConfigPath_m4148329852_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_1 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); String_t* L_2 = ((ResourcePath_t2418003024_StaticFields*)il2cpp_codegen_static_fields_for(ResourcePath_t2418003024_il2cpp_TypeInfo_var))->get_bundleConfigPath_0(); String_t* L_3 = String_Concat_m2163913788(NULL /*static, unused*/, L_1, _stringLiteral3452614529, L_2, _stringLiteral3988949892, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; return L_4; } } // System.String FitFun.ResourcePath::get_GUIDependencyPath() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_GUIDependencyPath_m2858382298 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourcePath_get_GUIDependencyPath_m2858382298_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; StringU5BU5D_t1281789340* L_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)6)); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_2 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); StringU5BU5D_t1281789340* L_3 = L_1; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3452614529); (L_3)->SetAt(static_cast(1), (String_t*)_stringLiteral3452614529); StringU5BU5D_t1281789340* L_4 = L_3; IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); String_t* L_5 = ResourcePath_get_HotFixFolderName_m2258227219(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(2), (String_t*)L_5); StringU5BU5D_t1281789340* L_6 = L_4; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral3452614529); (L_6)->SetAt(static_cast(3), (String_t*)_stringLiteral3452614529); StringU5BU5D_t1281789340* L_7 = L_6; String_t* L_8 = ((ResourcePath_t2418003024_StaticFields*)il2cpp_codegen_static_fields_for(ResourcePath_t2418003024_il2cpp_TypeInfo_var))->get_guiDependencyPath_3(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(4), (String_t*)L_8); StringU5BU5D_t1281789340* L_9 = L_7; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3988949892); (L_9)->SetAt(static_cast(5), (String_t*)_stringLiteral3988949892); String_t* L_10 = String_Concat_m1809518182(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; return L_11; } } // System.String FitFun.ResourcePath::get_DataTablePath() extern "C" IL2CPP_METHOD_ATTR String_t* ResourcePath_get_DataTablePath_m1454162493 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourcePath_get_DataTablePath_m1454162493_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; StringU5BU5D_t1281789340* L_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_2 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); StringU5BU5D_t1281789340* L_3 = L_1; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3452614529); (L_3)->SetAt(static_cast(1), (String_t*)_stringLiteral3452614529); StringU5BU5D_t1281789340* L_4 = L_3; IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); String_t* L_5 = ResourcePath_get_HotFixFolderName_m2258227219(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(2), (String_t*)L_5); StringU5BU5D_t1281789340* L_6 = L_4; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral3452614529); (L_6)->SetAt(static_cast(3), (String_t*)_stringLiteral3452614529); StringU5BU5D_t1281789340* L_7 = L_6; String_t* L_8 = ((ResourcePath_t2418003024_StaticFields*)il2cpp_codegen_static_fields_for(ResourcePath_t2418003024_il2cpp_TypeInfo_var))->get_dataTableFolderName_4(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(4), (String_t*)L_8); String_t* L_9 = String_Concat_m1809518182(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = V_0; return L_10; } } // System.Void FitFun.ResourcePath::.cctor() extern "C" IL2CPP_METHOD_ATTR void ResourcePath__cctor_m3716930762 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourcePath__cctor_m3716930762_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((ResourcePath_t2418003024_StaticFields*)il2cpp_codegen_static_fields_for(ResourcePath_t2418003024_il2cpp_TypeInfo_var))->set_bundleConfigPath_0(_stringLiteral2131879601); ((ResourcePath_t2418003024_StaticFields*)il2cpp_codegen_static_fields_for(ResourcePath_t2418003024_il2cpp_TypeInfo_var))->set_hotFixFolderName_1(_stringLiteral3858088171); String_t* L_0 = ((ResourcePath_t2418003024_StaticFields*)il2cpp_codegen_static_fields_for(ResourcePath_t2418003024_il2cpp_TypeInfo_var))->get_hotFixFolderName_1(); NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); ((ResourcePath_t2418003024_StaticFields*)il2cpp_codegen_static_fields_for(ResourcePath_t2418003024_il2cpp_TypeInfo_var))->set_hotFixFolderNameLower_2(L_1); ((ResourcePath_t2418003024_StaticFields*)il2cpp_codegen_static_fields_for(ResourcePath_t2418003024_il2cpp_TypeInfo_var))->set_guiDependencyPath_3(_stringLiteral4201008928); ((ResourcePath_t2418003024_StaticFields*)il2cpp_codegen_static_fields_for(ResourcePath_t2418003024_il2cpp_TypeInfo_var))->set_dataTableFolderName_4(_stringLiteral76334870); 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 FitFun.RotateDetector::.ctor() extern "C" IL2CPP_METHOD_ATTR void RotateDetector__ctor_m1123260076 (RotateDetector_t3700831628 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RotateDetector__ctor_m1123260076_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_MinSwipeLength_2((5.0f)); RotateEvent_t2678955840 * L_0 = (RotateEvent_t2678955840 *)il2cpp_codegen_object_new(RotateEvent_t2678955840_il2cpp_TypeInfo_var); RotateEvent__ctor_m1108265865(L_0, /*hidden argument*/NULL); __this->set_onRotate_9(L_0); onRotateClickEvent_t801432223 * L_1 = (onRotateClickEvent_t801432223 *)il2cpp_codegen_object_new(onRotateClickEvent_t801432223_il2cpp_TypeInfo_var); onRotateClickEvent__ctor_m3416522539(L_1, /*hidden argument*/NULL); __this->set_onRotateClick_10(L_1); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.RotateDetector::RotateContains(UnityEngine.Transform,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void RotateDetector_RotateContains_m874986198 (RotateDetector_t3700831628 * __this, Transform_t3600365921 * ___p10, Transform_t3600365921 * ___p21, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___p10; __this->set_pos_1_7(L_0); Transform_t3600365921 * L_1 = ___p21; __this->set_pos_2_8(L_1); return; } } // System.Boolean FitFun.RotateDetector::rectContains(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR bool RotateDetector_rectContains_m2414690974 (RotateDetector_t3700831628 * __this, Vector2_t2156229523 ___v20, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RotateDetector_rectContains_m2414690974_MetadataUsageId); s_Il2CppMethodInitialized = true; } Rect_t2360479859 V_0; memset(&V_0, 0, sizeof(V_0)); Vector2_t2156229523 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 V_5; memset(&V_5, 0, sizeof(V_5)); { Transform_t3600365921 * L_0 = __this->get_pos_1_7(); 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_0022; } } { Transform_t3600365921 * L_2 = __this->get_pos_2_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_2, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0024; } } IL_0022: { return (bool)1; } IL_0024: { il2cpp_codegen_initobj((&V_0), sizeof(Rect_t2360479859 )); Transform_t3600365921 * L_4 = __this->get_pos_1_7(); NullCheck(L_4); Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(L_4, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t3722313464 L_6 = Transform_get_position_m36019626(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RectTransformUtility_t1743242446_il2cpp_TypeInfo_var); Vector2_t2156229523 L_7 = RectTransformUtility_WorldToScreenPoint_m3914148572(NULL /*static, unused*/, (Camera_t4157153871 *)NULL, L_6, /*hidden argument*/NULL); V_1 = L_7; float L_8 = (&V_1)->get_x_0(); Rect_set_x_m2352063068((&V_0), L_8, /*hidden argument*/NULL); float L_9 = (&V_1)->get_y_1(); Rect_set_y_m3702432190((&V_0), L_9, /*hidden argument*/NULL); Transform_t3600365921 * L_10 = __this->get_pos_2_8(); NullCheck(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(L_10, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_position_m36019626(L_11, /*hidden argument*/NULL); V_2 = L_12; float L_13 = (&V_2)->get_x_1(); Transform_t3600365921 * L_14 = __this->get_pos_1_7(); 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_3 = L_16; float L_17 = (&V_3)->get_x_1(); Rect_set_width_m2963421158((&V_0), ((float)il2cpp_codegen_subtract((float)L_13, (float)L_17)), /*hidden argument*/NULL); Transform_t3600365921 * L_18 = __this->get_pos_2_8(); 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_4 = L_20; float L_21 = (&V_4)->get_y_2(); Transform_t3600365921 * L_22 = __this->get_pos_1_7(); NullCheck(L_22); Transform_t3600365921 * L_23 = Component_get_transform_m3162698980(L_22, /*hidden argument*/NULL); NullCheck(L_23); Vector3_t3722313464 L_24 = Transform_get_position_m36019626(L_23, /*hidden argument*/NULL); V_5 = L_24; float L_25 = (&V_5)->get_y_2(); Rect_set_height_m1625569324((&V_0), ((float)il2cpp_codegen_subtract((float)L_21, (float)L_25)), /*hidden argument*/NULL); Vector2_t2156229523 L_26 = ___v20; bool L_27 = Rect_Contains_m3188543637((&V_0), L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00e0; } } { return (bool)1; } IL_00e0: { return (bool)0; } } // System.Void FitFun.RotateDetector::Update() extern "C" IL2CPP_METHOD_ATTR void RotateDetector_Update_m46007229 (RotateDetector_t3700831628 * __this, const RuntimeMethod* method) { { RotateDetector_DetectSwipe_m1618412250(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.RotateDetector::DetectSwipe() extern "C" IL2CPP_METHOD_ATTR void RotateDetector_DetectSwipe_m1618412250 (RotateDetector_t3700831628 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RotateDetector_DetectSwipe_m1618412250_MetadataUsageId); s_Il2CppMethodInitialized = true; } Touch_t1921856868 V_0; memset(&V_0, 0, sizeof(V_0)); Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); Vector2_t2156229523 V_2; memset(&V_2, 0, sizeof(V_2)); 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)); float V_7 = 0.0f; Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); float V_9 = 0.0f; Vector3_t3722313464 V_10; memset(&V_10, 0, sizeof(V_10)); Vector2_t2156229523 V_11; memset(&V_11, 0, sizeof(V_11)); Vector2_t2156229523 V_12; memset(&V_12, 0, sizeof(V_12)); Vector3_t3722313464 V_13; memset(&V_13, 0, sizeof(V_13)); Vector3_t3722313464 V_14; memset(&V_14, 0, sizeof(V_14)); Vector3_t3722313464 V_15; memset(&V_15, 0, sizeof(V_15)); Vector3_t3722313464 V_16; memset(&V_16, 0, sizeof(V_16)); Vector3_t3722313464 V_17; memset(&V_17, 0, sizeof(V_17)); Vector3_t3722313464 V_18; memset(&V_18, 0, sizeof(V_18)); float V_19 = 0.0f; Vector3_t3722313464 V_20; memset(&V_20, 0, sizeof(V_20)); float V_21 = 0.0f; Vector3_t3722313464 V_22; memset(&V_22, 0, sizeof(V_22)); Vector3_t3722313464 V_23; memset(&V_23, 0, sizeof(V_23)); Vector3_t3722313464 V_24; memset(&V_24, 0, sizeof(V_24)); { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); TouchU5BU5D_t1849554061* L_0 = Input_get_touches_m1702694043(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) <= ((int32_t)0))) { goto IL_01f1; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Touch_t1921856868 L_1 = Input_GetTouch_m2192712756(NULL /*static, unused*/, 0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = Touch_get_phase_m214549210((&V_0), /*hidden argument*/NULL); if (L_2) { goto IL_005e; } } { Vector2_t2156229523 L_3 = Touch_get_position_m3109777936((&V_0), /*hidden argument*/NULL); V_1 = L_3; float L_4 = (&V_1)->get_x_0(); Vector2_t2156229523 L_5 = Touch_get_position_m3109777936((&V_0), /*hidden argument*/NULL); V_2 = L_5; float L_6 = (&V_2)->get_y_1(); Vector2_t2156229523 L_7; memset(&L_7, 0, sizeof(L_7)); Vector2__ctor_m3970636864((&L_7), L_4, L_6, /*hidden argument*/NULL); __this->set_firstPressPos_3(L_7); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); CMainRole_t4200562839 * L_8 = CSceneService_GetMainRole_m3386793463(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_9 = ISceneBaseObj_GetTransform_m3818769012(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localEulerAngles_m2136926248(L_9, /*hidden argument*/NULL); __this->set_currRotateVector3_6(L_10); } IL_005e: { int32_t L_11 = Touch_get_phase_m214549210((&V_0), /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_013a; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_12 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_12; float L_13 = (&V_4)->get_x_1(); Vector3_t3722313464 L_14 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = L_14; float L_15 = (&V_5)->get_y_2(); Vector2_t2156229523 L_16; memset(&L_16, 0, sizeof(L_16)); Vector2__ctor_m3970636864((&L_16), L_13, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector3_t3722313464 L_17 = Vector2_op_Implicit_m1860157806(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_3 = L_17; float L_18 = (&V_3)->get_x_1(); Vector2_t2156229523 * L_19 = __this->get_address_of_firstPressPos_3(); float L_20 = L_19->get_x_0(); float L_21 = (&V_3)->get_y_2(); Vector2_t2156229523 * L_22 = __this->get_address_of_firstPressPos_3(); float L_23 = L_22->get_y_1(); Vector3__ctor_m1719387948((&V_6), ((float)il2cpp_codegen_subtract((float)L_18, (float)L_20)), ((float)il2cpp_codegen_subtract((float)L_21, (float)L_23)), /*hidden argument*/NULL); float L_24 = Vector3_get_magnitude_m27958459((&V_6), /*hidden argument*/NULL); float L_25 = __this->get_MinSwipeLength_2(); if ((!(((float)L_24) > ((float)L_25)))) { goto IL_013a; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_26 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_8 = L_26; float L_27 = (&V_8)->get_x_1(); V_7 = L_27; Vector2_t2156229523 * L_28 = __this->get_address_of_firstPressPos_3(); float L_29 = L_28->get_x_0(); float L_30 = V_7; V_9 = ((float)il2cpp_codegen_subtract((float)L_29, (float)L_30)); Vector3_t3722313464 * L_31 = __this->get_address_of_currRotateVector3_6(); float L_32 = L_31->get_x_1(); Vector3_t3722313464 * L_33 = __this->get_address_of_currRotateVector3_6(); float L_34 = L_33->get_y_2(); float L_35 = V_9; Vector3_t3722313464 * L_36 = __this->get_address_of_currRotateVector3_6(); float L_37 = L_36->get_z_3(); Vector3__ctor_m3353183577((&V_10), L_32, ((float)il2cpp_codegen_add((float)L_34, (float)L_35)), L_37, /*hidden argument*/NULL); Vector2_t2156229523 L_38 = __this->get_firstPressPos_3(); bool L_39 = RotateDetector_rectContains_m2414690974(__this, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_013a; } } { RotateEvent_t2678955840 * L_40 = __this->get_onRotate_9(); Vector3_t3722313464 L_41 = V_10; NullCheck(L_40); UnityEvent_1_Invoke_m598483244(L_40, L_41, /*hidden argument*/UnityEvent_1_Invoke_m598483244_RuntimeMethod_var); } IL_013a: { int32_t L_42 = Touch_get_phase_m214549210((&V_0), /*hidden argument*/NULL); if ((!(((uint32_t)L_42) == ((uint32_t)3)))) { goto IL_01ec; } } { Vector2_t2156229523 L_43 = Touch_get_position_m3109777936((&V_0), /*hidden argument*/NULL); V_11 = L_43; float L_44 = (&V_11)->get_x_0(); Vector2_t2156229523 L_45 = Touch_get_position_m3109777936((&V_0), /*hidden argument*/NULL); V_12 = L_45; float L_46 = (&V_12)->get_y_1(); Vector2_t2156229523 L_47; memset(&L_47, 0, sizeof(L_47)); Vector2__ctor_m3970636864((&L_47), L_44, L_46, /*hidden argument*/NULL); __this->set_secondPressPos_4(L_47); Vector2_t2156229523 * L_48 = __this->get_address_of_secondPressPos_4(); float L_49 = L_48->get_x_0(); Vector2_t2156229523 * L_50 = __this->get_address_of_firstPressPos_3(); float L_51 = L_50->get_x_0(); Vector2_t2156229523 * L_52 = __this->get_address_of_secondPressPos_4(); float L_53 = L_52->get_y_1(); Vector2_t2156229523 * L_54 = __this->get_address_of_firstPressPos_3(); float L_55 = L_54->get_y_1(); Vector3_t3722313464 L_56; memset(&L_56, 0, sizeof(L_56)); Vector3__ctor_m1719387948((&L_56), ((float)il2cpp_codegen_subtract((float)L_49, (float)L_51)), ((float)il2cpp_codegen_subtract((float)L_53, (float)L_55)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_57 = Vector2_op_Implicit_m4260192859(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); __this->set_currentSwipe_5(L_57); Vector2_t2156229523 * L_58 = __this->get_address_of_currentSwipe_5(); float L_59 = Vector2_get_magnitude_m2752892833(L_58, /*hidden argument*/NULL); float L_60 = __this->get_MinSwipeLength_2(); if ((!(((float)L_59) < ((float)L_60)))) { goto IL_01e1; } } { IL2CPP_RUNTIME_CLASS_INIT(EventSystem_t1003666588_il2cpp_TypeInfo_var); EventSystem_t1003666588 * L_61 = EventSystem_get_current_m1416377559(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_61); bool L_62 = EventSystem_IsPointerOverGameObject_m1911785875(L_61, /*hidden argument*/NULL); if (L_62) { goto IL_01e0; } } { onRotateClickEvent_t801432223 * L_63 = __this->get_onRotateClick_10(); NullCheck(L_63); UnityEvent_Invoke_m3065672636(L_63, /*hidden argument*/NULL); } IL_01e0: { return; } IL_01e1: { Vector2_t2156229523 * L_64 = __this->get_address_of_currentSwipe_5(); Vector2_Normalize_m1906922873(L_64, /*hidden argument*/NULL); } IL_01ec: { goto IL_03bf; } IL_01f1: { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); bool L_65 = Input_GetMouseButtonDown_m2081676745(NULL /*static, unused*/, 0, /*hidden argument*/NULL); if (!L_65) { goto IL_0238; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_66 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_13 = L_66; float L_67 = (&V_13)->get_x_1(); Vector3_t3722313464 L_68 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_14 = L_68; float L_69 = (&V_14)->get_y_2(); Vector2_t2156229523 L_70; memset(&L_70, 0, sizeof(L_70)); Vector2__ctor_m3970636864((&L_70), L_67, L_69, /*hidden argument*/NULL); __this->set_firstPressPos_3(L_70); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); CMainRole_t4200562839 * L_71 = CSceneService_GetMainRole_m3386793463(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_71); Transform_t3600365921 * L_72 = ISceneBaseObj_GetTransform_m3818769012(L_71, /*hidden argument*/NULL); NullCheck(L_72); Vector3_t3722313464 L_73 = Transform_get_localEulerAngles_m2136926248(L_72, /*hidden argument*/NULL); __this->set_currRotateVector3_6(L_73); } IL_0238: { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); bool L_74 = Input_GetMouseButton_m513753021(NULL /*static, unused*/, 0, /*hidden argument*/NULL); if (!L_74) { goto IL_0313; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_75 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_16 = L_75; float L_76 = (&V_16)->get_x_1(); Vector3_t3722313464 L_77 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_17 = L_77; float L_78 = (&V_17)->get_y_2(); Vector2_t2156229523 L_79; memset(&L_79, 0, sizeof(L_79)); Vector2__ctor_m3970636864((&L_79), L_76, L_78, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector3_t3722313464 L_80 = Vector2_op_Implicit_m1860157806(NULL /*static, unused*/, L_79, /*hidden argument*/NULL); V_15 = L_80; float L_81 = (&V_15)->get_x_1(); Vector2_t2156229523 * L_82 = __this->get_address_of_firstPressPos_3(); float L_83 = L_82->get_x_0(); float L_84 = (&V_15)->get_y_2(); Vector2_t2156229523 * L_85 = __this->get_address_of_firstPressPos_3(); float L_86 = L_85->get_y_1(); Vector3__ctor_m1719387948((&V_18), ((float)il2cpp_codegen_subtract((float)L_81, (float)L_83)), ((float)il2cpp_codegen_subtract((float)L_84, (float)L_86)), /*hidden argument*/NULL); float L_87 = Vector3_get_magnitude_m27958459((&V_18), /*hidden argument*/NULL); float L_88 = __this->get_MinSwipeLength_2(); if ((!(((float)L_87) > ((float)L_88)))) { goto IL_0313; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_89 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_20 = L_89; float L_90 = (&V_20)->get_x_1(); V_19 = L_90; Vector2_t2156229523 * L_91 = __this->get_address_of_firstPressPos_3(); float L_92 = L_91->get_x_0(); float L_93 = V_19; V_21 = ((float)il2cpp_codegen_subtract((float)L_92, (float)L_93)); Vector3_t3722313464 * L_94 = __this->get_address_of_currRotateVector3_6(); float L_95 = L_94->get_x_1(); Vector3_t3722313464 * L_96 = __this->get_address_of_currRotateVector3_6(); float L_97 = L_96->get_y_2(); float L_98 = V_21; Vector3_t3722313464 * L_99 = __this->get_address_of_currRotateVector3_6(); float L_100 = L_99->get_z_3(); Vector3__ctor_m3353183577((&V_22), L_95, ((float)il2cpp_codegen_add((float)L_97, (float)L_98)), L_100, /*hidden argument*/NULL); Vector2_t2156229523 L_101 = __this->get_firstPressPos_3(); bool L_102 = RotateDetector_rectContains_m2414690974(__this, L_101, /*hidden argument*/NULL); if (!L_102) { goto IL_0313; } } { RotateEvent_t2678955840 * L_103 = __this->get_onRotate_9(); Vector3_t3722313464 L_104 = V_22; NullCheck(L_103); UnityEvent_1_Invoke_m598483244(L_103, L_104, /*hidden argument*/UnityEvent_1_Invoke_m598483244_RuntimeMethod_var); } IL_0313: { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); bool L_105 = Input_GetMouseButtonUp_m2924350851(NULL /*static, unused*/, 0, /*hidden argument*/NULL); if (!L_105) { goto IL_03bf; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_106 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_23 = L_106; float L_107 = (&V_23)->get_x_1(); Vector3_t3722313464 L_108 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_24 = L_108; float L_109 = (&V_24)->get_y_2(); Vector2_t2156229523 L_110; memset(&L_110, 0, sizeof(L_110)); Vector2__ctor_m3970636864((&L_110), L_107, L_109, /*hidden argument*/NULL); __this->set_secondPressPos_4(L_110); Vector2_t2156229523 * L_111 = __this->get_address_of_secondPressPos_4(); float L_112 = L_111->get_x_0(); Vector2_t2156229523 * L_113 = __this->get_address_of_firstPressPos_3(); float L_114 = L_113->get_x_0(); Vector2_t2156229523 * L_115 = __this->get_address_of_secondPressPos_4(); float L_116 = L_115->get_y_1(); Vector2_t2156229523 * L_117 = __this->get_address_of_firstPressPos_3(); float L_118 = L_117->get_y_1(); Vector3_t3722313464 L_119; memset(&L_119, 0, sizeof(L_119)); Vector3__ctor_m1719387948((&L_119), ((float)il2cpp_codegen_subtract((float)L_112, (float)L_114)), ((float)il2cpp_codegen_subtract((float)L_116, (float)L_118)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_120 = Vector2_op_Implicit_m4260192859(NULL /*static, unused*/, L_119, /*hidden argument*/NULL); __this->set_currentSwipe_5(L_120); Vector2_t2156229523 * L_121 = __this->get_address_of_currentSwipe_5(); float L_122 = Vector2_get_magnitude_m2752892833(L_121, /*hidden argument*/NULL); float L_123 = __this->get_MinSwipeLength_2(); if ((!(((float)L_122) < ((float)L_123)))) { goto IL_03b4; } } { IL2CPP_RUNTIME_CLASS_INIT(EventSystem_t1003666588_il2cpp_TypeInfo_var); EventSystem_t1003666588 * L_124 = EventSystem_get_current_m1416377559(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_124); bool L_125 = EventSystem_IsPointerOverGameObject_m1911785875(L_124, /*hidden argument*/NULL); if (L_125) { goto IL_03b3; } } { onRotateClickEvent_t801432223 * L_126 = __this->get_onRotateClick_10(); NullCheck(L_126); UnityEvent_Invoke_m3065672636(L_126, /*hidden argument*/NULL); } IL_03b3: { return; } IL_03b4: { Vector2_t2156229523 * L_127 = __this->get_address_of_currentSwipe_5(); Vector2_Normalize_m1906922873(L_127, /*hidden argument*/NULL); } IL_03bf: { 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 FitFun.RotateEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void RotateEvent__ctor_m1108265865 (RotateEvent_t2678955840 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RotateEvent__ctor_m1108265865_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UnityEvent_1__ctor_m3567252554(__this, /*hidden argument*/UnityEvent_1__ctor_m3567252554_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.SceneLoader::.ctor() extern "C" IL2CPP_METHOD_ATTR void SceneLoader__ctor_m943472044 (SceneLoader_t3335639420 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SceneLoader__ctor_m943472044_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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); __this->set_loadedSceneList_7(L_0); SingletonMonobehaviour_1__ctor_m343110239(__this, /*hidden argument*/SingletonMonobehaviour_1__ctor_m343110239_RuntimeMethod_var); return; } } // System.Void FitFun.SceneLoader::LoadScene(System.String,System.Boolean,System.Action,System.Action`1,System.Action,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void SceneLoader_LoadScene_m1683400982 (SceneLoader_t3335639420 * __this, String_t* ___sceneName0, bool ___additive1, Action_t1264377477 * ___funcStart2, Action_1_t3123413348 * ___funcUpdate3, Action_t1264377477 * ___funcComplete4, Action_1_t2019918284 * ___error5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SceneLoader_LoadScene_m1683400982_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_loading_6(); if (!L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral4159410727, /*hidden argument*/NULL); return; } IL_0016: { V_0 = 0; goto IL_004e; } IL_001d: { List_1_t3319525431 * L_1 = __this->get_loadedSceneList_7(); int32_t L_2 = V_0; NullCheck(L_1); String_t* L_3 = List_1_get_Item_m953835688(L_1, L_2, /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); String_t* L_4 = ___sceneName0; NullCheck(L_3); bool L_5 = String_Equals_m2270643605(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_004a; } } { String_t* L_6 = ___sceneName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1215614432, L_6, _stringLiteral3578352594, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return; } IL_004a: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_004e: { int32_t L_9 = V_0; List_1_t3319525431 * L_10 = __this->get_loadedSceneList_7(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m2276455407(L_10, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_001d; } } { Action_t1264377477 * L_12 = ___funcStart2; if (!L_12) { goto IL_006e; } } { Action_t1264377477 * L_13 = ___funcStart2; NullCheck(L_13); Action_Invoke_m937035532(L_13, /*hidden argument*/NULL); ___funcStart2 = (Action_t1264377477 *)NULL; } IL_006e: try { // begin try (depth: 1) Action_1_t3123413348 * L_14 = ___funcUpdate3; __this->set_funcUpdate_4(L_14); Action_t1264377477 * L_15 = ___funcComplete4; __this->set_funcComplete_5(L_15); String_t* L_16 = ___sceneName0; bool L_17 = ___additive1; RuntimeObject* L_18 = SceneLoader_LoadAsync_m364635235(__this, L_16, L_17, /*hidden argument*/NULL); MonoBehaviour_StartCoroutine_m3411253000(__this, L_18, /*hidden argument*/NULL); __this->set_loading_6((bool)1); goto IL_00ca; } // 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_0099; throw e; } CATCH_0099: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); Action_1_t2019918284 * L_19 = ___error5; if (!L_19) { goto IL_00be; } } IL_00a1: { Action_1_t2019918284 * L_20 = ___error5; String_t* L_21 = ___sceneName0; Exception_t * L_22 = V_1; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral649162431, L_21, _stringLiteral374496315, L_23, /*hidden argument*/NULL); NullCheck(L_20); Action_1_Invoke_m3134296422(L_20, L_24, /*hidden argument*/Action_1_Invoke_m3134296422_RuntimeMethod_var); } IL_00be: { __this->set_loading_6((bool)0); goto IL_00ca; } } // end catch (depth: 1) IL_00ca: { return; } } // System.Collections.IEnumerator FitFun.SceneLoader::LoadAsync(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SceneLoader_LoadAsync_m364635235 (SceneLoader_t3335639420 * __this, String_t* ___sceneName0, bool ___additive1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SceneLoader_LoadAsync_m364635235_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CLoadAsyncU3Ec__Iterator0_t1359822509 * V_0 = NULL; { U3CLoadAsyncU3Ec__Iterator0_t1359822509 * L_0 = (U3CLoadAsyncU3Ec__Iterator0_t1359822509 *)il2cpp_codegen_object_new(U3CLoadAsyncU3Ec__Iterator0_t1359822509_il2cpp_TypeInfo_var); U3CLoadAsyncU3Ec__Iterator0__ctor_m1338511149(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CLoadAsyncU3Ec__Iterator0_t1359822509 * L_1 = V_0; bool L_2 = ___additive1; NullCheck(L_1); L_1->set_additive_0(L_2); U3CLoadAsyncU3Ec__Iterator0_t1359822509 * L_3 = V_0; String_t* L_4 = ___sceneName0; NullCheck(L_3); L_3->set_sceneName_1(L_4); U3CLoadAsyncU3Ec__Iterator0_t1359822509 * L_5 = V_0; NullCheck(L_5); L_5->set_U24this_3(__this); U3CLoadAsyncU3Ec__Iterator0_t1359822509 * L_6 = V_0; return L_6; } } // System.Void FitFun.SceneLoader::Update() extern "C" IL2CPP_METHOD_ATTR void SceneLoader_Update_m4286929334 (SceneLoader_t3335639420 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SceneLoader_Update_m4286929334_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsyncOperation_t1445031843 * L_0 = __this->get_asyncOperation_3(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { Action_1_t3123413348 * L_1 = __this->get_funcUpdate_4(); if (!L_1) { goto IL_004f; } } { AsyncOperation_t1445031843 * L_2 = __this->get_asyncOperation_3(); NullCheck(L_2); float L_3 = AsyncOperation_get_progress_m2461797197(L_2, /*hidden argument*/NULL); if ((!(((float)L_3) <= ((float)(0.9f))))) { goto IL_004f; } } { Action_1_t3123413348 * L_4 = __this->get_funcUpdate_4(); AsyncOperation_t1445031843 * L_5 = __this->get_asyncOperation_3(); NullCheck(L_5); float L_6 = AsyncOperation_get_progress_m2461797197(L_5, /*hidden argument*/NULL); NullCheck(L_4); Action_1_Invoke_m3401007060(L_4, (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_6, (float)(0.1f))), (float)(100.0f)))))), /*hidden argument*/Action_1_Invoke_m3401007060_RuntimeMethod_var); } IL_004f: { AsyncOperation_t1445031843 * L_7 = __this->get_asyncOperation_3(); NullCheck(L_7); float L_8 = AsyncOperation_get_progress_m2461797197(L_7, /*hidden argument*/NULL); if ((!(((float)L_8) == ((float)(0.9f))))) { goto IL_0088; } } { AsyncOperation_t1445031843 * L_9 = __this->get_asyncOperation_3(); NullCheck(L_9); AsyncOperation_set_allowSceneActivation_m1414760251(L_9, (bool)1, /*hidden argument*/NULL); Action_1_t3123413348 * L_10 = __this->get_funcUpdate_4(); if (!L_10) { goto IL_0088; } } { Action_1_t3123413348 * L_11 = __this->get_funcUpdate_4(); NullCheck(L_11); Action_1_Invoke_m3401007060(L_11, ((int32_t)100), /*hidden argument*/Action_1_Invoke_m3401007060_RuntimeMethod_var); } IL_0088: { AsyncOperation_t1445031843 * L_12 = __this->get_asyncOperation_3(); NullCheck(L_12); bool L_13 = AsyncOperation_get_isDone_m412925263(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00ca; } } { __this->set_asyncOperation_3((AsyncOperation_t1445031843 *)NULL); Action_t1264377477 * L_14 = __this->get_funcComplete_5(); if (!L_14) { goto IL_00b5; } } { Action_t1264377477 * L_15 = __this->get_funcComplete_5(); NullCheck(L_15); Action_Invoke_m937035532(L_15, /*hidden argument*/NULL); } IL_00b5: { __this->set_funcUpdate_4((Action_1_t3123413348 *)NULL); __this->set_funcComplete_5((Action_t1264377477 *)NULL); __this->set_loading_6((bool)0); } IL_00ca: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.SceneLoader/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLoadAsyncU3Ec__Iterator0__ctor_m1338511149 (U3CLoadAsyncU3Ec__Iterator0_t1359822509 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean FitFun.SceneLoader/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CLoadAsyncU3Ec__Iterator0_MoveNext_m142776158 (U3CLoadAsyncU3Ec__Iterator0_t1359822509 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CLoadAsyncU3Ec__Iterator0_MoveNext_m142776158_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; List_1_t3319525431 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = __this->get_U24PC_6(); V_0 = L_0; __this->set_U24PC_6((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_0129; } } } { goto IL_0130; } IL_0021: { bool L_2 = __this->get_additive_0(); if (L_2) { goto IL_0075; } } { SceneLoader_t3335639420 * L_3 = __this->get_U24this_3(); NullCheck(L_3); List_1_t3319525431 * L_4 = L_3->get_loadedSceneList_7(); NullCheck(L_4); StringU5BU5D_t1281789340* L_5 = List_1_ToArray_m3983937259(L_4, /*hidden argument*/List_1_ToArray_m3983937259_RuntimeMethod_var); List_1_t3319525431 * L_6 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m864250344(L_6, (RuntimeObject*)(RuntimeObject*)L_5, /*hidden argument*/List_1__ctor_m864250344_RuntimeMethod_var); V_1 = L_6; SceneLoader_t3335639420 * L_7 = __this->get_U24this_3(); NullCheck(L_7); List_1_t3319525431 * L_8 = L_7->get_loadedSceneList_7(); NullCheck(L_8); List_1_Clear_m3111619026(L_8, /*hidden argument*/List_1_Clear_m3111619026_RuntimeMethod_var); V_2 = 0; goto IL_0069; } IL_0059: { List_1_t3319525431 * L_9 = V_1; int32_t L_10 = V_2; NullCheck(L_9); String_t* L_11 = List_1_get_Item_m953835688(L_9, L_10, /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(AssetManager_t2546491902_il2cpp_TypeInfo_var); AssetManager_UnloadSceneAsset_m1873802290(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0069: { int32_t L_13 = V_2; List_1_t3319525431 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = List_1_get_Count_m2276455407(L_14, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0059; } } IL_0075: { String_t* L_16 = __this->get_sceneName_1(); IL2CPP_RUNTIME_CLASS_INIT(AssetManager_t2546491902_il2cpp_TypeInfo_var); String_t* L_17 = AssetManager_LoadSceneAsset_m1114972884(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); __this->set_U3CpathU3E__0_2(L_17); String_t* L_18 = __this->get_U3CpathU3E__0_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00b0; } } { String_t* L_20 = __this->get_sceneName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral510396552, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); goto IL_0130; } IL_00b0: { SceneLoader_t3335639420 * L_22 = __this->get_U24this_3(); NullCheck(L_22); List_1_t3319525431 * L_23 = L_22->get_loadedSceneList_7(); String_t* L_24 = __this->get_sceneName_1(); NullCheck(L_23); List_1_Add_m1685793073(L_23, L_24, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); bool L_25 = __this->get_additive_0(); if (!L_25) { goto IL_00ed; } } { SceneLoader_t3335639420 * L_26 = __this->get_U24this_3(); String_t* L_27 = __this->get_U3CpathU3E__0_2(); AsyncOperation_t1445031843 * L_28 = SceneManager_LoadSceneAsync_m3146814238(NULL /*static, unused*/, L_27, 1, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_asyncOperation_3(L_28); goto IL_0104; } IL_00ed: { SceneLoader_t3335639420 * L_29 = __this->get_U24this_3(); String_t* L_30 = __this->get_U3CpathU3E__0_2(); AsyncOperation_t1445031843 * L_31 = SceneManager_LoadSceneAsync_m3146814238(NULL /*static, unused*/, L_30, 0, /*hidden argument*/NULL); NullCheck(L_29); L_29->set_asyncOperation_3(L_31); } IL_0104: { SceneLoader_t3335639420 * L_32 = __this->get_U24this_3(); NullCheck(L_32); AsyncOperation_t1445031843 * L_33 = L_32->get_asyncOperation_3(); __this->set_U24current_4(L_33); bool L_34 = __this->get_U24disposing_5(); if (L_34) { goto IL_0124; } } { __this->set_U24PC_6(1); } IL_0124: { goto IL_0132; } IL_0129: { __this->set_U24PC_6((-1)); } IL_0130: { return (bool)0; } IL_0132: { return (bool)1; } } // System.Object FitFun.SceneLoader/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadAsyncU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m641551852 (U3CLoadAsyncU3Ec__Iterator0_t1359822509 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_4(); return L_0; } } // System.Object FitFun.SceneLoader/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadAsyncU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1633277610 (U3CLoadAsyncU3Ec__Iterator0_t1359822509 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_4(); return L_0; } } // System.Void FitFun.SceneLoader/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CLoadAsyncU3Ec__Iterator0_Dispose_m780395844 (U3CLoadAsyncU3Ec__Iterator0_t1359822509 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_5((bool)1); __this->set_U24PC_6((-1)); return; } } // System.Void FitFun.SceneLoader/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CLoadAsyncU3Ec__Iterator0_Reset_m1784114584 (U3CLoadAsyncU3Ec__Iterator0_t1359822509 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CLoadAsyncU3Ec__Iterator0_Reset_m1784114584_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,U3CLoadAsyncU3Ec__Iterator0_Reset_m1784114584_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 FitFun.SimpleFSM::.ctor() extern "C" IL2CPP_METHOD_ATTR void SimpleFSM__ctor_m1771325466 (SimpleFSM_t3686535260 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SimpleFSM__ctor_m1771325466_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t313363538 * L_0 = (Dictionary_2_t313363538 *)il2cpp_codegen_object_new(Dictionary_2_t313363538_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3233430874(L_0, /*hidden argument*/Dictionary_2__ctor_m3233430874_RuntimeMethod_var); __this->set_stateDic_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.SimpleFSM::AddState(FitFun.SimpleState) extern "C" IL2CPP_METHOD_ATTR void SimpleFSM_AddState_m113860716 (SimpleFSM_t3686535260 * __this, SimpleState_t1424650207 * ___State0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SimpleFSM_AddState_m113860716_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SimpleState_t1424650207 * L_0 = ___State0; if (!L_0) { goto IL_002e; } } { Dictionary_2_t313363538 * L_1 = __this->get_stateDic_0(); SimpleState_t1424650207 * L_2 = ___State0; NullCheck(L_2); int32_t L_3 = SimpleState_GetKey_m1221936007(L_2, /*hidden argument*/NULL); NullCheck(L_1); bool L_4 = Dictionary_2_ContainsKey_m2476623851(L_1, L_3, /*hidden argument*/Dictionary_2_ContainsKey_m2476623851_RuntimeMethod_var); if (L_4) { goto IL_002e; } } { Dictionary_2_t313363538 * L_5 = __this->get_stateDic_0(); SimpleState_t1424650207 * L_6 = ___State0; NullCheck(L_6); int32_t L_7 = SimpleState_GetKey_m1221936007(L_6, /*hidden argument*/NULL); SimpleState_t1424650207 * L_8 = ___State0; NullCheck(L_5); Dictionary_2_Add_m3268768550(L_5, L_7, L_8, /*hidden argument*/Dictionary_2_Add_m3268768550_RuntimeMethod_var); } IL_002e: { return; } } // System.Void FitFun.SimpleFSM::AddStates(FitFun.SimpleState[]) extern "C" IL2CPP_METHOD_ATTR void SimpleFSM_AddStates_m2827376157 (SimpleFSM_t3686535260 * __this, SimpleStateU5BU5D_t2736705990* ___StateArray0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SimpleFSM_AddStates_m2827376157_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SimpleState_t1424650207 * V_1 = NULL; { Dictionary_2_t313363538 * L_0 = __this->get_stateDic_0(); if (!L_0) { goto IL_0011; } } { SimpleStateU5BU5D_t2736705990* L_1 = ___StateArray0; if (L_1) { goto IL_0012; } } IL_0011: { return; } IL_0012: { V_0 = 0; goto IL_004f; } IL_0019: { SimpleStateU5BU5D_t2736705990* L_2 = ___StateArray0; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; SimpleState_t1424650207 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; SimpleState_t1424650207 * L_6 = V_1; if (!L_6) { goto IL_004b; } } { Dictionary_2_t313363538 * L_7 = __this->get_stateDic_0(); SimpleState_t1424650207 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = SimpleState_GetKey_m1221936007(L_8, /*hidden argument*/NULL); NullCheck(L_7); bool L_10 = Dictionary_2_ContainsKey_m2476623851(L_7, L_9, /*hidden argument*/Dictionary_2_ContainsKey_m2476623851_RuntimeMethod_var); if (L_10) { goto IL_004b; } } { Dictionary_2_t313363538 * L_11 = __this->get_stateDic_0(); SimpleState_t1424650207 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = SimpleState_GetKey_m1221936007(L_12, /*hidden argument*/NULL); SimpleState_t1424650207 * L_14 = V_1; NullCheck(L_11); Dictionary_2_Add_m3268768550(L_11, L_13, L_14, /*hidden argument*/Dictionary_2_Add_m3268768550_RuntimeMethod_var); } IL_004b: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004f: { int32_t L_16 = V_0; SimpleStateU5BU5D_t2736705990* L_17 = ___StateArray0; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_0019; } } { return; } } // FitFun.SimpleState FitFun.SimpleFSM::GetState(System.Int32) extern "C" IL2CPP_METHOD_ATTR SimpleState_t1424650207 * SimpleFSM_GetState_m1013529533 (SimpleFSM_t3686535260 * __this, int32_t ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SimpleFSM_GetState_m1013529533_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t313363538 * L_0 = __this->get_stateDic_0(); int32_t L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m2476623851(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m2476623851_RuntimeMethod_var); if (L_2) { goto IL_0013; } } { return (SimpleState_t1424650207 *)NULL; } IL_0013: { Dictionary_2_t313363538 * L_3 = __this->get_stateDic_0(); int32_t L_4 = ___key0; NullCheck(L_3); SimpleState_t1424650207 * L_5 = Dictionary_2_get_Item_m2312036701(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m2312036701_RuntimeMethod_var); return L_5; } } // System.Void FitFun.SimpleFSM::TransformToState(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SimpleFSM_TransformToState_m703395552 (SimpleFSM_t3686535260 * __this, int32_t ___targetKey0, int32_t ___fromKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SimpleFSM_TransformToState_m703395552_MetadataUsageId); s_Il2CppMethodInitialized = true; } SimpleState_t1424650207 * V_0 = NULL; { int32_t L_0 = ___targetKey0; if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendLoginStart_m868534246(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_000c: { int32_t L_1 = ___targetKey0; if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_2 = ___fromKey1; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)12))))) { goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendEnterHall_m1494826582(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_0020: { Dictionary_2_t313363538 * L_3 = __this->get_stateDic_0(); int32_t L_4 = ___targetKey0; NullCheck(L_3); bool L_5 = Dictionary_2_ContainsKey_m2476623851(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m2476623851_RuntimeMethod_var); if (L_5) { goto IL_0040; } } { int32_t L_6 = ___targetKey0; SimpleState_t1424650207 * L_7 = (SimpleState_t1424650207 *)il2cpp_codegen_object_new(SimpleState_t1424650207_il2cpp_TypeInfo_var); SimpleState__ctor_m935720394(L_7, __this, L_6, /*hidden argument*/NULL); V_0 = L_7; SimpleState_t1424650207 * L_8 = V_0; SimpleFSM_AddState_m113860716(__this, L_8, /*hidden argument*/NULL); } IL_0040: { SimpleState_t1424650207 * L_9 = __this->get_currentState_1(); Dictionary_2_t313363538 * L_10 = __this->get_stateDic_0(); int32_t L_11 = ___targetKey0; NullCheck(L_10); SimpleState_t1424650207 * L_12 = Dictionary_2_get_Item_m2312036701(L_10, L_11, /*hidden argument*/Dictionary_2_get_Item_m2312036701_RuntimeMethod_var); if ((!(((RuntimeObject*)(SimpleState_t1424650207 *)L_9) == ((RuntimeObject*)(SimpleState_t1424650207 *)L_12)))) { goto IL_0073; } } { int32_t L_13 = ___targetKey0; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14); int32_t L_16 = ___fromKey1; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2756196374, L_15, L_18, /*hidden argument*/NULL); Tracer_LogWarning_m1083847736(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); return; } IL_0073: { SimpleState_t1424650207 * L_20 = __this->get_currentState_1(); if (!L_20) { goto IL_0089; } } { SimpleState_t1424650207 * L_21 = __this->get_currentState_1(); NullCheck(L_21); VirtActionInvoker0::Invoke(7 /* System.Void FitFun.SimpleState::Exit() */, L_21); } IL_0089: { Dictionary_2_t313363538 * L_22 = __this->get_stateDic_0(); int32_t L_23 = ___targetKey0; NullCheck(L_22); SimpleState_t1424650207 * L_24 = Dictionary_2_get_Item_m2312036701(L_22, L_23, /*hidden argument*/Dictionary_2_get_Item_m2312036701_RuntimeMethod_var); __this->set_currentState_1(L_24); SimpleState_t1424650207 * L_25 = __this->get_currentState_1(); if (!L_25) { goto IL_00b1; } } { SimpleState_t1424650207 * L_26 = __this->get_currentState_1(); NullCheck(L_26); VirtActionInvoker0::Invoke(4 /* System.Void FitFun.SimpleState::Enter() */, L_26); } IL_00b1: { return; } } // System.Void FitFun.SimpleFSM::FixedUpdate() extern "C" IL2CPP_METHOD_ATTR void SimpleFSM_FixedUpdate_m1110245077 (SimpleFSM_t3686535260 * __this, const RuntimeMethod* method) { { SimpleState_t1424650207 * L_0 = __this->get_currentState_1(); if (!L_0) { goto IL_0016; } } { SimpleState_t1424650207 * L_1 = __this->get_currentState_1(); NullCheck(L_1); VirtActionInvoker0::Invoke(5 /* System.Void FitFun.SimpleState::FixedUpdate() */, L_1); } IL_0016: { return; } } // System.Void FitFun.SimpleFSM::Update() extern "C" IL2CPP_METHOD_ATTR void SimpleFSM_Update_m2560441070 (SimpleFSM_t3686535260 * __this, const RuntimeMethod* method) { { SimpleState_t1424650207 * L_0 = __this->get_currentState_1(); if (!L_0) { goto IL_0016; } } { SimpleState_t1424650207 * L_1 = __this->get_currentState_1(); NullCheck(L_1); VirtActionInvoker0::Invoke(6 /* System.Void FitFun.SimpleState::Update() */, L_1); } IL_0016: { return; } } // System.Void FitFun.SimpleFSM::Exit() extern "C" IL2CPP_METHOD_ATTR void SimpleFSM_Exit_m1544989620 (SimpleFSM_t3686535260 * __this, const RuntimeMethod* method) { { SimpleState_t1424650207 * L_0 = __this->get_currentState_1(); if (!L_0) { goto IL_0016; } } { SimpleState_t1424650207 * L_1 = __this->get_currentState_1(); NullCheck(L_1); VirtActionInvoker0::Invoke(7 /* System.Void FitFun.SimpleState::Exit() */, L_1); } IL_0016: { 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 FitFun.SimpleState::.ctor(FitFun.SimpleFSM,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SimpleState__ctor_m935720394 (SimpleState_t1424650207 * __this, SimpleFSM_t3686535260 * ___fsm0, int32_t ___key1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SimpleFSM_t3686535260 * L_0 = ___fsm0; __this->set_fsm_0(L_0); int32_t L_1 = ___key1; __this->set_key_1(L_1); return; } } // System.Int32 FitFun.SimpleState::GetKey() extern "C" IL2CPP_METHOD_ATTR int32_t SimpleState_GetKey_m1221936007 (SimpleState_t1424650207 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_key_1(); return L_0; } } // System.Void FitFun.SimpleState::Enter() extern "C" IL2CPP_METHOD_ATTR void SimpleState_Enter_m3706416276 (SimpleState_t1424650207 * __this, const RuntimeMethod* method) { { return; } } // System.Void FitFun.SimpleState::FixedUpdate() extern "C" IL2CPP_METHOD_ATTR void SimpleState_FixedUpdate_m4240906906 (SimpleState_t1424650207 * __this, const RuntimeMethod* method) { { return; } } // System.Void FitFun.SimpleState::Update() extern "C" IL2CPP_METHOD_ATTR void SimpleState_Update_m3634247721 (SimpleState_t1424650207 * __this, const RuntimeMethod* method) { { return; } } // System.Void FitFun.SimpleState::Exit() extern "C" IL2CPP_METHOD_ATTR void SimpleState_Exit_m424981518 (SimpleState_t1424650207 * __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 FitFun.SpineAnimation::.ctor() extern "C" IL2CPP_METHOD_ATTR void SpineAnimation__ctor_m4139879883 (SpineAnimation_t167403477 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Action FitFun.SpineAnimation::get_AnimationComplete() extern "C" IL2CPP_METHOD_ATTR Action_t1264377477 * SpineAnimation_get_AnimationComplete_m2632398833 (SpineAnimation_t167403477 * __this, const RuntimeMethod* method) { { Action_t1264377477 * L_0 = __this->get_U3CAnimationCompleteU3Ek__BackingField_4(); return L_0; } } // System.Void FitFun.SpineAnimation::set_AnimationComplete(System.Action) extern "C" IL2CPP_METHOD_ATTR void SpineAnimation_set_AnimationComplete_m4128970801 (SpineAnimation_t167403477 * __this, Action_t1264377477 * ___value0, const RuntimeMethod* method) { { Action_t1264377477 * L_0 = ___value0; __this->set_U3CAnimationCompleteU3Ek__BackingField_4(L_0); return; } } // System.Void FitFun.SpineAnimation::Awake() extern "C" IL2CPP_METHOD_ATTR void SpineAnimation_Awake_m471120011 (SpineAnimation_t167403477 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpineAnimation_Awake_m471120011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_0); SkeletonGraphic_t1744877482 * L_1 = GameObject_GetComponent_TisSkeletonGraphic_t1744877482_m2533248352(L_0, /*hidden argument*/GameObject_GetComponent_TisSkeletonGraphic_t1744877482_m2533248352_RuntimeMethod_var); __this->set_skeletonGraphic_2(L_1); SkeletonGraphic_t1744877482 * L_2 = __this->get_skeletonGraphic_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_2, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral985671082, /*hidden argument*/NULL); } IL_002c: { SkeletonGraphic_t1744877482 * L_4 = __this->get_skeletonGraphic_2(); NullCheck(L_4); AnimationState_t3637309382 * L_5 = SkeletonGraphic_get_AnimationState_m518406179(L_4, /*hidden argument*/NULL); __this->set_animationState_3(L_5); AnimationState_t3637309382 * L_6 = __this->get_animationState_3(); intptr_t L_7 = (intptr_t)SpineAnimation_AnimationCompleteEntry_m594352411_RuntimeMethod_var; TrackEntryDelegate_t363257942 * L_8 = (TrackEntryDelegate_t363257942 *)il2cpp_codegen_object_new(TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var); TrackEntryDelegate__ctor_m3836624663(L_8, __this, L_7, /*hidden argument*/NULL); NullCheck(L_6); AnimationState_add_Complete_m1151593632(L_6, L_8, /*hidden argument*/NULL); return; } } // Spine.Unity.SkeletonGraphic FitFun.SpineAnimation::GetSkeletonGraphic() extern "C" IL2CPP_METHOD_ATTR SkeletonGraphic_t1744877482 * SpineAnimation_GetSkeletonGraphic_m505301555 (SpineAnimation_t167403477 * __this, const RuntimeMethod* method) { { SkeletonGraphic_t1744877482 * L_0 = __this->get_skeletonGraphic_2(); return L_0; } } // System.Void FitFun.SpineAnimation::PlayAnimation(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SpineAnimation_PlayAnimation_m2763224925 (SpineAnimation_t167403477 * __this, String_t* ___name0, bool ___loop1, const RuntimeMethod* method) { { AnimationState_t3637309382 * L_0 = __this->get_animationState_3(); String_t* L_1 = ___name0; bool L_2 = ___loop1; NullCheck(L_0); AnimationState_SetAnimation_m2651273526(L_0, 0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void FitFun.SpineAnimation::AnimationCompleteEntry(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void SpineAnimation_AnimationCompleteEntry_m594352411 (SpineAnimation_t167403477 * __this, TrackEntry_t1316488441 * ___trackEntry0, const RuntimeMethod* method) { { Action_t1264377477 * L_0 = SpineAnimation_get_AnimationComplete_m2632398833(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { Action_t1264377477 * L_1 = SpineAnimation_get_AnimationComplete_m2632398833(__this, /*hidden argument*/NULL); NullCheck(L_1); Action_Invoke_m937035532(L_1, /*hidden argument*/NULL); } IL_0016: { 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 FitFun.StringConvert::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringConvert__ctor_m1442453490 (StringConvert_t1943811234 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String FitFun.StringConvert::UTF16StreamToString(System.Byte[],System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR String_t* StringConvert_UTF16StreamToString_m3173834441 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___array0, bool ___structFormat1, int32_t* ___parsedLength2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringConvert_UTF16StreamToString_m3173834441_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; String_t* V_4 = NULL; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; { bool L_0 = ___structFormat1; if (!L_0) { goto IL_004b; } } { 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(); V_0 = L_1; int32_t* L_2 = ___parsedLength2; ByteU5BU5D_t4116647657* L_3 = ___array0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); int16_t L_4 = BitConverter_ToInt16_m2376388426(NULL /*static, unused*/, L_3, 0, /*hidden argument*/NULL); *((int32_t*)(L_2)) = (int32_t)L_4; int32_t* L_5 = ___parsedLength2; V_1 = ((int32_t)((int32_t)(*((int32_t*)L_5))>>(int32_t)1)); int32_t* L_6 = ___parsedLength2; int32_t* L_7 = ___parsedLength2; *((int32_t*)(L_6)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_7)), (int32_t)2)); V_2 = 1; goto IL_0042; } IL_0027: { ByteU5BU5D_t4116647657* L_8 = ___array0; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); Il2CppChar L_10 = BitConverter_ToChar_m1348346703(NULL /*static, unused*/, L_8, ((int32_t)((int32_t)L_9<<(int32_t)1)), /*hidden argument*/NULL); V_3 = L_10; String_t* L_11 = V_0; Il2CppChar L_12 = V_3; Il2CppChar L_13 = L_12; RuntimeObject * L_14 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m904156431(NULL /*static, unused*/, L_11, L_14, /*hidden argument*/NULL); V_0 = L_15; int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0042: { int32_t L_17 = V_2; int32_t L_18 = V_1; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0027; } } { String_t* L_19 = V_0; return L_19; } IL_004b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_4 = L_20; V_5 = 0; goto IL_007a; } IL_005a: { ByteU5BU5D_t4116647657* L_21 = ___array0; int32_t L_22 = V_5; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); Il2CppChar L_23 = BitConverter_ToChar_m1348346703(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); V_6 = L_23; String_t* L_24 = V_4; Il2CppChar L_25 = V_6; Il2CppChar L_26 = L_25; RuntimeObject * L_27 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_26); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m904156431(NULL /*static, unused*/, L_24, L_27, /*hidden argument*/NULL); V_4 = L_28; int32_t L_29 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)2)); } IL_007a: { int32_t L_30 = V_5; ByteU5BU5D_t4116647657* L_31 = ___array0; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))))) { goto IL_005a; } } { int32_t* L_32 = ___parsedLength2; ByteU5BU5D_t4116647657* L_33 = ___array0; NullCheck(L_33); *((int32_t*)(L_32)) = (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length)))); String_t* L_34 = V_4; return L_34; } } // System.Byte[] FitFun.StringConvert::StringToUTF16Stream(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* StringConvert_StringToUTF16Stream_m2170512796 (RuntimeObject * __this /* static, unused */, String_t* ___text0, bool ___structFormat1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringConvert_StringToUTF16Stream_m2170512796_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; int32_t V_4 = 0; ByteU5BU5D_t4116647657* V_5 = NULL; int32_t V_6 = 0; ByteU5BU5D_t4116647657* V_7 = NULL; { bool L_0 = ___structFormat1; if (!L_0) { goto IL_005c; } } { String_t* L_1 = ___text0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))<<(int32_t)1)); int32_t L_3 = V_0; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_3)); V_2 = 0; goto IL_0042; } IL_001f: { String_t* L_4 = ___text0; int32_t L_5 = V_2; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m2986988803(L_4, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_7 = BitConverter_GetBytes_m1603262885(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_3 = L_7; ByteU5BU5D_t4116647657* L_8 = V_1; int32_t L_9 = V_2; ByteU5BU5D_t4116647657* L_10 = V_3; NullCheck(L_10); int32_t L_11 = 0; uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); NullCheck(L_8); (L_8)->SetAt(static_cast(((int32_t)((int32_t)L_9<<(int32_t)1))), (uint8_t)L_12); ByteU5BU5D_t4116647657* L_13 = V_1; int32_t L_14 = V_2; ByteU5BU5D_t4116647657* L_15 = V_3; NullCheck(L_15); int32_t L_16 = 1; uint8_t L_17 = (L_15)->GetAt(static_cast(L_16)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_14<<(int32_t)1)), (int32_t)1))), (uint8_t)L_17); int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0042: { int32_t L_19 = V_2; String_t* L_20 = ___text0; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_001f; } } { ByteU5BU5D_t4116647657* L_22 = V_1; int32_t L_23 = V_0; NullCheck(L_22); (L_22)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)2))), (uint8_t)0); ByteU5BU5D_t4116647657* L_24 = V_1; int32_t L_25 = V_0; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1))), (uint8_t)0); ByteU5BU5D_t4116647657* L_26 = V_1; return L_26; } IL_005c: { String_t* L_27 = ___text0; NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); V_4 = ((int32_t)((int32_t)L_28<<(int32_t)1)); int32_t L_29 = V_4; V_5 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_29)); V_6 = 0; goto IL_00a4; } IL_0077: { String_t* L_30 = ___text0; int32_t L_31 = V_6; NullCheck(L_30); Il2CppChar L_32 = String_get_Chars_m2986988803(L_30, L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_33 = BitConverter_GetBytes_m1603262885(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); V_7 = L_33; ByteU5BU5D_t4116647657* L_34 = V_5; int32_t L_35 = V_6; ByteU5BU5D_t4116647657* L_36 = V_7; NullCheck(L_36); int32_t L_37 = 0; uint8_t L_38 = (L_36)->GetAt(static_cast(L_37)); NullCheck(L_34); (L_34)->SetAt(static_cast(((int32_t)((int32_t)L_35<<(int32_t)1))), (uint8_t)L_38); ByteU5BU5D_t4116647657* L_39 = V_5; int32_t L_40 = V_6; ByteU5BU5D_t4116647657* L_41 = V_7; NullCheck(L_41); int32_t L_42 = 1; uint8_t L_43 = (L_41)->GetAt(static_cast(L_42)); NullCheck(L_39); (L_39)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_40<<(int32_t)1)), (int32_t)1))), (uint8_t)L_43); int32_t L_44 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00a4: { int32_t L_45 = V_6; String_t* L_46 = ___text0; NullCheck(L_46); int32_t L_47 = String_get_Length_m3847582255(L_46, /*hidden argument*/NULL); if ((((int32_t)L_45) < ((int32_t)L_47))) { goto IL_0077; } } { ByteU5BU5D_t4116647657* L_48 = V_5; return L_48; } } // System.String FitFun.StringConvert::CalculateLengthOfStringToFit(System.String,UnityEngine.UI.Text,System.Single,System.Int32&,System.String&) extern "C" IL2CPP_METHOD_ATTR String_t* StringConvert_CalculateLengthOfStringToFit_m472093466 (RuntimeObject * __this /* static, unused */, String_t* ___message0, Text_t1901882714 * ___textComponent1, float ___reserveWidth2, int32_t* ___totalChar3, String_t** ___left4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringConvert_CalculateLengthOfStringToFit_m472093466_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Rect_t2360479859 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; String_t* V_3 = NULL; Font_t1956802104 * V_4 = NULL; CharacterInfo_t1228754872 V_5; memset(&V_5, 0, sizeof(V_5)); CharU5BU5D_t3528271667* V_6 = NULL; Il2CppChar V_7 = 0x0; CharU5BU5D_t3528271667* V_8 = NULL; int32_t V_9 = 0; { Text_t1901882714 * L_0 = ___textComponent1; NullCheck(L_0); Font_t1956802104 * L_1 = Text_get_font_m2857203289(L_0, /*hidden argument*/NULL); String_t* L_2 = ___message0; Text_t1901882714 * L_3 = ___textComponent1; NullCheck(L_3); int32_t L_4 = Text_get_fontSize_m1677872538(L_3, /*hidden argument*/NULL); Text_t1901882714 * L_5 = ___textComponent1; NullCheck(L_5); int32_t L_6 = Text_get_fontStyle_m3082671380(L_5, /*hidden argument*/NULL); NullCheck(L_1); Font_RequestCharactersInTexture_m2970556110(L_1, L_2, L_4, L_6, /*hidden argument*/NULL); Text_t1901882714 * L_7 = ___textComponent1; NullCheck(L_7); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(L_7, /*hidden argument*/NULL); NullCheck(L_8); RectTransform_t3704657025 * L_9 = Component_GetComponent_TisRectTransform_t3704657025_m2955745782(L_8, /*hidden argument*/Component_GetComponent_TisRectTransform_t3704657025_m2955745782_RuntimeMethod_var); NullCheck(L_9); Rect_t2360479859 L_10 = RectTransform_get_rect_m574169965(L_9, /*hidden argument*/NULL); V_1 = L_10; float L_11 = Rect_get_width_m3421484486((&V_1), /*hidden argument*/NULL); float L_12 = ___reserveWidth2; V_0 = ((float)il2cpp_codegen_subtract((float)L_11, (float)L_12)); V_2 = 0; int32_t* L_13 = ___totalChar3; *((int32_t*)(L_13)) = (int32_t)0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_3 = L_14; Text_t1901882714 * L_15 = ___textComponent1; NullCheck(L_15); Font_t1956802104 * L_16 = Text_get_font_m2857203289(L_15, /*hidden argument*/NULL); V_4 = L_16; il2cpp_codegen_initobj((&V_5), sizeof(CharacterInfo_t1228754872 )); String_t* L_17 = ___message0; NullCheck(L_17); CharU5BU5D_t3528271667* L_18 = String_ToCharArray_m1492846834(L_17, /*hidden argument*/NULL); V_6 = L_18; CharU5BU5D_t3528271667* L_19 = V_6; V_8 = L_19; V_9 = 0; goto IL_00c1; } IL_0062: { CharU5BU5D_t3528271667* L_20 = V_8; int32_t L_21 = V_9; NullCheck(L_20); int32_t L_22 = L_21; uint16_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_7 = L_23; Font_t1956802104 * L_24 = V_4; Il2CppChar L_25 = V_7; Text_t1901882714 * L_26 = ___textComponent1; NullCheck(L_26); int32_t L_27 = Text_get_fontSize_m1677872538(L_26, /*hidden argument*/NULL); NullCheck(L_24); Font_GetCharacterInfo_m3035673071(L_24, L_25, (&V_5), L_27, /*hidden argument*/NULL); int32_t L_28 = V_2; int32_t L_29 = CharacterInfo_get_advance_m2829275018((&V_5), /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)); int32_t* L_30 = ___totalChar3; int32_t* L_31 = ___totalChar3; *((int32_t*)(L_30)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_31)), (int32_t)1)); String_t* L_32 = V_3; Il2CppChar L_33 = V_7; Il2CppChar L_34 = L_33; RuntimeObject * L_35 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Concat_m904156431(NULL /*static, unused*/, L_32, L_35, /*hidden argument*/NULL); V_3 = L_36; int32_t L_37 = V_2; float L_38 = V_0; if ((!(((float)(((float)((float)L_37)))) > ((float)L_38)))) { goto IL_00bb; } } { int32_t* L_39 = ___totalChar3; int32_t* L_40 = ___totalChar3; *((int32_t*)(L_39)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_40)), (int32_t)1)); String_t* L_41 = V_3; String_t* L_42 = V_3; NullCheck(L_42); int32_t L_43 = String_get_Length_m3847582255(L_42, /*hidden argument*/NULL); NullCheck(L_41); String_Remove_m1524948975(L_41, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)), /*hidden argument*/NULL); goto IL_00cc; } IL_00bb: { int32_t L_44 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00c1: { int32_t L_45 = V_9; CharU5BU5D_t3528271667* L_46 = V_8; NullCheck(L_46); if ((((int32_t)L_45) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length))))))) { goto IL_0062; } } IL_00cc: { String_t** L_47 = ___left4; String_t* L_48 = ___message0; int32_t* L_49 = ___totalChar3; NullCheck(L_48); String_t* L_50 = String_Remove_m562998446(L_48, 0, (*((int32_t*)L_49)), /*hidden argument*/NULL); *((RuntimeObject **)(L_47)) = (RuntimeObject *)L_50; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_47), (RuntimeObject *)L_50); String_t* L_51 = V_3; return L_51; } } // System.Single FitFun.StringConvert::CalculateStringWidth(System.String,UnityEngine.UI.Text) extern "C" IL2CPP_METHOD_ATTR float StringConvert_CalculateStringWidth_m3788316779 (RuntimeObject * __this /* static, unused */, String_t* ___message0, Text_t1901882714 * ___textComponent1, const RuntimeMethod* method) { Font_t1956802104 * V_0 = NULL; CharU5BU5D_t3528271667* V_1 = NULL; CharacterInfo_t1228754872 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; Il2CppChar V_4 = 0x0; CharU5BU5D_t3528271667* V_5 = NULL; int32_t V_6 = 0; { Text_t1901882714 * L_0 = ___textComponent1; NullCheck(L_0); Font_t1956802104 * L_1 = Text_get_font_m2857203289(L_0, /*hidden argument*/NULL); String_t* L_2 = ___message0; Text_t1901882714 * L_3 = ___textComponent1; NullCheck(L_3); int32_t L_4 = Text_get_fontSize_m1677872538(L_3, /*hidden argument*/NULL); Text_t1901882714 * L_5 = ___textComponent1; NullCheck(L_5); int32_t L_6 = Text_get_fontStyle_m3082671380(L_5, /*hidden argument*/NULL); NullCheck(L_1); Font_RequestCharactersInTexture_m2970556110(L_1, L_2, L_4, L_6, /*hidden argument*/NULL); Text_t1901882714 * L_7 = ___textComponent1; NullCheck(L_7); Font_t1956802104 * L_8 = Text_get_font_m2857203289(L_7, /*hidden argument*/NULL); V_0 = L_8; String_t* L_9 = ___message0; NullCheck(L_9); CharU5BU5D_t3528271667* L_10 = String_ToCharArray_m1492846834(L_9, /*hidden argument*/NULL); V_1 = L_10; il2cpp_codegen_initobj((&V_2), sizeof(CharacterInfo_t1228754872 )); V_3 = 0; CharU5BU5D_t3528271667* L_11 = V_1; V_5 = L_11; V_6 = 0; goto IL_0063; } IL_003b: { CharU5BU5D_t3528271667* L_12 = V_5; int32_t L_13 = V_6; NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_4 = L_15; Font_t1956802104 * L_16 = V_0; Il2CppChar L_17 = V_4; Text_t1901882714 * L_18 = ___textComponent1; NullCheck(L_18); int32_t L_19 = Text_get_fontSize_m1677872538(L_18, /*hidden argument*/NULL); NullCheck(L_16); Font_GetCharacterInfo_m3035673071(L_16, L_17, (&V_2), L_19, /*hidden argument*/NULL); int32_t L_20 = V_3; int32_t L_21 = CharacterInfo_get_advance_m2829275018((&V_2), /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)); int32_t L_22 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0063: { int32_t L_23 = V_6; CharU5BU5D_t3528271667* L_24 = V_5; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_003b; } } { int32_t L_25 = V_3; return (((float)((float)L_25))); } } // System.String FitFun.StringConvert::CalculateTextWithSuspension(System.String,UnityEngine.UI.Text) extern "C" IL2CPP_METHOD_ATTR String_t* StringConvert_CalculateTextWithSuspension_m3067918377 (RuntimeObject * __this /* static, unused */, String_t* ___value0, Text_t1901882714 * ___textComponent1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringConvert_CalculateTextWithSuspension_m3067918377_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextGenerator_t3211863866 * V_0 = NULL; RectTransform_t3704657025 * V_1 = NULL; TextGenerationSettings_t1351628751 V_2; memset(&V_2, 0, sizeof(V_2)); Rect_t2360479859 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; String_t* V_5 = NULL; { TextGenerator_t3211863866 * L_0 = (TextGenerator_t3211863866 *)il2cpp_codegen_object_new(TextGenerator_t3211863866_il2cpp_TypeInfo_var); TextGenerator__ctor_m2083174502(L_0, /*hidden argument*/NULL); V_0 = L_0; Text_t1901882714 * L_1 = ___textComponent1; NullCheck(L_1); RectTransform_t3704657025 * L_2 = Component_GetComponent_TisRectTransform_t3704657025_m2955745782(L_1, /*hidden argument*/Component_GetComponent_TisRectTransform_t3704657025_m2955745782_RuntimeMethod_var); V_1 = L_2; Text_t1901882714 * L_3 = ___textComponent1; RectTransform_t3704657025 * L_4 = V_1; NullCheck(L_4); Rect_t2360479859 L_5 = RectTransform_get_rect_m574169965(L_4, /*hidden argument*/NULL); V_3 = L_5; Vector2_t2156229523 L_6 = Rect_get_size_m477575021((&V_3), /*hidden argument*/NULL); NullCheck(L_3); TextGenerationSettings_t1351628751 L_7 = Text_GetGenerationSettings_m1390856115(L_3, L_6, /*hidden argument*/NULL); V_2 = L_7; TextGenerator_t3211863866 * L_8 = V_0; String_t* L_9 = ___value0; TextGenerationSettings_t1351628751 L_10 = V_2; NullCheck(L_8); TextGenerator_Populate_m194003733(L_8, L_9, L_10, /*hidden argument*/NULL); TextGenerator_t3211863866 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = TextGenerator_get_characterCountVisible_m3790045314(L_11, /*hidden argument*/NULL); V_4 = L_12; String_t* L_13 = ___value0; V_5 = L_13; String_t* L_14 = ___value0; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); int32_t L_16 = V_4; if ((((int32_t)L_15) <= ((int32_t)L_16))) { goto IL_005e; } } { String_t* L_17 = ___value0; int32_t L_18 = V_4; NullCheck(L_17); String_t* L_19 = String_Substring_m1610150815(L_17, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); V_5 = L_19; String_t* L_20 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, L_20, _stringLiteral4159465662, /*hidden argument*/NULL); V_5 = L_21; } IL_005e: { String_t* L_22 = V_5; return L_22; } } #ifdef __clang__ #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 FitFun.SwipeDetector::.ctor() extern "C" IL2CPP_METHOD_ATTR void SwipeDetector__ctor_m1463004637 (SwipeDetector_t540502896 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SwipeDetector__ctor_m1463004637_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_MinSwipeLength_2((20.0f)); SwipeEvent_t4115661022 * L_0 = (SwipeEvent_t4115661022 *)il2cpp_codegen_object_new(SwipeEvent_t4115661022_il2cpp_TypeInfo_var); SwipeEvent__ctor_m942672491(L_0, /*hidden argument*/NULL); __this->set_onSwipe_7(L_0); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.SwipeDetector::Update() extern "C" IL2CPP_METHOD_ATTR void SwipeDetector_Update_m2402596525 (SwipeDetector_t540502896 * __this, const RuntimeMethod* method) { { SwipeDetector_DetectSwipe_m3695375817(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.SwipeDetector::DetectSwipe() extern "C" IL2CPP_METHOD_ATTR void SwipeDetector_DetectSwipe_m3695375817 (SwipeDetector_t540502896 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SwipeDetector_DetectSwipe_m3695375817_MetadataUsageId); s_Il2CppMethodInitialized = true; } Touch_t1921856868 V_0; memset(&V_0, 0, sizeof(V_0)); Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); Vector2_t2156229523 V_2; memset(&V_2, 0, sizeof(V_2)); Vector2_t2156229523 V_3; memset(&V_3, 0, sizeof(V_3)); Vector2_t2156229523 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); TouchU5BU5D_t1849554061* L_0 = Input_get_touches_m1702694043(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) <= ((int32_t)0))) { goto IL_0292; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Touch_t1921856868 L_1 = Input_GetTouch_m2192712756(NULL /*static, unused*/, 0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = Touch_get_phase_m214549210((&V_0), /*hidden argument*/NULL); if (L_2) { goto IL_0049; } } { Vector2_t2156229523 L_3 = Touch_get_position_m3109777936((&V_0), /*hidden argument*/NULL); V_1 = L_3; float L_4 = (&V_1)->get_x_0(); Vector2_t2156229523 L_5 = Touch_get_position_m3109777936((&V_0), /*hidden argument*/NULL); V_2 = L_5; float L_6 = (&V_2)->get_y_1(); Vector2_t2156229523 L_7; memset(&L_7, 0, sizeof(L_7)); Vector2__ctor_m3970636864((&L_7), L_4, L_6, /*hidden argument*/NULL); __this->set_firstPressPos_3(L_7); } IL_0049: { int32_t L_8 = Touch_get_phase_m214549210((&V_0), /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)3)))) { goto IL_028d; } } { Vector2_t2156229523 L_9 = Touch_get_position_m3109777936((&V_0), /*hidden argument*/NULL); V_3 = L_9; float L_10 = (&V_3)->get_x_0(); Vector2_t2156229523 L_11 = Touch_get_position_m3109777936((&V_0), /*hidden argument*/NULL); V_4 = L_11; float L_12 = (&V_4)->get_y_1(); Vector2_t2156229523 L_13; memset(&L_13, 0, sizeof(L_13)); Vector2__ctor_m3970636864((&L_13), L_10, L_12, /*hidden argument*/NULL); __this->set_secondPressPos_4(L_13); Vector2_t2156229523 * L_14 = __this->get_address_of_secondPressPos_4(); float L_15 = L_14->get_x_0(); Vector2_t2156229523 * L_16 = __this->get_address_of_firstPressPos_3(); float L_17 = L_16->get_x_0(); Vector2_t2156229523 * L_18 = __this->get_address_of_secondPressPos_4(); float L_19 = L_18->get_y_1(); Vector2_t2156229523 * L_20 = __this->get_address_of_firstPressPos_3(); float L_21 = L_20->get_y_1(); Vector3_t3722313464 L_22; memset(&L_22, 0, sizeof(L_22)); Vector3__ctor_m1719387948((&L_22), ((float)il2cpp_codegen_subtract((float)L_15, (float)L_17)), ((float)il2cpp_codegen_subtract((float)L_19, (float)L_21)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_23 = Vector2_op_Implicit_m4260192859(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); __this->set_currentSwipe_5(L_23); Vector2_t2156229523 * L_24 = __this->get_address_of_currentSwipe_5(); float L_25 = Vector2_get_magnitude_m2752892833(L_24, /*hidden argument*/NULL); float L_26 = L_25; RuntimeObject * L_27 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_26); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral116181398, L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); Vector2_t2156229523 * L_29 = __this->get_address_of_currentSwipe_5(); float L_30 = Vector2_get_magnitude_m2752892833(L_29, /*hidden argument*/NULL); float L_31 = __this->get_MinSwipeLength_2(); if ((!(((float)L_30) < ((float)L_31)))) { goto IL_00fa; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(0); return; } IL_00fa: { Vector2_t2156229523 * L_32 = __this->get_address_of_currentSwipe_5(); Vector2_Normalize_m1906922873(L_32, /*hidden argument*/NULL); Vector2_t2156229523 L_33 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_34 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_Up_0(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_35 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_33, L_34, /*hidden argument*/NULL); if ((!(((float)L_35) > ((float)(0.5f))))) { goto IL_0136; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(1); SwipeEvent_t4115661022 * L_36 = __this->get_onSwipe_7(); int32_t L_37 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_36); UnityEvent_1_Invoke_m3604335408(L_36, L_37, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_0136: { Vector2_t2156229523 L_38 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_39 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_Down_1(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_40 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); if ((!(((float)L_40) > ((float)(0.5f))))) { goto IL_0167; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(2); SwipeEvent_t4115661022 * L_41 = __this->get_onSwipe_7(); int32_t L_42 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_41); UnityEvent_1_Invoke_m3604335408(L_41, L_42, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_0167: { Vector2_t2156229523 L_43 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_44 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_Left_3(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_45 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_43, L_44, /*hidden argument*/NULL); if ((!(((float)L_45) > ((float)(0.5f))))) { goto IL_0198; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(3); SwipeEvent_t4115661022 * L_46 = __this->get_onSwipe_7(); int32_t L_47 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_46); UnityEvent_1_Invoke_m3604335408(L_46, L_47, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_0198: { Vector2_t2156229523 L_48 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_49 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_Right_2(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_50 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); if ((!(((float)L_50) > ((float)(0.5f))))) { goto IL_01c9; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(4); SwipeEvent_t4115661022 * L_51 = __this->get_onSwipe_7(); int32_t L_52 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_51); UnityEvent_1_Invoke_m3604335408(L_51, L_52, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_01c9: { Vector2_t2156229523 L_53 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_54 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_UpRight_4(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_55 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_53, L_54, /*hidden argument*/NULL); if ((!(((float)L_55) > ((float)(0.25f))))) { goto IL_01fa; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(5); SwipeEvent_t4115661022 * L_56 = __this->get_onSwipe_7(); int32_t L_57 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_56); UnityEvent_1_Invoke_m3604335408(L_56, L_57, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_01fa: { Vector2_t2156229523 L_58 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_59 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_UpLeft_5(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_60 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_58, L_59, /*hidden argument*/NULL); if ((!(((float)L_60) > ((float)(0.25f))))) { goto IL_022b; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(6); SwipeEvent_t4115661022 * L_61 = __this->get_onSwipe_7(); int32_t L_62 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_61); UnityEvent_1_Invoke_m3604335408(L_61, L_62, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_022b: { Vector2_t2156229523 L_63 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_64 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_DownLeft_7(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_65 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_63, L_64, /*hidden argument*/NULL); if ((!(((float)L_65) > ((float)(0.25f))))) { goto IL_025c; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(8); SwipeEvent_t4115661022 * L_66 = __this->get_onSwipe_7(); int32_t L_67 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_66); UnityEvent_1_Invoke_m3604335408(L_66, L_67, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_025c: { Vector2_t2156229523 L_68 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_69 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_DownRight_6(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_70 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_68, L_69, /*hidden argument*/NULL); if ((!(((float)L_70) > ((float)(0.25f))))) { goto IL_028d; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(7); SwipeEvent_t4115661022 * L_71 = __this->get_onSwipe_7(); int32_t L_72 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_71); UnityEvent_1_Invoke_m3604335408(L_71, L_72, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_028d: { goto IL_04ef; } IL_0292: { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); bool L_73 = Input_GetMouseButtonDown_m2081676745(NULL /*static, unused*/, 0, /*hidden argument*/NULL); if (!L_73) { goto IL_02c9; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_74 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = L_74; float L_75 = (&V_5)->get_x_1(); Vector3_t3722313464 L_76 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_6 = L_76; float L_77 = (&V_6)->get_y_2(); Vector2_t2156229523 L_78; memset(&L_78, 0, sizeof(L_78)); Vector2__ctor_m3970636864((&L_78), L_75, L_77, /*hidden argument*/NULL); __this->set_firstPressPos_3(L_78); goto IL_02cf; } IL_02c9: { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(0); } IL_02cf: { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); bool L_79 = Input_GetMouseButtonUp_m2924350851(NULL /*static, unused*/, 0, /*hidden argument*/NULL); if (!L_79) { goto IL_04ef; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_80 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_7 = L_80; float L_81 = (&V_7)->get_x_1(); Vector3_t3722313464 L_82 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_8 = L_82; float L_83 = (&V_8)->get_y_2(); Vector2_t2156229523 L_84; memset(&L_84, 0, sizeof(L_84)); Vector2__ctor_m3970636864((&L_84), L_81, L_83, /*hidden argument*/NULL); __this->set_secondPressPos_4(L_84); Vector2_t2156229523 * L_85 = __this->get_address_of_secondPressPos_4(); float L_86 = L_85->get_x_0(); Vector2_t2156229523 * L_87 = __this->get_address_of_firstPressPos_3(); float L_88 = L_87->get_x_0(); Vector2_t2156229523 * L_89 = __this->get_address_of_secondPressPos_4(); float L_90 = L_89->get_y_1(); Vector2_t2156229523 * L_91 = __this->get_address_of_firstPressPos_3(); float L_92 = L_91->get_y_1(); Vector3_t3722313464 L_93; memset(&L_93, 0, sizeof(L_93)); Vector3__ctor_m1719387948((&L_93), ((float)il2cpp_codegen_subtract((float)L_86, (float)L_88)), ((float)il2cpp_codegen_subtract((float)L_90, (float)L_92)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_94 = Vector2_op_Implicit_m4260192859(NULL /*static, unused*/, L_93, /*hidden argument*/NULL); __this->set_currentSwipe_5(L_94); Vector2_t2156229523 * L_95 = __this->get_address_of_currentSwipe_5(); float L_96 = Vector2_get_magnitude_m2752892833(L_95, /*hidden argument*/NULL); float L_97 = __this->get_MinSwipeLength_2(); if ((!(((float)L_96) < ((float)L_97)))) { goto IL_035c; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(0); return; } IL_035c: { Vector2_t2156229523 * L_98 = __this->get_address_of_currentSwipe_5(); Vector2_Normalize_m1906922873(L_98, /*hidden argument*/NULL); Vector2_t2156229523 L_99 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_100 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_Up_0(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_101 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_99, L_100, /*hidden argument*/NULL); if ((!(((float)L_101) > ((float)(0.5f))))) { goto IL_03fa; } } { Vector2_t2156229523 L_102 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_103 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_UpRight_4(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_104 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_102, L_103, /*hidden argument*/NULL); if ((!(((float)L_104) > ((float)(0.25f))))) { goto IL_03b2; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(5); SwipeEvent_t4115661022 * L_105 = __this->get_onSwipe_7(); int32_t L_106 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_105); UnityEvent_1_Invoke_m3604335408(L_105, L_106, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_03b2: { Vector2_t2156229523 L_107 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_108 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_UpLeft_5(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_109 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_107, L_108, /*hidden argument*/NULL); if ((!(((float)L_109) > ((float)(0.25f))))) { goto IL_03e3; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(6); SwipeEvent_t4115661022 * L_110 = __this->get_onSwipe_7(); int32_t L_111 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_110); UnityEvent_1_Invoke_m3604335408(L_110, L_111, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_03e3: { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(1); SwipeEvent_t4115661022 * L_112 = __this->get_onSwipe_7(); int32_t L_113 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_112); UnityEvent_1_Invoke_m3604335408(L_112, L_113, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_03fa: { Vector2_t2156229523 L_114 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_115 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_Down_1(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_116 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_114, L_115, /*hidden argument*/NULL); if ((!(((float)L_116) > ((float)(0.5f))))) { goto IL_048d; } } { Vector2_t2156229523 L_117 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_118 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_DownLeft_7(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_119 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_117, L_118, /*hidden argument*/NULL); if ((!(((float)L_119) > ((float)(0.25f))))) { goto IL_0445; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(8); SwipeEvent_t4115661022 * L_120 = __this->get_onSwipe_7(); int32_t L_121 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_120); UnityEvent_1_Invoke_m3604335408(L_120, L_121, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_0445: { Vector2_t2156229523 L_122 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_123 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_DownRight_6(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_124 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_122, L_123, /*hidden argument*/NULL); if ((!(((float)L_124) > ((float)(0.25f))))) { goto IL_0476; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(7); SwipeEvent_t4115661022 * L_125 = __this->get_onSwipe_7(); int32_t L_126 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_125); UnityEvent_1_Invoke_m3604335408(L_125, L_126, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_0476: { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(2); SwipeEvent_t4115661022 * L_127 = __this->get_onSwipe_7(); int32_t L_128 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_127); UnityEvent_1_Invoke_m3604335408(L_127, L_128, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_048d: { Vector2_t2156229523 L_129 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_130 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_Left_3(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_131 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_129, L_130, /*hidden argument*/NULL); if ((!(((float)L_131) > ((float)(0.5f))))) { goto IL_04be; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(3); SwipeEvent_t4115661022 * L_132 = __this->get_onSwipe_7(); int32_t L_133 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_132); UnityEvent_1_Invoke_m3604335408(L_132, L_133, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_04be: { Vector2_t2156229523 L_134 = __this->get_currentSwipe_5(); IL2CPP_RUNTIME_CLASS_INIT(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var); Vector2_t2156229523 L_135 = ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->get_Right_2(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); float L_136 = Vector2_Dot_m1554553447(NULL /*static, unused*/, L_134, L_135, /*hidden argument*/NULL); if ((!(((float)L_136) > ((float)(0.5f))))) { goto IL_04ef; } } { ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->set_SwipeDirection_6(4); SwipeEvent_t4115661022 * L_137 = __this->get_onSwipe_7(); int32_t L_138 = ((SwipeDetector_t540502896_StaticFields*)il2cpp_codegen_static_fields_for(SwipeDetector_t540502896_il2cpp_TypeInfo_var))->get_SwipeDirection_6(); NullCheck(L_137); UnityEvent_1_Invoke_m3604335408(L_137, L_138, /*hidden argument*/UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var); return; } IL_04ef: { 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 FitFun.SwipeDetector/GetCardinalDirections::.ctor() extern "C" IL2CPP_METHOD_ATTR void GetCardinalDirections__ctor_m3830964593 (GetCardinalDirections_t1084520870 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.SwipeDetector/GetCardinalDirections::.cctor() extern "C" IL2CPP_METHOD_ATTR void GetCardinalDirections__cctor_m3329215918 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetCardinalDirections__cctor_m3329215918_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector2_t2156229523 L_0; memset(&L_0, 0, sizeof(L_0)); Vector2__ctor_m3970636864((&L_0), (0.0f), (1.0f), /*hidden argument*/NULL); ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->set_Up_0(L_0); Vector2_t2156229523 L_1; memset(&L_1, 0, sizeof(L_1)); Vector2__ctor_m3970636864((&L_1), (0.0f), (-1.0f), /*hidden argument*/NULL); ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->set_Down_1(L_1); Vector2_t2156229523 L_2; memset(&L_2, 0, sizeof(L_2)); Vector2__ctor_m3970636864((&L_2), (1.0f), (0.0f), /*hidden argument*/NULL); ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->set_Right_2(L_2); Vector2_t2156229523 L_3; memset(&L_3, 0, sizeof(L_3)); Vector2__ctor_m3970636864((&L_3), (-1.0f), (0.0f), /*hidden argument*/NULL); ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->set_Left_3(L_3); Vector2_t2156229523 L_4; memset(&L_4, 0, sizeof(L_4)); Vector2__ctor_m3970636864((&L_4), (1.0f), (1.0f), /*hidden argument*/NULL); ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->set_UpRight_4(L_4); Vector2_t2156229523 L_5; memset(&L_5, 0, sizeof(L_5)); Vector2__ctor_m3970636864((&L_5), (-1.0f), (1.0f), /*hidden argument*/NULL); ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->set_UpLeft_5(L_5); Vector2_t2156229523 L_6; memset(&L_6, 0, sizeof(L_6)); Vector2__ctor_m3970636864((&L_6), (1.0f), (-1.0f), /*hidden argument*/NULL); ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->set_DownRight_6(L_6); Vector2_t2156229523 L_7; memset(&L_7, 0, sizeof(L_7)); Vector2__ctor_m3970636864((&L_7), (-1.0f), (-1.0f), /*hidden argument*/NULL); ((GetCardinalDirections_t1084520870_StaticFields*)il2cpp_codegen_static_fields_for(GetCardinalDirections_t1084520870_il2cpp_TypeInfo_var))->set_DownLeft_7(L_7); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.SwipeEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void SwipeEvent__ctor_m942672491 (SwipeEvent_t4115661022 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SwipeEvent__ctor_m942672491_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UnityEvent_1__ctor_m3816765192(__this, /*hidden argument*/UnityEvent_1__ctor_m3816765192_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.SystemInfoUtils::.ctor() extern "C" IL2CPP_METHOD_ATTR void SystemInfoUtils__ctor_m164522056 (SystemInfoUtils_t3432367043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SystemInfoUtils__ctor_m164522056_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_systemInfo_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1757067489_il2cpp_TypeInfo_var); Singleton_1__ctor_m4170056526(__this, /*hidden argument*/Singleton_1__ctor_m4170056526_RuntimeMethod_var); return; } } // System.String FitFun.SystemInfoUtils::get_Info() extern "C" IL2CPP_METHOD_ATTR String_t* SystemInfoUtils_get_Info_m18488844 (SystemInfoUtils_t3432367043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SystemInfoUtils_get_Info_m18488844_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(); String_t* L_1 = __this->get_systemInfo_1(); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001b; } } { SystemInfoUtils_RecordSystemInfo_m2066954253(__this, /*hidden argument*/NULL); } IL_001b: { String_t* L_3 = __this->get_systemInfo_1(); return L_3; } } // System.Void FitFun.SystemInfoUtils::RecordSystemInfo() extern "C" IL2CPP_METHOD_ATTR void SystemInfoUtils_RecordSystemInfo_m2066954253 (SystemInfoUtils_t3432367043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SystemInfoUtils_RecordSystemInfo_m2066954253_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_systemInfo_1(L_0); String_t* L_1 = __this->get_systemInfo_1(); float L_2 = SystemInfo_get_batteryLevel_m2595138443(NULL /*static, unused*/, /*hidden argument*/NULL); float L_3 = L_2; RuntimeObject * L_4 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_3); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral189988174, L_4, /*hidden argument*/NULL); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, L_1, L_5, /*hidden argument*/NULL); __this->set_systemInfo_1(L_6); String_t* L_7 = __this->get_systemInfo_1(); int32_t L_8 = SystemInfo_get_batteryStatus_m1829091171(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(BatteryStatus_t2061396309_il2cpp_TypeInfo_var, &L_9); String_t* L_11 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4248808719, L_10, /*hidden argument*/NULL); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, L_7, L_11, /*hidden argument*/NULL); __this->set_systemInfo_1(L_12); String_t* L_13 = __this->get_systemInfo_1(); int32_t L_14 = SystemInfo_get_copyTextureSupport_m3633100286(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_15 = L_14; RuntimeObject * L_16 = Box(CopyTextureSupport_t2750066657_il2cpp_TypeInfo_var, &L_15); String_t* L_17 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3467383459, L_16, /*hidden argument*/NULL); String_t* L_18 = String_Concat_m3937257545(NULL /*static, unused*/, L_13, L_17, /*hidden argument*/NULL); __this->set_systemInfo_1(L_18); String_t* L_19 = __this->get_systemInfo_1(); String_t* L_20 = SystemInfo_get_deviceModel_m4078951941(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_21 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1929868470, L_20, /*hidden argument*/NULL); String_t* L_22 = String_Concat_m3937257545(NULL /*static, unused*/, L_19, L_21, /*hidden argument*/NULL); __this->set_systemInfo_1(L_22); String_t* L_23 = __this->get_systemInfo_1(); String_t* L_24 = SystemInfo_get_deviceName_m2397756618(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_25 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral27873371, L_24, /*hidden argument*/NULL); String_t* L_26 = String_Concat_m3937257545(NULL /*static, unused*/, L_23, L_25, /*hidden argument*/NULL); __this->set_systemInfo_1(L_26); String_t* L_27 = __this->get_systemInfo_1(); int32_t L_28 = SystemInfo_get_deviceType_m3742504744(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_29 = L_28; RuntimeObject * L_30 = Box(DeviceType_t643007838_il2cpp_TypeInfo_var, &L_29); String_t* L_31 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral945729394, L_30, /*hidden argument*/NULL); String_t* L_32 = String_Concat_m3937257545(NULL /*static, unused*/, L_27, L_31, /*hidden argument*/NULL); __this->set_systemInfo_1(L_32); String_t* L_33 = __this->get_systemInfo_1(); String_t* L_34 = SystemInfo_get_deviceUniqueIdentifier_m3439870207(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_35 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1807506207, L_34, /*hidden argument*/NULL); String_t* L_36 = String_Concat_m3937257545(NULL /*static, unused*/, L_33, L_35, /*hidden argument*/NULL); __this->set_systemInfo_1(L_36); String_t* L_37 = __this->get_systemInfo_1(); int32_t L_38 = SystemInfo_get_graphicsDeviceID_m1499208305(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_39 = L_38; RuntimeObject * L_40 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_39); String_t* L_41 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral865096804, L_40, /*hidden argument*/NULL); String_t* L_42 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, L_41, /*hidden argument*/NULL); __this->set_systemInfo_1(L_42); String_t* L_43 = __this->get_systemInfo_1(); String_t* L_44 = SystemInfo_get_graphicsDeviceName_m3658997806(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_45 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2848115891, L_44, /*hidden argument*/NULL); String_t* L_46 = String_Concat_m3937257545(NULL /*static, unused*/, L_43, L_45, /*hidden argument*/NULL); __this->set_systemInfo_1(L_46); String_t* L_47 = __this->get_systemInfo_1(); int32_t L_48 = SystemInfo_get_graphicsDeviceType_m2360462293(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_49 = L_48; RuntimeObject * L_50 = Box(GraphicsDeviceType_t1797077436_il2cpp_TypeInfo_var, &L_49); String_t* L_51 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1181798838, L_50, /*hidden argument*/NULL); String_t* L_52 = String_Concat_m3937257545(NULL /*static, unused*/, L_47, L_51, /*hidden argument*/NULL); __this->set_systemInfo_1(L_52); String_t* L_53 = __this->get_systemInfo_1(); String_t* L_54 = SystemInfo_get_graphicsDeviceVendor_m1311812437(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_55 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3559512042, L_54, /*hidden argument*/NULL); String_t* L_56 = String_Concat_m3937257545(NULL /*static, unused*/, L_53, L_55, /*hidden argument*/NULL); __this->set_systemInfo_1(L_56); String_t* L_57 = __this->get_systemInfo_1(); int32_t L_58 = SystemInfo_get_graphicsDeviceVendorID_m4194982706(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_59 = L_58; RuntimeObject * L_60 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_59); String_t* L_61 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3789985795, L_60, /*hidden argument*/NULL); String_t* L_62 = String_Concat_m3937257545(NULL /*static, unused*/, L_57, L_61, /*hidden argument*/NULL); __this->set_systemInfo_1(L_62); String_t* L_63 = __this->get_systemInfo_1(); String_t* L_64 = SystemInfo_get_graphicsDeviceVersion_m3111693964(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_65 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4049651444, L_64, /*hidden argument*/NULL); String_t* L_66 = String_Concat_m3937257545(NULL /*static, unused*/, L_63, L_65, /*hidden argument*/NULL); __this->set_systemInfo_1(L_66); String_t* L_67 = __this->get_systemInfo_1(); int32_t L_68 = SystemInfo_get_graphicsMemorySize_m3781753670(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_69 = L_68; RuntimeObject * L_70 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_69); String_t* L_71 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral647956664, L_70, /*hidden argument*/NULL); String_t* L_72 = String_Concat_m3937257545(NULL /*static, unused*/, L_67, L_71, /*hidden argument*/NULL); __this->set_systemInfo_1(L_72); String_t* L_73 = __this->get_systemInfo_1(); bool L_74 = SystemInfo_get_graphicsMultiThreaded_m195409826(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_75 = L_74; RuntimeObject * L_76 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_75); String_t* L_77 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2762967147, L_76, /*hidden argument*/NULL); String_t* L_78 = String_Concat_m3937257545(NULL /*static, unused*/, L_73, L_77, /*hidden argument*/NULL); __this->set_systemInfo_1(L_78); String_t* L_79 = __this->get_systemInfo_1(); int32_t L_80 = SystemInfo_get_graphicsShaderLevel_m3846242580(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_81 = L_80; RuntimeObject * L_82 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_81); String_t* L_83 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1797894808, L_82, /*hidden argument*/NULL); String_t* L_84 = String_Concat_m3937257545(NULL /*static, unused*/, L_79, L_83, /*hidden argument*/NULL); __this->set_systemInfo_1(L_84); String_t* L_85 = __this->get_systemInfo_1(); bool L_86 = SystemInfo_get_graphicsUVStartsAtTop_m1389332794(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_87 = L_86; RuntimeObject * L_88 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_87); String_t* L_89 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4244098913, L_88, /*hidden argument*/NULL); String_t* L_90 = String_Concat_m3937257545(NULL /*static, unused*/, L_85, L_89, /*hidden argument*/NULL); __this->set_systemInfo_1(L_90); String_t* L_91 = __this->get_systemInfo_1(); int32_t L_92 = SystemInfo_get_maxCubemapSize_m1399841822(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_93 = L_92; RuntimeObject * L_94 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_93); String_t* L_95 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1284111923, L_94, /*hidden argument*/NULL); String_t* L_96 = String_Concat_m3937257545(NULL /*static, unused*/, L_91, L_95, /*hidden argument*/NULL); __this->set_systemInfo_1(L_96); String_t* L_97 = __this->get_systemInfo_1(); int32_t L_98 = SystemInfo_get_maxTextureSize_m2715296278(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_99 = L_98; RuntimeObject * L_100 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_99); String_t* L_101 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3597497456, L_100, /*hidden argument*/NULL); String_t* L_102 = String_Concat_m3937257545(NULL /*static, unused*/, L_97, L_101, /*hidden argument*/NULL); __this->set_systemInfo_1(L_102); String_t* L_103 = __this->get_systemInfo_1(); int32_t L_104 = SystemInfo_get_npotSupport_m4284143940(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_105 = L_104; RuntimeObject * L_106 = Box(NPOTSupport_t3085186119_il2cpp_TypeInfo_var, &L_105); String_t* L_107 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1864662832, L_106, /*hidden argument*/NULL); String_t* L_108 = String_Concat_m3937257545(NULL /*static, unused*/, L_103, L_107, /*hidden argument*/NULL); __this->set_systemInfo_1(L_108); String_t* L_109 = __this->get_systemInfo_1(); String_t* L_110 = SystemInfo_get_operatingSystem_m1339206162(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_111 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3812675339, L_110, /*hidden argument*/NULL); String_t* L_112 = String_Concat_m3937257545(NULL /*static, unused*/, L_109, L_111, /*hidden argument*/NULL); __this->set_systemInfo_1(L_112); String_t* L_113 = __this->get_systemInfo_1(); int32_t L_114 = SystemInfo_get_operatingSystemFamily_m4256884728(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_115 = L_114; RuntimeObject * L_116 = Box(OperatingSystemFamily_t1868066375_il2cpp_TypeInfo_var, &L_115); String_t* L_117 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3109924488, L_116, /*hidden argument*/NULL); String_t* L_118 = String_Concat_m3937257545(NULL /*static, unused*/, L_113, L_117, /*hidden argument*/NULL); __this->set_systemInfo_1(L_118); String_t* L_119 = __this->get_systemInfo_1(); int32_t L_120 = SystemInfo_get_processorCount_m1238708572(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_121 = L_120; RuntimeObject * L_122 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_121); String_t* L_123 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1428122563, L_122, /*hidden argument*/NULL); String_t* L_124 = String_Concat_m3937257545(NULL /*static, unused*/, L_119, L_123, /*hidden argument*/NULL); __this->set_systemInfo_1(L_124); String_t* L_125 = __this->get_systemInfo_1(); int32_t L_126 = SystemInfo_get_processorFrequency_m997074059(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_127 = L_126; RuntimeObject * L_128 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_127); String_t* L_129 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4284680339, L_128, /*hidden argument*/NULL); String_t* L_130 = String_Concat_m3937257545(NULL /*static, unused*/, L_125, L_129, /*hidden argument*/NULL); __this->set_systemInfo_1(L_130); String_t* L_131 = __this->get_systemInfo_1(); String_t* L_132 = SystemInfo_get_processorType_m2231635669(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_133 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2520836849, L_132, /*hidden argument*/NULL); String_t* L_134 = String_Concat_m3937257545(NULL /*static, unused*/, L_131, L_133, /*hidden argument*/NULL); __this->set_systemInfo_1(L_134); String_t* L_135 = __this->get_systemInfo_1(); int32_t L_136 = SystemInfo_get_supportedRenderTargetCount_m259160359(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_137 = L_136; RuntimeObject * L_138 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_137); String_t* L_139 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1971484333, L_138, /*hidden argument*/NULL); String_t* L_140 = String_Concat_m3937257545(NULL /*static, unused*/, L_135, L_139, /*hidden argument*/NULL); __this->set_systemInfo_1(L_140); String_t* L_141 = __this->get_systemInfo_1(); bool L_142 = SystemInfo_get_supports2DArrayTextures_m1393898797(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_143 = L_142; RuntimeObject * L_144 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_143); String_t* L_145 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1102782663, L_144, /*hidden argument*/NULL); String_t* L_146 = String_Concat_m3937257545(NULL /*static, unused*/, L_141, L_145, /*hidden argument*/NULL); __this->set_systemInfo_1(L_146); String_t* L_147 = __this->get_systemInfo_1(); bool L_148 = SystemInfo_get_supports3DRenderTextures_m1519539(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_149 = L_148; RuntimeObject * L_150 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_149); String_t* L_151 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2385458056, L_150, /*hidden argument*/NULL); String_t* L_152 = String_Concat_m3937257545(NULL /*static, unused*/, L_147, L_151, /*hidden argument*/NULL); __this->set_systemInfo_1(L_152); String_t* L_153 = __this->get_systemInfo_1(); bool L_154 = SystemInfo_get_supports3DTextures_m3262866358(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_155 = L_154; RuntimeObject * L_156 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_155); String_t* L_157 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2573654977, L_156, /*hidden argument*/NULL); String_t* L_158 = String_Concat_m3937257545(NULL /*static, unused*/, L_153, L_157, /*hidden argument*/NULL); __this->set_systemInfo_1(L_158); String_t* L_159 = __this->get_systemInfo_1(); bool L_160 = SystemInfo_get_supportsAccelerometer_m306578969(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_161 = L_160; RuntimeObject * L_162 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_161); String_t* L_163 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral309689681, L_162, /*hidden argument*/NULL); String_t* L_164 = String_Concat_m3937257545(NULL /*static, unused*/, L_159, L_163, /*hidden argument*/NULL); __this->set_systemInfo_1(L_164); String_t* L_165 = __this->get_systemInfo_1(); bool L_166 = SystemInfo_get_supportsAudio_m2341396267(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_167 = L_166; RuntimeObject * L_168 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_167); String_t* L_169 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1285811455, L_168, /*hidden argument*/NULL); String_t* L_170 = String_Concat_m3937257545(NULL /*static, unused*/, L_165, L_169, /*hidden argument*/NULL); __this->set_systemInfo_1(L_170); String_t* L_171 = __this->get_systemInfo_1(); bool L_172 = SystemInfo_get_supportsComputeShaders_m257823564(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_173 = L_172; RuntimeObject * L_174 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_173); String_t* L_175 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1782725613, L_174, /*hidden argument*/NULL); String_t* L_176 = String_Concat_m3937257545(NULL /*static, unused*/, L_171, L_175, /*hidden argument*/NULL); __this->set_systemInfo_1(L_176); String_t* L_177 = __this->get_systemInfo_1(); bool L_178 = SystemInfo_get_supportsCubemapArrayTextures_m748743587(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_179 = L_178; RuntimeObject * L_180 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_179); String_t* L_181 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral709476872, L_180, /*hidden argument*/NULL); String_t* L_182 = String_Concat_m3937257545(NULL /*static, unused*/, L_177, L_181, /*hidden argument*/NULL); __this->set_systemInfo_1(L_182); String_t* L_183 = __this->get_systemInfo_1(); bool L_184 = SystemInfo_get_supportsGyroscope_m274893028(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_185 = L_184; RuntimeObject * L_186 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_185); String_t* L_187 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1166602473, L_186, /*hidden argument*/NULL); String_t* L_188 = String_Concat_m3937257545(NULL /*static, unused*/, L_183, L_187, /*hidden argument*/NULL); __this->set_systemInfo_1(L_188); String_t* L_189 = __this->get_systemInfo_1(); bool L_190 = SystemInfo_get_supportsImageEffects_m2886934848(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_191 = L_190; RuntimeObject * L_192 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_191); String_t* L_193 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1476844320, L_192, /*hidden argument*/NULL); String_t* L_194 = String_Concat_m3937257545(NULL /*static, unused*/, L_189, L_193, /*hidden argument*/NULL); __this->set_systemInfo_1(L_194); String_t* L_195 = __this->get_systemInfo_1(); bool L_196 = SystemInfo_get_supportsInstancing_m3861872635(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_197 = L_196; RuntimeObject * L_198 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_197); String_t* L_199 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2587972165, L_198, /*hidden argument*/NULL); String_t* L_200 = String_Concat_m3937257545(NULL /*static, unused*/, L_195, L_199, /*hidden argument*/NULL); __this->set_systemInfo_1(L_200); String_t* L_201 = __this->get_systemInfo_1(); bool L_202 = SystemInfo_get_supportsLocationService_m1977772590(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_203 = L_202; RuntimeObject * L_204 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_203); String_t* L_205 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2953360551, L_204, /*hidden argument*/NULL); String_t* L_206 = String_Concat_m3937257545(NULL /*static, unused*/, L_201, L_205, /*hidden argument*/NULL); __this->set_systemInfo_1(L_206); String_t* L_207 = __this->get_systemInfo_1(); bool L_208 = SystemInfo_get_supportsMotionVectors_m46965105(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_209 = L_208; RuntimeObject * L_210 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_209); String_t* L_211 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2525445258, L_210, /*hidden argument*/NULL); String_t* L_212 = String_Concat_m3937257545(NULL /*static, unused*/, L_207, L_211, /*hidden argument*/NULL); __this->set_systemInfo_1(L_212); String_t* L_213 = __this->get_systemInfo_1(); bool L_214 = SystemInfo_get_supportsRawShadowDepthSampling_m2875449121(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_215 = L_214; RuntimeObject * L_216 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_215); String_t* L_217 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral951098560, L_216, /*hidden argument*/NULL); String_t* L_218 = String_Concat_m3937257545(NULL /*static, unused*/, L_213, L_217, /*hidden argument*/NULL); __this->set_systemInfo_1(L_218); String_t* L_219 = __this->get_systemInfo_1(); bool L_220 = SystemInfo_get_supportsRenderToCubemap_m856033440(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_221 = L_220; RuntimeObject * L_222 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_221); String_t* L_223 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1293167796, L_222, /*hidden argument*/NULL); String_t* L_224 = String_Concat_m3937257545(NULL /*static, unused*/, L_219, L_223, /*hidden argument*/NULL); __this->set_systemInfo_1(L_224); String_t* L_225 = __this->get_systemInfo_1(); bool L_226 = SystemInfo_get_supportsShadows_m709156458(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_227 = L_226; RuntimeObject * L_228 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_227); String_t* L_229 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1808682506, L_228, /*hidden argument*/NULL); String_t* L_230 = String_Concat_m3937257545(NULL /*static, unused*/, L_225, L_229, /*hidden argument*/NULL); __this->set_systemInfo_1(L_230); String_t* L_231 = __this->get_systemInfo_1(); bool L_232 = SystemInfo_get_supportsSparseTextures_m4075572436(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_233 = L_232; RuntimeObject * L_234 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_233); String_t* L_235 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2274892429, L_234, /*hidden argument*/NULL); String_t* L_236 = String_Concat_m3937257545(NULL /*static, unused*/, L_231, L_235, /*hidden argument*/NULL); __this->set_systemInfo_1(L_236); String_t* L_237 = __this->get_systemInfo_1(); bool L_238 = SystemInfo_get_supportsVibration_m1923033286(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_239 = L_238; RuntimeObject * L_240 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_239); String_t* L_241 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1797296141, L_240, /*hidden argument*/NULL); String_t* L_242 = String_Concat_m3937257545(NULL /*static, unused*/, L_237, L_241, /*hidden argument*/NULL); __this->set_systemInfo_1(L_242); String_t* L_243 = __this->get_systemInfo_1(); int32_t L_244 = SystemInfo_get_systemMemorySize_m2504687692(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_245 = L_244; RuntimeObject * L_246 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_245); String_t* L_247 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2361037203, L_246, /*hidden argument*/NULL); String_t* L_248 = String_Concat_m3937257545(NULL /*static, unused*/, L_243, L_247, /*hidden argument*/NULL); __this->set_systemInfo_1(L_248); String_t* L_249 = __this->get_systemInfo_1(); String_t* L_250 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral918085175, _stringLiteral3665161959, /*hidden argument*/NULL); String_t* L_251 = String_Concat_m3937257545(NULL /*static, unused*/, L_249, L_250, /*hidden argument*/NULL); __this->set_systemInfo_1(L_251); String_t* L_252 = __this->get_systemInfo_1(); bool L_253 = SystemInfo_get_usesReversedZBuffer_m3161491469(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_254 = L_253; RuntimeObject * L_255 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_254); String_t* L_256 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1842432280, L_255, /*hidden argument*/NULL); String_t* L_257 = String_Concat_m3937257545(NULL /*static, unused*/, L_252, L_256, /*hidden argument*/NULL); __this->set_systemInfo_1(L_257); String_t* L_258 = __this->get_systemInfo_1(); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_258, /*hidden argument*/NULL); return; } } // System.String FitFun.SystemInfoUtils::GetDeviceModel() extern "C" IL2CPP_METHOD_ATTR String_t* SystemInfoUtils_GetDeviceModel_m415265697 (SystemInfoUtils_t3432367043 * __this, const RuntimeMethod* method) { { String_t* L_0 = SystemInfo_get_deviceModel_m4078951941(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.String FitFun.SystemInfoUtils::GetOsVersion() extern "C" IL2CPP_METHOD_ATTR String_t* SystemInfoUtils_GetOsVersion_m3547904951 (SystemInfoUtils_t3432367043 * __this, const RuntimeMethod* method) { { String_t* L_0 = SystemInfo_get_operatingSystem_m1339206162(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.String FitFun.SystemInfoUtils::GetDeviceUniqueIdentifier() extern "C" IL2CPP_METHOD_ATTR String_t* SystemInfoUtils_GetDeviceUniqueIdentifier_m3681132726 (SystemInfoUtils_t3432367043 * __this, const RuntimeMethod* method) { { String_t* L_0 = SystemInfo_get_deviceUniqueIdentifier_m3439870207(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.TableRow::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TableRow__ctor_m1333263361 (TableRow_t675361479 * __this, String_t* ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TableRow__ctor_m1333263361_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2078069596 * L_0 = (Dictionary_2_t2078069596 *)il2cpp_codegen_object_new(Dictionary_2_t2078069596_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4271891369(L_0, /*hidden argument*/Dictionary_2__ctor_m4271891369_RuntimeMethod_var); __this->set_dataDic_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_1 = ___id0; TableRow_set_ID_m3203618308(__this, L_1, /*hidden argument*/NULL); return; } } // System.String FitFun.TableRow::get_ID() extern "C" IL2CPP_METHOD_ATTR String_t* TableRow_get_ID_m2271458336 (TableRow_t675361479 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CIDU3Ek__BackingField_1(); return L_0; } } // System.Void FitFun.TableRow::set_ID(System.String) extern "C" IL2CPP_METHOD_ATTR void TableRow_set_ID_m3203618308 (TableRow_t675361479 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CIDU3Ek__BackingField_1(L_0); return; } } // System.String FitFun.TableRow::get_OwnedFile() extern "C" IL2CPP_METHOD_ATTR String_t* TableRow_get_OwnedFile_m4058623490 (TableRow_t675361479 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3COwnedFileU3Ek__BackingField_2(); return L_0; } } // System.Void FitFun.TableRow::set_OwnedFile(System.String) extern "C" IL2CPP_METHOD_ATTR void TableRow_set_OwnedFile_m819398197 (TableRow_t675361479 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3COwnedFileU3Ek__BackingField_2(L_0); return; } } // System.Int32 FitFun.TableRow::get_OwnedRowInCSV() extern "C" IL2CPP_METHOD_ATTR int32_t TableRow_get_OwnedRowInCSV_m2693679302 (TableRow_t675361479 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3COwnedRowInCSVU3Ek__BackingField_3(); return L_0; } } // System.Void FitFun.TableRow::set_OwnedRowInCSV(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TableRow_set_OwnedRowInCSV_m2898153417 (TableRow_t675361479 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3COwnedRowInCSVU3Ek__BackingField_3(L_0); return; } } // System.Void FitFun.TableRow::Insert(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void TableRow_Insert_m1799734766 (TableRow_t675361479 * __this, String_t* ___key0, String_t* ___type1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TableRow_Insert_m1799734766_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2078069596 * L_0 = __this->get_dataDic_0(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3004303132(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3004303132_RuntimeMethod_var); if (!L_2) { goto IL_0026; } } { ObjectU5BU5D_t2843939325* L_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_4 = ___key0; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); Tracer_LogWarningFormat_m3236278898(NULL /*static, unused*/, _stringLiteral705931522, L_3, /*hidden argument*/NULL); return; } IL_0026: { Dictionary_2_t2078069596 * L_5 = __this->get_dataDic_0(); String_t* L_6 = ___key0; String_t* L_7 = ___type1; String_t* L_8 = ___value2; TableRowData_t2292813297 * L_9 = (TableRowData_t2292813297 *)il2cpp_codegen_object_new(TableRowData_t2292813297_il2cpp_TypeInfo_var); TableRowData__ctor_m3175055884(L_9, L_7, L_8, /*hidden argument*/NULL); NullCheck(L_5); Dictionary_2_Add_m1388259621(L_5, L_6, L_9, /*hidden argument*/Dictionary_2_Add_m1388259621_RuntimeMethod_var); return; } } // System.Void FitFun.TableRow::Unload() extern "C" IL2CPP_METHOD_ATTR void TableRow_Unload_m144590450 (TableRow_t675361479 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TableRow_Unload_m144590450_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2078069596 * L_0 = __this->get_dataDic_0(); NullCheck(L_0); Dictionary_2_Clear_m1232699439(L_0, /*hidden argument*/Dictionary_2_Clear_m1232699439_RuntimeMethod_var); return; } } // System.String FitFun.TableRow::GetValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* TableRow_GetValue_m2132122293 (TableRow_t675361479 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TableRow_GetValue_m2132122293_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2078069596 * L_0 = __this->get_dataDic_0(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3004303132(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3004303132_RuntimeMethod_var); if (!L_2) { goto IL_0023; } } { Dictionary_2_t2078069596 * L_3 = __this->get_dataDic_0(); String_t* L_4 = ___key0; NullCheck(L_3); TableRowData_t2292813297 * L_5 = Dictionary_2_get_Item_m4143140914(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m4143140914_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = TableRowData_get_Value_m3732012686(L_5, /*hidden argument*/NULL); return L_6; } IL_0023: { return (String_t*)NULL; } } // System.String FitFun.TableRow::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* TableRow_GetType_m1348660128 (TableRow_t675361479 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TableRow_GetType_m1348660128_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2078069596 * L_0 = __this->get_dataDic_0(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3004303132(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3004303132_RuntimeMethod_var); if (!L_2) { goto IL_0023; } } { Dictionary_2_t2078069596 * L_3 = __this->get_dataDic_0(); String_t* L_4 = ___key0; NullCheck(L_3); TableRowData_t2292813297 * L_5 = Dictionary_2_get_Item_m4143140914(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m4143140914_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = TableRowData_get_Type_m4147333431(L_5, /*hidden argument*/NULL); return L_6; } IL_0023: { return (String_t*)NULL; } } // System.Collections.Generic.Dictionary`2 FitFun.TableRow::GetAllData() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t2078069596 * TableRow_GetAllData_m1069582741 (TableRow_t675361479 * __this, const RuntimeMethod* method) { { Dictionary_2_t2078069596 * L_0 = __this->get_dataDic_0(); return L_0; } } // System.Int32 FitFun.TableRow::GetInt(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t TableRow_GetInt_m1771769117 (TableRow_t675361479 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TableRow_GetInt_m1771769117_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { Dictionary_2_t2078069596 * L_0 = __this->get_dataDic_0(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3004303132(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3004303132_RuntimeMethod_var); if (!L_2) { goto IL_002d; } } IL_0011: { Dictionary_2_t2078069596 * L_3 = __this->get_dataDic_0(); String_t* L_4 = ___key0; NullCheck(L_3); TableRowData_t2292813297 * L_5 = Dictionary_2_get_Item_m4143140914(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m4143140914_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = TableRowData_get_Value_m3732012686(L_5, /*hidden argument*/NULL); int32_t L_7 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_007e; } IL_002d: { V_0 = ((int32_t)2147483647LL); goto IL_007e; } } // 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_0038; throw e; } CATCH_0038: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); ObjectU5BU5D_t2843939325* L_8 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_9 = ___key0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_8; Dictionary_2_t2078069596 * L_11 = __this->get_dataDic_0(); String_t* L_12 = ___key0; NullCheck(L_11); TableRowData_t2292813297 * L_13 = Dictionary_2_get_Item_m4143140914(L_11, L_12, /*hidden argument*/Dictionary_2_get_Item_m4143140914_RuntimeMethod_var); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_10; String_t* L_15 = TableRow_get_OwnedFile_m4058623490(__this, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(2), (RuntimeObject *)L_15); ObjectU5BU5D_t2843939325* L_16 = L_14; int32_t L_17 = TableRow_get_OwnedRowInCSV_m2693679302(__this, /*hidden argument*/NULL); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(3), (RuntimeObject *)L_19); Tracer_LogErrorFormat_m4020303477(NULL /*static, unused*/, _stringLiteral271246237, L_16, /*hidden argument*/NULL); goto IL_0078; } // end catch (depth: 1) IL_0078: { return ((int32_t)-2147483648LL); } IL_007e: { int32_t L_20 = V_0; return L_20; } } // System.Single FitFun.TableRow::GetFloat(System.String) extern "C" IL2CPP_METHOD_ATTR float TableRow_GetFloat_m2661144903 (TableRow_t675361479 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TableRow_GetFloat_m2661144903_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { Dictionary_2_t2078069596 * L_0 = __this->get_dataDic_0(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3004303132(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3004303132_RuntimeMethod_var); if (!L_2) { goto IL_002d; } } IL_0011: { Dictionary_2_t2078069596 * L_3 = __this->get_dataDic_0(); String_t* L_4 = ___key0; NullCheck(L_3); TableRowData_t2292813297 * L_5 = Dictionary_2_get_Item_m4143140914(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m4143140914_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = TableRowData_get_Value_m3732012686(L_5, /*hidden argument*/NULL); float L_7 = Single_Parse_m364357836(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_007e; } IL_002d: { V_0 = (std::numeric_limits::max()); goto IL_007e; } } // 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_0038; throw e; } CATCH_0038: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); ObjectU5BU5D_t2843939325* L_8 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_9 = ___key0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_8; Dictionary_2_t2078069596 * L_11 = __this->get_dataDic_0(); String_t* L_12 = ___key0; NullCheck(L_11); TableRowData_t2292813297 * L_13 = Dictionary_2_get_Item_m4143140914(L_11, L_12, /*hidden argument*/Dictionary_2_get_Item_m4143140914_RuntimeMethod_var); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_10; String_t* L_15 = TableRow_get_OwnedFile_m4058623490(__this, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(2), (RuntimeObject *)L_15); ObjectU5BU5D_t2843939325* L_16 = L_14; int32_t L_17 = TableRow_get_OwnedRowInCSV_m2693679302(__this, /*hidden argument*/NULL); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(3), (RuntimeObject *)L_19); Tracer_LogErrorFormat_m4020303477(NULL /*static, unused*/, _stringLiteral3847229737, L_16, /*hidden argument*/NULL); goto IL_0078; } // end catch (depth: 1) IL_0078: { return (-std::numeric_limits::max()); } IL_007e: { float L_20 = V_0; return L_20; } } // System.Double FitFun.TableRow::GetDouble(System.String) extern "C" IL2CPP_METHOD_ATTR double TableRow_GetDouble_m3195761522 (TableRow_t675361479 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TableRow_GetDouble_m3195761522_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { Dictionary_2_t2078069596 * L_0 = __this->get_dataDic_0(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3004303132(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3004303132_RuntimeMethod_var); if (!L_2) { goto IL_002d; } } IL_0011: { Dictionary_2_t2078069596 * L_3 = __this->get_dataDic_0(); String_t* L_4 = ___key0; NullCheck(L_3); TableRowData_t2292813297 * L_5 = Dictionary_2_get_Item_m4143140914(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m4143140914_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = TableRowData_get_Value_m3732012686(L_5, /*hidden argument*/NULL); double L_7 = Double_Parse_m4153729520(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0086; } IL_002d: { V_0 = (1.7976931348623157E+308); goto IL_0086; } } // 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_003c; throw e; } CATCH_003c: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); ObjectU5BU5D_t2843939325* L_8 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_9 = ___key0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_8; Dictionary_2_t2078069596 * L_11 = __this->get_dataDic_0(); String_t* L_12 = ___key0; NullCheck(L_11); TableRowData_t2292813297 * L_13 = Dictionary_2_get_Item_m4143140914(L_11, L_12, /*hidden argument*/Dictionary_2_get_Item_m4143140914_RuntimeMethod_var); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_10; String_t* L_15 = TableRow_get_OwnedFile_m4058623490(__this, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(2), (RuntimeObject *)L_15); ObjectU5BU5D_t2843939325* L_16 = L_14; int32_t L_17 = TableRow_get_OwnedRowInCSV_m2693679302(__this, /*hidden argument*/NULL); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(3), (RuntimeObject *)L_19); Tracer_LogErrorFormat_m4020303477(NULL /*static, unused*/, _stringLiteral665954000, L_16, /*hidden argument*/NULL); goto IL_007c; } // end catch (depth: 1) IL_007c: { return (-1.7976931348623157E+308); } IL_0086: { double L_20 = V_0; return L_20; } } // System.Int32 FitFun.TableRow::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t TableRow_GetCount_m3183114020 (TableRow_t675361479 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TableRow_GetCount_m3183114020_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2078069596 * L_0 = __this->get_dataDic_0(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m3442112024(L_0, /*hidden argument*/Dictionary_2_get_Count_m3442112024_RuntimeMethod_var); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.TableRowData::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void TableRowData__ctor_m3175055884 (TableRowData_t2292813297 * __this, String_t* ___type0, String_t* ___value1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___type0; TableRowData_set_Type_m2297092440(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___value1; TableRowData_set_Value_m2264495118(__this, L_1, /*hidden argument*/NULL); return; } } // System.String FitFun.TableRowData::get_Type() extern "C" IL2CPP_METHOD_ATTR String_t* TableRowData_get_Type_m4147333431 (TableRowData_t2292813297 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CTypeU3Ek__BackingField_0(); return L_0; } } // System.Void FitFun.TableRowData::set_Type(System.String) extern "C" IL2CPP_METHOD_ATTR void TableRowData_set_Type_m2297092440 (TableRowData_t2292813297 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CTypeU3Ek__BackingField_0(L_0); return; } } // System.String FitFun.TableRowData::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* TableRowData_get_Value_m3732012686 (TableRowData_t2292813297 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CValueU3Ek__BackingField_1(); return L_0; } } // System.Void FitFun.TableRowData::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void TableRowData_set_Value_m2264495118 (TableRowData_t2292813297 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CValueU3Ek__BackingField_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.Toaster::.ctor() extern "C" IL2CPP_METHOD_ATTR void Toaster__ctor_m3031972285 (Toaster_t357584321 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Toaster__ctor_m3031972285_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3854366531 * L_0 = (List_1_t3854366531 *)il2cpp_codegen_object_new(List_1_t3854366531_il2cpp_TypeInfo_var); List_1__ctor_m2984985213(L_0, /*hidden argument*/List_1__ctor_m2984985213_RuntimeMethod_var); __this->set_ToastList_2(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // UnityEngine.GameObject FitFun.Toaster::get_ToastAsset() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Toaster_get_ToastAsset_m3641968681 (Toaster_t357584321 * __this, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = __this->get_U3CToastAssetU3Ek__BackingField_0(); return L_0; } } // System.Void FitFun.Toaster::set_ToastAsset(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void Toaster_set_ToastAsset_m2025617474 (Toaster_t357584321 * __this, GameObject_t1113636619 * ___value0, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = ___value0; __this->set_U3CToastAssetU3Ek__BackingField_0(L_0); return; } } // UnityEngine.Transform FitFun.Toaster::get_Parent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Toaster_get_Parent_m2818600562 (Toaster_t357584321 * __this, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = __this->get_U3CParentU3Ek__BackingField_1(); return L_0; } } // System.Void FitFun.Toaster::set_Parent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Toaster_set_Parent_m3979636457 (Toaster_t357584321 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___value0; __this->set_U3CParentU3Ek__BackingField_1(L_0); return; } } // System.Void FitFun.Toaster::CreateToast(System.String,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Toaster_CreateToast_m3654804797 (Toaster_t357584321 * __this, String_t* ___str0, float ___fadeSpeed1, float ___moveSpeed2, float ___baseHeight3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Toaster_CreateToast_m3654804797_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CCreateToastU3Ec__AnonStorey0_t3769246785 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; { U3CCreateToastU3Ec__AnonStorey0_t3769246785 * L_0 = (U3CCreateToastU3Ec__AnonStorey0_t3769246785 *)il2cpp_codegen_object_new(U3CCreateToastU3Ec__AnonStorey0_t3769246785_il2cpp_TypeInfo_var); U3CCreateToastU3Ec__AnonStorey0__ctor_m3409064149(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CCreateToastU3Ec__AnonStorey0_t3769246785 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); GameObject_t1113636619 * L_2 = Toaster_get_ToastAsset_m3641968681(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_3 = Toaster_get_Parent_m2818600562(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(L_3, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t3722313464 L_5 = Transform_get_position_m36019626(L_4, /*hidden argument*/NULL); Transform_t3600365921 * L_6 = Toaster_get_Parent_m2818600562(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(L_6, /*hidden argument*/NULL); NullCheck(L_7); Quaternion_t2301928331 L_8 = Transform_get_rotation_m3502953881(L_7, /*hidden argument*/NULL); Transform_t3600365921 * L_9 = Toaster_get_Parent_m2818600562(__this, /*hidden argument*/NULL); NullCheck(L_9); Transform_t3600365921 * L_10 = Component_get_transform_m3162698980(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_11 = Object_Instantiate_TisGameObject_t1113636619_m2276314911(NULL /*static, unused*/, L_2, L_5, L_8, L_10, /*hidden argument*/Object_Instantiate_TisGameObject_t1113636619_m2276314911_RuntimeMethod_var); V_1 = L_11; U3CCreateToastU3Ec__AnonStorey0_t3769246785 * L_12 = V_0; GameObject_t1113636619 * L_13 = V_1; NullCheck(L_13); ToastHandler_t2382291789 * L_14 = GameObject_GetComponent_TisToastHandler_t2382291789_m2811761375(L_13, /*hidden argument*/GameObject_GetComponent_TisToastHandler_t2382291789_m2811761375_RuntimeMethod_var); NullCheck(L_12); L_12->set_component_0(L_14); List_1_t3854366531 * L_15 = __this->get_ToastList_2(); U3CCreateToastU3Ec__AnonStorey0_t3769246785 * L_16 = V_0; NullCheck(L_16); ToastHandler_t2382291789 * L_17 = L_16->get_component_0(); NullCheck(L_15); List_1_Insert_m2558694401(L_15, 0, L_17, /*hidden argument*/List_1_Insert_m2558694401_RuntimeMethod_var); U3CCreateToastU3Ec__AnonStorey0_t3769246785 * L_18 = V_0; NullCheck(L_18); ToastHandler_t2382291789 * L_19 = L_18->get_component_0(); String_t* L_20 = ___str0; float L_21 = ___fadeSpeed1; float L_22 = ___moveSpeed2; U3CCreateToastU3Ec__AnonStorey0_t3769246785 * L_23 = V_0; intptr_t L_24 = (intptr_t)U3CCreateToastU3Ec__AnonStorey0_U3CU3Em__0_m1406440206_RuntimeMethod_var; Action_t1264377477 * L_25 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_25, L_23, L_24, /*hidden argument*/NULL); NullCheck(L_19); ToastHandler_InitToast_m4031752910(L_19, L_20, L_21, L_22, L_25, /*hidden argument*/NULL); __this->set_Timer_3((0.0f)); float L_26 = ___moveSpeed2; float L_27 = ___baseHeight3; Toaster_ToastMove_m435884412(__this, L_26, L_27, /*hidden argument*/NULL); return; } } // System.Void FitFun.Toaster::ToastMove(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Toaster_ToastMove_m435884412 (Toaster_t357584321 * __this, float ___speed0, float ___baseHeight1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Toaster_ToastMove_m435884412_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0021; } IL_0007: { List_1_t3854366531 * L_0 = __this->get_ToastList_2(); int32_t L_1 = V_0; NullCheck(L_0); ToastHandler_t2382291789 * L_2 = List_1_get_Item_m630934308(L_0, L_1, /*hidden argument*/List_1_get_Item_m630934308_RuntimeMethod_var); float L_3 = ___speed0; int32_t L_4 = V_0; float L_5 = ___baseHeight1; NullCheck(L_2); ToastHandler_Move_m1824142254(L_2, L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), L_5, /*hidden argument*/NULL); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0021: { int32_t L_7 = V_0; List_1_t3854366531 * L_8 = __this->get_ToastList_2(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m2867154052(L_8, /*hidden argument*/List_1_get_Count_m2867154052_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0007; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.Toaster/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCreateToastU3Ec__AnonStorey0__ctor_m3409064149 (U3CCreateToastU3Ec__AnonStorey0_t3769246785 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.Toaster/c__AnonStorey0::<>m__0() extern "C" IL2CPP_METHOD_ATTR void U3CCreateToastU3Ec__AnonStorey0_U3CU3Em__0_m1406440206 (U3CCreateToastU3Ec__AnonStorey0_t3769246785 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCreateToastU3Ec__AnonStorey0_U3CU3Em__0_m1406440206_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Toaster_t357584321 * L_0 = __this->get_U24this_1(); NullCheck(L_0); List_1_t3854366531 * L_1 = L_0->get_ToastList_2(); ToastHandler_t2382291789 * L_2 = __this->get_component_0(); NullCheck(L_1); List_1_Remove_m888427298(L_1, L_2, /*hidden argument*/List_1_Remove_m888427298_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.ToastHandler::.ctor() extern "C" IL2CPP_METHOD_ATTR void ToastHandler__ctor_m2890323536 (ToastHandler_t2382291789 * __this, const RuntimeMethod* method) { { __this->set_fadeSpeed_4((1.0f)); __this->set_moveSpeed_5((1.0f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.ToastHandler::InitToast(System.String,System.Single,System.Single,System.Action) extern "C" IL2CPP_METHOD_ATTR void ToastHandler_InitToast_m4031752910 (ToastHandler_t2382291789 * __this, String_t* ___str0, float ___fadeSpeed1, float ___moveSpeed2, Action_t1264377477 * ___callback3, const RuntimeMethod* method) { { Text_t1901882714 * L_0 = __this->get_text_3(); String_t* L_1 = ___str0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_0, L_1); float L_2 = ___fadeSpeed1; __this->set_fadeSpeed_4(L_2); float L_3 = ___moveSpeed2; __this->set_moveSpeed_5(L_3); Action_t1264377477 * L_4 = ___callback3; ToastHandler_FadeOut_m954936089(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void FitFun.ToastHandler::FadeOut(System.Action) extern "C" IL2CPP_METHOD_ATTR void ToastHandler_FadeOut_m954936089 (ToastHandler_t2382291789 * __this, Action_t1264377477 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ToastHandler_FadeOut_m954936089_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CFadeOutU3Ec__AnonStorey0_t2770008310 * V_0 = NULL; { U3CFadeOutU3Ec__AnonStorey0_t2770008310 * L_0 = (U3CFadeOutU3Ec__AnonStorey0_t2770008310 *)il2cpp_codegen_object_new(U3CFadeOutU3Ec__AnonStorey0_t2770008310_il2cpp_TypeInfo_var); U3CFadeOutU3Ec__AnonStorey0__ctor_m3198773454(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CFadeOutU3Ec__AnonStorey0_t2770008310 * L_1 = V_0; Action_t1264377477 * L_2 = ___callback0; NullCheck(L_1); L_1->set_callback_0(L_2); U3CFadeOutU3Ec__AnonStorey0_t2770008310 * L_3 = V_0; NullCheck(L_3); L_3->set_U24this_1(__this); Image_t2670269651 * L_4 = __this->get_image_2(); float L_5 = __this->get_fadeSpeed_4(); TweenerCore_3_t745532282 * L_6 = DOTweenModuleUI_DOFade_m4204019165(NULL /*static, unused*/, L_4, (0.0f), L_5, /*hidden argument*/NULL); U3CFadeOutU3Ec__AnonStorey0_t2770008310 * L_7 = V_0; intptr_t L_8 = (intptr_t)U3CFadeOutU3Ec__AnonStorey0_U3CU3Em__0_m2777324621_RuntimeMethod_var; TweenCallback_t3727756325 * L_9 = (TweenCallback_t3727756325 *)il2cpp_codegen_object_new(TweenCallback_t3727756325_il2cpp_TypeInfo_var); TweenCallback__ctor_m3086472496(L_9, L_7, L_8, /*hidden argument*/NULL); TweenSettingsExtensions_OnComplete_TisTweenerCore_3_t745532282_m2753949945(NULL /*static, unused*/, L_6, L_9, /*hidden argument*/TweenSettingsExtensions_OnComplete_TisTweenerCore_3_t745532282_m2753949945_RuntimeMethod_var); Text_t1901882714 * L_10 = __this->get_text_3(); float L_11 = __this->get_fadeSpeed_4(); DOTweenModuleUI_DOFade_m3828379572(NULL /*static, unused*/, L_10, (0.0f), L_11, /*hidden argument*/NULL); return; } } // System.Void FitFun.ToastHandler::Move(System.Single,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void ToastHandler_Move_m1824142254 (ToastHandler_t2382291789 * __this, float ___speed0, int32_t ___targetPos1, float ___baseHeight2, const RuntimeMethod* method) { Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); int32_t L_1 = ___targetPos1; Image_t2670269651 * L_2 = __this->get_image_2(); NullCheck(L_2); RectTransform_t3704657025 * L_3 = Graphic_get_rectTransform_m1167152468(L_2, /*hidden argument*/NULL); NullCheck(L_3); Vector2_t2156229523 L_4 = RectTransform_get_sizeDelta_m2183112744(L_3, /*hidden argument*/NULL); V_0 = L_4; float L_5 = (&V_0)->get_y_1(); float L_6 = ___baseHeight2; float L_7 = ___speed0; ShortcutExtensions_DOLocalMoveY_m2924342502(NULL /*static, unused*/, L_0, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_1))), (float)L_5)), (float)L_6)), L_7, (bool)0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.ToastHandler/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CFadeOutU3Ec__AnonStorey0__ctor_m3198773454 (U3CFadeOutU3Ec__AnonStorey0_t2770008310 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.ToastHandler/c__AnonStorey0::<>m__0() extern "C" IL2CPP_METHOD_ATTR void U3CFadeOutU3Ec__AnonStorey0_U3CU3Em__0_m2777324621 (U3CFadeOutU3Ec__AnonStorey0_t2770008310 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CFadeOutU3Ec__AnonStorey0_U3CU3Em__0_m2777324621_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_t1264377477 * L_0 = __this->get_callback_0(); NullCheck(L_0); Action_Invoke_m937035532(L_0, /*hidden argument*/NULL); ToastHandler_t2382291789 * L_1 = __this->get_U24this_1(); NullCheck(L_1); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.Tracer::.ctor() extern "C" IL2CPP_METHOD_ATTR void Tracer__ctor_m878904610 (Tracer_t752617313 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.Tracer::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Tracer_Log_m3513947261 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method) { { return; } } // System.Void FitFun.Tracer::LogFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogFormat_m1149451837 (RuntimeObject * __this /* static, unused */, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tracer_LogFormat_m1149451837_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); bool L_0 = Debug_get_isDebugBuild_m1389897688(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0031; } } { ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); float L_2 = Time_get_time_m2907476221(NULL /*static, unused*/, /*hidden argument*/NULL); float L_3 = L_2; RuntimeObject * L_4 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_1; String_t* L_6 = ___format0; ObjectU5BU5D_t2843939325* L_7 = ___args1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Format_m630303134(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_8); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral3967260027, L_5, /*hidden argument*/NULL); } IL_0031: { return; } } // System.Void FitFun.Tracer::LogWarning(System.Object) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogWarning_m1083847736 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tracer_LogWarning_m1083847736_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); bool L_0 = Debug_get_isDebugBuild_m1389897688(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { RuntimeObject * L_1 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_0010: { return; } } // System.Void FitFun.Tracer::LogWarningFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogWarningFormat_m3236278898 (RuntimeObject * __this /* static, unused */, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tracer_LogWarningFormat_m3236278898_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); bool L_0 = Debug_get_isDebugBuild_m1389897688(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___format0; ObjectU5BU5D_t2843939325* L_2 = ___args1; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarningFormat_m2535776735(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); } IL_0011: { return; } } // System.Void FitFun.Tracer::Assert(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Tracer_Assert_m1002350878 (RuntimeObject * __this /* static, unused */, bool ___condition0, const RuntimeMethod* method) { { return; } } // System.Void FitFun.Tracer::AssertFormat(System.Boolean,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Tracer_AssertFormat_m2493755807 (RuntimeObject * __this /* static, unused */, bool ___condition0, String_t* ___format1, ObjectU5BU5D_t2843939325* ___args2, const RuntimeMethod* method) { { return; } } // System.Void FitFun.Tracer::LogAssertion(System.Object) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogAssertion_m764235168 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method) { { return; } } // System.Void FitFun.Tracer::LogAssertionFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogAssertionFormat_m2542055430 (RuntimeObject * __this /* static, unused */, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method) { { return; } } // System.Void FitFun.Tracer::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogError_m2639997090 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tracer_LogError_m2639997090_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void FitFun.Tracer::LogErrorFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogErrorFormat_m4020303477 (RuntimeObject * __this /* static, unused */, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tracer_LogErrorFormat_m4020303477_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; ObjectU5BU5D_t2843939325* L_1 = ___args1; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogErrorFormat_m575266265(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void FitFun.Tracer::LogException(System.Exception) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogException_m1118617054 (RuntimeObject * __this /* static, unused */, Exception_t * ___exception0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tracer_LogException_m1118617054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ___exception0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogException_m2207318968(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.TreeNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void TreeNode__ctor_m322870990 (TreeNode_t4280910666 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TreeNode__ctor_m322870990_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1458018112 * L_0 = (List_1_t1458018112 *)il2cpp_codegen_object_new(List_1_t1458018112_il2cpp_TypeInfo_var); List_1__ctor_m596730818(L_0, /*hidden argument*/List_1__ctor_m596730818_RuntimeMethod_var); __this->set_childList_1(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // FitFun.TreeNode FitFun.TreeNode::get_Parent() extern "C" IL2CPP_METHOD_ATTR TreeNode_t4280910666 * TreeNode_get_Parent_m3307874296 (TreeNode_t4280910666 * __this, const RuntimeMethod* method) { { TreeNode_t4280910666 * L_0 = __this->get_U3CParentU3Ek__BackingField_0(); return L_0; } } // System.Void FitFun.TreeNode::set_Parent(FitFun.TreeNode) extern "C" IL2CPP_METHOD_ATTR void TreeNode_set_Parent_m3757295845 (TreeNode_t4280910666 * __this, TreeNode_t4280910666 * ___value0, const RuntimeMethod* method) { { TreeNode_t4280910666 * L_0 = ___value0; __this->set_U3CParentU3Ek__BackingField_0(L_0); return; } } // System.Collections.Generic.List`1 FitFun.TreeNode::GetChildList() extern "C" IL2CPP_METHOD_ATTR List_1_t1458018112 * TreeNode_GetChildList_m3650140547 (TreeNode_t4280910666 * __this, const RuntimeMethod* method) { { List_1_t1458018112 * L_0 = __this->get_childList_1(); return L_0; } } // System.Void FitFun.TreeNode::AddChild(FitFun.TreeNode) extern "C" IL2CPP_METHOD_ATTR void TreeNode_AddChild_m2596424886 (TreeNode_t4280910666 * __this, TreeNode_t4280910666 * ___child0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TreeNode_AddChild_m2596424886_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1458018112 * L_0 = __this->get_childList_1(); TreeNode_t4280910666 * L_1 = ___child0; NullCheck(L_0); List_1_Add_m3948595622(L_0, L_1, /*hidden argument*/List_1_Add_m3948595622_RuntimeMethod_var); return; } } // System.Void FitFun.TreeNode::RemoveChild(FitFun.TreeNode) extern "C" IL2CPP_METHOD_ATTR void TreeNode_RemoveChild_m2090441246 (TreeNode_t4280910666 * __this, TreeNode_t4280910666 * ___child0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TreeNode_RemoveChild_m2090441246_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_003b; } IL_0007: { List_1_t1458018112 * L_0 = __this->get_childList_1(); int32_t L_1 = V_0; NullCheck(L_0); TreeNode_t4280910666 * L_2 = List_1_get_Item_m3394254037(L_0, L_1, /*hidden argument*/List_1_get_Item_m3394254037_RuntimeMethod_var); TreeNode_t4280910666 * L_3 = ___child0; if ((!(((RuntimeObject*)(TreeNode_t4280910666 *)L_2) == ((RuntimeObject*)(TreeNode_t4280910666 *)L_3)))) { goto IL_0037; } } { TreeNode_t4280910666 * L_4 = ___child0; NullCheck(L_4); bool L_5 = TreeNode_HasChild_m1144249248(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002a; } } { TreeNode_t4280910666 * L_6 = ___child0; NullCheck(L_6); TreeNode_RemoveAllChildren_m953933941(L_6, /*hidden argument*/NULL); } IL_002a: { List_1_t1458018112 * L_7 = __this->get_childList_1(); TreeNode_t4280910666 * L_8 = ___child0; NullCheck(L_7); List_1_Remove_m2763032330(L_7, L_8, /*hidden argument*/List_1_Remove_m2763032330_RuntimeMethod_var); } IL_0037: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003b: { int32_t L_10 = V_0; List_1_t1458018112 * L_11 = __this->get_childList_1(); NullCheck(L_11); int32_t L_12 = List_1_get_Count_m441130545(L_11, /*hidden argument*/List_1_get_Count_m441130545_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0007; } } { return; } } // System.Void FitFun.TreeNode::RemoveAllChildren() extern "C" IL2CPP_METHOD_ATTR void TreeNode_RemoveAllChildren_m953933941 (TreeNode_t4280910666 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TreeNode_RemoveAllChildren_m953933941_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001d; } IL_0007: { List_1_t1458018112 * L_0 = __this->get_childList_1(); int32_t L_1 = V_0; NullCheck(L_0); TreeNode_t4280910666 * L_2 = List_1_get_Item_m3394254037(L_0, L_1, /*hidden argument*/List_1_get_Item_m3394254037_RuntimeMethod_var); TreeNode_RemoveChild_m2090441246(__this, L_2, /*hidden argument*/NULL); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001d: { int32_t L_4 = V_0; List_1_t1458018112 * L_5 = __this->get_childList_1(); NullCheck(L_5); int32_t L_6 = List_1_get_Count_m441130545(L_5, /*hidden argument*/List_1_get_Count_m441130545_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0007; } } { return; } } // System.Boolean FitFun.TreeNode::HasChild() extern "C" IL2CPP_METHOD_ATTR bool TreeNode_HasChild_m1144249248 (TreeNode_t4280910666 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TreeNode_HasChild_m1144249248_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1458018112 * L_0 = __this->get_childList_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m441130545(L_0, /*hidden argument*/List_1_get_Count_m441130545_RuntimeMethod_var); return (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.UnZipper::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnZipper__ctor_m50186580 (UnZipper_t4019391518 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 FitFun.UnZipper::get_Progress() extern "C" IL2CPP_METHOD_ATTR int32_t UnZipper_get_Progress_m1834854480 (UnZipper_t4019391518 * __this, const RuntimeMethod* method) { { int32_t* L_0 = __this->get_address_of_progress_0(); int32_t L_1 = Interlocked_Add_m2843784287(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Void FitFun.UnZipper::set_Progress(System.Int32) extern "C" IL2CPP_METHOD_ATTR void UnZipper_set_Progress_m2672799441 (UnZipper_t4019391518 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t* L_0 = __this->get_address_of_progress_0(); int32_t L_1 = ___value0; Interlocked_Exchange_m435211442(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void FitFun.UnZipper::UnZipFile(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void UnZipper_UnZipFile_m3367646341 (UnZipper_t4019391518 * __this, String_t* ___fileName0, String_t* ___targetFolder1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnZipper_UnZipFile_m3367646341_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CUnZipFileU3Ec__AnonStorey0_t2702420114 * V_0 = NULL; Thread_t2300836069 * V_1 = NULL; { U3CUnZipFileU3Ec__AnonStorey0_t2702420114 * L_0 = (U3CUnZipFileU3Ec__AnonStorey0_t2702420114 *)il2cpp_codegen_object_new(U3CUnZipFileU3Ec__AnonStorey0_t2702420114_il2cpp_TypeInfo_var); U3CUnZipFileU3Ec__AnonStorey0__ctor_m2640937117(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CUnZipFileU3Ec__AnonStorey0_t2702420114 * L_1 = V_0; String_t* L_2 = ___targetFolder1; NullCheck(L_1); L_1->set_targetFolder_0(L_2); U3CUnZipFileU3Ec__AnonStorey0_t2702420114 * L_3 = V_0; String_t* L_4 = ___fileName0; NullCheck(L_3); L_3->set_fileName_1(L_4); U3CUnZipFileU3Ec__AnonStorey0_t2702420114 * L_5 = V_0; NullCheck(L_5); L_5->set_U24this_2(__this); U3CUnZipFileU3Ec__AnonStorey0_t2702420114 * L_6 = V_0; intptr_t L_7 = (intptr_t)U3CUnZipFileU3Ec__AnonStorey0_U3CU3Em__0_m1809913348_RuntimeMethod_var; ThreadStart_t1006689297 * L_8 = (ThreadStart_t1006689297 *)il2cpp_codegen_object_new(ThreadStart_t1006689297_il2cpp_TypeInfo_var); ThreadStart__ctor_m3250019360(L_8, L_6, L_7, /*hidden argument*/NULL); Thread_t2300836069 * L_9 = (Thread_t2300836069 *)il2cpp_codegen_object_new(Thread_t2300836069_il2cpp_TypeInfo_var); Thread__ctor_m777188137(L_9, L_8, /*hidden argument*/NULL); V_1 = L_9; Thread_t2300836069 * L_10 = V_1; NullCheck(L_10); Thread_set_IsBackground_m3868016371(L_10, (bool)1, /*hidden argument*/NULL); Thread_t2300836069 * L_11 = V_1; NullCheck(L_11); Thread_Start_m2860771284(L_11, /*hidden argument*/NULL); return; } } // System.Void FitFun.UnZipper::Unzip(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void UnZipper_Unzip_m759325539 (UnZipper_t4019391518 * __this, String_t* ___targetDir0, String_t* ___fileName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnZipper_Unzip_m759325539_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipFile_t1258023761 * V_0 = NULL; int64_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; ZipEntry_t658048195 * V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; FileStream_t4292183065 * V_9 = NULL; Stream_t1273022909 * V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___fileName1; ZipFile_t1258023761 * L_1 = (ZipFile_t1258023761 *)il2cpp_codegen_object_new(ZipFile_t1258023761_il2cpp_TypeInfo_var); ZipFile__ctor_m264915987(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ZipFile_t1258023761 * L_2 = V_0; NullCheck(L_2); int64_t L_3 = ZipFile_get_Count_m1292430340(L_2, /*hidden argument*/NULL); V_1 = L_3; V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096))); V_3 = 0; ZipFile_t1258023761 * L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5 = ZipFile_GetEnumerator_m2087878865(L_4, /*hidden argument*/NULL); V_4 = L_5; goto IL_012d; } IL_0028: { RuntimeObject* L_6 = V_4; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_5 = ((ZipEntry_t658048195 *)IsInstClass((RuntimeObject*)L_7, ZipEntry_t658048195_il2cpp_TypeInfo_var)); ZipEntry_t658048195 * L_8 = V_5; NullCheck(L_8); String_t* L_9 = ZipEntry_get_Name_m1624543186(L_8, /*hidden argument*/NULL); V_6 = L_9; ZipEntry_t658048195 * L_10 = V_5; NullCheck(L_10); bool L_11 = ZipEntry_get_IsDirectory_m396075616(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_006b; } } { String_t* L_12 = V_6; NullCheck(L_12); bool L_13 = String_StartsWith_m1759067526(L_12, _stringLiteral3452614644, /*hidden argument*/NULL); if (!L_13) { goto IL_006b; } } { ZipEntry_t658048195 * L_14 = V_5; NullCheck(L_14); String_t* L_15 = ZipEntry_get_Name_m1624543186(L_14, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = String_Remove_m1524948975(L_15, 0, /*hidden argument*/NULL); V_6 = L_16; } IL_006b: { String_t* L_17 = ___targetDir0; String_t* L_18 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_19 = Path_Combine_m3389272516(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); V_7 = L_19; String_t* L_20 = V_7; String_t* L_21 = Path_GetDirectoryName_m3496866581(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); V_8 = L_21; String_t* L_22 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (L_23) { goto IL_009e; } } { String_t* L_24 = V_8; bool L_25 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_009e; } } { String_t* L_26 = V_8; Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); } IL_009e: { ZipEntry_t658048195 * L_27 = V_5; NullCheck(L_27); bool L_28 = ZipEntry_get_IsFile_m1955188421(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00f6; } } { String_t* L_29 = V_7; FileStream_t4292183065 * L_30 = File_Create_m2207667142(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); V_9 = L_30; } IL_00b3: try { // begin try (depth: 1) { ZipFile_t1258023761 * L_31 = V_0; ZipEntry_t658048195 * L_32 = V_5; NullCheck(L_31); Stream_t1273022909 * L_33 = ZipFile_GetInputStream_m2840176831(L_31, L_32, /*hidden argument*/NULL); V_10 = L_33; goto IL_00cd; } IL_00c2: { FileStream_t4292183065 * L_34 = V_9; ByteU5BU5D_t4116647657* L_35 = V_2; int32_t L_36 = V_11; NullCheck(L_34); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(20 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_34, L_35, 0, L_36); } IL_00cd: { Stream_t1273022909 * L_37 = V_10; ByteU5BU5D_t4116647657* L_38 = V_2; ByteU5BU5D_t4116647657* L_39 = V_2; NullCheck(L_39); NullCheck(L_37); int32_t L_40 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(16 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_37, L_38, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length))))); int32_t L_41 = L_40; V_11 = L_41; if ((((int32_t)L_41) > ((int32_t)0))) { goto IL_00c2; } } IL_00e2: { IL2CPP_LEAVE(0xF6, FINALLY_00e7); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e7; } FINALLY_00e7: { // begin finally (depth: 1) { FileStream_t4292183065 * L_42 = V_9; if (!L_42) { goto IL_00f5; } } IL_00ee: { FileStream_t4292183065 * L_43 = V_9; NullCheck(L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_43); } IL_00f5: { IL2CPP_END_FINALLY(231) } } // end finally (depth: 1) IL2CPP_CLEANUP(231) { IL2CPP_JUMP_TBL(0xF6, IL_00f6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f6: { int32_t L_44 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); int32_t L_45 = V_3; int64_t L_46 = V_1; if ((!(((uint64_t)(((int64_t)((int64_t)L_45)))) == ((uint64_t)L_46)))) { goto IL_010f; } } { __this->set_progress_0(((int32_t)100)); goto IL_012d; } IL_010f: { int32_t L_47 = V_3; int64_t L_48 = V_1; V_12 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_47, (int32_t)((int32_t)100)))/(int32_t)(((int32_t)((int32_t)L_48))))); int32_t L_49 = V_12; if ((((int32_t)((int32_t)100)) > ((int32_t)L_49))) { goto IL_0125; } } { V_12 = ((int32_t)99); } IL_0125: { int32_t L_50 = V_12; __this->set_progress_0(L_50); } IL_012d: { RuntimeObject* L_51 = V_4; NullCheck(L_51); bool L_52 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_51); if (L_52) { goto IL_0028; } } { ZipFile_t1258023761 * L_53 = V_0; NullCheck(L_53); ZipFile_Close_m645550148(L_53, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_54 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_55 = V_3; int32_t L_56 = L_55; RuntimeObject * L_57 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_56); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_57); (L_54)->SetAt(static_cast(0), (RuntimeObject *)L_57); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral1651712367, L_54, /*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 FitFun.UnZipper/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CUnZipFileU3Ec__AnonStorey0__ctor_m2640937117 (U3CUnZipFileU3Ec__AnonStorey0_t2702420114 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void FitFun.UnZipper/c__AnonStorey0::<>m__0() extern "C" IL2CPP_METHOD_ATTR void U3CUnZipFileU3Ec__AnonStorey0_U3CU3Em__0_m1809913348 (U3CUnZipFileU3Ec__AnonStorey0_t2702420114 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CUnZipFileU3Ec__AnonStorey0_U3CU3Em__0_m1809913348_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); IL_0000: try { // begin try (depth: 1) UnZipper_t4019391518 * L_0 = __this->get_U24this_2(); String_t* L_1 = __this->get_targetFolder_0(); String_t* L_2 = __this->get_fileName_1(); NullCheck(L_0); UnZipper_Unzip_m759325539(L_0, L_1, L_2, /*hidden argument*/NULL); UnZipper_t4019391518 * L_3 = __this->get_U24this_2(); NullCheck(L_3); L_3->set_progress_0(((int32_t)100)); goto IL_0044; } // 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_0029; throw e; } CATCH_0029: { // begin catch(System.Exception) V_0 = ((Exception_t *)__exception_local); Exception_t * L_4 = V_0; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3104531060, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); goto IL_0044; } // end catch (depth: 1) IL_0044: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.UtilTools::.ctor() extern "C" IL2CPP_METHOD_ATTR void UtilTools__ctor_m33645017 (UtilTools_t1771349038 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String FitFun.UtilTools::StringBuilder(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* UtilTools_StringBuilder_m1530790943 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___oArg10, RuntimeObject * ___oArg21, RuntimeObject * ___oArg32, RuntimeObject * ___oArg43, RuntimeObject * ___oArg54, RuntimeObject * ___oArg65, RuntimeObject * ___oArg76, RuntimeObject * ___oArg87, RuntimeObject * ___oArg98, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UtilTools_StringBuilder_m1530790943_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); StringBuilder_t * L_0 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_mstrbuilder_0(); StringBuilder_t * L_1 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_mstrbuilder_0(); NullCheck(L_1); int32_t L_2 = StringBuilder_get_Length_m3238060835(L_1, /*hidden argument*/NULL); NullCheck(L_0); StringBuilder_Remove_m940064945(L_0, 0, L_2, /*hidden argument*/NULL); RuntimeObject * L_3 = ___oArg10; if (!L_3) { goto IL_0028; } } { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); StringBuilder_t * L_4 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_mstrbuilder_0(); RuntimeObject * L_5 = ___oArg10; NullCheck(L_4); StringBuilder_Append_m1640838743(L_4, L_5, /*hidden argument*/NULL); } IL_0028: { RuntimeObject * L_6 = ___oArg21; if (!L_6) { goto IL_003a; } } { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); StringBuilder_t * L_7 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_mstrbuilder_0(); RuntimeObject * L_8 = ___oArg21; NullCheck(L_7); StringBuilder_Append_m1640838743(L_7, L_8, /*hidden argument*/NULL); } IL_003a: { RuntimeObject * L_9 = ___oArg32; if (!L_9) { goto IL_004c; } } { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); StringBuilder_t * L_10 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_mstrbuilder_0(); RuntimeObject * L_11 = ___oArg32; NullCheck(L_10); StringBuilder_Append_m1640838743(L_10, L_11, /*hidden argument*/NULL); } IL_004c: { RuntimeObject * L_12 = ___oArg43; if (!L_12) { goto IL_005e; } } { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); StringBuilder_t * L_13 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_mstrbuilder_0(); RuntimeObject * L_14 = ___oArg43; NullCheck(L_13); StringBuilder_Append_m1640838743(L_13, L_14, /*hidden argument*/NULL); } IL_005e: { RuntimeObject * L_15 = ___oArg54; if (!L_15) { goto IL_0072; } } { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); StringBuilder_t * L_16 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_mstrbuilder_0(); RuntimeObject * L_17 = ___oArg54; NullCheck(L_16); StringBuilder_Append_m1640838743(L_16, L_17, /*hidden argument*/NULL); } IL_0072: { RuntimeObject * L_18 = ___oArg65; if (!L_18) { goto IL_0086; } } { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); StringBuilder_t * L_19 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_mstrbuilder_0(); RuntimeObject * L_20 = ___oArg65; NullCheck(L_19); StringBuilder_Append_m1640838743(L_19, L_20, /*hidden argument*/NULL); } IL_0086: { RuntimeObject * L_21 = ___oArg76; if (!L_21) { goto IL_009a; } } { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); StringBuilder_t * L_22 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_mstrbuilder_0(); RuntimeObject * L_23 = ___oArg76; NullCheck(L_22); StringBuilder_Append_m1640838743(L_22, L_23, /*hidden argument*/NULL); } IL_009a: { RuntimeObject * L_24 = ___oArg87; if (!L_24) { goto IL_00ae; } } { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); StringBuilder_t * L_25 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_mstrbuilder_0(); RuntimeObject * L_26 = ___oArg87; NullCheck(L_25); StringBuilder_Append_m1640838743(L_25, L_26, /*hidden argument*/NULL); } IL_00ae: { RuntimeObject * L_27 = ___oArg98; if (!L_27) { goto IL_00c2; } } { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); StringBuilder_t * L_28 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_mstrbuilder_0(); RuntimeObject * L_29 = ___oArg98; NullCheck(L_28); StringBuilder_Append_m1640838743(L_28, L_29, /*hidden argument*/NULL); } IL_00c2: { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); StringBuilder_t * L_30 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_mstrbuilder_0(); NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30); return L_31; } } // UnityEngine.Sprite FitFun.UtilTools::SpriteTransition(UnityEngine.Texture2D) extern "C" IL2CPP_METHOD_ATTR Sprite_t280657092 * UtilTools_SpriteTransition_m1782782318 (RuntimeObject * __this /* static, unused */, Texture2D_t3840446185 * ___texture0, const RuntimeMethod* method) { Sprite_t280657092 * V_0 = NULL; { Texture2D_t3840446185 * L_0 = ___texture0; Texture2D_t3840446185 * L_1 = ___texture0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_1); Texture2D_t3840446185 * L_3 = ___texture0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_height() */, L_3); Rect_t2360479859 L_5; memset(&L_5, 0, sizeof(L_5)); Rect__ctor_m2614021312((&L_5), (0.0f), (0.0f), (((float)((float)L_2))), (((float)((float)L_4))), /*hidden argument*/NULL); Vector2_t2156229523 L_6; memset(&L_6, 0, sizeof(L_6)); Vector2__ctor_m3970636864((&L_6), (0.5f), (0.5f), /*hidden argument*/NULL); Sprite_t280657092 * L_7 = Sprite_Create_m803022218(NULL /*static, unused*/, L_0, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; Sprite_t280657092 * L_8 = V_0; return L_8; } } // UnityEngine.Vector2 FitFun.UtilTools::StringToVector2(System.String) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 UtilTools_StringToVector2_m4169003117 (RuntimeObject * __this /* static, unused */, String_t* ___strPositionData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UtilTools_StringToVector2_m4169003117_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); StringU5BU5D_t1281789340* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_0 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = ___strPositionData0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0041; } } { String_t* L_3 = ___strPositionData0; CharU5BU5D_t3528271667* L_4 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_3); StringU5BU5D_t1281789340* L_5 = String_Split_m3646115398(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; StringU5BU5D_t1281789340* L_6 = V_1; NullCheck(L_6); int32_t L_7 = 0; String_t* L_8 = (L_6)->GetAt(static_cast(L_7)); float L_9 = Single_Parse_m364357836(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); (&V_0)->set_x_0(L_9); StringU5BU5D_t1281789340* L_10 = V_1; NullCheck(L_10); int32_t L_11 = 1; String_t* L_12 = (L_10)->GetAt(static_cast(L_11)); float L_13 = Single_Parse_m364357836(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); (&V_0)->set_y_1(L_13); } IL_0041: { Vector2_t2156229523 L_14 = V_0; return L_14; } } // System.Void FitFun.UtilTools::SetActiveSafe(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UtilTools_SetActiveSafe_m2551962691 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___obj0, bool ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UtilTools_SetActiveSafe_m2551962691_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = ___obj0; 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: { GameObject_t1113636619 * L_2 = ___obj0; NullCheck(L_2); bool L_3 = GameObject_get_activeSelf_m1767405923(L_2, /*hidden argument*/NULL); bool L_4 = ___value1; if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_0020; } } { GameObject_t1113636619 * L_5 = ___obj0; bool L_6 = ___value1; NullCheck(L_5); GameObject_SetActive_m796801857(L_5, L_6, /*hidden argument*/NULL); } IL_0020: { return; } } // System.Double FitFun.UtilTools::Setremainder(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR double UtilTools_Setremainder_m1518456385 (RuntimeObject * __this /* static, unused */, int32_t ___all0, int32_t ___nowvolue1, const RuntimeMethod* method) { float V_0 = 0.0f; double V_1 = 0.0; double V_2 = 0.0; double V_3 = 0.0; double V_4 = 0.0; double V_5 = 0.0; double V_6 = 0.0; { int32_t L_0 = ___all0; V_1 = (((double)((double)L_0))); int32_t L_1 = ___nowvolue1; V_2 = (((double)((double)L_1))); double L_2 = V_1; V_3 = ((double)((double)(100.0)/(double)L_2)); double L_3 = V_3; double L_4 = Math_Round_m3279303474(NULL /*static, unused*/, L_3, 2, /*hidden argument*/NULL); V_4 = L_4; double L_5 = V_4; double L_6 = V_2; V_5 = ((double)((double)((double)il2cpp_codegen_multiply((double)L_5, (double)L_6))/(double)(100.0))); double L_7 = V_5; double L_8 = Math_Round_m3279303474(NULL /*static, unused*/, L_7, 2, /*hidden argument*/NULL); V_6 = L_8; double L_9 = V_6; V_0 = (((float)((float)L_9))); float L_10 = V_0; return (((double)((double)L_10))); } } // System.String FitFun.UtilTools::HandleCountDownTime(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* UtilTools_HandleCountDownTime_m454707995 (RuntimeObject * __this /* static, unused */, int64_t ___time0, bool ___hasSec1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UtilTools_HandleCountDownTime_m454707995_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int64_t L_0 = ___time0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_1 = Convert_ToInt16_m4174439391(NULL /*static, unused*/, ((int64_t)((int64_t)L_0/(int64_t)(((int64_t)((int64_t)((int32_t)86400)))))), /*hidden argument*/NULL); V_0 = L_1; int64_t L_2 = ___time0; int16_t L_3 = Convert_ToInt16_m4174439391(NULL /*static, unused*/, ((int64_t)((int64_t)((int64_t)((int64_t)L_2%(int64_t)(((int64_t)((int64_t)((int32_t)86400))))))/(int64_t)(((int64_t)((int64_t)((int32_t)3600)))))), /*hidden argument*/NULL); V_1 = L_3; int64_t L_4 = ___time0; int16_t L_5 = Convert_ToInt16_m4174439391(NULL /*static, unused*/, ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_4%(int64_t)(((int64_t)((int64_t)((int32_t)86400))))))%(int64_t)(((int64_t)((int64_t)((int32_t)3600))))))/(int64_t)(((int64_t)((int64_t)((int32_t)60)))))), /*hidden argument*/NULL); V_2 = L_5; int64_t L_6 = ___time0; int16_t L_7 = Convert_ToInt16_m4174439391(NULL /*static, unused*/, ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_6%(int64_t)(((int64_t)((int64_t)((int32_t)86400))))))%(int64_t)(((int64_t)((int64_t)((int32_t)3600))))))%(int64_t)(((int64_t)((int64_t)((int32_t)60)))))), /*hidden argument*/NULL); V_3 = L_7; bool L_8 = ___hasSec1; if (!L_8) { goto IL_0090; } } { ObjectU5BU5D_t2843939325* L_9 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_10 = V_0; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = L_9; int32_t L_14 = V_1; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(1), (RuntimeObject *)L_16); ObjectU5BU5D_t2843939325* L_17 = L_13; int32_t L_18 = V_2; int32_t L_19 = L_18; RuntimeObject * L_20 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_19); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(2), (RuntimeObject *)L_20); ObjectU5BU5D_t2843939325* L_21 = L_17; int32_t L_22 = V_3; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_23); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(3), (RuntimeObject *)L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral1595461012, L_21, /*hidden argument*/NULL); return L_25; } IL_0090: { int32_t L_26 = V_0; int32_t L_27 = L_26; RuntimeObject * L_28 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_27); int32_t L_29 = V_1; int32_t L_30 = L_29; RuntimeObject * L_31 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_30); int32_t L_32 = V_2; int32_t L_33 = L_32; RuntimeObject * L_34 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_33); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral2589732413, L_28, L_31, L_34, /*hidden argument*/NULL); return L_35; } } // System.Boolean FitFun.UtilTools::FloatCompareZero(System.Single) extern "C" IL2CPP_METHOD_ATTR bool UtilTools_FloatCompareZero_m2974281960 (RuntimeObject * __this /* static, unused */, float ___fValue0, const RuntimeMethod* method) { float V_0 = 0.0f; { V_0 = (0.001f); float L_0 = ___fValue0; float L_1 = fabsf(L_0); float L_2 = V_0; if ((!(((float)L_1) <= ((float)L_2)))) { goto IL_0014; } } { return (bool)1; } IL_0014: { return (bool)0; } } // System.Void FitFun.UtilTools::ClearTranAllChild(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void UtilTools_ClearTranAllChild_m4155919401 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___transform0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UtilTools_ClearTranAllChild_m4155919401_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Transform_t3600365921 * L_0 = ___transform0; 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: { V_0 = 0; goto IL_0029; } IL_0014: { Transform_t3600365921 * L_2 = ___transform0; int32_t L_3 = V_0; NullCheck(L_2); Transform_t3600365921 * L_4 = Transform_GetChild_m1092972975(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0029: { int32_t L_7 = V_0; Transform_t3600365921 * L_8 = ___transform0; NullCheck(L_8); int32_t L_9 = Transform_get_childCount_m3145433196(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0014; } } { Transform_t3600365921 * L_10 = ___transform0; NullCheck(L_10); Transform_DetachChildren_m3266231651(L_10, /*hidden argument*/NULL); return; } } // UnityEngine.Sprite[] FitFun.UtilTools::LoadAtlasRes(System.String) extern "C" IL2CPP_METHOD_ATTR SpriteU5BU5D_t2581906349* UtilTools_LoadAtlasRes_m2443154281 (RuntimeObject * __this /* static, unused */, String_t* ___strPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UtilTools_LoadAtlasRes_m2443154281_MetadataUsageId); s_Il2CppMethodInitialized = true; } SpriteU5BU5D_t2581906349* V_0 = NULL; { String_t* L_0 = ___strPath0; 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 (SpriteU5BU5D_t2581906349*)NULL; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); Dictionary_2_t2367162648 * L_2 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_atlasCacheDic_1(); String_t* L_3 = ___strPath0; NullCheck(L_2); bool L_4 = Dictionary_2_ContainsKey_m1962355396(L_2, L_3, /*hidden argument*/Dictionary_2_ContainsKey_m1962355396_RuntimeMethod_var); if (!L_4) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); Dictionary_2_t2367162648 * L_5 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_atlasCacheDic_1(); String_t* L_6 = ___strPath0; NullCheck(L_5); SpriteU5BU5D_t2581906349* L_7 = Dictionary_2_get_Item_m2339565059(L_5, L_6, /*hidden argument*/Dictionary_2_get_Item_m2339565059_RuntimeMethod_var); return L_7; } IL_0029: { String_t* L_8 = ___strPath0; SpriteU5BU5D_t2581906349* L_9 = Resources_LoadAll_TisSprite_t280657092_m1417587347(NULL /*static, unused*/, L_8, /*hidden argument*/Resources_LoadAll_TisSprite_t280657092_m1417587347_RuntimeMethod_var); V_0 = L_9; IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); Dictionary_2_t2367162648 * L_10 = ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->get_atlasCacheDic_1(); String_t* L_11 = ___strPath0; SpriteU5BU5D_t2581906349* L_12 = V_0; NullCheck(L_10); Dictionary_2_Add_m161176507(L_10, L_11, L_12, /*hidden argument*/Dictionary_2_Add_m161176507_RuntimeMethod_var); SpriteU5BU5D_t2581906349* L_13 = V_0; return L_13; } } // System.Void FitFun.UtilTools::BindDynamicImage(UnityEngine.UI.Image,System.String) extern "C" IL2CPP_METHOD_ATTR void UtilTools_BindDynamicImage_m3851372351 (UtilTools_t1771349038 * __this, Image_t2670269651 * ___ImgComponent0, String_t* ___strSpriteName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UtilTools_BindDynamicImage_m3851372351_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; SpriteU5BU5D_t2581906349* V_1 = NULL; int32_t V_2 = 0; { Image_t2670269651 * L_0 = ___ImgComponent0; 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_0017; } } { String_t* L_2 = ___strSpriteName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } IL_0017: { return; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_4; String_t* L_5 = ___strSpriteName1; NullCheck(L_5); bool L_6 = String_Contains_m1147431944(L_5, _stringLiteral2048092123, /*hidden argument*/NULL); if (!L_6) { goto IL_0039; } } { V_0 = _stringLiteral2048092123; goto IL_0070; } IL_0039: { String_t* L_7 = ___strSpriteName1; NullCheck(L_7); bool L_8 = String_Contains_m1147431944(L_7, _stringLiteral3913495774, /*hidden argument*/NULL); if (!L_8) { goto IL_0054; } } { V_0 = _stringLiteral3913495774; goto IL_0070; } IL_0054: { String_t* L_9 = ___strSpriteName1; NullCheck(L_9); bool L_10 = String_Contains_m1147431944(L_9, _stringLiteral1393671949, /*hidden argument*/NULL); if (!L_10) { goto IL_006f; } } { V_0 = _stringLiteral1393671949; goto IL_0070; } IL_006f: { return; } IL_0070: { String_t* L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(UtilTools_t1771349038_il2cpp_TypeInfo_var); String_t* L_12 = UtilTools_StringBuilder_m1530790943(NULL /*static, unused*/, _stringLiteral1278111008, L_11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, /*hidden argument*/NULL); SpriteU5BU5D_t2581906349* L_13 = UtilTools_LoadAtlasRes_m2443154281(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_1 = L_13; SpriteU5BU5D_t2581906349* L_14 = V_1; if (!L_14) { goto IL_0097; } } { SpriteU5BU5D_t2581906349* L_15 = V_1; NullCheck(L_15); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))) > ((int32_t)0))) { goto IL_0098; } } IL_0097: { return; } IL_0098: { V_2 = 0; goto IL_00c9; } IL_009f: { SpriteU5BU5D_t2581906349* L_16 = V_1; int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; Sprite_t280657092 * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_19); String_t* L_20 = Object_get_name_m4211327027(L_19, /*hidden argument*/NULL); NullCheck(L_20); String_t* L_21 = String_Trim_m923598732(L_20, /*hidden argument*/NULL); String_t* L_22 = ___strSpriteName1; NullCheck(L_21); bool L_23 = String_Equals_m2270643605(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00c5; } } { Image_t2670269651 * L_24 = ___ImgComponent0; SpriteU5BU5D_t2581906349* L_25 = V_1; int32_t L_26 = V_2; NullCheck(L_25); int32_t L_27 = L_26; Sprite_t280657092 * L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_24); Image_set_sprite_m2369174689(L_24, L_28, /*hidden argument*/NULL); goto IL_00d2; } IL_00c5: { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00c9: { int32_t L_30 = V_2; SpriteU5BU5D_t2581906349* L_31 = V_1; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))))) { goto IL_009f; } } IL_00d2: { return; } } // System.Void FitFun.UtilTools::.cctor() extern "C" IL2CPP_METHOD_ATTR void UtilTools__cctor_m3699788814 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UtilTools__cctor_m3699788814_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->set_mstrbuilder_0(L_0); Dictionary_2_t2367162648 * L_1 = (Dictionary_2_t2367162648 *)il2cpp_codegen_object_new(Dictionary_2_t2367162648_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1345648129(L_1, /*hidden argument*/Dictionary_2__ctor_m1345648129_RuntimeMethod_var); ((UtilTools_t1771349038_StaticFields*)il2cpp_codegen_static_fields_for(UtilTools_t1771349038_il2cpp_TypeInfo_var))->set_atlasCacheDic_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FitFun.XmlManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlManager__ctor_m2992658126 (XmlManager_t2042691812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlManager__ctor_m2992658126_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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_xmlDic_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t367392258_il2cpp_TypeInfo_var); Singleton_1__ctor_m2921959806(__this, /*hidden argument*/Singleton_1__ctor_m2921959806_RuntimeMethod_var); return; } } // System.String FitFun.XmlManager::LoadXml(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlManager_LoadXml_m2620436906 (XmlManager_t2042691812 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlManager_LoadXml_m2620436906_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Dictionary_2_t1632706988 * L_0 = __this->get_xmlDic_1(); String_t* L_1 = ___path0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m2249167092(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t1632706988 * L_3 = __this->get_xmlDic_1(); String_t* L_4 = ___path0; NullCheck(L_3); String_t* L_5 = Dictionary_2_get_Item_m2643467469(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); return L_5; } IL_001e: { V_0 = (String_t*)NULL; } IL_0020: try { // begin try (depth: 1) String_t* L_6 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(AssetManager_t2546491902_il2cpp_TypeInfo_var); String_t* L_7 = AssetManager_LoadText_m1978970207(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_0 = L_7; Dictionary_2_t1632706988 * L_8 = __this->get_xmlDic_1(); String_t* L_9 = ___path0; String_t* L_10 = V_0; NullCheck(L_8); Dictionary_2_Add_m633427275(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); goto IL_005a; } // 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_0039; throw e; } CATCH_0039: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); String_t* L_11 = ___path0; Exception_t * L_12 = V_1; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2912993556, L_11, _stringLiteral597552917, L_13, /*hidden argument*/NULL); Tracer_LogError_m2639997090(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); goto IL_005a; } // end catch (depth: 1) IL_005a: { String_t* L_15 = V_0; return L_15; } } // System.Void FitFun.XmlManager::Unload(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlManager_Unload_m1253262299 (XmlManager_t2042691812 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlManager_Unload_m1253262299_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1632706988 * L_0 = __this->get_xmlDic_1(); String_t* L_1 = ___path0; NullCheck(L_0); Dictionary_2_Remove_m1615584752(L_0, L_1, /*hidden argument*/Dictionary_2_Remove_m1615584752_RuntimeMethod_var); return; } } // System.Void FitFun.XmlManager::UnloadAll() extern "C" IL2CPP_METHOD_ATTR void XmlManager_UnloadAll_m3237758094 (XmlManager_t2042691812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlManager_UnloadAll_m3237758094_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1632706988 * L_0 = __this->get_xmlDic_1(); NullCheck(L_0); Dictionary_2_Clear_m1279106658(L_0, /*hidden argument*/Dictionary_2_Clear_m1279106658_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FPSDisplay::.ctor() extern "C" IL2CPP_METHOD_ATTR void FPSDisplay__ctor_m210774513 (FPSDisplay_t1066203289 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FPSDisplay__ctor_m210774513_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SingletonMonobehaviour_1__ctor_m3879225020(__this, /*hidden argument*/SingletonMonobehaviour_1__ctor_m3879225020_RuntimeMethod_var); return; } } // System.Void FPSDisplay::Update() extern "C" IL2CPP_METHOD_ATTR void FPSDisplay_Update_m230697793 (FPSDisplay_t1066203289 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_deltaTime_3(); float L_1 = Time_get_unscaledDeltaTime_m4270080131(NULL /*static, unused*/, /*hidden argument*/NULL); float L_2 = __this->get_deltaTime_3(); __this->set_deltaTime_3(((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)(0.1f)))))); return; } } // System.Void FPSDisplay::OnGUI() extern "C" IL2CPP_METHOD_ATTR void FPSDisplay_OnGUI_m2355647200 (FPSDisplay_t1066203289 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FPSDisplay_OnGUI_m2355647200_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; GUIStyle_t3956901511 * V_2 = NULL; Rect_t2360479859 V_3; memset(&V_3, 0, sizeof(V_3)); float V_4 = 0.0f; float V_5 = 0.0f; String_t* V_6 = NULL; { int32_t L_0 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_1; GUIStyle_t3956901511 * L_2 = (GUIStyle_t3956901511 *)il2cpp_codegen_object_new(GUIStyle_t3956901511_il2cpp_TypeInfo_var); GUIStyle__ctor_m4038363858(L_2, /*hidden argument*/NULL); V_2 = L_2; int32_t L_3 = V_0; int32_t L_4 = V_1; Rect__ctor_m2614021312((&V_3), (0.0f), (0.0f), (((float)((float)L_3))), (((float)((float)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2))/(int32_t)((int32_t)50)))))), /*hidden argument*/NULL); GUIStyle_t3956901511 * L_5 = V_2; NullCheck(L_5); GUIStyle_set_alignment_m3944619660(L_5, 0, /*hidden argument*/NULL); GUIStyle_t3956901511 * L_6 = V_2; int32_t L_7 = V_1; NullCheck(L_6); GUIStyle_set_fontSize_m1566850023(L_6, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2))/(int32_t)((int32_t)50))), /*hidden argument*/NULL); GUIStyle_t3956901511 * L_8 = V_2; NullCheck(L_8); GUIStyleState_t1397964415 * L_9 = GUIStyle_get_normal_m729441812(L_8, /*hidden argument*/NULL); Color_t2555686324 L_10; memset(&L_10, 0, sizeof(L_10)); Color__ctor_m2943235014((&L_10), (0.0f), (0.0f), (0.5f), (1.0f), /*hidden argument*/NULL); NullCheck(L_9); GUIStyleState_set_textColor_m1105876047(L_9, L_10, /*hidden argument*/NULL); float L_11 = __this->get_deltaTime_3(); V_4 = ((float)il2cpp_codegen_multiply((float)L_11, (float)(1000.0f))); float L_12 = __this->get_deltaTime_3(); V_5 = ((float)((float)(1.0f)/(float)L_12)); float L_13 = V_4; float L_14 = L_13; RuntimeObject * L_15 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_14); float L_16 = V_5; float L_17 = L_16; RuntimeObject * L_18 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral565746864, L_15, L_18, /*hidden argument*/NULL); V_6 = L_19; Rect_t2360479859 L_20 = V_3; String_t* L_21 = V_6; GUIStyle_t3956901511 * L_22 = V_2; IL2CPP_RUNTIME_CLASS_INIT(GUI_t1624858472_il2cpp_TypeInfo_var); GUI_Label_m2420537077(NULL /*static, unused*/, L_20, L_21, L_22, /*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 FriendState::.ctor(ProcedureFsm,System.Int32) extern "C" IL2CPP_METHOD_ATTR void FriendState__ctor_m864932272 (FriendState_t2272626805 * __this, ProcedureFsm_t3181162420 * ___fsm0, int32_t ___key1, const RuntimeMethod* method) { { ProcedureFsm_t3181162420 * L_0 = ___fsm0; int32_t L_1 = ___key1; SimpleState__ctor_m935720394(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void FriendState::Enter() extern "C" IL2CPP_METHOD_ATTR void FriendState_Enter_m1844548716 (FriendState_t2272626805 * __this, const RuntimeMethod* method) { { return; } } // System.Void FriendState::Exit() extern "C" IL2CPP_METHOD_ATTR void FriendState_Exit_m974620068 (FriendState_t2272626805 * __this, const RuntimeMethod* method) { { return; } } // System.Void FriendState::Update() extern "C" IL2CPP_METHOD_ATTR void FriendState_Update_m3223915984 (FriendState_t2272626805 * __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 GameFriend.SDKEventManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager__ctor_m3148225446 (SDKEventManager_t864216586 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ShowAnnouncement() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ShowAnnouncement_m391072380 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ShowAnnouncement_m391072380_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3265185863, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Share(System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Share_m2820563827 (RuntimeObject * __this /* static, unused */, String_t* ___title0, String_t* ___msg1, String_t* ___url2, String_t* ___imgUrl3, String_t* ___imgUrlType4, String_t* ___shareType5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Share_m2820563827_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___title0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3963993483, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___msg1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral2863573642, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___url2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral2910693353, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___imgUrl3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral985556150, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___imgUrlType4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral1528004317, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; String_t* L_17 = ___shareType5; JsonData_t1524858407 * L_18 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral2817299826, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_19 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_20 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2703580515, /*hidden argument*/NULL); NullCheck(L_19); JsonData_set_Item_m3790047234(L_19, _stringLiteral458911708, L_20, /*hidden argument*/NULL); JsonData_t1524858407 * L_21 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_22 = V_0; NullCheck(L_21); JsonData_set_Item_m3790047234(L_21, _stringLiteral3957551064, L_22, /*hidden argument*/NULL); JsonData_t1524858407 * L_23 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_23); String_t* L_24 = JsonData_ToJson_m692076605(L_23, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::TwitterShare(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_TwitterShare_m1699966539 (RuntimeObject * __this /* static, unused */, String_t* ___title0, String_t* ___url1, String_t* ___sharePath2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_TwitterShare_m1699966539_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___title0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3963993483, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___url1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral2910693353, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___sharePath2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral992585445, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_11 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2868116528, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral458911708, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_13 = V_0; NullCheck(L_12); JsonData_set_Item_m3790047234(L_12, _stringLiteral3957551064, L_13, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_14); String_t* L_15 = JsonData_ToJson_m692076605(L_14, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::FaceBookShare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_FaceBookShare_m1182728667 (RuntimeObject * __this /* static, unused */, String_t* ___contentUrl0, String_t* ___localImagePath1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_FaceBookShare_m1182728667_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3987835854, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral985556150, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___contentUrl0; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral3153640629, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___localImagePath1; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral3202063575, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_13 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_14 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1521321838, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral458911708, L_14, /*hidden argument*/NULL); JsonData_t1524858407 * L_15 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_16 = V_0; NullCheck(L_15); JsonData_set_Item_m3790047234(L_15, _stringLiteral3957551064, L_16, /*hidden argument*/NULL); JsonData_t1524858407 * L_17 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_17); String_t* L_18 = JsonData_ToJson_m692076605(L_17, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PickPhoto(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PickPhoto_m2563492263 (RuntimeObject * __this /* static, unused */, String_t* ___quality0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PickPhoto_m2563492263_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___quality0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral168267742, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___value1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3493618073, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2034862913, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PickPhotoWithCrop(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PickPhotoWithCrop_m285623823 (RuntimeObject * __this /* static, unused */, String_t* ___quality0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PickPhotoWithCrop_m285623823_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___quality0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral168267742, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___value1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3493618073, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral527762091, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::MultiPickerPhoto(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_MultiPickerPhoto_m1345519549 (RuntimeObject * __this /* static, unused */, String_t* ___maxCount0, String_t* ___quality1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_MultiPickerPhoto_m1345519549_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___maxCount0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2216313814, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___quality1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral168267742, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___value2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral3493618073, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_11 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral459499422, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral458911708, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_13 = V_0; NullCheck(L_12); JsonData_set_Item_m3790047234(L_12, _stringLiteral3957551064, L_13, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_14); String_t* L_15 = JsonData_ToJson_m692076605(L_14, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CleanPickerTempFiles() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CleanPickerTempFiles_m2807462978 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CleanPickerTempFiles_m2807462978_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral795317231, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ScanMediaToPhoto(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ScanMediaToPhoto_m2010959598 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ScanMediaToPhoto_m2010959598_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___path0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1610285846, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral4028870068, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoCheckObb() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoCheckObb_m2657797253 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoCheckObb_m2657797253_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral4131055296, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CheckDomain(LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CheckDomain_m1582141502 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CheckDomain_m1582141502_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = ___info0; NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral79347, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3668525681, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CollectPageEvent(System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CollectPageEvent_m1405422579 (RuntimeObject * __this /* static, unused */, String_t* ___mId0, String_t* ___pId1, String_t* ___bId2, String_t* ___extraParams3, String_t* ___ppi4, String_t* ___au5, const RuntimeMethod* method) { { return; } } // System.String GameFriend.SDKEventManager::GetChannelCode() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetChannelCode_m3071182057 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetChannelCode_m3071182057_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral1945042950, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetChannelVersion() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetChannelVersion_m2373208699 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetChannelVersion_m2373208699_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral373596869, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetProjectId() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetProjectId_m2596760794 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetProjectId_m2596760794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2911006084, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetIMEI() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetIMEI_m1801238493 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetIMEI_m1801238493_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2480995328, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetAdCode() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetAdCode_m2373921835 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetAdCode_m2373921835_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2075263468, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetSystemVersion() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetSystemVersion_m1370439785 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetSystemVersion_m1370439785_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral3244241913, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetVersionName() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetVersionName_m273533337 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetVersionName_m273533337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2858924232, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetVersionCode() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetVersionCode_m1495314435 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetVersionCode_m1495314435_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2456795330, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetDeviceModel() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetDeviceModel_m3218426498 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetDeviceModel_m3218426498_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral3623327722, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetDeviceMac() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetDeviceMac_m3899914723 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetDeviceMac_m3899914723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral597432790, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetDeviceID() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetDeviceID_m1470197403 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetDeviceID_m1470197403_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2480995328, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetBuglyId() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetBuglyId_m1318642734 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetBuglyId_m1318642734_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral1902562268, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetCrcValue() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetCrcValue_m818047948 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetCrcValue_m818047948_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral4235844710, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetFirstReportTime() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetFirstReportTime_m739712751 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetFirstReportTime_m739712751_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2535208996, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetGameInfo() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetGameInfo_m835651039 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetGameInfo_m835651039_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2872690397, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetIsEmulator() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetIsEmulator_m3247455669 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetIsEmulator_m3247455669_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral285067853, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetBatteryLevel() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetBatteryLevel_m715600260 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetBatteryLevel_m715600260_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral1662646229, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetSDTotalSize() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetSDTotalSize_m335542369 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetSDTotalSize_m335542369_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2741728440, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetSDAvailableSize() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetSDAvailableSize_m2756996553 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetSDAvailableSize_m2756996553_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2778135782, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetRecRecordState() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetRecRecordState_m2507778406 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetRecRecordState_m2507778406_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral4224497573, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetRecLastVideoDuration() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetRecLastVideoDuration_m3567130301 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetRecLastVideoDuration_m3567130301_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2296571115, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetRecLastVideoFileSize() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetRecLastVideoFileSize_m991997724 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetRecLastVideoFileSize_m991997724_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2329091481, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetRecUploadProgress(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetRecUploadProgress_m763576345 (RuntimeObject * __this /* static, unused */, String_t* ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetRecUploadProgress_m763576345_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral3603521195, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetSDKUid() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetSDKUid_m2177142618 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetSDKUid_m2177142618_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral1223122463, /*hidden argument*/NULL); return L_0; } } // System.Void GameFriend.SDKEventManager::StartRecRecord(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_StartRecRecord_m3980408763 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___env1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_StartRecRecord_m3980408763_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___path0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1610285846, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___env1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3716475959, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3778179986, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::StopRecRecord() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_StopRecRecord_m766877448 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_StopRecRecord_m766877448_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2896841, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::UploadRecRecord(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_UploadRecRecord_m1667864368 (RuntimeObject * __this /* static, unused */, String_t* ___uploadUrl0, String_t* ___nativePath1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_UploadRecRecord_m1667864368_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___uploadUrl0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3486085823, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___nativePath1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral2929219167, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral831717268, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CancelRecRecord(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CancelRecRecord_m2843201893 (RuntimeObject * __this /* static, unused */, String_t* ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CancelRecRecord_m2843201893_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___handle0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3942337302, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral4117383659, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleId(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleId_m1660337104 (RuntimeObject * __this /* static, unused */, String_t* ___roleId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleId_m1660337104_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleId0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral436889305, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleName(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleName_m1955620041 (RuntimeObject * __this /* static, unused */, String_t* ___roleName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleName_m1955620041_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleName0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral1952752065, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetServerName(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetServerName_m4125869351 (RuntimeObject * __this /* static, unused */, String_t* ___serverName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetServerName_m4125869351_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___serverName0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral3539094314, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleLevel(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleLevel_m904481045 (RuntimeObject * __this /* static, unused */, String_t* ___roleLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleLevel_m904481045_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleLevel0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral1316829227, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleBalance(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleBalance_m363651596 (RuntimeObject * __this /* static, unused */, String_t* ___roleBalance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleBalance_m363651596_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleBalance0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral3098892627, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleVip(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleVip_m3319172565 (RuntimeObject * __this /* static, unused */, String_t* ___roleVip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleVip_m3319172565_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleVip0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral1594383058, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleParty(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleParty_m1947076438 (RuntimeObject * __this /* static, unused */, String_t* ___roleParty0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleParty_m1947076438_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleParty0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral2931035376, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRolePartyId(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRolePartyId_m2341711604 (RuntimeObject * __this /* static, unused */, String_t* ___rolePartyId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRolePartyId_m2341711604_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___rolePartyId0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral999979493, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetServerID(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetServerID_m4027948990 (RuntimeObject * __this /* static, unused */, String_t* ___serverID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetServerID_m4027948990_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___serverID0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral589703033, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleCreateTime(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleCreateTime_m1158632014 (RuntimeObject * __this /* static, unused */, String_t* ___roleCreateTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleCreateTime_m1158632014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleCreateTime0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral2515173405, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleLevelChangeTime(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleLevelChangeTime_m478925230 (RuntimeObject * __this /* static, unused */, String_t* ___roleLevelChangeTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleLevelChangeTime_m478925230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleLevelChangeTime0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral2632278432, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetCallbackInfo(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetCallbackInfo_m1878446017 (RuntimeObject * __this /* static, unused */, String_t* ___callbackInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetCallbackInfo_m1878446017_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___callbackInfo0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral4260555513, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleProfession(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleProfession_m3692974174 (RuntimeObject * __this /* static, unused */, String_t* ___roleProfession0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleProfession_m3692974174_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleProfession0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral578933698, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleRealNameAuth(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleRealNameAuth_m1695587219 (RuntimeObject * __this /* static, unused */, String_t* ___status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleRealNameAuth_m1695587219_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___status0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral1605472720, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetLanguage(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetLanguage_m1015688153 (RuntimeObject * __this /* static, unused */, String_t* ___language0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetLanguage_m1015688153_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___language0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2143290860, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3041098422, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SaveGameInfo(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SaveGameInfo_m415294402 (RuntimeObject * __this /* static, unused */, String_t* ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SaveGameInfo_m415294402_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___info0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral79347, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2184950472, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoiceTranslate(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceTranslate_m648900689 (RuntimeObject * __this /* static, unused */, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoiceTranslate_m648900689_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___key0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2600271970, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1064707879, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoiceRecordStart(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceRecordStart_m1610923261 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoiceRecordStart_m1610923261_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___path0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1610285846, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3891428835, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoiceRecordStop() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceRecordStop_m2163374421 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoiceRecordStop_m2163374421_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1222147553, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoiceUpload(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceUpload_m3745281936 (RuntimeObject * __this /* static, unused */, String_t* ___uploadUrl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoiceUpload_m3745281936_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___uploadUrl0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3486085823, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral418269585, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoiceDownload(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceDownload_m818051850 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___downloadUrl1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoiceDownload_m818051850_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___path0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1610285846, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___downloadUrl1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral4118854479, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3763993814, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoicePlay(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoicePlay_m1179547232 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoicePlay_m1179547232_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___path0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1610285846, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral702923391, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoicePlayStop() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoicePlayStop_m1090481308 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoicePlayStop_m1090481308_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral65273139, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ErrorStorage() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ErrorStorage_m2684846180 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ErrorStorage_m2684846180_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2052590085, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Recharge(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Recharge_m519669061 (RuntimeObject * __this /* static, unused */, String_t* ___cash0, String_t* ___callbackInfo1, String_t* ___callbackUrl2, String_t* ___count3, String_t* ___orderNo4, String_t* ___productId5, String_t* ___shopImageName6, String_t* ___roleId7, String_t* ___roleName8, String_t* ___roleLevel9, String_t* ___serverId10, String_t* ___serverName11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Recharge_m519669061_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___cash0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3176369768, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___callbackInfo1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral4260522777, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___callbackUrl2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral2939037375, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___count3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral2002595880, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___orderNo4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral2253722970, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; String_t* L_17 = ___productId5; JsonData_t1524858407 * L_18 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral1191178036, L_18, /*hidden argument*/NULL); JsonData_t1524858407 * L_19 = V_0; String_t* L_20 = ___shopImageName6; JsonData_t1524858407 * L_21 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); JsonData_set_Item_m3790047234(L_19, _stringLiteral544230528, L_21, /*hidden argument*/NULL); JsonData_t1524858407 * L_22 = V_0; String_t* L_23 = ___roleId7; JsonData_t1524858407 * L_24 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); JsonData_set_Item_m3790047234(L_22, _stringLiteral436888121, L_24, /*hidden argument*/NULL); JsonData_t1524858407 * L_25 = V_0; String_t* L_26 = ___roleName8; JsonData_t1524858407 * L_27 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_25); JsonData_set_Item_m3790047234(L_25, _stringLiteral1952750881, L_27, /*hidden argument*/NULL); JsonData_t1524858407 * L_28 = V_0; String_t* L_29 = ___roleLevel9; JsonData_t1524858407 * L_30 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); NullCheck(L_28); JsonData_set_Item_m3790047234(L_28, _stringLiteral1316790219, L_30, /*hidden argument*/NULL); JsonData_t1524858407 * L_31 = V_0; String_t* L_32 = ___serverId10; JsonData_t1524858407 * L_33 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); NullCheck(L_31); JsonData_set_Item_m3790047234(L_31, _stringLiteral2412127129, L_33, /*hidden argument*/NULL); JsonData_t1524858407 * L_34 = V_0; String_t* L_35 = ___serverName11; JsonData_t1524858407 * L_36 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); NullCheck(L_34); JsonData_set_Item_m3790047234(L_34, _stringLiteral3539061770, L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_37 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_38 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1392137683, /*hidden argument*/NULL); NullCheck(L_37); JsonData_set_Item_m3790047234(L_37, _stringLiteral458911708, L_38, /*hidden argument*/NULL); JsonData_t1524858407 * L_39 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_40 = V_0; NullCheck(L_39); JsonData_set_Item_m3790047234(L_39, _stringLiteral3957551064, L_40, /*hidden argument*/NULL); JsonData_t1524858407 * L_41 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_41); String_t* L_42 = JsonData_ToJson_m692076605(L_41, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Init() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Init_m3570319401 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Init_m3570319401_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2899865430, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CheckToken(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CheckToken_m1178355864 (RuntimeObject * __this /* static, unused */, String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CheckToken_m1178355864_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___json0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral708113071, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral79689389, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Init(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Init_m4122246116 (RuntimeObject * __this /* static, unused */, String_t* ___is_use_https0, String_t* ___is_in_review_state1, String_t* ___is_use_review_url2, String_t* ___gf_sdk_type3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Init_m4122246116_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___is_use_https0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2966465180, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___is_in_review_state1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral633429172, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___is_use_review_url2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral2945258001, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___gf_sdk_type3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral3418251720, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_13 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_14 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2899865430, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral458911708, L_14, /*hidden argument*/NULL); JsonData_t1524858407 * L_15 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_16 = V_0; NullCheck(L_15); JsonData_set_Item_m3790047234(L_15, _stringLiteral3957551064, L_16, /*hidden argument*/NULL); JsonData_t1524858407 * L_17 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_17); String_t* L_18 = JsonData_ToJson_m692076605(L_17, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Init(System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Init_m3642875925 (RuntimeObject * __this /* static, unused */, String_t* ___is_use_https0, String_t* ___is_in_review_state1, String_t* ___is_use_review_url2, String_t* ___gf_sdk_type3, String_t* ___isMainLand4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Init_m3642875925_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___is_use_https0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2966465180, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___is_in_review_state1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral633429172, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___is_use_review_url2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral2945258001, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___gf_sdk_type3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral3418251720, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___isMainLand4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral909941649, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_16 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_17 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2899865430, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral458911708, L_17, /*hidden argument*/NULL); JsonData_t1524858407 * L_18 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_19 = V_0; NullCheck(L_18); JsonData_set_Item_m3790047234(L_18, _stringLiteral3957551064, L_19, /*hidden argument*/NULL); JsonData_t1524858407 * L_20 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_20); String_t* L_21 = JsonData_ToJson_m692076605(L_20, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ShowRealNameRegister(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ShowRealNameRegister_m3883521742 (RuntimeObject * __this /* static, unused */, String_t* ___isForce0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ShowRealNameRegister_m3883521742_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___isForce0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2500494480, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2759224856, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CertificationState(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CertificationState_m2864730 (RuntimeObject * __this /* static, unused */, String_t* ___age0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CertificationState_m2864730_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___age0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1699463504, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1848436376, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ShowAntiAddictionQuery(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ShowAntiAddictionQuery_m3963045103 (RuntimeObject * __this /* static, unused */, String_t* ___isForce0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ShowAntiAddictionQuery_m3963045103_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___isForce0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2500494480, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral4147418726, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ShowUserHome() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ShowUserHome_m1233514715 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ShowUserHome_m1233514715_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral582533367, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Logout() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Logout_m2927447729 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Logout_m2927447729_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2915180034, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Login() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Login_m1435818543 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Login_m1435818543_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral730948873, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::EnterGame() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_EnterGame_m3158873838 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_EnterGame_m3158873838_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3856475194, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral62725275, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2849471109, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CreateRole() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CreateRole_m57758726 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CreateRole_m57758726_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1779648930, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral62725275, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2849471109, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::LevelChange() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_LevelChange_m2014098220 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_LevelChange_m2014098220_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral895295755, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral62725275, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2849471109, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Exit() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Exit_m3600596637 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Exit_m3600596637_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1197467290, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CloseSplash() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CloseSplash_m2725124911 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CloseSplash_m2725124911_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2399351636, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::UpdataScore(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_UpdataScore_m1955526945 (RuntimeObject * __this /* static, unused */, String_t* ___userScore0, String_t* ___topId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_UpdataScore_m1955526945_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___userScore0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2984293695, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___topId1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral1873865504, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3623621693, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CheckVersion() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CheckVersion_m564968843 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CheckVersion_m564968843_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3714196572, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ShowFloat(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ShowFloat_m2430931335 (RuntimeObject * __this /* static, unused */, String_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ShowFloat_m2430931335_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___type0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3243520166, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2704022029, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackPurchaseEvent(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackPurchaseEvent_m1708988618 (RuntimeObject * __this /* static, unused */, String_t* ___money0, String_t* ___contentType1, String_t* ___contentId2, String_t* ___currency3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackPurchaseEvent_m1708988618_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___money0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1602046662, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___contentType1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3769996065, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___contentId2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral2098773151, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___currency3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral2947611015, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_13 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_14 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1851569016, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral458911708, L_14, /*hidden argument*/NULL); JsonData_t1524858407 * L_15 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_16 = V_0; NullCheck(L_15); JsonData_set_Item_m3790047234(L_15, _stringLiteral3957551064, L_16, /*hidden argument*/NULL); JsonData_t1524858407 * L_17 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_17); String_t* L_18 = JsonData_ToJson_m692076605(L_17, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackCompleteRegistration() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackCompleteRegistration_m1964037868 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackCompleteRegistration_m1964037868_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2804043723, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackCreateRoleEvent() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackCreateRoleEvent_m2176609187 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackCreateRoleEvent_m2176609187_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2735527201, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackLevelEvent(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackLevelEvent_m931549603 (RuntimeObject * __this /* static, unused */, String_t* ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackLevelEvent_m931549603_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___level0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1232840130, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1439762725, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackLoginEvent() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackLoginEvent_m216217278 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackLoginEvent_m216217278_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3675472147, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackUpdateEvent(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackUpdateEvent_m3679353831 (RuntimeObject * __this /* static, unused */, String_t* ___contentId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackUpdateEvent_m3679353831_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___contentId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2098773151, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1750456303, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackSelfDefine(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackSelfDefine_m163789597 (RuntimeObject * __this /* static, unused */, String_t* ___eventName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackSelfDefine_m163789597_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___eventName0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2303576922, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral4225460215, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyBuy(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyBuy_m3797022459 (RuntimeObject * __this /* static, unused */, String_t* ___itemName0, String_t* ___itemPrice1, String_t* ___currency2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyBuy_m3797022459_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___itemName0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1239585427, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___itemPrice1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3302055740, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___currency2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral2947611015, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_11 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3636921009, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral458911708, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_13 = V_0; NullCheck(L_12); JsonData_set_Item_m3790047234(L_12, _stringLiteral3957551064, L_13, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_14); String_t* L_15 = JsonData_ToJson_m692076605(L_14, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyRegister(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyRegister_m3382306470 (RuntimeObject * __this /* static, unused */, String_t* ___signInId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyRegister_m3382306470_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___signInId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1556892318, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2393857664, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyLogin(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyLogin_m399586611 (RuntimeObject * __this /* static, unused */, String_t* ___loginId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyLogin_m399586611_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___loginId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1470875945, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1521965695, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyLevel(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyLevel_m2877133841 (RuntimeObject * __this /* static, unused */, String_t* ___levelId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyLevel_m2877133841_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___levelId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2582482684, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3464244465, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyCustomEvent(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyCustomEvent_m2440462315 (RuntimeObject * __this /* static, unused */, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyCustomEvent_m2440462315_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___key0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2600271970, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___value1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3493618073, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1105192868, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyCustomParam(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyCustomParam_m1415063775 (RuntimeObject * __this /* static, unused */, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyCustomParam_m1415063775_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___key0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2600271970, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___value1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3493618073, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2678549934, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyDisableAdOptimize() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyDisableAdOptimize_m2494777344 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyDisableAdOptimize_m2494777344_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2580056110, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartySetGooglePlayAdIdFunction(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartySetGooglePlayAdIdFunction_m3888316461 (RuntimeObject * __this /* static, unused */, String_t* ___adid0, String_t* ___flag1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartySetGooglePlayAdIdFunction_m3888316461_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___adid0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral75581964, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___flag1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral2006314719, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral11797614, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::GMSStatisticsRegister(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_GMSStatisticsRegister_m1380387075 (RuntimeObject * __this /* static, unused */, String_t* ___userId0, String_t* ___time1, String_t* ___loginPlatform2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GMSStatisticsRegister_m1380387075_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___userId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral734034891, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___time1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral63249541, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___loginPlatform2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral660661157, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_11 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2730726283, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral458911708, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_13 = V_0; NullCheck(L_12); JsonData_set_Item_m3790047234(L_12, _stringLiteral3957551064, L_13, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_14); String_t* L_15 = JsonData_ToJson_m692076605(L_14, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::GMSStatisticsTransaction(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_GMSStatisticsTransaction_m3608771357 (RuntimeObject * __this /* static, unused */, String_t* ___userId0, String_t* ___time1, String_t* ___loginPlatform2, String_t* ___transactionId3, String_t* ___type4, String_t* ___cash5, String_t* ___currency6, String_t* ___desc7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GMSStatisticsTransaction_m3608771357_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___userId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral734034891, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___time1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral63249541, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___loginPlatform2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral660661157, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___transactionId3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral1631193696, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___type4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral3243520166, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; String_t* L_17 = ___cash5; JsonData_t1524858407 * L_18 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral3176369768, L_18, /*hidden argument*/NULL); JsonData_t1524858407 * L_19 = V_0; String_t* L_20 = ___currency6; JsonData_t1524858407 * L_21 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); JsonData_set_Item_m3790047234(L_19, _stringLiteral2947611015, L_21, /*hidden argument*/NULL); JsonData_t1524858407 * L_22 = V_0; String_t* L_23 = ___desc7; JsonData_t1524858407 * L_24 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); JsonData_set_Item_m3790047234(L_22, _stringLiteral3220737639, L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_25 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_26 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2582321680, /*hidden argument*/NULL); NullCheck(L_25); JsonData_set_Item_m3790047234(L_25, _stringLiteral458911708, L_26, /*hidden argument*/NULL); JsonData_t1524858407 * L_27 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_28 = V_0; NullCheck(L_27); JsonData_set_Item_m3790047234(L_27, _stringLiteral3957551064, L_28, /*hidden argument*/NULL); JsonData_t1524858407 * L_29 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_29); String_t* L_30 = JsonData_ToJson_m692076605(L_29, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::awardInviteActive(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_awardInviteActive_m2195625456 (RuntimeObject * __this /* static, unused */, String_t* ___inviteCode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_awardInviteActive_m2195625456_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral4028742039, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3216189490, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; String_t* L_4 = ___inviteCode0; JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral1448248653, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1742570460, /*hidden argument*/NULL); NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral458911708, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_9 = V_0; NullCheck(L_8); JsonData_set_Item_m3790047234(L_8, _stringLiteral3957551064, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_10); String_t* L_11 = JsonData_ToJson_m692076605(L_10, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::awardInviteInfo() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_awardInviteInfo_m3948158362 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_awardInviteInfo_m3948158362_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2652701917, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3216189490, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1482246574, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::awardTake(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_awardTake_m825349730 (RuntimeObject * __this /* static, unused */, String_t* ___taskId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_awardTake_m825349730_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral811430272, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3216189490, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; String_t* L_4 = ___taskId0; JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral3562490116, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral499277252, /*hidden argument*/NULL); NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral458911708, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_9 = V_0; NullCheck(L_8); JsonData_set_Item_m3790047234(L_8, _stringLiteral3957551064, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_10); String_t* L_11 = JsonData_ToJson_m692076605(L_10, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::awardInfo() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_awardInfo_m1741771605 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_awardInfo_m1741771605_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3857777218, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3216189490, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3945516989, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::awardInviteRole() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_awardInviteRole_m3143883097 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_awardInviteRole_m3143883097_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3993653901, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3216189490, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral615306525, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CollectNetworkError(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CollectNetworkError_m1681359784 (RuntimeObject * __this /* static, unused */, String_t* ___errorCode0, String_t* ___errorInfo1, String_t* ___errorUrl2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CollectNetworkError_m1681359784_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___errorCode0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral4125260881, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___errorInfo1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral992413616, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___errorUrl2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral689584743, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_11 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral369312321, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral458911708, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_13 = V_0; NullCheck(L_12); JsonData_set_Item_m3790047234(L_12, _stringLiteral3957551064, L_13, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_14); String_t* L_15 = JsonData_ToJson_m692076605(L_14, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CollectGameBehaviour(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CollectGameBehaviour_m3755292765 (RuntimeObject * __this /* static, unused */, String_t* ___eventType0, String_t* ___moduleId1, String_t* ___pageId2, String_t* ___buttonId3, String_t* ___extraParams4, String_t* ___type5, String_t* ___errorCode6, String_t* ___errorInfo7, String_t* ___url8, String_t* ___funnel9, String_t* ___isMainLand10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CollectGameBehaviour_m3755292765_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___eventType0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1203812, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___moduleId1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3282855164, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___pageId2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral393897380, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___buttonId3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral1788732436, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___extraParams4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral3731096383, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; String_t* L_17 = ___type5; JsonData_t1524858407 * L_18 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral3243520166, L_18, /*hidden argument*/NULL); JsonData_t1524858407 * L_19 = V_0; String_t* L_20 = ___errorCode6; JsonData_t1524858407 * L_21 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); JsonData_set_Item_m3790047234(L_19, _stringLiteral4125260881, L_21, /*hidden argument*/NULL); JsonData_t1524858407 * L_22 = V_0; String_t* L_23 = ___errorInfo7; JsonData_t1524858407 * L_24 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); JsonData_set_Item_m3790047234(L_22, _stringLiteral992413616, L_24, /*hidden argument*/NULL); JsonData_t1524858407 * L_25 = V_0; String_t* L_26 = ___url8; JsonData_t1524858407 * L_27 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_25); JsonData_set_Item_m3790047234(L_25, _stringLiteral2910693353, L_27, /*hidden argument*/NULL); JsonData_t1524858407 * L_28 = V_0; String_t* L_29 = ___funnel9; JsonData_t1524858407 * L_30 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); NullCheck(L_28); JsonData_set_Item_m3790047234(L_28, _stringLiteral816204031, L_30, /*hidden argument*/NULL); JsonData_t1524858407 * L_31 = V_0; String_t* L_32 = ___isMainLand10; JsonData_t1524858407 * L_33 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); NullCheck(L_31); JsonData_set_Item_m3790047234(L_31, _stringLiteral909941649, L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_34 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_35 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2806165091, /*hidden argument*/NULL); NullCheck(L_34); JsonData_set_Item_m3790047234(L_34, _stringLiteral458911708, L_35, /*hidden argument*/NULL); JsonData_t1524858407 * L_36 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_37 = V_0; NullCheck(L_36); JsonData_set_Item_m3790047234(L_36, _stringLiteral3957551064, L_37, /*hidden argument*/NULL); JsonData_t1524858407 * L_38 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_38); String_t* L_39 = JsonData_ToJson_m692076605(L_38, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CollectGameDownload(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CollectGameDownload_m4172150071 (RuntimeObject * __this /* static, unused */, String_t* ___eventType0, String_t* ___patchId1, String_t* ___processState2, String_t* ___errorCode3, String_t* ___errorInfo4, String_t* ___url5, String_t* ___extraParams6, String_t* ___isMainLand7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CollectGameDownload_m4172150071_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___eventType0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1203812, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___patchId1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral844729894, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___processState2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral3153563944, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___errorCode3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral4125260881, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___errorInfo4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral992413616, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; String_t* L_17 = ___url5; JsonData_t1524858407 * L_18 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral2910693353, L_18, /*hidden argument*/NULL); JsonData_t1524858407 * L_19 = V_0; String_t* L_20 = ___extraParams6; JsonData_t1524858407 * L_21 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); JsonData_set_Item_m3790047234(L_19, _stringLiteral3731096383, L_21, /*hidden argument*/NULL); JsonData_t1524858407 * L_22 = V_0; String_t* L_23 = ___isMainLand7; JsonData_t1524858407 * L_24 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); JsonData_set_Item_m3790047234(L_22, _stringLiteral909941649, L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_25 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_26 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2448607651, /*hidden argument*/NULL); NullCheck(L_25); JsonData_set_Item_m3790047234(L_25, _stringLiteral458911708, L_26, /*hidden argument*/NULL); JsonData_t1524858407 * L_27 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_28 = V_0; NullCheck(L_27); JsonData_set_Item_m3790047234(L_27, _stringLiteral3957551064, L_28, /*hidden argument*/NULL); JsonData_t1524858407 * L_29 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_29); String_t* L_30 = JsonData_ToJson_m692076605(L_29, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CollectGameStart(System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CollectGameStart_m2328995213 (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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CollectGameStart_m2328995213_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___eventId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3499122712, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___startUpType1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3305495824, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___errorCode2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral4125260881, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___errorInfo3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral992413616, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___url4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral2910693353, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; String_t* L_17 = ___extraParams5; JsonData_t1524858407 * L_18 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral3731096383, L_18, /*hidden argument*/NULL); JsonData_t1524858407 * L_19 = V_0; String_t* L_20 = ___isMainLand6; JsonData_t1524858407 * L_21 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); JsonData_set_Item_m3790047234(L_19, _stringLiteral909941649, L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_22 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_23 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1591469579, /*hidden argument*/NULL); NullCheck(L_22); JsonData_set_Item_m3790047234(L_22, _stringLiteral458911708, L_23, /*hidden argument*/NULL); JsonData_t1524858407 * L_24 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_25 = V_0; NullCheck(L_24); JsonData_set_Item_m3790047234(L_24, _stringLiteral3957551064, L_25, /*hidden argument*/NULL); JsonData_t1524858407 * L_26 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_26); String_t* L_27 = JsonData_ToJson_m692076605(L_26, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::FaceBookLogin() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_FaceBookLogin_m28812810 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_FaceBookLogin_m28812810_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral737575732, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.String GameFriend.SDKEventManager::GetFBIsLogin() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetFBIsLogin_m899351081 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetFBIsLogin_m899351081_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral4181472822, /*hidden argument*/NULL); return L_0; } } // System.Void GameFriend.SDKEventManager::FBRegisterCompleted() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_FBRegisterCompleted_m2927104625 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_FBRegisterCompleted_m2927104625_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral113549855, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::FBTrackLevel(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_FBTrackLevel_m98963635 (RuntimeObject * __this /* static, unused */, String_t* ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_FBTrackLevel_m98963635_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___level0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1232840130, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral492726593, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::FBTrackBuy(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_FBTrackBuy_m2588283218 (RuntimeObject * __this /* static, unused */, String_t* ___price0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_FBTrackBuy_m2588283218_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___price0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1252984078, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2695572806, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::FBInvite(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_FBInvite_m620317837 (RuntimeObject * __this /* static, unused */, String_t* ___appLink0, String_t* ___strImageUrl1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_FBInvite_m620317837_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___appLink0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral465727027, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___strImageUrl1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral539950414, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3996788075, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::QueryFBFriendList() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_QueryFBFriendList_m1062966581 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_QueryFBFriendList_m1062966581_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral163452348, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ShowAccountManager() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ShowAccountManager_m327367033 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ShowAccountManager_m327367033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2538259330, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::NaverBind() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_NaverBind_m162733282 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_NaverBind_m162733282_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral696500043, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::OpenCafeForum() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_OpenCafeForum_m3117028437 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_OpenCafeForum_m3117028437_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3230858709, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ServerLogin(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ServerLogin_m604265748 (RuntimeObject * __this /* static, unused */, String_t* ___serverId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ServerLogin_m604265748_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___serverId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral589703033, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral422821273, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::QueryNaverBindStatus() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_QueryNaverBindStatus_m3567955495 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_QueryNaverBindStatus_m3567955495_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3656716131, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendRddmStart() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendRddmStart_m887581884 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendRddmStart_m887581884_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral3269553913, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; NullCheck(L_1); String_t* L_2 = JsonData_ToJson_m692076605(L_1, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendRddmEnd() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendRddmEnd_m2017689497 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendRddmEnd_m2017689497_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral860160576, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; NullCheck(L_1); String_t* L_2 = JsonData_ToJson_m692076605(L_1, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendDBVersionEnd() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendDBVersionEnd_m1334892118 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendDBVersionEnd_m1334892118_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral3182899885, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614544, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral869972491, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = JsonData_ToJson_m692076605(L_3, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendTextEnd() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendTextEnd_m3531977619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendTextEnd_m3531977619_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral3051565694, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614544, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral869972491, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = JsonData_ToJson_m692076605(L_3, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendLoginStart() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendLoginStart_m868534246 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendLoginStart_m868534246_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral892763384, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614544, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral869972491, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = JsonData_ToJson_m692076605(L_3, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendLoginStartClicked() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendLoginStartClicked_m1220851005 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendLoginStartClicked_m1220851005_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral3936430694, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614544, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral869972491, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = JsonData_ToJson_m692076605(L_3, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendLoginSDKSuccess(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendLoginSDKSuccess_m824563652 (RuntimeObject * __this /* static, unused */, String_t* ___result0, String_t* ___account_type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendLoginSDKSuccess_m824563652_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral2315687028, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___result0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral869972491, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___account_type1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral4192001722, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendLoginResult(System.Boolean,System.String,System.String,System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendLoginResult_m4060963161 (RuntimeObject * __this /* static, unused */, bool ___success0, String_t* ___gameid1, String_t* ___openid2, bool ___isguest3, String_t* ___userid4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendLoginResult_m4060963161_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; String_t* G_B2_0 = NULL; JsonData_t1524858407 * G_B2_1 = NULL; String_t* G_B1_0 = NULL; JsonData_t1524858407 * G_B1_1 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; JsonData_t1524858407 * G_B3_2 = NULL; String_t* G_B5_0 = NULL; JsonData_t1524858407 * G_B5_1 = NULL; String_t* G_B4_0 = NULL; JsonData_t1524858407 * G_B4_1 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; JsonData_t1524858407 * G_B6_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral2686216175, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; bool L_2 = ___success0; G_B1_0 = _stringLiteral869972491; G_B1_1 = L_1; if (!L_2) { G_B2_0 = _stringLiteral869972491; G_B2_1 = L_1; goto IL_0021; } } { G_B3_0 = _stringLiteral3452614544; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0026; } IL_0021: { G_B3_0 = _stringLiteral3452614543; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0026: { JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_2); JsonData_set_Item_m3790047234(G_B3_2, G_B3_1, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_5 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = CFitfunApiPlugin_GetChannelId_m1906671540(L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral2236067364, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = V_0; String_t* L_9 = ___gameid1; JsonData_t1524858407 * L_10 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_8); JsonData_set_Item_m3790047234(L_8, _stringLiteral3014018045, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = V_0; String_t* L_12 = ___openid2; JsonData_t1524858407 * L_13 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); NullCheck(L_11); JsonData_set_Item_m3790047234(L_11, _stringLiteral975996109, L_13, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = V_0; bool L_15 = ___isguest3; G_B4_0 = _stringLiteral3567657346; G_B4_1 = L_14; if (!L_15) { G_B5_0 = _stringLiteral3567657346; G_B5_1 = L_14; goto IL_0082; } } { G_B6_0 = _stringLiteral3452614543; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0087; } IL_0082: { G_B6_0 = _stringLiteral3452614544; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0087: { JsonData_t1524858407 * L_16 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, G_B6_0, /*hidden argument*/NULL); NullCheck(G_B6_2); JsonData_set_Item_m3790047234(G_B6_2, G_B6_1, L_16, /*hidden argument*/NULL); bool L_17 = ___success0; if (!L_17) { goto IL_00a9; } } { JsonData_t1524858407 * L_18 = V_0; String_t* L_19 = ___userid4; JsonData_t1524858407 * L_20 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); JsonData_set_Item_m3790047234(L_18, _stringLiteral3666052803, L_20, /*hidden argument*/NULL); } IL_00a9: { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->set_s_bNeedSendEnterHall_1((bool)1); JsonData_t1524858407 * L_21 = V_0; NullCheck(L_21); String_t* L_22 = JsonData_ToJson_m692076605(L_21, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendCreateRoleResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendCreateRoleResult_m2773874863 (RuntimeObject * __this /* static, unused */, bool ___success0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendCreateRoleResult_m2773874863_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; String_t* G_B2_0 = NULL; JsonData_t1524858407 * G_B2_1 = NULL; String_t* G_B1_0 = NULL; JsonData_t1524858407 * G_B1_1 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; JsonData_t1524858407 * G_B3_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral1779648930, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; bool L_2 = ___success0; G_B1_0 = _stringLiteral869972491; G_B1_1 = L_1; if (!L_2) { G_B2_0 = _stringLiteral869972491; G_B2_1 = L_1; goto IL_0021; } } { G_B3_0 = _stringLiteral3452614544; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0026; } IL_0021: { G_B3_0 = _stringLiteral3452614543; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0026: { JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_2); JsonData_set_Item_m3790047234(G_B3_2, G_B3_1, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = JsonData_ToJson_m692076605(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendEnterHall() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendEnterHall_m1494826582 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendEnterHall_m1494826582_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); bool L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_s_bNeedSendEnterHall_1(); if (!L_0) { goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->set_s_bNeedSendEnterHall_1((bool)0); JsonData_t1524858407 * L_1 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral1902322755, /*hidden argument*/NULL); V_0 = L_1; JsonData_t1524858407 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0026: { return; } } // System.Void GameFriend.SDKEventManager::HotResJsonRoot(System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_HotResJsonRoot_m3040280156 (RuntimeObject * __this /* static, unused */, bool ___s0, String_t* ___v1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_HotResJsonRoot_m3040280156_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; String_t* G_B2_0 = NULL; JsonData_t1524858407 * G_B2_1 = NULL; String_t* G_B1_0 = NULL; JsonData_t1524858407 * G_B1_1 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; JsonData_t1524858407 * G_B3_2 = NULL; String_t* G_B5_0 = NULL; JsonData_t1524858407 * G_B5_1 = NULL; String_t* G_B4_0 = NULL; JsonData_t1524858407 * G_B4_1 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; JsonData_t1524858407 * G_B6_2 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3386818783, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3456546791, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_4 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = CSystemToolPlugin_GetMacAddress_m319283110(L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral3409200350, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; bool L_8 = ___s0; G_B1_0 = _stringLiteral869972491; G_B1_1 = L_7; if (!L_8) { G_B2_0 = _stringLiteral869972491; G_B2_1 = L_7; goto IL_004b; } } { G_B3_0 = _stringLiteral3452614544; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0050; } IL_004b: { G_B3_0 = _stringLiteral3452614543; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0050: { JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_2); JsonData_set_Item_m3790047234(G_B3_2, G_B3_1, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___v1; G_B4_0 = _stringLiteral3667557639; G_B4_1 = L_10; if (!L_11) { G_B5_0 = _stringLiteral3667557639; G_B5_1 = L_10; goto IL_006c; } } { String_t* L_12 = ___v1; G_B6_0 = L_12; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0071; } IL_006c: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B6_0 = L_13; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0071: { JsonData_t1524858407 * L_14 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, G_B6_0, /*hidden argument*/NULL); NullCheck(G_B6_2); JsonData_set_Item_m3790047234(G_B6_2, G_B6_1, L_14, /*hidden argument*/NULL); JsonData_t1524858407 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = JsonData_ToJson_m692076605(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::UnZipResJsonRoot(System.Boolean,System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_UnZipResJsonRoot_m1970932031 (RuntimeObject * __this /* static, unused */, bool ___isSuccess0, bool ___isFirst1, String_t* ___v2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_UnZipResJsonRoot_m1970932031_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; String_t* G_B2_0 = NULL; JsonData_t1524858407 * G_B2_1 = NULL; String_t* G_B1_0 = NULL; JsonData_t1524858407 * G_B1_1 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; JsonData_t1524858407 * G_B3_2 = NULL; String_t* G_B5_0 = NULL; JsonData_t1524858407 * G_B5_1 = NULL; String_t* G_B4_0 = NULL; JsonData_t1524858407 * G_B4_1 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; JsonData_t1524858407 * G_B6_2 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3951792230, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3456546791, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_4 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = CSystemToolPlugin_GetMacAddress_m319283110(L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral3409200350, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; bool L_8 = ___isSuccess0; G_B1_0 = _stringLiteral869972491; G_B1_1 = L_7; if (!L_8) { G_B2_0 = _stringLiteral869972491; G_B2_1 = L_7; goto IL_004b; } } { G_B3_0 = _stringLiteral3452614544; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0050; } IL_004b: { G_B3_0 = _stringLiteral3452614543; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0050: { JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_2); JsonData_set_Item_m3790047234(G_B3_2, G_B3_1, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; bool L_11 = ___isFirst1; G_B4_0 = _stringLiteral2618078398; G_B4_1 = L_10; if (!L_11) { G_B5_0 = _stringLiteral2618078398; G_B5_1 = L_10; goto IL_0070; } } { G_B6_0 = _stringLiteral3452614543; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0075; } IL_0070: { G_B6_0 = _stringLiteral3452614544; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0075: { JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, G_B6_0, /*hidden argument*/NULL); NullCheck(G_B6_2); JsonData_set_Item_m3790047234(G_B6_2, G_B6_1, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___v2; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral3667557639, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; NullCheck(L_16); String_t* L_17 = JsonData_ToJson_m692076605(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::LaunchJsonRoot() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_LaunchJsonRoot_m3443297761 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_LaunchJsonRoot_m3443297761_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2004038908, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3456546791, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_4 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = CSystemToolPlugin_GetMacAddress_m319283110(L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral3409200350, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; CSystemToolPlugin_t1584592813 * L_8 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = CSystemToolPlugin_GetAppName_m4266575299(L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral3025201490, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = V_0; CSystemToolPlugin_t1584592813 * L_12 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = CSystemToolPlugin_GetAppVersion_m3830952267(L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_11); JsonData_set_Item_m3790047234(L_11, _stringLiteral2128290368, L_14, /*hidden argument*/NULL); int32_t L_15 = Application_get_internetReachability_m432100819(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)2)))) { goto IL_008e; } } { JsonData_t1524858407 * L_16 = V_0; JsonData_t1524858407 * L_17 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614544, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral593613704, L_17, /*hidden argument*/NULL); goto IL_00a3; } IL_008e: { JsonData_t1524858407 * L_18 = V_0; JsonData_t1524858407 * L_19 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614543, /*hidden argument*/NULL); NullCheck(L_18); JsonData_set_Item_m3790047234(L_18, _stringLiteral593613704, L_19, /*hidden argument*/NULL); } IL_00a3: { int32_t L_20 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)11))))) { goto IL_00c9; } } { JsonData_t1524858407 * L_21 = V_0; JsonData_t1524858407 * L_22 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614544, /*hidden argument*/NULL); NullCheck(L_21); JsonData_set_Item_m3790047234(L_21, _stringLiteral1778143998, L_22, /*hidden argument*/NULL); goto IL_0103; } IL_00c9: { int32_t L_23 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)8)))) { goto IL_00ee; } } { JsonData_t1524858407 * L_24 = V_0; JsonData_t1524858407 * L_25 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614543, /*hidden argument*/NULL); NullCheck(L_24); JsonData_set_Item_m3790047234(L_24, _stringLiteral1778143998, L_25, /*hidden argument*/NULL); goto IL_0103; } IL_00ee: { JsonData_t1524858407 * L_26 = V_0; JsonData_t1524858407 * L_27 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614542, /*hidden argument*/NULL); NullCheck(L_26); JsonData_set_Item_m3790047234(L_26, _stringLiteral1778143998, L_27, /*hidden argument*/NULL); } IL_0103: { JsonData_t1524858407 * L_28 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_29 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30 = CSystemToolPlugin_GetOSVersion_m1444923725(L_29, /*hidden argument*/NULL); JsonData_t1524858407 * L_31 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); NullCheck(L_28); JsonData_set_Item_m3790047234(L_28, _stringLiteral2937549783, L_31, /*hidden argument*/NULL); JsonData_t1524858407 * L_32 = V_0; CSystemToolPlugin_t1584592813 * L_33 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); String_t* L_34 = CSystemToolPlugin_GetMobileModel_m3457325503(L_33, /*hidden argument*/NULL); JsonData_t1524858407 * L_35 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); NullCheck(L_32); JsonData_set_Item_m3790047234(L_32, _stringLiteral2319756339, L_35, /*hidden argument*/NULL); JsonData_t1524858407 * L_36 = V_0; NullCheck(L_36); String_t* L_37 = JsonData_ToJson_m692076605(L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); return; } } // LitJson.JsonData GameFriend.SDKEventManager::CreateJsonRoot(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * SDKEventManager_CreateJsonRoot_m3997786708 (RuntimeObject * __this /* static, unused */, String_t* ___evtName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CreateJsonRoot_m3997786708_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___evtName0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3456546791, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_5 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = CSystemToolPlugin_GetMacAddress_m319283110(L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3409200350, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = V_0; return L_8; } } // System.Void GameFriend.SDKEventManager::SendDataCollection(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendDataCollection_m1140083305 (RuntimeObject * __this /* static, unused */, String_t* ___sendText0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendDataCollection_m1140083305_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___sendText0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_2 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___sendText0; NullCheck(L_2); CFitfunApiPlugin_FitfunSetAny_m718870777(L_2, _stringLiteral4045586754, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager__cctor_m3616348329 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager__cctor_m3616348329_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); ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->set_jsonObj_0(L_0); ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->set_s_bNeedSendEnterHall_1((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 GameSetting::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameSetting__ctor_m80642228 (GameSetting_t2657790435 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameSetting__ctor_m80642228_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3935206418 * L_0 = (Dictionary_2_t3935206418 *)il2cpp_codegen_object_new(Dictionary_2_t3935206418_il2cpp_TypeInfo_var); Dictionary_2__ctor_m770363746(L_0, /*hidden argument*/Dictionary_2__ctor_m770363746_RuntimeMethod_var); __this->set_gameSettingDic_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t982490881_il2cpp_TypeInfo_var); Singleton_1__ctor_m810122029(__this, /*hidden argument*/Singleton_1__ctor_m810122029_RuntimeMethod_var); return; } } // System.Void GameSetting::Load() extern "C" IL2CPP_METHOD_ATTR void GameSetting_Load_m2730028088 (GameSetting_t2657790435 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameSetting_Load_m2730028088_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; XmlDocument_t2837193595 * V_1 = NULL; XmlElement_t561603118 * V_2 = NULL; XmlNodeList_t2551693786 * V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; GameSettingValue_t4149950119 * V_6 = NULL; { Object_t631007953 * L_0 = Resources_Load_m3880010804(NULL /*static, unused*/, _stringLiteral1275054273, /*hidden argument*/NULL); V_0 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_0, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_1, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral766488705, /*hidden argument*/NULL); return; } IL_0027: { XmlDocument_t2837193595 * L_3 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m1447119458(L_3, /*hidden argument*/NULL); V_1 = L_3; XmlDocument_t2837193595 * L_4 = V_1; TextAsset_t3022178571 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = TextAsset_get_text_m2027878391(L_5, /*hidden argument*/NULL); NullCheck(L_4); VirtActionInvoker1< String_t* >::Invoke(60 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_4, L_6); XmlDocument_t2837193595 * L_7 = V_1; NullCheck(L_7); XmlNode_t3767805227 * L_8 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_7); V_2 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_8, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_9 = V_2; if (L_9) { goto IL_005c; } } { XmlDocument_t2837193595 * L_10 = V_1; NullCheck(L_10); XmlNode_t3767805227 * L_11 = XmlNode_SelectSingleNode_m2944339946(L_10, _stringLiteral2328036797, /*hidden argument*/NULL); V_2 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_11, XmlElement_t561603118_il2cpp_TypeInfo_var)); } IL_005c: { XmlElement_t561603118 * L_12 = V_2; if (L_12) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral2843182607, /*hidden argument*/NULL); return; } IL_006d: { XmlDocument_t2837193595 * L_13 = V_1; NullCheck(L_13); XmlNodeList_t2551693786 * L_14 = VirtFuncInvoker1< XmlNodeList_t2551693786 *, String_t* >::Invoke(57 /* System.Xml.XmlNodeList System.Xml.XmlDocument::GetElementsByTagName(System.String) */, L_13, _stringLiteral1985170616); V_3 = L_14; V_4 = 0; goto IL_0116; } IL_0081: { XmlNodeList_t2551693786 * L_15 = V_3; int32_t L_16 = V_4; NullCheck(L_15); XmlNode_t3767805227 * L_17 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_15, L_16); NullCheck(L_17); XmlAttributeCollection_t2316283784 * L_18 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_17); NullCheck(L_18); XmlAttribute_t1173852259 * L_19 = XmlAttributeCollection_get_ItemOf_m952828905(L_18, _stringLiteral62725243, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_19); V_5 = L_20; String_t* L_21 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0110; } } { GameSettingValue_t4149950119 * L_23 = (GameSettingValue_t4149950119 *)il2cpp_codegen_object_new(GameSettingValue_t4149950119_il2cpp_TypeInfo_var); GameSettingValue__ctor_m2246082054(L_23, /*hidden argument*/NULL); V_6 = L_23; GameSettingValue_t4149950119 * L_24 = V_6; String_t* L_25 = V_5; NullCheck(L_24); GameSettingValue_set_Name_m268134241(L_24, L_25, /*hidden argument*/NULL); GameSettingValue_t4149950119 * L_26 = V_6; XmlNodeList_t2551693786 * L_27 = V_3; int32_t L_28 = V_4; NullCheck(L_27); XmlNode_t3767805227 * L_29 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_27, L_28); NullCheck(L_29); XmlAttributeCollection_t2316283784 * L_30 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_29); NullCheck(L_30); XmlAttribute_t1173852259 * L_31 = XmlAttributeCollection_get_ItemOf_m952828905(L_30, _stringLiteral3243520166, /*hidden argument*/NULL); NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_31); NullCheck(L_26); GameSettingValue_set_Type_m1642217508(L_26, L_32, /*hidden argument*/NULL); GameSettingValue_t4149950119 * L_33 = V_6; XmlNodeList_t2551693786 * L_34 = V_3; int32_t L_35 = V_4; NullCheck(L_34); XmlNode_t3767805227 * L_36 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_34, L_35); NullCheck(L_36); XmlAttributeCollection_t2316283784 * L_37 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_36); NullCheck(L_37); XmlAttribute_t1173852259 * L_38 = XmlAttributeCollection_get_ItemOf_m952828905(L_37, _stringLiteral3493618073, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_38); NullCheck(L_33); GameSettingValue_set_Value_m2466339180(L_33, L_39, /*hidden argument*/NULL); Dictionary_2_t3935206418 * L_40 = __this->get_gameSettingDic_1(); String_t* L_41 = V_5; GameSettingValue_t4149950119 * L_42 = V_6; NullCheck(L_40); Dictionary_2_Add_m3285133667(L_40, L_41, L_42, /*hidden argument*/Dictionary_2_Add_m3285133667_RuntimeMethod_var); } IL_0110: { int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_0116: { int32_t L_44 = V_4; XmlNodeList_t2551693786 * L_45 = V_3; NullCheck(L_45); int32_t L_46 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_45); if ((((int32_t)L_44) < ((int32_t)L_46))) { goto IL_0081; } } { return; } } // System.Void GameSetting::Unload() extern "C" IL2CPP_METHOD_ATTR void GameSetting_Unload_m1915163380 (GameSetting_t2657790435 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameSetting_Unload_m1915163380_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3935206418 * L_0 = __this->get_gameSettingDic_1(); NullCheck(L_0); Dictionary_2_Clear_m3089934523(L_0, /*hidden argument*/Dictionary_2_Clear_m3089934523_RuntimeMethod_var); return; } } // GameSettingValue GameSetting::GetSetting(System.String) extern "C" IL2CPP_METHOD_ATTR GameSettingValue_t4149950119 * GameSetting_GetSetting_m3769597942 (GameSetting_t2657790435 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameSetting_GetSetting_m3769597942_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3935206418 * L_0 = __this->get_gameSettingDic_1(); String_t* L_1 = ___name0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m2836847777(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m2836847777_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t3935206418 * L_3 = __this->get_gameSettingDic_1(); String_t* L_4 = ___name0; NullCheck(L_3); GameSettingValue_t4149950119 * L_5 = Dictionary_2_get_Item_m830996807(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m830996807_RuntimeMethod_var); return L_5; } IL_001e: { return (GameSettingValue_t4149950119 *)NULL; } } // System.String GameSetting::GetSettingValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* GameSetting_GetSettingValue_m344469462 (GameSetting_t2657790435 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameSetting_GetSettingValue_m344469462_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3935206418 * L_0 = __this->get_gameSettingDic_1(); String_t* L_1 = ___name0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m2836847777(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m2836847777_RuntimeMethod_var); if (!L_2) { goto IL_0023; } } { Dictionary_2_t3935206418 * L_3 = __this->get_gameSettingDic_1(); String_t* L_4 = ___name0; NullCheck(L_3); GameSettingValue_t4149950119 * L_5 = Dictionary_2_get_Item_m830996807(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m830996807_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = GameSettingValue_get_Value_m3501889569(L_5, /*hidden argument*/NULL); return L_6; } IL_0023: { return (String_t*)NULL; } } // System.Boolean GameSetting::IsLocalNetPackage() extern "C" IL2CPP_METHOD_ATTR bool GameSetting_IsLocalNetPackage_m1360640762 (GameSetting_t2657790435 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameSetting_IsLocalNetPackage_m1360640762_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = GameSetting_GetSettingValue_m344469462(__this, _stringLiteral3201354471, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; NullCheck(_stringLiteral3406492408); bool L_2 = String_Equals_m2270643605(_stringLiteral3406492408, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { return (bool)1; } IL_001e: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void GameSettingValue::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameSettingValue__ctor_m2246082054 (GameSettingValue_t4149950119 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String GameSettingValue::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* GameSettingValue_get_Name_m2478229804 (GameSettingValue_t4149950119 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_0(); return L_0; } } // System.Void GameSettingValue::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void GameSettingValue_set_Name_m268134241 (GameSettingValue_t4149950119 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CNameU3Ek__BackingField_0(L_0); return; } } // System.String GameSettingValue::get_Type() extern "C" IL2CPP_METHOD_ATTR String_t* GameSettingValue_get_Type_m1061305231 (GameSettingValue_t4149950119 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CTypeU3Ek__BackingField_1(); return L_0; } } // System.Void GameSettingValue::set_Type(System.String) extern "C" IL2CPP_METHOD_ATTR void GameSettingValue_set_Type_m1642217508 (GameSettingValue_t4149950119 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CTypeU3Ek__BackingField_1(L_0); return; } } // System.String GameSettingValue::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* GameSettingValue_get_Value_m3501889569 (GameSettingValue_t4149950119 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CValueU3Ek__BackingField_2(); return L_0; } } // System.Void GameSettingValue::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void GameSettingValue_set_Value_m2466339180 (GameSettingValue_t4149950119 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CValueU3Ek__BackingField_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void GameTimer::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameTimer__ctor_m747721558 (GameTimer_t2541170184 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer__ctor_m747721558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1447112461 * L_0 = (List_1_t1447112461 *)il2cpp_codegen_object_new(List_1_t1447112461_il2cpp_TypeInfo_var); List_1__ctor_m88437072(L_0, /*hidden argument*/List_1__ctor_m88437072_RuntimeMethod_var); __this->set_timerList_3(L_0); List_1_t128053199 * L_1 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_1, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_idList_5(L_1); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void GameTimer::Awake() extern "C" IL2CPP_METHOD_ATTR void GameTimer_Awake_m79724182 (GameTimer_t2541170184 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_Awake_m79724182_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((GameTimer_t2541170184_StaticFields*)il2cpp_codegen_static_fields_for(GameTimer_t2541170184_il2cpp_TypeInfo_var))->set_s_instance_2(__this); return; } } // System.Int32 GameTimer::AddTimerByAnimation(UnityEngine.GameObject,System.String,System.Action) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddTimerByAnimation_m1374148834 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___obj0, String_t* ___clipName1, Action_t1264377477 * ___callBack2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_AddTimerByAnimation_m1374148834_MetadataUsageId); s_Il2CppMethodInitialized = true; } Animation_t3648466861 * V_0 = NULL; AnimationClip_t2318505987 * V_1 = NULL; { GameObject_t1113636619 * L_0 = ___obj0; NullCheck(L_0); Animation_t3648466861 * L_1 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_0, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); V_0 = L_1; Animation_t3648466861 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_2, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0051; } } { Animation_t3648466861 * L_4 = V_0; String_t* L_5 = ___clipName1; NullCheck(L_4); AnimationClip_t2318505987 * L_6 = Animation_GetClip_m732294439(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; AnimationClip_t2318505987 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_7, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_003f; } } { GameTimer_t2541170184 * L_9 = ((GameTimer_t2541170184_StaticFields*)il2cpp_codegen_static_fields_for(GameTimer_t2541170184_il2cpp_TypeInfo_var))->get_s_instance_2(); AnimationClip_t2318505987 * L_10 = V_1; NullCheck(L_10); float L_11 = AnimationClip_get_length_m3296085482(L_10, /*hidden argument*/NULL); Action_t1264377477 * L_12 = ___callBack2; NullCheck(L_9); int32_t L_13 = GameTimer_AddEvent_m3395596970(L_9, (0.0f), L_11, 1, L_12, /*hidden argument*/NULL); return L_13; } IL_003f: { String_t* L_14 = ___clipName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2604813209, L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return 0; } IL_0051: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral1027613511, /*hidden argument*/NULL); return 0; } } // System.Int32 GameTimer::getEventId() extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_getEventId_m2254645083 (GameTimer_t2541170184 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_getEventId_m2254645083_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; { int32_t L_0 = __this->get_eventId_4(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)1000000000)))) { goto IL_0017; } } { __this->set_eventId_4(0); } IL_0017: { int32_t L_1 = __this->get_eventId_4(); __this->set_eventId_4(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); V_0 = (bool)1; V_1 = 0; goto IL_0050; } IL_002e: { int32_t L_2 = __this->get_eventId_4(); List_1_t128053199 * L_3 = __this->get_idList_5(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = List_1_get_Item_m987949881(L_3, L_4, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); if ((!(((uint32_t)L_2) == ((uint32_t)L_5)))) { goto IL_004c; } } { V_0 = (bool)0; goto IL_0061; } IL_004c: { int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0050: { int32_t L_7 = V_1; List_1_t128053199 * L_8 = __this->get_idList_5(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m361000296(L_8, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_002e; } } IL_0061: { bool L_10 = V_0; if (!L_10) { goto IL_007f; } } { List_1_t128053199 * L_11 = __this->get_idList_5(); int32_t L_12 = __this->get_eventId_4(); NullCheck(L_11); List_1_Add_m697420525(L_11, L_12, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); int32_t L_13 = __this->get_eventId_4(); return L_13; } IL_007f: { goto IL_0017; } } // System.Int32 GameTimer::AddTimer(System.Single,System.Single,System.Int32,System.Action) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddTimer_m2596431325 (RuntimeObject * __this /* static, unused */, float ___delay0, float ___dur1, int32_t ___loop2, Action_t1264377477 * ___call3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_AddTimer_m2596431325_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameTimer_t2541170184 * L_0 = ((GameTimer_t2541170184_StaticFields*)il2cpp_codegen_static_fields_for(GameTimer_t2541170184_il2cpp_TypeInfo_var))->get_s_instance_2(); float L_1 = ___delay0; float L_2 = ___dur1; int32_t L_3 = ___loop2; Action_t1264377477 * L_4 = ___call3; NullCheck(L_0); int32_t L_5 = GameTimer_AddEvent_m3395596970(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 GameTimer::AddTimer(System.Single,System.Int32,System.Action) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddTimer_m3640745479 (RuntimeObject * __this /* static, unused */, float ___dur0, int32_t ___loop1, Action_t1264377477 * ___call2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_AddTimer_m3640745479_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameTimer_t2541170184 * L_0 = ((GameTimer_t2541170184_StaticFields*)il2cpp_codegen_static_fields_for(GameTimer_t2541170184_il2cpp_TypeInfo_var))->get_s_instance_2(); float L_1 = ___dur0; int32_t L_2 = ___loop1; Action_t1264377477 * L_3 = ___call2; NullCheck(L_0); int32_t L_4 = GameTimer_AddEvent_m3395596970(L_0, (0.0f), L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 GameTimer::AddTimer(System.Single,System.Action) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddTimer_m407424551 (RuntimeObject * __this /* static, unused */, float ___dur0, Action_t1264377477 * ___call1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_AddTimer_m407424551_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameTimer_t2541170184 * L_0 = ((GameTimer_t2541170184_StaticFields*)il2cpp_codegen_static_fields_for(GameTimer_t2541170184_il2cpp_TypeInfo_var))->get_s_instance_2(); float L_1 = ___dur0; Action_t1264377477 * L_2 = ___call1; NullCheck(L_0); int32_t L_3 = GameTimer_AddEvent_m3395596970(L_0, (0.0f), L_1, 1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 GameTimer::AddTimer(System.Single,System.Int32,System.Action`1,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddTimer_m1487245481 (RuntimeObject * __this /* static, unused */, float ___dur0, int32_t ___loop1, Action_1_t3252573759 * ___argCall2, RuntimeObject * ___arg3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_AddTimer_m1487245481_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameTimer_t2541170184 * L_0 = ((GameTimer_t2541170184_StaticFields*)il2cpp_codegen_static_fields_for(GameTimer_t2541170184_il2cpp_TypeInfo_var))->get_s_instance_2(); float L_1 = ___dur0; int32_t L_2 = ___loop1; Action_1_t3252573759 * L_3 = ___argCall2; RuntimeObject * L_4 = ___arg3; NullCheck(L_0); int32_t L_5 = GameTimer_AddEvent_m1138573778(L_0, (0.0f), L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 GameTimer::AddTimerFloat(System.Single,System.Int32,System.Action`1,System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddTimerFloat_m4027139073 (RuntimeObject * __this /* static, unused */, float ___dur0, int32_t ___loop1, Action_1_t1569734369 * ___argCall2, float ___arg3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_AddTimerFloat_m4027139073_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameTimer_t2541170184 * L_0 = ((GameTimer_t2541170184_StaticFields*)il2cpp_codegen_static_fields_for(GameTimer_t2541170184_il2cpp_TypeInfo_var))->get_s_instance_2(); float L_1 = ___dur0; int32_t L_2 = ___loop1; Action_1_t1569734369 * L_3 = ___argCall2; float L_4 = ___arg3; NullCheck(L_0); int32_t L_5 = GameTimer_AddEvent_m1828275477(L_0, (0.0f), L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 GameTimer::AddTimerString(System.Single,System.Int32,System.Action`1,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddTimerString_m323018539 (RuntimeObject * __this /* static, unused */, float ___dur0, int32_t ___loop1, Action_1_t2019918284 * ___argCall2, String_t* ___arg3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_AddTimerString_m323018539_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameTimer_t2541170184 * L_0 = ((GameTimer_t2541170184_StaticFields*)il2cpp_codegen_static_fields_for(GameTimer_t2541170184_il2cpp_TypeInfo_var))->get_s_instance_2(); float L_1 = ___dur0; int32_t L_2 = ___loop1; Action_1_t2019918284 * L_3 = ___argCall2; String_t* L_4 = ___arg3; NullCheck(L_0); int32_t L_5 = GameTimer_AddEvent_m2516169607(L_0, (0.0f), L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void GameTimer::KillTimer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void GameTimer_KillTimer_m957541218 (RuntimeObject * __this /* static, unused */, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_KillTimer_m957541218_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameTimer_t2541170184 * L_0 = ((GameTimer_t2541170184_StaticFields*)il2cpp_codegen_static_fields_for(GameTimer_t2541170184_il2cpp_TypeInfo_var))->get_s_instance_2(); int32_t L_1 = ___id0; NullCheck(L_0); GameTimer_Kill_m544123378(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Int32 GameTimer::AddEvent(System.Single,System.Single,System.Int32,System.Action) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddEvent_m3395596970 (GameTimer_t2541170184 * __this, float ___delay0, float ___dur1, int32_t ___loopTimes2, Action_t1264377477 * ___callBack3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_AddEvent_m3395596970_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameTimerInfo_t4270005015 * V_1 = NULL; { int32_t L_0 = GameTimer_getEventId_m2254645083(__this, /*hidden argument*/NULL); V_0 = L_0; List_1_t1447112461 * L_1 = __this->get_timerList_3(); GameTimerInfo_t4270005015 * L_2 = (GameTimerInfo_t4270005015 *)il2cpp_codegen_object_new(GameTimerInfo_t4270005015_il2cpp_TypeInfo_var); GameTimerInfo__ctor_m2664626264(L_2, /*hidden argument*/NULL); V_1 = L_2; GameTimerInfo_t4270005015 * L_3 = V_1; int32_t L_4 = V_0; NullCheck(L_3); L_3->set_id_0(L_4); GameTimerInfo_t4270005015 * L_5 = V_1; float L_6 = ___delay0; NullCheck(L_5); L_5->set_delay_1(L_6); GameTimerInfo_t4270005015 * L_7 = V_1; float L_8 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_startTime_2(L_8); GameTimerInfo_t4270005015 * L_9 = V_1; float L_10 = ___dur1; NullCheck(L_9); L_9->set_duration_3(L_10); GameTimerInfo_t4270005015 * L_11 = V_1; int32_t L_12 = ___loopTimes2; NullCheck(L_11); L_11->set_loopTimes_4(L_12); GameTimerInfo_t4270005015 * L_13 = V_1; Action_t1264377477 * L_14 = ___callBack3; NullCheck(L_13); L_13->set_callBack_6(L_14); GameTimerInfo_t4270005015 * L_15 = V_1; NullCheck(L_1); List_1_Add_m544329332(L_1, L_15, /*hidden argument*/List_1_Add_m544329332_RuntimeMethod_var); int32_t L_16 = V_0; return L_16; } } // System.Int32 GameTimer::AddEvent(System.Single,System.Single,System.Int32,System.Action`1,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddEvent_m1138573778 (GameTimer_t2541170184 * __this, float ___delay0, float ___dur1, int32_t ___loopTimes2, Action_1_t3252573759 * ___argCallBack3, RuntimeObject * ___arg4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_AddEvent_m1138573778_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameTimerInfo_t4270005015 * V_1 = NULL; { int32_t L_0 = GameTimer_getEventId_m2254645083(__this, /*hidden argument*/NULL); V_0 = L_0; List_1_t1447112461 * L_1 = __this->get_timerList_3(); GameTimerInfo_t4270005015 * L_2 = (GameTimerInfo_t4270005015 *)il2cpp_codegen_object_new(GameTimerInfo_t4270005015_il2cpp_TypeInfo_var); GameTimerInfo__ctor_m2664626264(L_2, /*hidden argument*/NULL); V_1 = L_2; GameTimerInfo_t4270005015 * L_3 = V_1; int32_t L_4 = V_0; NullCheck(L_3); L_3->set_id_0(L_4); GameTimerInfo_t4270005015 * L_5 = V_1; float L_6 = ___delay0; NullCheck(L_5); L_5->set_delay_1(L_6); GameTimerInfo_t4270005015 * L_7 = V_1; float L_8 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_startTime_2(L_8); GameTimerInfo_t4270005015 * L_9 = V_1; float L_10 = ___dur1; NullCheck(L_9); L_9->set_duration_3(L_10); GameTimerInfo_t4270005015 * L_11 = V_1; int32_t L_12 = ___loopTimes2; NullCheck(L_11); L_11->set_loopTimes_4(L_12); GameTimerInfo_t4270005015 * L_13 = V_1; Action_1_t3252573759 * L_14 = ___argCallBack3; NullCheck(L_13); L_13->set_argCallback_7(L_14); GameTimerInfo_t4270005015 * L_15 = V_1; RuntimeObject * L_16 = ___arg4; NullCheck(L_15); L_15->set_arg_10(L_16); GameTimerInfo_t4270005015 * L_17 = V_1; NullCheck(L_1); List_1_Add_m544329332(L_1, L_17, /*hidden argument*/List_1_Add_m544329332_RuntimeMethod_var); int32_t L_18 = V_0; return L_18; } } // System.Int32 GameTimer::AddEvent(System.Single,System.Single,System.Int32,System.Action`1,System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddEvent_m1828275477 (GameTimer_t2541170184 * __this, float ___delay0, float ___dur1, int32_t ___loopTimes2, Action_1_t1569734369 * ___argCallBack3, float ___arg4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_AddEvent_m1828275477_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameTimerInfo_t4270005015 * V_1 = NULL; { int32_t L_0 = GameTimer_getEventId_m2254645083(__this, /*hidden argument*/NULL); V_0 = L_0; List_1_t1447112461 * L_1 = __this->get_timerList_3(); GameTimerInfo_t4270005015 * L_2 = (GameTimerInfo_t4270005015 *)il2cpp_codegen_object_new(GameTimerInfo_t4270005015_il2cpp_TypeInfo_var); GameTimerInfo__ctor_m2664626264(L_2, /*hidden argument*/NULL); V_1 = L_2; GameTimerInfo_t4270005015 * L_3 = V_1; int32_t L_4 = V_0; NullCheck(L_3); L_3->set_id_0(L_4); GameTimerInfo_t4270005015 * L_5 = V_1; float L_6 = ___delay0; NullCheck(L_5); L_5->set_delay_1(L_6); GameTimerInfo_t4270005015 * L_7 = V_1; float L_8 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_startTime_2(L_8); GameTimerInfo_t4270005015 * L_9 = V_1; float L_10 = ___dur1; NullCheck(L_9); L_9->set_duration_3(L_10); GameTimerInfo_t4270005015 * L_11 = V_1; int32_t L_12 = ___loopTimes2; NullCheck(L_11); L_11->set_loopTimes_4(L_12); GameTimerInfo_t4270005015 * L_13 = V_1; Action_1_t1569734369 * L_14 = ___argCallBack3; NullCheck(L_13); L_13->set_argCallbackFloat_9(L_14); GameTimerInfo_t4270005015 * L_15 = V_1; float L_16 = ___arg4; NullCheck(L_15); L_15->set_argFloat_12(L_16); GameTimerInfo_t4270005015 * L_17 = V_1; NullCheck(L_1); List_1_Add_m544329332(L_1, L_17, /*hidden argument*/List_1_Add_m544329332_RuntimeMethod_var); int32_t L_18 = V_0; return L_18; } } // System.Int32 GameTimer::AddEvent(System.Single,System.Single,System.Int32,System.Action`1,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t GameTimer_AddEvent_m2516169607 (GameTimer_t2541170184 * __this, float ___delay0, float ___dur1, int32_t ___loopTimes2, Action_1_t2019918284 * ___argCallBack3, String_t* ___arg4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_AddEvent_m2516169607_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameTimerInfo_t4270005015 * V_1 = NULL; { int32_t L_0 = GameTimer_getEventId_m2254645083(__this, /*hidden argument*/NULL); V_0 = L_0; List_1_t1447112461 * L_1 = __this->get_timerList_3(); GameTimerInfo_t4270005015 * L_2 = (GameTimerInfo_t4270005015 *)il2cpp_codegen_object_new(GameTimerInfo_t4270005015_il2cpp_TypeInfo_var); GameTimerInfo__ctor_m2664626264(L_2, /*hidden argument*/NULL); V_1 = L_2; GameTimerInfo_t4270005015 * L_3 = V_1; int32_t L_4 = V_0; NullCheck(L_3); L_3->set_id_0(L_4); GameTimerInfo_t4270005015 * L_5 = V_1; float L_6 = ___delay0; NullCheck(L_5); L_5->set_delay_1(L_6); GameTimerInfo_t4270005015 * L_7 = V_1; float L_8 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_startTime_2(L_8); GameTimerInfo_t4270005015 * L_9 = V_1; float L_10 = ___dur1; NullCheck(L_9); L_9->set_duration_3(L_10); GameTimerInfo_t4270005015 * L_11 = V_1; int32_t L_12 = ___loopTimes2; NullCheck(L_11); L_11->set_loopTimes_4(L_12); GameTimerInfo_t4270005015 * L_13 = V_1; Action_1_t2019918284 * L_14 = ___argCallBack3; NullCheck(L_13); L_13->set_argCallbackString_8(L_14); GameTimerInfo_t4270005015 * L_15 = V_1; String_t* L_16 = ___arg4; NullCheck(L_15); L_15->set_argString_11(L_16); GameTimerInfo_t4270005015 * L_17 = V_1; NullCheck(L_1); List_1_Add_m544329332(L_1, L_17, /*hidden argument*/List_1_Add_m544329332_RuntimeMethod_var); int32_t L_18 = V_0; return L_18; } } // System.Void GameTimer::Kill(System.Int32) extern "C" IL2CPP_METHOD_ATTR void GameTimer_Kill_m544123378 (GameTimer_t2541170184 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_Kill_m544123378_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CKillU3Ec__AnonStorey0_t3557100118 * V_0 = NULL; { U3CKillU3Ec__AnonStorey0_t3557100118 * L_0 = (U3CKillU3Ec__AnonStorey0_t3557100118 *)il2cpp_codegen_object_new(U3CKillU3Ec__AnonStorey0_t3557100118_il2cpp_TypeInfo_var); U3CKillU3Ec__AnonStorey0__ctor_m491611441(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CKillU3Ec__AnonStorey0_t3557100118 * L_1 = V_0; int32_t L_2 = ___id0; NullCheck(L_1); L_1->set_id_0(L_2); List_1_t1447112461 * L_3 = __this->get_timerList_3(); U3CKillU3Ec__AnonStorey0_t3557100118 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CKillU3Ec__AnonStorey0_U3CU3Em__0_m2891173320_RuntimeMethod_var; Predicate_1_t800331843 * L_6 = (Predicate_1_t800331843 *)il2cpp_codegen_object_new(Predicate_1_t800331843_il2cpp_TypeInfo_var); Predicate_1__ctor_m1204883269(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m1204883269_RuntimeMethod_var); NullCheck(L_3); List_1_RemoveAll_m2386734157(L_3, L_6, /*hidden argument*/List_1_RemoveAll_m2386734157_RuntimeMethod_var); List_1_t128053199 * L_7 = __this->get_idList_5(); U3CKillU3Ec__AnonStorey0_t3557100118 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_id_0(); NullCheck(L_7); List_1_Remove_m3037048099(L_7, L_9, /*hidden argument*/List_1_Remove_m3037048099_RuntimeMethod_var); return; } } // System.Void GameTimer::FixedUpdate() extern "C" IL2CPP_METHOD_ATTR void GameTimer_FixedUpdate_m1110530182 (GameTimer_t2541170184 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_FixedUpdate_m1110530182_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameTimerInfo_t4270005015 * V_1 = NULL; Exception_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); { List_1_t1447112461 * L_0 = __this->get_timerList_3(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2347453568(L_0, /*hidden argument*/List_1_get_Count_m2347453568_RuntimeMethod_var); if (L_1) { goto IL_0011; } } { return; } IL_0011: { V_0 = 0; goto IL_0331; } IL_0018: { List_1_t1447112461 * L_2 = __this->get_timerList_3(); int32_t L_3 = V_0; NullCheck(L_2); GameTimerInfo_t4270005015 * L_4 = List_1_get_Item_m2213195052(L_2, L_3, /*hidden argument*/List_1_get_Item_m2213195052_RuntimeMethod_var); V_1 = L_4; } IL_0025: try { // begin try (depth: 1) { float L_5 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); GameTimerInfo_t4270005015 * L_6 = V_1; NullCheck(L_6); float L_7 = L_6->get_startTime_2(); GameTimerInfo_t4270005015 * L_8 = V_1; NullCheck(L_8); float L_9 = L_8->get_delay_1(); GameTimerInfo_t4270005015 * L_10 = V_1; NullCheck(L_10); float L_11 = L_10->get_duration_3(); if ((!(((float)((float)il2cpp_codegen_subtract((float)L_5, (float)L_7))) >= ((float)((float)il2cpp_codegen_add((float)L_9, (float)L_11)))))) { goto IL_02e1; } } IL_0043: { GameTimerInfo_t4270005015 * L_12 = V_1; NullCheck(L_12); Action_t1264377477 * L_13 = L_12->get_callBack_6(); if (!L_13) { goto IL_00d0; } } IL_004e: { GameTimerInfo_t4270005015 * L_14 = V_1; NullCheck(L_14); Action_t1264377477 * L_15 = L_14->get_callBack_6(); NullCheck(L_15); MethodInfo_t * L_16 = Delegate_get_Method_m3071622864(L_15, /*hidden argument*/NULL); NullCheck(L_16); bool L_17 = MethodBase_get_IsStatic_m2399864271(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0082; } } IL_0063: { GameTimerInfo_t4270005015 * L_18 = V_1; NullCheck(L_18); Action_t1264377477 * L_19 = L_18->get_callBack_6(); NullCheck(L_19); RuntimeObject * L_20 = Delegate_get_Target_m2361978888(L_19, /*hidden argument*/NULL); NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_21, _stringLiteral1202628576, /*hidden argument*/NULL); if (L_22) { goto IL_0097; } } IL_0082: { GameTimerInfo_t4270005015 * L_23 = V_1; NullCheck(L_23); Action_t1264377477 * L_24 = L_23->get_callBack_6(); NullCheck(L_24); MethodInfo_t * L_25 = Delegate_get_Method_m3071622864(L_24, /*hidden argument*/NULL); NullCheck(L_25); bool L_26 = MethodBase_get_IsStatic_m2399864271(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00a7; } } IL_0097: { GameTimerInfo_t4270005015 * L_27 = V_1; NullCheck(L_27); Action_t1264377477 * L_28 = L_27->get_callBack_6(); NullCheck(L_28); Action_Invoke_m937035532(L_28, /*hidden argument*/NULL); goto IL_00cb; } IL_00a7: { List_1_t128053199 * L_29 = __this->get_idList_5(); GameTimerInfo_t4270005015 * L_30 = V_1; NullCheck(L_30); int32_t L_31 = L_30->get_id_0(); NullCheck(L_29); List_1_Remove_m3037048099(L_29, L_31, /*hidden argument*/List_1_Remove_m3037048099_RuntimeMethod_var); List_1_t1447112461 * L_32 = __this->get_timerList_3(); GameTimerInfo_t4270005015 * L_33 = V_1; NullCheck(L_32); List_1_Remove_m3950995599(L_32, L_33, /*hidden argument*/List_1_Remove_m3950995599_RuntimeMethod_var); goto IL_0342; } IL_00cb: { goto IL_0284; } IL_00d0: { GameTimerInfo_t4270005015 * L_34 = V_1; NullCheck(L_34); Action_1_t3252573759 * L_35 = L_34->get_argCallback_7(); if (!L_35) { goto IL_0163; } } IL_00db: { GameTimerInfo_t4270005015 * L_36 = V_1; NullCheck(L_36); Action_1_t3252573759 * L_37 = L_36->get_argCallback_7(); NullCheck(L_37); MethodInfo_t * L_38 = Delegate_get_Method_m3071622864(L_37, /*hidden argument*/NULL); NullCheck(L_38); bool L_39 = MethodBase_get_IsStatic_m2399864271(L_38, /*hidden argument*/NULL); if (L_39) { goto IL_010f; } } IL_00f0: { GameTimerInfo_t4270005015 * L_40 = V_1; NullCheck(L_40); Action_1_t3252573759 * L_41 = L_40->get_argCallback_7(); NullCheck(L_41); RuntimeObject * L_42 = Delegate_get_Target_m2361978888(L_41, /*hidden argument*/NULL); NullCheck(L_42); String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_42); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_44 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_43, _stringLiteral1202628576, /*hidden argument*/NULL); if (L_44) { goto IL_0124; } } IL_010f: { GameTimerInfo_t4270005015 * L_45 = V_1; NullCheck(L_45); Action_1_t3252573759 * L_46 = L_45->get_argCallback_7(); NullCheck(L_46); MethodInfo_t * L_47 = Delegate_get_Method_m3071622864(L_46, /*hidden argument*/NULL); NullCheck(L_47); bool L_48 = MethodBase_get_IsStatic_m2399864271(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_013a; } } IL_0124: { GameTimerInfo_t4270005015 * L_49 = V_1; NullCheck(L_49); Action_1_t3252573759 * L_50 = L_49->get_argCallback_7(); GameTimerInfo_t4270005015 * L_51 = V_1; NullCheck(L_51); RuntimeObject * L_52 = L_51->get_arg_10(); NullCheck(L_50); Action_1_Invoke_m2461023210(L_50, L_52, /*hidden argument*/Action_1_Invoke_m2461023210_RuntimeMethod_var); goto IL_015e; } IL_013a: { List_1_t128053199 * L_53 = __this->get_idList_5(); GameTimerInfo_t4270005015 * L_54 = V_1; NullCheck(L_54); int32_t L_55 = L_54->get_id_0(); NullCheck(L_53); List_1_Remove_m3037048099(L_53, L_55, /*hidden argument*/List_1_Remove_m3037048099_RuntimeMethod_var); List_1_t1447112461 * L_56 = __this->get_timerList_3(); GameTimerInfo_t4270005015 * L_57 = V_1; NullCheck(L_56); List_1_Remove_m3950995599(L_56, L_57, /*hidden argument*/List_1_Remove_m3950995599_RuntimeMethod_var); goto IL_0342; } IL_015e: { goto IL_0284; } IL_0163: { GameTimerInfo_t4270005015 * L_58 = V_1; NullCheck(L_58); Action_1_t2019918284 * L_59 = L_58->get_argCallbackString_8(); if (!L_59) { goto IL_01f6; } } IL_016e: { GameTimerInfo_t4270005015 * L_60 = V_1; NullCheck(L_60); Action_1_t2019918284 * L_61 = L_60->get_argCallbackString_8(); NullCheck(L_61); MethodInfo_t * L_62 = Delegate_get_Method_m3071622864(L_61, /*hidden argument*/NULL); NullCheck(L_62); bool L_63 = MethodBase_get_IsStatic_m2399864271(L_62, /*hidden argument*/NULL); if (L_63) { goto IL_01a2; } } IL_0183: { GameTimerInfo_t4270005015 * L_64 = V_1; NullCheck(L_64); Action_1_t2019918284 * L_65 = L_64->get_argCallbackString_8(); NullCheck(L_65); RuntimeObject * L_66 = Delegate_get_Target_m2361978888(L_65, /*hidden argument*/NULL); NullCheck(L_66); String_t* L_67 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_66); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_68 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_67, _stringLiteral1202628576, /*hidden argument*/NULL); if (L_68) { goto IL_01b7; } } IL_01a2: { GameTimerInfo_t4270005015 * L_69 = V_1; NullCheck(L_69); Action_1_t2019918284 * L_70 = L_69->get_argCallbackString_8(); NullCheck(L_70); MethodInfo_t * L_71 = Delegate_get_Method_m3071622864(L_70, /*hidden argument*/NULL); NullCheck(L_71); bool L_72 = MethodBase_get_IsStatic_m2399864271(L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_01cd; } } IL_01b7: { GameTimerInfo_t4270005015 * L_73 = V_1; NullCheck(L_73); Action_1_t2019918284 * L_74 = L_73->get_argCallbackString_8(); GameTimerInfo_t4270005015 * L_75 = V_1; NullCheck(L_75); String_t* L_76 = L_75->get_argString_11(); NullCheck(L_74); Action_1_Invoke_m3134296422(L_74, L_76, /*hidden argument*/Action_1_Invoke_m3134296422_RuntimeMethod_var); goto IL_01f1; } IL_01cd: { List_1_t128053199 * L_77 = __this->get_idList_5(); GameTimerInfo_t4270005015 * L_78 = V_1; NullCheck(L_78); int32_t L_79 = L_78->get_id_0(); NullCheck(L_77); List_1_Remove_m3037048099(L_77, L_79, /*hidden argument*/List_1_Remove_m3037048099_RuntimeMethod_var); List_1_t1447112461 * L_80 = __this->get_timerList_3(); GameTimerInfo_t4270005015 * L_81 = V_1; NullCheck(L_80); List_1_Remove_m3950995599(L_80, L_81, /*hidden argument*/List_1_Remove_m3950995599_RuntimeMethod_var); goto IL_0342; } IL_01f1: { goto IL_0284; } IL_01f6: { GameTimerInfo_t4270005015 * L_82 = V_1; NullCheck(L_82); Action_1_t1569734369 * L_83 = L_82->get_argCallbackFloat_9(); if (!L_83) { goto IL_0284; } } IL_0201: { GameTimerInfo_t4270005015 * L_84 = V_1; NullCheck(L_84); Action_1_t1569734369 * L_85 = L_84->get_argCallbackFloat_9(); NullCheck(L_85); MethodInfo_t * L_86 = Delegate_get_Method_m3071622864(L_85, /*hidden argument*/NULL); NullCheck(L_86); bool L_87 = MethodBase_get_IsStatic_m2399864271(L_86, /*hidden argument*/NULL); if (L_87) { goto IL_0235; } } IL_0216: { GameTimerInfo_t4270005015 * L_88 = V_1; NullCheck(L_88); Action_1_t1569734369 * L_89 = L_88->get_argCallbackFloat_9(); NullCheck(L_89); RuntimeObject * L_90 = Delegate_get_Target_m2361978888(L_89, /*hidden argument*/NULL); NullCheck(L_90); String_t* L_91 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_90); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_92 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_91, _stringLiteral1202628576, /*hidden argument*/NULL); if (L_92) { goto IL_024a; } } IL_0235: { GameTimerInfo_t4270005015 * L_93 = V_1; NullCheck(L_93); Action_1_t1569734369 * L_94 = L_93->get_argCallbackFloat_9(); NullCheck(L_94); MethodInfo_t * L_95 = Delegate_get_Method_m3071622864(L_94, /*hidden argument*/NULL); NullCheck(L_95); bool L_96 = MethodBase_get_IsStatic_m2399864271(L_95, /*hidden argument*/NULL); if (!L_96) { goto IL_0260; } } IL_024a: { GameTimerInfo_t4270005015 * L_97 = V_1; NullCheck(L_97); Action_1_t1569734369 * L_98 = L_97->get_argCallbackFloat_9(); GameTimerInfo_t4270005015 * L_99 = V_1; NullCheck(L_99); float L_100 = L_99->get_argFloat_12(); NullCheck(L_98); Action_1_Invoke_m2159083576(L_98, L_100, /*hidden argument*/Action_1_Invoke_m2159083576_RuntimeMethod_var); goto IL_0284; } IL_0260: { List_1_t128053199 * L_101 = __this->get_idList_5(); GameTimerInfo_t4270005015 * L_102 = V_1; NullCheck(L_102); int32_t L_103 = L_102->get_id_0(); NullCheck(L_101); List_1_Remove_m3037048099(L_101, L_103, /*hidden argument*/List_1_Remove_m3037048099_RuntimeMethod_var); List_1_t1447112461 * L_104 = __this->get_timerList_3(); GameTimerInfo_t4270005015 * L_105 = V_1; NullCheck(L_104); List_1_Remove_m3950995599(L_104, L_105, /*hidden argument*/List_1_Remove_m3950995599_RuntimeMethod_var); goto IL_0342; } IL_0284: { GameTimerInfo_t4270005015 * L_106 = V_1; GameTimerInfo_t4270005015 * L_107 = L_106; NullCheck(L_107); int32_t L_108 = L_107->get_curLoopTimes_5(); NullCheck(L_107); L_107->set_curLoopTimes_5(((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1))); GameTimerInfo_t4270005015 * L_109 = V_1; NullCheck(L_109); L_109->set_delay_1((0.0f)); GameTimerInfo_t4270005015 * L_110 = V_1; float L_111 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_110); L_110->set_startTime_2(L_111); GameTimerInfo_t4270005015 * L_112 = V_1; NullCheck(L_112); int32_t L_113 = L_112->get_curLoopTimes_5(); GameTimerInfo_t4270005015 * L_114 = V_1; NullCheck(L_114); int32_t L_115 = L_114->get_loopTimes_4(); if ((((int32_t)L_113) < ((int32_t)L_115))) { goto IL_02e1; } } IL_02b9: { GameTimerInfo_t4270005015 * L_116 = V_1; NullCheck(L_116); int32_t L_117 = L_116->get_loopTimes_4(); if ((((int32_t)L_117) == ((int32_t)(-1)))) { goto IL_02e1; } } IL_02c5: { GameTimerInfo_t4270005015 * L_118 = V_1; NullCheck(L_118); L_118->set_callBack_6((Action_t1264377477 *)NULL); GameTimerInfo_t4270005015 * L_119 = V_1; NullCheck(L_119); L_119->set_argCallback_7((Action_1_t3252573759 *)NULL); GameTimerInfo_t4270005015 * L_120 = V_1; NullCheck(L_120); L_120->set_argCallbackString_8((Action_1_t2019918284 *)NULL); GameTimerInfo_t4270005015 * L_121 = V_1; NullCheck(L_121); L_121->set_argCallbackFloat_9((Action_1_t1569734369 *)NULL); } IL_02e1: { goto IL_032d; } } // 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_02e6; throw e; } CATCH_02e6: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); Exception_t * L_122 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_122, /*hidden argument*/NULL); GameTimerInfo_t4270005015 * L_123 = V_1; NullCheck(L_123); L_123->set_callBack_6((Action_t1264377477 *)NULL); GameTimerInfo_t4270005015 * L_124 = V_1; NullCheck(L_124); L_124->set_argCallback_7((Action_1_t3252573759 *)NULL); GameTimerInfo_t4270005015 * L_125 = V_1; NullCheck(L_125); L_125->set_argCallbackString_8((Action_1_t2019918284 *)NULL); GameTimerInfo_t4270005015 * L_126 = V_1; NullCheck(L_126); L_126->set_argCallbackFloat_9((Action_1_t1569734369 *)NULL); List_1_t128053199 * L_127 = __this->get_idList_5(); GameTimerInfo_t4270005015 * L_128 = V_1; NullCheck(L_128); int32_t L_129 = L_128->get_id_0(); NullCheck(L_127); List_1_Remove_m3037048099(L_127, L_129, /*hidden argument*/List_1_Remove_m3037048099_RuntimeMethod_var); List_1_t1447112461 * L_130 = __this->get_timerList_3(); GameTimerInfo_t4270005015 * L_131 = V_1; NullCheck(L_130); List_1_Remove_m3950995599(L_130, L_131, /*hidden argument*/List_1_Remove_m3950995599_RuntimeMethod_var); goto IL_0342; } // end catch (depth: 1) IL_032d: { int32_t L_132 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); } IL_0331: { int32_t L_133 = V_0; List_1_t1447112461 * L_134 = __this->get_timerList_3(); NullCheck(L_134); int32_t L_135 = List_1_get_Count_m2347453568(L_134, /*hidden argument*/List_1_get_Count_m2347453568_RuntimeMethod_var); if ((((int32_t)L_133) < ((int32_t)L_135))) { goto IL_0018; } } IL_0342: try { // begin try (depth: 1) { List_1_t1447112461 * L_136 = __this->get_timerList_3(); NullCheck(L_136); int32_t L_137 = List_1_get_Count_m2347453568(L_136, /*hidden argument*/List_1_get_Count_m2347453568_RuntimeMethod_var); if (!L_137) { goto IL_036a; } } IL_0352: { List_1_t1447112461 * L_138 = __this->get_timerList_3(); intptr_t L_139 = (intptr_t)GameTimer_U3CFixedUpdateU3Em__0_m3578172189_RuntimeMethod_var; Predicate_1_t800331843 * L_140 = (Predicate_1_t800331843 *)il2cpp_codegen_object_new(Predicate_1_t800331843_il2cpp_TypeInfo_var); Predicate_1__ctor_m1204883269(L_140, __this, L_139, /*hidden argument*/Predicate_1__ctor_m1204883269_RuntimeMethod_var); NullCheck(L_138); List_1_RemoveAll_m2386734157(L_138, L_140, /*hidden argument*/List_1_RemoveAll_m2386734157_RuntimeMethod_var); } IL_036a: { goto IL_037b; } } // 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_036f; throw e; } CATCH_036f: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); Exception_t * L_141 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_141, /*hidden argument*/NULL); goto IL_037b; } // end catch (depth: 1) IL_037b: { return; } } // System.Boolean GameTimer::m__0(GameTimerInfo) extern "C" IL2CPP_METHOD_ATTR bool GameTimer_U3CFixedUpdateU3Em__0_m3578172189 (GameTimer_t2541170184 * __this, GameTimerInfo_t4270005015 * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameTimer_U3CFixedUpdateU3Em__0_m3578172189_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameTimerInfo_t4270005015 * L_0 = ___e0; NullCheck(L_0); int32_t L_1 = L_0->get_loopTimes_4(); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_004c; } } { GameTimerInfo_t4270005015 * L_2 = ___e0; NullCheck(L_2); Action_t1264377477 * L_3 = L_2->get_callBack_6(); if (L_3) { goto IL_004c; } } { GameTimerInfo_t4270005015 * L_4 = ___e0; NullCheck(L_4); Action_1_t3252573759 * L_5 = L_4->get_argCallback_7(); if (L_5) { goto IL_004c; } } { GameTimerInfo_t4270005015 * L_6 = ___e0; NullCheck(L_6); Action_1_t2019918284 * L_7 = L_6->get_argCallbackString_8(); if (L_7) { goto IL_004c; } } { GameTimerInfo_t4270005015 * L_8 = ___e0; NullCheck(L_8); Action_1_t1569734369 * L_9 = L_8->get_argCallbackFloat_9(); if (L_9) { goto IL_004c; } } { List_1_t128053199 * L_10 = __this->get_idList_5(); GameTimerInfo_t4270005015 * L_11 = ___e0; NullCheck(L_11); int32_t L_12 = L_11->get_id_0(); NullCheck(L_10); List_1_Remove_m3037048099(L_10, L_12, /*hidden argument*/List_1_Remove_m3037048099_RuntimeMethod_var); return (bool)1; } IL_004c: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void GameTimer/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CKillU3Ec__AnonStorey0__ctor_m491611441 (U3CKillU3Ec__AnonStorey0_t3557100118 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean GameTimer/c__AnonStorey0::<>m__0(GameTimerInfo) extern "C" IL2CPP_METHOD_ATTR bool U3CKillU3Ec__AnonStorey0_U3CU3Em__0_m2891173320 (U3CKillU3Ec__AnonStorey0_t3557100118 * __this, GameTimerInfo_t4270005015 * ___e0, const RuntimeMethod* method) { { GameTimerInfo_t4270005015 * L_0 = ___e0; NullCheck(L_0); int32_t L_1 = L_0->get_id_0(); int32_t L_2 = __this->get_id_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void GameTimerInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameTimerInfo__ctor_m2664626264 (GameTimerInfo_t4270005015 * __this, const RuntimeMethod* method) { { __this->set_loopTimes_4((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void GMCommand::.ctor() extern "C" IL2CPP_METHOD_ATTR void GMCommand__ctor_m1695035140 (GMCommand_t3438226142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GMCommand__ctor_m1695035140_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_input_2(L_0); ClickTimeSlot_t1463425833 * L_1 = (ClickTimeSlot_t1463425833 *)il2cpp_codegen_object_new(ClickTimeSlot_t1463425833_il2cpp_TypeInfo_var); ClickTimeSlot__ctor_m2979748851(L_1, /*hidden argument*/NULL); __this->set_clickTimeSlot_3(L_1); __this->set_uiPath_4(_stringLiteral1728255912); __this->set_commandGoName_8(_stringLiteral2433401748); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void GMCommand::Start() extern "C" IL2CPP_METHOD_ATTR void GMCommand_Start_m3363436292 (GMCommand_t3438226142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GMCommand_Start_m3363436292_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ClickTimeSlot_t1463425833 * L_0 = __this->get_clickTimeSlot_3(); intptr_t L_1 = (intptr_t)GMCommand_Launch_m444214691_RuntimeMethod_var; Action_t1264377477 * L_2 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_2, __this, L_1, /*hidden argument*/NULL); NullCheck(L_0); L_0->set_BoostCallback_0(L_2); ClickTimeSlot_t1463425833 * L_3 = __this->get_clickTimeSlot_3(); NullCheck(L_3); ClickTimeSlot_set_ClickCountToBoost_m3268330309(L_3, 7, /*hidden argument*/NULL); ClickTimeSlot_t1463425833 * L_4 = __this->get_clickTimeSlot_3(); NullCheck(L_4); ClickTimeSlot_set_TimeRange_m1485760027(L_4, (0.7f), /*hidden argument*/NULL); Rect_t2360479859 * L_5 = __this->get_address_of_topRightCorner_7(); int32_t L_6 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); Rect_set_x_m2352063068(L_5, ((float)il2cpp_codegen_multiply((float)(((float)((float)L_6))), (float)(0.5f))), /*hidden argument*/NULL); Rect_t2360479859 * L_7 = __this->get_address_of_topRightCorner_7(); int32_t L_8 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); Rect_set_y_m3702432190(L_7, ((float)il2cpp_codegen_multiply((float)(((float)((float)L_8))), (float)(0.5f))), /*hidden argument*/NULL); Rect_t2360479859 * L_9 = __this->get_address_of_topRightCorner_7(); int32_t L_10 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); Rect_set_width_m2963421158(L_9, ((float)il2cpp_codegen_multiply((float)(((float)((float)L_10))), (float)(0.5f))), /*hidden argument*/NULL); Rect_t2360479859 * L_11 = __this->get_address_of_topRightCorner_7(); int32_t L_12 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); Rect_set_height_m1625569324(L_11, ((float)il2cpp_codegen_multiply((float)(((float)((float)L_12))), (float)(0.5f))), /*hidden argument*/NULL); return; } } // System.Void GMCommand::Update() extern "C" IL2CPP_METHOD_ATTR void GMCommand_Update_m1071247290 (GMCommand_t3438226142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GMCommand_Update_m1071247290_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); bool L_0 = Input_GetMouseButtonDown_m2081676745(NULL /*static, unused*/, 0, /*hidden argument*/NULL); if (!L_0) { goto IL_0030; } } { Rect_t2360479859 * L_1 = __this->get_address_of_topRightCorner_7(); IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_2 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_3 = Rect_Contains_m1232228501(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0030; } } { ClickTimeSlot_t1463425833 * L_4 = __this->get_clickTimeSlot_3(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_5 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); ClickTimeSlot_PushClick_m2949122407(L_4, L_5, /*hidden argument*/NULL); } IL_0030: { return; } } // System.Void GMCommand::Launch() extern "C" IL2CPP_METHOD_ATTR void GMCommand_Launch_m444214691 (GMCommand_t3438226142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GMCommand_Launch_m444214691_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { String_t* L_0 = __this->get_commandGoName_8(); GameObject_t1113636619 * L_1 = GameObject_Find_m2032535176(NULL /*static, unused*/, L_0, /*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_Equality_m1810815630(NULL /*static, unused*/, L_2, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0055; } } { String_t* L_4 = __this->get_uiPath_4(); Object_t631007953 * L_5 = Resources_Load_m3880010804(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); __this->set_resource_6(L_5); Object_t631007953 * L_6 = __this->get_resource_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_t631007953 * L_7 = Object_Instantiate_m3403600534(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); __this->set_ui_5(((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_7, GameObject_t1113636619_il2cpp_TypeInfo_var))); GameObject_t1113636619 * L_8 = __this->get_ui_5(); String_t* L_9 = __this->get_commandGoName_8(); NullCheck(L_8); Object_set_name_m291480324(L_8, L_9, /*hidden argument*/NULL); goto IL_005c; } IL_0055: { GameObject_t1113636619 * L_10 = V_0; NullCheck(L_10); GameObject_SetActive_m796801857(L_10, (bool)1, /*hidden argument*/NULL); } IL_005c: { GameObject_t1113636619 * L_11 = __this->get_ui_5(); NullCheck(L_11); Transform_t3600365921 * L_12 = GameObject_get_transform_m1369836730(L_11, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral3251553782, /*hidden argument*/NULL); NullCheck(L_13); Button_t4055032469 * L_14 = Component_GetComponent_TisButton_t4055032469_m1381873113(L_13, /*hidden argument*/Component_GetComponent_TisButton_t4055032469_m1381873113_RuntimeMethod_var); NullCheck(L_14); ButtonClickedEvent_t48803504 * L_15 = Button_get_onClick_m2332132945(L_14, /*hidden argument*/NULL); intptr_t L_16 = (intptr_t)GMCommand_SendCommand_m2426152968_RuntimeMethod_var; UnityAction_t3245792599 * L_17 = (UnityAction_t3245792599 *)il2cpp_codegen_object_new(UnityAction_t3245792599_il2cpp_TypeInfo_var); UnityAction__ctor_m772160306(L_17, __this, L_16, /*hidden argument*/NULL); NullCheck(L_15); UnityEvent_AddListener_m2276267359(L_15, L_17, /*hidden argument*/NULL); GameObject_t1113636619 * L_18 = __this->get_ui_5(); NullCheck(L_18); Transform_t3600365921 * L_19 = GameObject_get_transform_m1369836730(L_18, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_20 = Transform_Find_m1729760951(L_19, _stringLiteral1021518286, /*hidden argument*/NULL); NullCheck(L_20); Button_t4055032469 * L_21 = Component_GetComponent_TisButton_t4055032469_m1381873113(L_20, /*hidden argument*/Component_GetComponent_TisButton_t4055032469_m1381873113_RuntimeMethod_var); NullCheck(L_21); ButtonClickedEvent_t48803504 * L_22 = Button_get_onClick_m2332132945(L_21, /*hidden argument*/NULL); intptr_t L_23 = (intptr_t)GMCommand_Close_m2820566695_RuntimeMethod_var; UnityAction_t3245792599 * L_24 = (UnityAction_t3245792599 *)il2cpp_codegen_object_new(UnityAction_t3245792599_il2cpp_TypeInfo_var); UnityAction__ctor_m772160306(L_24, __this, L_23, /*hidden argument*/NULL); NullCheck(L_22); UnityEvent_AddListener_m2276267359(L_22, L_24, /*hidden argument*/NULL); return; } } // System.Void GMCommand::SendCommand() extern "C" IL2CPP_METHOD_ATTR void GMCommand_SendCommand_m2426152968 (GMCommand_t3438226142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GMCommand_SendCommand_m2426152968_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_ui_5(); NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral3929763264, /*hidden argument*/NULL); NullCheck(L_2); InputField_t3762917431 * L_3 = Component_GetComponent_TisInputField_t3762917431_m3342128916(L_2, /*hidden argument*/Component_GetComponent_TisInputField_t3762917431_m3342128916_RuntimeMethod_var); NullCheck(L_3); String_t* L_4 = InputField_get_text_m3534748202(L_3, /*hidden argument*/NULL); __this->set_input_2(L_4); String_t* L_5 = __this->get_input_2(); 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_0036; } } { return; } IL_0036: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3658094039_il2cpp_TypeInfo_var); CSharpCallLuaDelegates_t1038426297 * L_7 = Singleton_1_get_Instance_m3534645186(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3534645186_RuntimeMethod_var); NullCheck(L_7); RuntimeObject* L_8 = CSharpCallLuaDelegates_get_LuaGameManagerEntry_m2435653364(L_7, /*hidden argument*/NULL); String_t* L_9 = __this->get_input_2(); NullCheck(L_8); InterfaceActionInvoker1< String_t* >::Invoke(4 /* System.Void FitFun.CSharpCallLuaDelegates/ILuaGameManager::sendCommand(System.String) */, ILuaGameManager_t724692347_il2cpp_TypeInfo_var, L_8, L_9); return; } } // System.Void GMCommand::Close() extern "C" IL2CPP_METHOD_ATTR void GMCommand_Close_m2820566695 (GMCommand_t3438226142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GMCommand_Close_m2820566695_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object_t631007953 * L_0 = __this->get_resource_6(); 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_001c; } } { GameObject_t1113636619 * L_2 = __this->get_ui_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m3193525861(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_001c: { return; } } // System.Boolean GMCommand::IsPointerOverUIElement(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR bool GMCommand_IsPointerOverUIElement_m273380320 (RuntimeObject * __this /* static, unused */, List_1_t537414295 * ___eventSystemRaysastResults0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GMCommand_IsPointerOverUIElement_m273380320_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RaycastResult_t3360306849 V_1; memset(&V_1, 0, sizeof(V_1)); { V_0 = 0; goto IL_0030; } IL_0007: { List_1_t537414295 * L_0 = ___eventSystemRaysastResults0; int32_t L_1 = V_0; NullCheck(L_0); RaycastResult_t3360306849 L_2 = List_1_get_Item_m2113769949(L_0, L_1, /*hidden argument*/List_1_get_Item_m2113769949_RuntimeMethod_var); V_1 = L_2; GameObject_t1113636619 * L_3 = RaycastResult_get_gameObject_m2570051527((&V_1), /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = GameObject_get_layer_m4158800245(L_3, /*hidden argument*/NULL); int32_t L_5 = LayerMask_NameToLayer_m2359665122(NULL /*static, unused*/, _stringLiteral3457267691, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_002c; } } { return (bool)1; } IL_002c: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0030: { int32_t L_7 = V_0; List_1_t537414295 * L_8 = ___eventSystemRaysastResults0; NullCheck(L_8); int32_t L_9 = List_1_get_Count_m4207101203(L_8, /*hidden argument*/List_1_get_Count_m4207101203_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0007; } } { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void GUIDependencyConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void GUIDependencyConfig__ctor_m1157835602 (GUIDependencyConfig_t2406732459 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // GUIDependencyConfig GUIDependencyConfig::Instance() extern "C" IL2CPP_METHOD_ATTR GUIDependencyConfig_t2406732459 * GUIDependencyConfig_Instance_m1665445291 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GUIDependencyConfig_Instance_m1665445291_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GUIDependencyConfig_t2406732459 * L_0 = ((GUIDependencyConfig_t2406732459_StaticFields*)il2cpp_codegen_static_fields_for(GUIDependencyConfig_t2406732459_il2cpp_TypeInfo_var))->get_instance_0(); if (L_0) { goto IL_0014; } } { GUIDependencyConfig_t2406732459 * L_1 = (GUIDependencyConfig_t2406732459 *)il2cpp_codegen_object_new(GUIDependencyConfig_t2406732459_il2cpp_TypeInfo_var); GUIDependencyConfig__ctor_m1157835602(L_1, /*hidden argument*/NULL); ((GUIDependencyConfig_t2406732459_StaticFields*)il2cpp_codegen_static_fields_for(GUIDependencyConfig_t2406732459_il2cpp_TypeInfo_var))->set_instance_0(L_1); } IL_0014: { GUIDependencyConfig_t2406732459 * L_2 = ((GUIDependencyConfig_t2406732459_StaticFields*)il2cpp_codegen_static_fields_for(GUIDependencyConfig_t2406732459_il2cpp_TypeInfo_var))->get_instance_0(); return L_2; } } // System.Void GUIDependencyConfig::Init() extern "C" IL2CPP_METHOD_ATTR void GUIDependencyConfig_Init_m1267988399 (GUIDependencyConfig_t2406732459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GUIDependencyConfig_Init_m1267988399_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StreamReader_t4009935899 * V_1 = NULL; String_t* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); String_t* L_0 = ResourcePath_get_GUIDependencyPath_m2858382298(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_003d; } } { String_t* L_3 = V_0; StreamReader_t4009935899 * L_4 = (StreamReader_t4009935899 *)il2cpp_codegen_object_new(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m1616861391(L_4, L_3, /*hidden argument*/NULL); V_1 = L_4; } IL_0018: try { // begin try (depth: 1) StreamReader_t4009935899 * L_5 = V_1; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.IO.TextReader::ReadToEnd() */, L_5); V_2 = L_6; String_t* L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); GUIDependencyRoot_t3004525873 * L_8 = JsonConvert_DeserializeObject_TisGUIDependencyRoot_t3004525873_m1582059257(NULL /*static, unused*/, L_7, /*hidden argument*/JsonConvert_DeserializeObject_TisGUIDependencyRoot_t3004525873_m1582059257_RuntimeMethod_var); __this->set_root_1(L_8); IL2CPP_LEAVE(0x3D, FINALLY_0030); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) { StreamReader_t4009935899 * L_9 = V_1; if (!L_9) { goto IL_003c; } } IL_0036: { StreamReader_t4009935899 * L_10 = V_1; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); } IL_003c: { IL2CPP_END_FINALLY(48) } } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { return; } } // System.Collections.Generic.List`1 GUIDependencyConfig::GetDependencies(System.String) extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * GUIDependencyConfig_GetDependencies_m1047472624 (GUIDependencyConfig_t2406732459 * __this, String_t* ___prefab0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GUIDependencyConfig_GetDependencies_m1047472624_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0043; } IL_0007: { String_t* L_0 = ___prefab0; GUIDependencyRoot_t3004525873 * L_1 = __this->get_root_1(); NullCheck(L_1); List_1_t3712110817 * L_2 = L_1->get_uiDependencyItemList_1(); int32_t L_3 = V_0; NullCheck(L_2); GUIDependencyItem_t2240036075 * L_4 = List_1_get_Item_m1447614041(L_2, L_3, /*hidden argument*/List_1_get_Item_m1447614041_RuntimeMethod_var); NullCheck(L_4); String_t* L_5 = L_4->get_prefabPath_0(); NullCheck(L_0); bool L_6 = String_Equals_m2270643605(L_0, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003f; } } { GUIDependencyRoot_t3004525873 * L_7 = __this->get_root_1(); NullCheck(L_7); List_1_t3712110817 * L_8 = L_7->get_uiDependencyItemList_1(); int32_t L_9 = V_0; NullCheck(L_8); GUIDependencyItem_t2240036075 * L_10 = List_1_get_Item_m1447614041(L_8, L_9, /*hidden argument*/List_1_get_Item_m1447614041_RuntimeMethod_var); NullCheck(L_10); List_1_t3319525431 * L_11 = L_10->get_atlasPath_1(); return L_11; } IL_003f: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0043: { int32_t L_13 = V_0; GUIDependencyRoot_t3004525873 * L_14 = __this->get_root_1(); NullCheck(L_14); List_1_t3712110817 * L_15 = L_14->get_uiDependencyItemList_1(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m2835641582(L_15, /*hidden argument*/List_1_get_Count_m2835641582_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_16))) { goto IL_0007; } } { return (List_1_t3319525431 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void GUIDependencyConfig/GUIDependencyItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void GUIDependencyItem__ctor_m2405351304 (GUIDependencyItem_t2240036075 * __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 GUIDependencyConfig/GUIDependencyRoot::.ctor() extern "C" IL2CPP_METHOD_ATTR void GUIDependencyRoot__ctor_m4193585511 (GUIDependencyRoot_t3004525873 * __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 HMarquee::.ctor() extern "C" IL2CPP_METHOD_ATTR void HMarquee__ctor_m1826736406 (HMarquee_t3885030875 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HMarquee__ctor_m1826736406_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_speed_4((100.0f)); Queue_1_t1693710183 * L_0 = (Queue_1_t1693710183 *)il2cpp_codegen_object_new(Queue_1_t1693710183_il2cpp_TypeInfo_var); Queue_1__ctor_m517546824(L_0, /*hidden argument*/Queue_1__ctor_m517546824_RuntimeMethod_var); __this->set_stringQueue_7(L_0); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void HMarquee::Awake() extern "C" IL2CPP_METHOD_ATTR void HMarquee_Awake_m3829776787 (HMarquee_t3885030875 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HMarquee_Awake_m3829776787_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RectTransform_t3704657025 * L_0 = Component_GetComponent_TisRectTransform_t3704657025_m2955745782(__this, /*hidden argument*/Component_GetComponent_TisRectTransform_t3704657025_m2955745782_RuntimeMethod_var); __this->set_rectTransform_5(L_0); return; } } // System.Void HMarquee::AddText(System.String) extern "C" IL2CPP_METHOD_ATTR void HMarquee_AddText_m3891719523 (HMarquee_t3885030875 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HMarquee_AddText_m3891719523_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Queue_1_t1693710183 * L_0 = __this->get_stringQueue_7(); String_t* L_1 = ___text0; NullCheck(L_0); Queue_1_Enqueue_m440672958(L_0, L_1, /*hidden argument*/Queue_1_Enqueue_m440672958_RuntimeMethod_var); return; } } // System.Void HMarquee::Run() extern "C" IL2CPP_METHOD_ATTR void HMarquee_Run_m3420098730 (HMarquee_t3885030875 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HMarquee_Run_m3420098730_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Text_t1901882714 * V_2 = NULL; GameObject_t1113636619 * V_3 = NULL; RectTransform_t3704657025 * V_4 = NULL; float V_5 = 0.0f; Vector2_t2156229523 V_6; memset(&V_6, 0, sizeof(V_6)); float V_7 = 0.0f; Vector2_t2156229523 V_8; memset(&V_8, 0, sizeof(V_8)); float V_9 = 0.0f; float V_10 = 0.0f; Tweener_t436044680 * V_11 = NULL; Vector2_t2156229523 V_12; memset(&V_12, 0, sizeof(V_12)); { Queue_1_t1693710183 * L_0 = __this->get_stringQueue_7(); NullCheck(L_0); int32_t L_1 = Queue_1_get_Count_m3902537741(L_0, /*hidden argument*/Queue_1_get_Count_m3902537741_RuntimeMethod_var); if (L_1) { goto IL_0011; } } { return; } IL_0011: { Queue_1_t1693710183 * L_2 = __this->get_stringQueue_7(); NullCheck(L_2); String_t* L_3 = Queue_1_Dequeue_m749985083(L_2, /*hidden argument*/Queue_1_Dequeue_m749985083_RuntimeMethod_var); V_0 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_013c; } } { GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_6 = GameObject_get_transform_m1369836730(L_5, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral3987835886, /*hidden argument*/NULL); V_1 = L_7; Transform_t3600365921 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_8, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0079; } } { GameObject_t1113636619 * L_10 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_10, /*hidden argument*/NULL); V_3 = L_10; GameObject_t1113636619 * L_11 = V_3; NullCheck(L_11); Object_set_name_m291480324(L_11, _stringLiteral3987835886, /*hidden argument*/NULL); GameObject_t1113636619 * L_12 = V_3; NullCheck(L_12); Text_t1901882714 * L_13 = GameObject_AddComponent_TisText_t1901882714_m942857714(L_12, /*hidden argument*/GameObject_AddComponent_TisText_t1901882714_m942857714_RuntimeMethod_var); V_2 = L_13; GameObject_t1113636619 * L_14 = V_3; NullCheck(L_14); Transform_t3600365921 * L_15 = GameObject_get_transform_m1369836730(L_14, /*hidden argument*/NULL); GameObject_t1113636619 * L_16 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_16); Transform_t3600365921 * L_17 = GameObject_get_transform_m1369836730(L_16, /*hidden argument*/NULL); NullCheck(L_15); Transform_SetParent_m273471670(L_15, L_17, (bool)0, /*hidden argument*/NULL); goto IL_0080; } IL_0079: { Transform_t3600365921 * L_18 = V_1; NullCheck(L_18); Text_t1901882714 * L_19 = Component_GetComponent_TisText_t1901882714_m4196288697(L_18, /*hidden argument*/Component_GetComponent_TisText_t1901882714_m4196288697_RuntimeMethod_var); V_2 = L_19; } IL_0080: { Transform_t3600365921 * L_20 = V_1; NullCheck(L_20); RectTransform_t3704657025 * L_21 = Component_GetComponent_TisRectTransform_t3704657025_m2955745782(L_20, /*hidden argument*/Component_GetComponent_TisRectTransform_t3704657025_m2955745782_RuntimeMethod_var); V_4 = L_21; RectTransform_t3704657025 * L_22 = V_4; Text_t1901882714 * L_23 = V_2; NullCheck(L_23); float L_24 = VirtFuncInvoker0< float >::Invoke(77 /* System.Single UnityEngine.UI.Text::get_preferredWidth() */, L_23); Text_t1901882714 * L_25 = V_2; NullCheck(L_25); float L_26 = VirtFuncInvoker0< float >::Invoke(77 /* System.Single UnityEngine.UI.Text::get_preferredWidth() */, L_25); NullCheck(L_22); RectTransform_SetInsetAndSizeFromParentEdge_m3531740593(L_22, 0, ((-L_24)), L_26, /*hidden argument*/NULL); RectTransform_t3704657025 * L_27 = V_4; NullCheck(L_27); Vector2_t2156229523 L_28 = RectTransform_get_offsetMin_m30225325(L_27, /*hidden argument*/NULL); V_6 = L_28; float L_29 = (&V_6)->get_x_0(); V_5 = L_29; Text_t1901882714 * L_30 = V_2; String_t* L_31 = V_0; NullCheck(L_30); VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_30, L_31); Text_t1901882714 * L_32 = V_2; NullCheck(L_32); Text_set_horizontalOverflow_m2473787109(L_32, 1, /*hidden argument*/NULL); RectTransform_t3704657025 * L_33 = V_4; Text_t1901882714 * L_34 = V_2; NullCheck(L_34); float L_35 = VirtFuncInvoker0< float >::Invoke(77 /* System.Single UnityEngine.UI.Text::get_preferredWidth() */, L_34); Text_t1901882714 * L_36 = V_2; NullCheck(L_36); float L_37 = VirtFuncInvoker0< float >::Invoke(77 /* System.Single UnityEngine.UI.Text::get_preferredWidth() */, L_36); NullCheck(L_33); RectTransform_SetInsetAndSizeFromParentEdge_m3531740593(L_33, 1, ((-L_35)), L_37, /*hidden argument*/NULL); RectTransform_t3704657025 * L_38 = V_4; NullCheck(L_38); Vector2_t2156229523 L_39 = RectTransform_get_offsetMin_m30225325(L_38, /*hidden argument*/NULL); V_8 = L_39; float L_40 = (&V_8)->get_x_0(); V_7 = L_40; float L_41 = V_5; float L_42 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_43 = fabsf(((float)il2cpp_codegen_subtract((float)L_41, (float)L_42))); V_9 = L_43; float L_44 = V_9; float L_45 = __this->get_speed_4(); V_10 = ((float)((float)L_44/(float)L_45)); RectTransform_t3704657025 * L_46 = V_4; RectTransform_t3704657025 * L_47 = __this->get_leftEdgetRectTransform_2(); NullCheck(L_47); Vector2_t2156229523 L_48 = RectTransform_get_anchoredPosition_m1813443094(L_47, /*hidden argument*/NULL); V_12 = L_48; float L_49 = (&V_12)->get_x_0(); float L_50 = V_10; TweenerCore_3_t4006488229 * L_51 = DOTweenModuleUI_DOAnchorPosX_m1156892184(NULL /*static, unused*/, L_46, L_49, L_50, (bool)0, /*hidden argument*/NULL); TweenerCore_3_t4006488229 * L_52 = TweenSettingsExtensions_SetEase_TisTweenerCore_3_t4006488229_m3375374649(NULL /*static, unused*/, L_51, 1, /*hidden argument*/TweenSettingsExtensions_SetEase_TisTweenerCore_3_t4006488229_m3375374649_RuntimeMethod_var); V_11 = L_52; __this->set_moving_6((bool)1); Tweener_t436044680 * L_53 = V_11; intptr_t L_54 = (intptr_t)HMarquee_U3CRunU3Em__0_m2047854605_RuntimeMethod_var; TweenCallback_t3727756325 * L_55 = (TweenCallback_t3727756325 *)il2cpp_codegen_object_new(TweenCallback_t3727756325_il2cpp_TypeInfo_var); TweenCallback__ctor_m3086472496(L_55, __this, L_54, /*hidden argument*/NULL); TweenSettingsExtensions_OnComplete_TisTweener_t436044680_m3953371001(NULL /*static, unused*/, L_53, L_55, /*hidden argument*/TweenSettingsExtensions_OnComplete_TisTweener_t436044680_m3953371001_RuntimeMethod_var); } IL_013c: { return; } } // System.Void HMarquee::Update() extern "C" IL2CPP_METHOD_ATTR void HMarquee_Update_m542980062 (HMarquee_t3885030875 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HMarquee_Update_m542980062_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); bool L_0 = Input_GetKeyDown_m17791917(NULL /*static, unused*/, ((int32_t)97), /*hidden argument*/NULL); if (!L_0) { goto IL_002c; } } { int32_t L_1 = Random_Range_m4054026115(NULL /*static, unused*/, 1, ((int32_t)1000), /*hidden argument*/NULL); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral4159602785, L_3, /*hidden argument*/NULL); HMarquee_AddText_m3891719523(__this, L_4, /*hidden argument*/NULL); } IL_002c: { bool L_5 = __this->get_moving_6(); if (L_5) { goto IL_003d; } } { HMarquee_Run_m3420098730(__this, /*hidden argument*/NULL); } IL_003d: { return; } } // System.Void HMarquee::m__0() extern "C" IL2CPP_METHOD_ATTR void HMarquee_U3CRunU3Em__0_m2047854605 (HMarquee_t3885030875 * __this, const RuntimeMethod* method) { { __this->set_moving_6((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 HotFixState::.ctor(ProcedureFsm,System.Int32) extern "C" IL2CPP_METHOD_ATTR void HotFixState__ctor_m3688676536 (HotFixState_t4251295459 * __this, ProcedureFsm_t3181162420 * ___fsm0, int32_t ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotFixState__ctor_m3688676536_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_progress_2(1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_update_type_6(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_file_url_7(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_temp_file_path_8(L_2); ProcedureFsm_t3181162420 * L_3 = ___fsm0; int32_t L_4 = ___key1; SimpleState__ctor_m935720394(__this, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void HotFixState::Enter() extern "C" IL2CPP_METHOD_ATTR void HotFixState_Enter_m3750649372 (HotFixState_t4251295459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotFixState_Enter_m3750649372_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; LocalDataStorage_t2149724963 * G_B2_1 = NULL; String_t* G_B1_0 = NULL; LocalDataStorage_t2149724963 * G_B1_1 = NULL; int32_t G_B3_0 = 0; String_t* G_B3_1 = NULL; LocalDataStorage_t2149724963 * G_B3_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1091525953_il2cpp_TypeInfo_var); CConfig_t2766825507 * L_0 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); NullCheck(L_0); CConfig_Reload_m4406691(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t380813009_il2cpp_TypeInfo_var); CLoadingUI_t2056112563 * L_1 = Singleton_1_get_Instance_m1746511074(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1746511074_RuntimeMethod_var); NullCheck(L_1); CLoadingUI_Enter_m1828422442(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t474425409_il2cpp_TypeInfo_var); LocalDataStorage_t2149724963 * L_2 = Singleton_1_get_Instance_m1551102770(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1551102770_RuntimeMethod_var); bool L_3 = __this->get_m_isProxy_3(); G_B1_0 = _stringLiteral3545523948; G_B1_1 = L_2; if (!L_3) { G_B2_0 = _stringLiteral3545523948; G_B2_1 = L_2; goto IL_002f; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0030; } IL_002f: { G_B3_0 = 0; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0030: { NullCheck(G_B3_2); LocalDataStorage_SaveInt_m3783769882(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); MonoBeBehaviourManager_t4147374129 * L_4 = SingletonMonobehaviour_1_get_Instance_m4042176937(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var); RuntimeObject* L_5 = HotFixState_CheckProxyVersion_m3692281100(__this, /*hidden argument*/NULL); NullCheck(L_4); MonoBehaviour_StartCoroutine_m3411253000(L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void HotFixState::Exit() extern "C" IL2CPP_METHOD_ATTR void HotFixState_Exit_m3520702896 (HotFixState_t4251295459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotFixState_Exit_m3520702896_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MonoBeBehaviourManager_t4147374129 * L_0 = SingletonMonobehaviour_1_get_Instance_m4042176937(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var); NullCheck(L_0); MonoBeBehaviourManager_StopAllCoroutines_m123532901(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t380813009_il2cpp_TypeInfo_var); CLoadingUI_t2056112563 * L_1 = Singleton_1_get_Instance_m1746511074(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1746511074_RuntimeMethod_var); NullCheck(L_1); CLoadingUI_Exit_m1144525808(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t2484816003_il2cpp_TypeInfo_var); CDownload_t4160115557 * L_2 = Singleton_1_get_Instance_m3232929273(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3232929273_RuntimeMethod_var); NullCheck(L_2); CDownload_Reset_m3765328808(L_2, /*hidden argument*/NULL); return; } } // System.Void HotFixState::Update() extern "C" IL2CPP_METHOD_ATTR void HotFixState_Update_m1599053436 (HotFixState_t4251295459 * __this, const RuntimeMethod* method) { { return; } } // System.Void HotFixState::HotFixFinished() extern "C" IL2CPP_METHOD_ATTR void HotFixState_HotFixFinished_m2210965167 (HotFixState_t4251295459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotFixState_HotFixFinished_m2210965167_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_1 = __this->get_m_progress_2(); int32_t L_2 = L_1; V_0 = L_2; __this->set_m_progress_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_5); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_5); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral3474470605, L_0, /*hidden argument*/NULL); GameObject_t1113636619 * L_6 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral531699260, /*hidden argument*/NULL); ComponentUtil_AddComponentIfNotExist_TisInputManager_t3933257607_m3454982096(NULL /*static, unused*/, L_6, /*hidden argument*/ComponentUtil_AddComponentIfNotExist_TisInputManager_t3933257607_m3454982096_RuntimeMethod_var); SimpleFSM_t3686535260 * L_7 = ((SimpleState_t1424650207 *)__this)->get_fsm_0(); NullCheck(L_7); SimpleFSM_TransformToState_m703395552(L_7, 3, 2, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator HotFixState::CheckAllXML() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HotFixState_CheckAllXML_m481093834 (HotFixState_t4251295459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotFixState_CheckAllXML_m481093834_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CCheckAllXMLU3Ec__Iterator0_t964970216 * V_0 = NULL; { U3CCheckAllXMLU3Ec__Iterator0_t964970216 * L_0 = (U3CCheckAllXMLU3Ec__Iterator0_t964970216 *)il2cpp_codegen_object_new(U3CCheckAllXMLU3Ec__Iterator0_t964970216_il2cpp_TypeInfo_var); U3CCheckAllXMLU3Ec__Iterator0__ctor_m3805466558(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CCheckAllXMLU3Ec__Iterator0_t964970216 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_3(__this); U3CCheckAllXMLU3Ec__Iterator0_t964970216 * L_2 = V_0; return L_2; } } // System.Collections.IEnumerator HotFixState::CheckNoNet() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HotFixState_CheckNoNet_m637755949 (HotFixState_t4251295459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotFixState_CheckNoNet_m637755949_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CCheckNoNetU3Ec__Iterator1_t3864336713 * V_0 = NULL; { U3CCheckNoNetU3Ec__Iterator1_t3864336713 * L_0 = (U3CCheckNoNetU3Ec__Iterator1_t3864336713 *)il2cpp_codegen_object_new(U3CCheckNoNetU3Ec__Iterator1_t3864336713_il2cpp_TypeInfo_var); U3CCheckNoNetU3Ec__Iterator1__ctor_m3005096313(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CCheckNoNetU3Ec__Iterator1_t3864336713 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_0(__this); U3CCheckNoNetU3Ec__Iterator1_t3864336713 * L_2 = V_0; return L_2; } } // System.Collections.IEnumerator HotFixState::CheckFullVersion() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HotFixState_CheckFullVersion_m2684360578 (HotFixState_t4251295459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotFixState_CheckFullVersion_m2684360578_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CCheckFullVersionU3Ec__Iterator2_t2024604231 * V_0 = NULL; { U3CCheckFullVersionU3Ec__Iterator2_t2024604231 * L_0 = (U3CCheckFullVersionU3Ec__Iterator2_t2024604231 *)il2cpp_codegen_object_new(U3CCheckFullVersionU3Ec__Iterator2_t2024604231_il2cpp_TypeInfo_var); U3CCheckFullVersionU3Ec__Iterator2__ctor_m1395620230(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CCheckFullVersionU3Ec__Iterator2_t2024604231 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_0(__this); U3CCheckFullVersionU3Ec__Iterator2_t2024604231 * L_2 = V_0; return L_2; } } // System.Collections.IEnumerator HotFixState::CheckProxyVersion() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HotFixState_CheckProxyVersion_m3692281100 (HotFixState_t4251295459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotFixState_CheckProxyVersion_m3692281100_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * V_0 = NULL; { U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * L_0 = (U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 *)il2cpp_codegen_object_new(U3CCheckProxyVersionU3Ec__Iterator3_t3997563179_il2cpp_TypeInfo_var); U3CCheckProxyVersionU3Ec__Iterator3__ctor_m4126693082(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_0(__this); U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * L_2 = V_0; return L_2; } } // System.Collections.IEnumerator HotFixState::CheckAppVersion() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HotFixState_CheckAppVersion_m488832795 (HotFixState_t4251295459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotFixState_CheckAppVersion_m488832795_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CCheckAppVersionU3Ec__Iterator4_t4272772224 * V_0 = NULL; { U3CCheckAppVersionU3Ec__Iterator4_t4272772224 * L_0 = (U3CCheckAppVersionU3Ec__Iterator4_t4272772224 *)il2cpp_codegen_object_new(U3CCheckAppVersionU3Ec__Iterator4_t4272772224_il2cpp_TypeInfo_var); U3CCheckAppVersionU3Ec__Iterator4__ctor_m849724385(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CCheckAppVersionU3Ec__Iterator4_t4272772224 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_3(__this); U3CCheckAppVersionU3Ec__Iterator4_t4272772224 * L_2 = V_0; return L_2; } } // System.Collections.IEnumerator HotFixState::CheckVersion() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HotFixState_CheckVersion_m1347604664 (HotFixState_t4251295459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotFixState_CheckVersion_m1347604664_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CCheckVersionU3Ec__Iterator5_t3300148884 * V_0 = NULL; { U3CCheckVersionU3Ec__Iterator5_t3300148884 * L_0 = (U3CCheckVersionU3Ec__Iterator5_t3300148884 *)il2cpp_codegen_object_new(U3CCheckVersionU3Ec__Iterator5_t3300148884_il2cpp_TypeInfo_var); U3CCheckVersionU3Ec__Iterator5__ctor_m2163636580(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CCheckVersionU3Ec__Iterator5_t3300148884 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_9(__this); U3CCheckVersionU3Ec__Iterator5_t3300148884 * L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HotFixState/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckAllXMLU3Ec__Iterator0__ctor_m3805466558 (U3CCheckAllXMLU3Ec__Iterator0_t964970216 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean HotFixState/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CCheckAllXMLU3Ec__Iterator0_MoveNext_m411731523 (U3CCheckAllXMLU3Ec__Iterator0_t964970216 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckAllXMLU3Ec__Iterator0_MoveNext_m411731523_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = __this->get_U24PC_6(); V_0 = L_0; __this->set_U24PC_6((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0029; } case 1: { goto IL_00b4; } case 2: { goto IL_0140; } case 3: { goto IL_01a3; } } } { goto IL_01aa; } IL_0029: { __this->set_U3CisLoadedU3E__0_0((bool)0); __this->set_U3CbytesU3E__0_1((ByteU5BU5D_t4116647657*)NULL); IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); String_t* L_2 = ResourcePath_get_HotFixFolderName_m2258227219(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, L_2, _stringLiteral1623561036, /*hidden argument*/NULL); __this->set_U3CpathU3E__0_2(L_3); String_t* L_4 = __this->get_U3CpathU3E__0_2(); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); bool L_5 = CIOVar_IsFileExist_m4190802418(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00d2; } } { String_t* L_6 = __this->get_U3CpathU3E__0_2(); ByteU5BU5D_t4116647657* L_7 = CReadVar_ReadFile_m2302192807(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); __this->set_U3CbytesU3E__0_1(L_7); ByteU5BU5D_t4116647657* L_8 = __this->get_U3CbytesU3E__0_1(); if (!L_8) { goto IL_00b9; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_9 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_10 = __this->get_U3CbytesU3E__0_1(); NullCheck(L_9); String_t* L_11 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_9, L_10); IL2CPP_RUNTIME_CLASS_INIT(AssetManager_t2546491902_il2cpp_TypeInfo_var); AssetManager_LoadAllXML_m1243220129(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); __this->set_U3CisLoadedU3E__0_0((bool)1); int32_t L_12 = 1; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); __this->set_U24current_4(L_13); bool L_14 = __this->get_U24disposing_5(); if (L_14) { goto IL_00af; } } { __this->set_U24PC_6(1); } IL_00af: { goto IL_01ac; } IL_00b4: { goto IL_00d2; } IL_00b9: { ObjectU5BU5D_t2843939325* L_15 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_16 = __this->get_U3CpathU3E__0_2(); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(0), (RuntimeObject *)L_16); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarningFormat_m2535776735(NULL /*static, unused*/, _stringLiteral3456010441, L_15, /*hidden argument*/NULL); } IL_00d2: { bool L_17 = __this->get_U3CisLoadedU3E__0_0(); if (L_17) { goto IL_015e; } } { IL2CPP_RUNTIME_CLASS_INIT(AssetHelper_t687966792_il2cpp_TypeInfo_var); String_t* L_18 = AssetHelper_GetSandboxAllXMLPath_m332902427(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_U3CpathU3E__0_2(L_18); String_t* L_19 = __this->get_U3CpathU3E__0_2(); ByteU5BU5D_t4116647657* L_20 = CReadVar_ReadFileFullPath_m2356108572(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); __this->set_U3CbytesU3E__0_1(L_20); ByteU5BU5D_t4116647657* L_21 = __this->get_U3CbytesU3E__0_1(); if (!L_21) { goto IL_0145; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_22 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_23 = __this->get_U3CbytesU3E__0_1(); NullCheck(L_22); String_t* L_24 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_22, L_23); IL2CPP_RUNTIME_CLASS_INIT(AssetManager_t2546491902_il2cpp_TypeInfo_var); AssetManager_LoadAllXML_m1243220129(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); __this->set_U3CisLoadedU3E__0_0((bool)1); int32_t L_25 = 1; RuntimeObject * L_26 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_25); __this->set_U24current_4(L_26); bool L_27 = __this->get_U24disposing_5(); if (L_27) { goto IL_013b; } } { __this->set_U24PC_6(2); } IL_013b: { goto IL_01ac; } IL_0140: { goto IL_015e; } IL_0145: { ObjectU5BU5D_t2843939325* L_28 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_29 = __this->get_U3CpathU3E__0_2(); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(0), (RuntimeObject *)L_29); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarningFormat_m2535776735(NULL /*static, unused*/, _stringLiteral2577500234, L_28, /*hidden argument*/NULL); } IL_015e: { bool L_30 = __this->get_U3CisLoadedU3E__0_0(); if (L_30) { goto IL_0178; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral1493986480, /*hidden argument*/NULL); goto IL_01aa; } IL_0178: { HotFixState_t4251295459 * L_31 = __this->get_U24this_3(); NullCheck(L_31); HotFixState_HotFixFinished_m2210965167(L_31, /*hidden argument*/NULL); int32_t L_32 = 1; RuntimeObject * L_33 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_32); __this->set_U24current_4(L_33); bool L_34 = __this->get_U24disposing_5(); if (L_34) { goto IL_019e; } } { __this->set_U24PC_6(3); } IL_019e: { goto IL_01ac; } IL_01a3: { __this->set_U24PC_6((-1)); } IL_01aa: { return (bool)0; } IL_01ac: { return (bool)1; } } // System.Object HotFixState/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAllXMLU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m3873068110 (U3CCheckAllXMLU3Ec__Iterator0_t964970216 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_4(); return L_0; } } // System.Object HotFixState/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAllXMLU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m4194544818 (U3CCheckAllXMLU3Ec__Iterator0_t964970216 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_4(); return L_0; } } // System.Void HotFixState/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CCheckAllXMLU3Ec__Iterator0_Dispose_m72029979 (U3CCheckAllXMLU3Ec__Iterator0_t964970216 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_5((bool)1); __this->set_U24PC_6((-1)); return; } } // System.Void HotFixState/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CCheckAllXMLU3Ec__Iterator0_Reset_m4064971894 (U3CCheckAllXMLU3Ec__Iterator0_t964970216 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckAllXMLU3Ec__Iterator0_Reset_m4064971894_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,U3CCheckAllXMLU3Ec__Iterator0_Reset_m4064971894_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 HotFixState/c__Iterator4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckAppVersionU3Ec__Iterator4__ctor_m849724385 (U3CCheckAppVersionU3Ec__Iterator4_t4272772224 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean HotFixState/c__Iterator4::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CCheckAppVersionU3Ec__Iterator4_MoveNext_m305349057 (U3CCheckAppVersionU3Ec__Iterator4_t4272772224 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckAppVersionU3Ec__Iterator4_MoveNext_m305349057_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_U24PC_6(); V_0 = L_0; __this->set_U24PC_6((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0025; } case 1: { goto IL_00df; } case 2: { goto IL_0171; } } } { goto IL_017d; } IL_0025: { ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); HotFixState_t4251295459 * L_3 = __this->get_U24this_3(); HotFixState_t4251295459 * L_4 = L_3; NullCheck(L_4); int32_t L_5 = L_4->get_m_progress_2(); int32_t L_6 = L_5; V_1 = L_6; NullCheck(L_4); L_4->set_m_progress_2(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); int32_t L_7 = V_1; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_9); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_9); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral2060095063, L_2, /*hidden argument*/NULL); __this->set_U3CdataRemoteVersionRequestKeyU3E__0_0(_stringLiteral146655915); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1085050331_il2cpp_TypeInfo_var); ServerSetting_t2760349885 * L_10 = Singleton_1_get_Instance_m906527132(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m906527132_RuntimeMethod_var); String_t* L_11 = __this->get_U3CdataRemoteVersionRequestKeyU3E__0_0(); NullCheck(L_10); String_t* L_12 = ServerSetting_GetPropertyValue_m2475801718(L_10, L_11, /*hidden argument*/NULL); __this->set_U3CremoteDataVersionRequestUrlU3E__0_1(L_12); HotFixState_t4251295459 * L_13 = __this->get_U24this_3(); NullCheck(L_13); bool L_14 = L_13->get_m_isProxy_3(); if (!L_14) { goto IL_00aa; } } { HotFixState_t4251295459 * L_15 = __this->get_U24this_3(); NullCheck(L_15); String_t* L_16 = L_15->get_m_remoteVersionUrl_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if (L_17) { goto IL_00aa; } } { HotFixState_t4251295459 * L_18 = __this->get_U24this_3(); NullCheck(L_18); String_t* L_19 = L_18->get_m_remoteVersionUrl_4(); __this->set_U3CremoteDataVersionRequestUrlU3E__0_1(L_19); } IL_00aa: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_U3CdataRemoteVersionU3E__0_2(L_20); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3525596842_il2cpp_TypeInfo_var); HttpCoroutine_t905929100 * L_21 = Singleton_1_get_Instance_m1358402437(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1358402437_RuntimeMethod_var); String_t* L_22 = __this->get_U3CremoteDataVersionRequestUrlU3E__0_1(); NullCheck(L_21); HttpCoroutine_t905929100 * L_23 = HttpCoroutine_Get_m1462774398(L_21, L_22, /*hidden argument*/NULL); __this->set_U24current_4(L_23); bool L_24 = __this->get_U24disposing_5(); if (L_24) { goto IL_00da; } } { __this->set_U24PC_6(1); } IL_00da: { goto IL_017f; } IL_00df: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3525596842_il2cpp_TypeInfo_var); HttpCoroutine_t905929100 * L_25 = Singleton_1_get_Instance_m1358402437(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1358402437_RuntimeMethod_var); NullCheck(L_25); String_t* L_26 = HttpCoroutine_get_error_m3986928353(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); if (L_27) { goto IL_0111; } } { ObjectU5BU5D_t2843939325* L_28 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_29 = __this->get_U3CremoteDataVersionRequestUrlU3E__0_1(); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(0), (RuntimeObject *)L_29); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogErrorFormat_m575266265(NULL /*static, unused*/, _stringLiteral744625708, L_28, /*hidden argument*/NULL); goto IL_017d; } IL_0111: { String_t* L_30 = __this->get_U3CremoteDataVersionRequestUrlU3E__0_1(); String_t* L_31 = __this->get_U3CdataRemoteVersionU3E__0_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral4141923353, L_30, L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3525596842_il2cpp_TypeInfo_var); HttpCoroutine_t905929100 * L_33 = Singleton_1_get_Instance_m1358402437(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1358402437_RuntimeMethod_var); NullCheck(L_33); String_t* L_34 = HttpCoroutine_get_text_m1411618112(L_33, /*hidden argument*/NULL); __this->set_U3CdataRemoteVersionU3E__0_2(L_34); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1091525953_il2cpp_TypeInfo_var); CConfig_t2766825507 * L_35 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); String_t* L_36 = __this->get_U3CdataRemoteVersionU3E__0_2(); NullCheck(L_35); CConfig_SetRemoteVersion_m4037842170(L_35, L_36, /*hidden argument*/NULL); HotFixState_t4251295459 * L_37 = __this->get_U24this_3(); NullCheck(L_37); RuntimeObject* L_38 = HotFixState_CheckFullVersion_m2684360578(L_37, /*hidden argument*/NULL); __this->set_U24current_4(L_38); bool L_39 = __this->get_U24disposing_5(); if (L_39) { goto IL_016c; } } { __this->set_U24PC_6(2); } IL_016c: { goto IL_017f; } IL_0171: { goto IL_017d; } // Dead block : IL_0176: ldarg.0 IL_017d: { return (bool)0; } IL_017f: { return (bool)1; } } // System.Object HotFixState/c__Iterator4::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAppVersionU3Ec__Iterator4_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m553445881 (U3CCheckAppVersionU3Ec__Iterator4_t4272772224 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_4(); return L_0; } } // System.Object HotFixState/c__Iterator4::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAppVersionU3Ec__Iterator4_System_Collections_IEnumerator_get_Current_m3053768213 (U3CCheckAppVersionU3Ec__Iterator4_t4272772224 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_4(); return L_0; } } // System.Void HotFixState/c__Iterator4::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CCheckAppVersionU3Ec__Iterator4_Dispose_m2141604544 (U3CCheckAppVersionU3Ec__Iterator4_t4272772224 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_5((bool)1); __this->set_U24PC_6((-1)); return; } } // System.Void HotFixState/c__Iterator4::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CCheckAppVersionU3Ec__Iterator4_Reset_m2995617733 (U3CCheckAppVersionU3Ec__Iterator4_t4272772224 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckAppVersionU3Ec__Iterator4_Reset_m2995617733_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,U3CCheckAppVersionU3Ec__Iterator4_Reset_m2995617733_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 HotFixState/c__Iterator2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckFullVersionU3Ec__Iterator2__ctor_m1395620230 (U3CCheckFullVersionU3Ec__Iterator2_t2024604231 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean HotFixState/c__Iterator2::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CCheckFullVersionU3Ec__Iterator2_MoveNext_m3028377650 (U3CCheckFullVersionU3Ec__Iterator2_t2024604231 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckFullVersionU3Ec__Iterator2_MoveNext_m3028377650_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CVersionIssue_t3008599312 * V_1 = NULL; { int32_t L_0 = __this->get_U24PC_3(); __this->set_U24PC_3((-1)); if (L_0) { goto IL_0132; } } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t987768041_il2cpp_TypeInfo_var); HotFixHelper_t2663067595 * L_1 = Singleton_1_get_Instance_m855614156(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m855614156_RuntimeMethod_var); NullCheck(L_1); String_t* L_2 = HotFixHelper_GetFullVersion_m3267511071(L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; CVersionIssue_t3008599312 * L_4 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m2869330739(L_4, L_3, /*hidden argument*/NULL); V_1 = L_4; CVersionIssue_t3008599312 * L_5 = V_1; NullCheck(L_5); bool L_6 = CVersionIssue_IsValid_m2336196782(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_005e; } } { ObjectU5BU5D_t2843939325* L_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_8 = V_0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral905886549, L_7, /*hidden argument*/NULL); MonoBeBehaviourManager_t4147374129 * L_9 = SingletonMonobehaviour_1_get_Instance_m4042176937(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var); HotFixState_t4251295459 * L_10 = __this->get_U24this_0(); NullCheck(L_10); RuntimeObject* L_11 = HotFixState_CheckVersion_m1347604664(L_10, /*hidden argument*/NULL); NullCheck(L_9); MonoBehaviour_StartCoroutine_m3411253000(L_9, L_11, /*hidden argument*/NULL); goto IL_0132; } IL_005e: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1091525953_il2cpp_TypeInfo_var); CConfig_t2766825507 * L_12 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); NullCheck(L_12); CVersionIssue_t3008599312 * L_13 = CConfig_GetLocalVersion_m3274848080(L_12, /*hidden argument*/NULL); NullCheck(L_13); bool L_14 = CVersionIssue_IsValid_m2336196782(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_009d; } } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1091525953_il2cpp_TypeInfo_var); CConfig_t2766825507 * L_15 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); CVersionIssue_t3008599312 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16); NullCheck(L_15); CConfig_SetLocalVersion_m724167094(L_15, L_17, /*hidden argument*/NULL); MonoBeBehaviourManager_t4147374129 * L_18 = SingletonMonobehaviour_1_get_Instance_m4042176937(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var); HotFixState_t4251295459 * L_19 = __this->get_U24this_0(); NullCheck(L_19); RuntimeObject* L_20 = HotFixState_CheckVersion_m1347604664(L_19, /*hidden argument*/NULL); NullCheck(L_18); MonoBehaviour_StartCoroutine_m3411253000(L_18, L_20, /*hidden argument*/NULL); goto IL_0132; } IL_009d: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1091525953_il2cpp_TypeInfo_var); CConfig_t2766825507 * L_21 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); NullCheck(L_21); CVersionIssue_t3008599312 * L_22 = CConfig_GetLocalVersion_m3274848080(L_21, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_23 = V_1; NullCheck(L_22); bool L_24 = CVersionIssue_LessThan_m56434960(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0107; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral3235338795, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1091525953_il2cpp_TypeInfo_var); CConfig_t2766825507 * L_26 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); CVersionIssue_t3008599312 * L_27 = V_1; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_27); NullCheck(L_26); CConfig_SetLocalVersion_m724167094(L_26, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); ResourcePath_DeleteHotFix_m3254473557(NULL /*static, unused*/, /*hidden argument*/NULL); CConfig_t2766825507 * L_29 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); CVersionIssue_t3008599312 * L_30 = V_1; NullCheck(L_30); String_t* L_31 = CVersionIssue_GetFullName_m2302036779(L_30, /*hidden argument*/NULL); NullCheck(L_29); CConfig_SetLocalVersion_m724167094(L_29, L_31, /*hidden argument*/NULL); MonoBeBehaviourManager_t4147374129 * L_32 = SingletonMonobehaviour_1_get_Instance_m4042176937(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var); HotFixState_t4251295459 * L_33 = __this->get_U24this_0(); NullCheck(L_33); RuntimeObject* L_34 = HotFixState_CheckVersion_m1347604664(L_33, /*hidden argument*/NULL); NullCheck(L_32); MonoBehaviour_StartCoroutine_m3411253000(L_32, L_34, /*hidden argument*/NULL); goto IL_0132; } IL_0107: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral25249242, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); MonoBeBehaviourManager_t4147374129 * L_36 = SingletonMonobehaviour_1_get_Instance_m4042176937(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var); HotFixState_t4251295459 * L_37 = __this->get_U24this_0(); NullCheck(L_37); RuntimeObject* L_38 = HotFixState_CheckVersion_m1347604664(L_37, /*hidden argument*/NULL); NullCheck(L_36); MonoBehaviour_StartCoroutine_m3411253000(L_36, L_38, /*hidden argument*/NULL); } IL_0132: { return (bool)0; } } // System.Object HotFixState/c__Iterator2::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckFullVersionU3Ec__Iterator2_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m311411901 (U3CCheckFullVersionU3Ec__Iterator2_t2024604231 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Object HotFixState/c__Iterator2::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckFullVersionU3Ec__Iterator2_System_Collections_IEnumerator_get_Current_m1441381360 (U3CCheckFullVersionU3Ec__Iterator2_t2024604231 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Void HotFixState/c__Iterator2::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CCheckFullVersionU3Ec__Iterator2_Dispose_m1428063634 (U3CCheckFullVersionU3Ec__Iterator2_t2024604231 * __this, const RuntimeMethod* method) { { return; } } // System.Void HotFixState/c__Iterator2::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CCheckFullVersionU3Ec__Iterator2_Reset_m1232341561 (U3CCheckFullVersionU3Ec__Iterator2_t2024604231 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckFullVersionU3Ec__Iterator2_Reset_m1232341561_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,U3CCheckFullVersionU3Ec__Iterator2_Reset_m1232341561_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 HotFixState/c__Iterator1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckNoNetU3Ec__Iterator1__ctor_m3005096313 (U3CCheckNoNetU3Ec__Iterator1_t3864336713 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean HotFixState/c__Iterator1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CCheckNoNetU3Ec__Iterator1_MoveNext_m932705003 (U3CCheckNoNetU3Ec__Iterator1_t3864336713 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckNoNetU3Ec__Iterator1_MoveNext_m932705003_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_0057; } } } { goto IL_005e; } IL_0021: { MonoBeBehaviourManager_t4147374129 * L_2 = SingletonMonobehaviour_1_get_Instance_m4042176937(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var); HotFixState_t4251295459 * L_3 = __this->get_U24this_0(); NullCheck(L_3); RuntimeObject* L_4 = HotFixState_CheckAllXML_m481093834(L_3, /*hidden argument*/NULL); NullCheck(L_2); MonoBehaviour_StartCoroutine_m3411253000(L_2, L_4, /*hidden argument*/NULL); int32_t L_5 = 1; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); __this->set_U24current_1(L_6); bool L_7 = __this->get_U24disposing_2(); if (L_7) { goto IL_0052; } } { __this->set_U24PC_3(1); } IL_0052: { goto IL_0060; } IL_0057: { __this->set_U24PC_3((-1)); } IL_005e: { return (bool)0; } IL_0060: { return (bool)1; } } // System.Object HotFixState/c__Iterator1::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckNoNetU3Ec__Iterator1_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m3588852910 (U3CCheckNoNetU3Ec__Iterator1_t3864336713 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Object HotFixState/c__Iterator1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckNoNetU3Ec__Iterator1_System_Collections_IEnumerator_get_Current_m2413290241 (U3CCheckNoNetU3Ec__Iterator1_t3864336713 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Void HotFixState/c__Iterator1::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CCheckNoNetU3Ec__Iterator1_Dispose_m186012907 (U3CCheckNoNetU3Ec__Iterator1_t3864336713 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_2((bool)1); __this->set_U24PC_3((-1)); return; } } // System.Void HotFixState/c__Iterator1::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CCheckNoNetU3Ec__Iterator1_Reset_m3358137594 (U3CCheckNoNetU3Ec__Iterator1_t3864336713 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckNoNetU3Ec__Iterator1_Reset_m3358137594_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,U3CCheckNoNetU3Ec__Iterator1_Reset_m3358137594_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 HotFixState/c__Iterator3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckProxyVersionU3Ec__Iterator3__ctor_m4126693082 (U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean HotFixState/c__Iterator3::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CCheckProxyVersionU3Ec__Iterator3_MoveNext_m2564561011 (U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckProxyVersionU3Ec__Iterator3_MoveNext_m2564561011_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; String_t* G_B9_0 = NULL; LocalDataStorage_t2149724963 * G_B9_1 = NULL; String_t* G_B8_0 = NULL; LocalDataStorage_t2149724963 * G_B8_1 = NULL; int32_t G_B10_0 = 0; String_t* G_B10_1 = NULL; LocalDataStorage_t2149724963 * G_B10_2 = NULL; { 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_013c; } } } { goto IL_017f; } IL_0021: { U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * L_2 = (U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 *)il2cpp_codegen_object_new(U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284_il2cpp_TypeInfo_var); U3CCheckProxyVersionU3Ec__AnonStorey6__ctor_m1190106926(L_2, /*hidden argument*/NULL); __this->set_U24locvar0_4(L_2); U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * L_3 = __this->get_U24locvar0_4(); NullCheck(L_3); L_3->set_U3CU3Ef__refU243_1(__this); ObjectU5BU5D_t2843939325* L_4 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); HotFixState_t4251295459 * L_5 = __this->get_U24this_0(); HotFixState_t4251295459 * L_6 = L_5; NullCheck(L_6); int32_t L_7 = L_6->get_m_progress_2(); int32_t L_8 = L_7; V_1 = L_8; NullCheck(L_6); L_6->set_m_progress_2(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_11); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_11); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral3185188418, L_4, /*hidden argument*/NULL); U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * L_12 = __this->get_U24locvar0_4(); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1085050331_il2cpp_TypeInfo_var); ServerSetting_t2760349885 * L_13 = Singleton_1_get_Instance_m906527132(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m906527132_RuntimeMethod_var); NullCheck(L_13); String_t* L_14 = ServerSetting_GetPropertyValue_m2475801718(L_13, _stringLiteral1666243027, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_resProxy_0(L_14); U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * L_15 = __this->get_U24locvar0_4(); NullCheck(L_15); String_t* L_16 = L_15->get_resProxy_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00b0; } } { MonoBeBehaviourManager_t4147374129 * L_18 = SingletonMonobehaviour_1_get_Instance_m4042176937(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var); HotFixState_t4251295459 * L_19 = __this->get_U24this_0(); NullCheck(L_19); RuntimeObject* L_20 = HotFixState_CheckAppVersion_m488832795(L_19, /*hidden argument*/NULL); NullCheck(L_18); MonoBehaviour_StartCoroutine_m3411253000(L_18, L_20, /*hidden argument*/NULL); goto IL_017f; } IL_00b0: { U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * L_21 = __this->get_U24locvar0_4(); U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * L_22 = __this->get_U24locvar0_4(); NullCheck(L_22); String_t* L_23 = L_22->get_resProxy_0(); String_t* L_24 = VersionHelper_GetProgramVersion_m2386517133(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Format_m2844511972(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_resProxy_0(L_25); U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * L_26 = __this->get_U24locvar0_4(); NullCheck(L_26); String_t* L_27 = L_26->get_resProxy_0(); String_t* L_28 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1681858938, L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3432562628_il2cpp_TypeInfo_var); CWebConfig_t812894886 * L_29 = Singleton_1_get_Instance_m3349674717(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3349674717_RuntimeMethod_var); U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * L_30 = __this->get_U24locvar0_4(); NullCheck(L_30); String_t* L_31 = L_30->get_resProxy_0(); U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * L_32 = __this->get_U24locvar0_4(); intptr_t L_33 = (intptr_t)U3CCheckProxyVersionU3Ec__AnonStorey6_U3CU3Em__0_m3959670634_RuntimeMethod_var; Action_1_t2019918284 * L_34 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_34, L_32, L_33, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * L_35 = __this->get_U24locvar0_4(); intptr_t L_36 = (intptr_t)U3CCheckProxyVersionU3Ec__AnonStorey6_U3CU3Em__1_m3959635007_RuntimeMethod_var; Action_1_t2019918284 * L_37 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_37, L_35, L_36, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); NullCheck(L_29); CWebConfig_t812894886 * L_38 = CWebConfig_GetUrlC_m2563783179(L_29, L_31, L_34, L_37, (Action_1_t3123413348 *)NULL, /*hidden argument*/NULL); __this->set_U24current_1(L_38); bool L_39 = __this->get_U24disposing_2(); if (L_39) { goto IL_0137; } } { __this->set_U24PC_3(1); } IL_0137: { goto IL_0181; } IL_013c: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t474425409_il2cpp_TypeInfo_var); LocalDataStorage_t2149724963 * L_40 = Singleton_1_get_Instance_m1551102770(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1551102770_RuntimeMethod_var); HotFixState_t4251295459 * L_41 = __this->get_U24this_0(); NullCheck(L_41); bool L_42 = L_41->get_m_isProxy_3(); G_B8_0 = _stringLiteral3545523948; G_B8_1 = L_40; if (!L_42) { G_B9_0 = _stringLiteral3545523948; G_B9_1 = L_40; goto IL_015c; } } { G_B10_0 = 1; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_015d; } IL_015c: { G_B10_0 = 0; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_015d: { NullCheck(G_B10_2); LocalDataStorage_SaveInt_m3783769882(G_B10_2, G_B10_1, G_B10_0, /*hidden argument*/NULL); MonoBeBehaviourManager_t4147374129 * L_43 = SingletonMonobehaviour_1_get_Instance_m4042176937(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var); HotFixState_t4251295459 * L_44 = __this->get_U24this_0(); NullCheck(L_44); RuntimeObject* L_45 = HotFixState_CheckAppVersion_m488832795(L_44, /*hidden argument*/NULL); NullCheck(L_43); MonoBehaviour_StartCoroutine_m3411253000(L_43, L_45, /*hidden argument*/NULL); __this->set_U24PC_3((-1)); } IL_017f: { return (bool)0; } IL_0181: { return (bool)1; } } // System.Object HotFixState/c__Iterator3::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckProxyVersionU3Ec__Iterator3_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m2042940183 (U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Object HotFixState/c__Iterator3::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckProxyVersionU3Ec__Iterator3_System_Collections_IEnumerator_get_Current_m2915093248 (U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Void HotFixState/c__Iterator3::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CCheckProxyVersionU3Ec__Iterator3_Dispose_m3064798910 (U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_2((bool)1); __this->set_U24PC_3((-1)); return; } } // System.Void HotFixState/c__Iterator3::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CCheckProxyVersionU3Ec__Iterator3_Reset_m2898694302 (U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckProxyVersionU3Ec__Iterator3_Reset_m2898694302_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,U3CCheckProxyVersionU3Ec__Iterator3_Reset_m2898694302_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 HotFixState/c__Iterator3/c__AnonStorey6::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckProxyVersionU3Ec__AnonStorey6__ctor_m1190106926 (U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void HotFixState/c__Iterator3/c__AnonStorey6::<>m__0(System.String) extern "C" IL2CPP_METHOD_ATTR void U3CCheckProxyVersionU3Ec__AnonStorey6_U3CU3Em__0_m3959670634 (U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckProxyVersionU3Ec__AnonStorey6_U3CU3Em__0_m3959670634_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; { String_t* L_0 = ___s0; String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral56571562, L_0, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); String_t* L_6 = ___s0; CharU5BU5D_t3528271667* L_7 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_6); StringU5BU5D_t1281789340* L_8 = String_Split_m3646115398(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; StringU5BU5D_t1281789340* L_9 = V_0; NullCheck(L_9); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))) >= ((int32_t)2))) { goto IL_006a; } } { ObjectU5BU5D_t2843939325* L_10 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); String_t* L_11 = ___s0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_10; String_t* L_13 = ___s0; NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_16); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral2978189367, L_12, /*hidden argument*/NULL); U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * L_17 = __this->get_U3CU3Ef__refU243_1(); NullCheck(L_17); HotFixState_t4251295459 * L_18 = L_17->get_U24this_0(); NullCheck(L_18); L_18->set_m_isProxy_3((bool)0); return; } IL_006a: { U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * L_19 = __this->get_U3CU3Ef__refU243_1(); NullCheck(L_19); HotFixState_t4251295459 * L_20 = L_19->get_U24this_0(); NullCheck(L_20); L_20->set_m_isProxy_3((bool)1); U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * L_21 = __this->get_U3CU3Ef__refU243_1(); NullCheck(L_21); HotFixState_t4251295459 * L_22 = L_21->get_U24this_0(); StringU5BU5D_t1281789340* L_23 = V_0; NullCheck(L_23); int32_t L_24 = 0; String_t* L_25 = (L_23)->GetAt(static_cast(L_24)); NullCheck(L_22); L_22->set_m_remoteVersionUrl_4(L_25); U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * L_26 = __this->get_U3CU3Ef__refU243_1(); NullCheck(L_26); HotFixState_t4251295459 * L_27 = L_26->get_U24this_0(); StringU5BU5D_t1281789340* L_28 = V_0; NullCheck(L_28); int32_t L_29 = 1; String_t* L_30 = (L_28)->GetAt(static_cast(L_29)); NullCheck(L_27); L_27->set_m_remoteResourceUrl_5(L_30); ObjectU5BU5D_t2843939325* L_31 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * L_32 = __this->get_U3CU3Ef__refU243_1(); NullCheck(L_32); HotFixState_t4251295459 * L_33 = L_32->get_U24this_0(); NullCheck(L_33); String_t* L_34 = L_33->get_m_remoteVersionUrl_4(); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_34); (L_31)->SetAt(static_cast(0), (RuntimeObject *)L_34); ObjectU5BU5D_t2843939325* L_35 = L_31; U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * L_36 = __this->get_U3CU3Ef__refU243_1(); NullCheck(L_36); HotFixState_t4251295459 * L_37 = L_36->get_U24this_0(); NullCheck(L_37); String_t* L_38 = L_37->get_m_remoteResourceUrl_5(); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_38); (L_35)->SetAt(static_cast(1), (RuntimeObject *)L_38); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral1301762955, L_35, /*hidden argument*/NULL); return; } } // System.Void HotFixState/c__Iterator3/c__AnonStorey6::<>m__1(System.String) extern "C" IL2CPP_METHOD_ATTR void U3CCheckProxyVersionU3Ec__AnonStorey6_U3CU3Em__1_m3959635007 (U3CCheckProxyVersionU3Ec__AnonStorey6_t1160982284 * __this, String_t* ___fail0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckProxyVersionU3Ec__AnonStorey6_U3CU3Em__1_m3959635007_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CCheckProxyVersionU3Ec__Iterator3_t3997563179 * L_0 = __this->get_U3CU3Ef__refU243_1(); NullCheck(L_0); HotFixState_t4251295459 * L_1 = L_0->get_U24this_0(); NullCheck(L_1); L_1->set_m_isProxy_3((bool)0); ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3)); String_t* L_3 = __this->get_resProxy_0(); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_t2843939325* L_4 = L_2; String_t* L_5 = ___fail0; 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 = ___fail0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_10); (L_6)->SetAt(static_cast(2), (RuntimeObject *)L_10); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral1042968436, L_6, /*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 HotFixState/c__Iterator5::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__Iterator5__ctor_m2163636580 (U3CCheckVersionU3Ec__Iterator5_t3300148884 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean HotFixState/c__Iterator5::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CCheckVersionU3Ec__Iterator5_MoveNext_m2334042463 (U3CCheckVersionU3Ec__Iterator5_t3300148884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckVersionU3Ec__Iterator5_MoveNext_m2334042463_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; Action_3_t3409849893 * G_B19_0 = NULL; String_t* G_B19_1 = NULL; String_t* G_B19_2 = NULL; CDownload_t4160115557 * G_B19_3 = NULL; U3CCheckVersionU3Ec__Iterator5_t3300148884 * G_B19_4 = NULL; Action_3_t3409849893 * G_B18_0 = NULL; String_t* G_B18_1 = NULL; String_t* G_B18_2 = NULL; CDownload_t4160115557 * G_B18_3 = NULL; U3CCheckVersionU3Ec__Iterator5_t3300148884 * G_B18_4 = NULL; Action_t1264377477 * G_B34_0 = NULL; Action_t1264377477 * G_B34_1 = NULL; String_t* G_B34_2 = NULL; String_t* G_B34_3 = NULL; int32_t G_B34_4 = 0; CUnzip_t1415754954 * G_B34_5 = NULL; U3CCheckVersionU3Ec__Iterator5_t3300148884 * G_B34_6 = NULL; Action_t1264377477 * G_B33_0 = NULL; Action_t1264377477 * G_B33_1 = NULL; String_t* G_B33_2 = NULL; String_t* G_B33_3 = NULL; int32_t G_B33_4 = 0; CUnzip_t1415754954 * G_B33_5 = NULL; U3CCheckVersionU3Ec__Iterator5_t3300148884 * G_B33_6 = NULL; { int32_t L_0 = __this->get_U24PC_12(); V_0 = L_0; __this->set_U24PC_12((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0031; } case 1: { goto IL_02c3; } case 2: { goto IL_032e; } case 3: { goto IL_0397; } case 4: { goto IL_03fa; } case 5: { goto IL_04dc; } } } { goto IL_0561; } IL_0031: { U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_2 = (U3CCheckVersionU3Ec__AnonStorey7_t2534351495 *)il2cpp_codegen_object_new(U3CCheckVersionU3Ec__AnonStorey7_t2534351495_il2cpp_TypeInfo_var); U3CCheckVersionU3Ec__AnonStorey7__ctor_m732604171(L_2, /*hidden argument*/NULL); __this->set_U24locvar0_13(L_2); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_3 = __this->get_U24locvar0_13(); NullCheck(L_3); L_3->set_U3CU3Ef__refU245_2(__this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral1114302, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1091525953_il2cpp_TypeInfo_var); CConfig_t2766825507 * L_5 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); NullCheck(L_5); bool L_6 = CConfig_ExistRemoteVersion_m337575176(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0086; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral792142151, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); goto IL_0561; } IL_0086: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1091525953_il2cpp_TypeInfo_var); CConfig_t2766825507 * L_8 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); NullCheck(L_8); CVersionIssue_t3008599312 * L_9 = CConfig_GetLocalVersion_m3274848080(L_8, /*hidden argument*/NULL); __this->set_U3ClocalVersionU3E__0_0(L_9); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_10 = __this->get_U24locvar0_13(); CConfig_t2766825507 * L_11 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); CVersionIssue_t3008599312 * L_12 = __this->get_U3ClocalVersionU3E__0_0(); NullCheck(L_11); CVersionIssue_t3008599312 * L_13 = CConfig_GetNextVersion_m3109398732(L_11, L_12, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_nextVersion_1(L_13); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_14 = __this->get_U24locvar0_13(); NullCheck(L_14); CVersionIssue_t3008599312 * L_15 = L_14->get_nextVersion_1(); CVersionIssue_t3008599312 * L_16 = __this->get_U3ClocalVersionU3E__0_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3395961326, L_15, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_18 = __this->get_U3ClocalVersionU3E__0_0(); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_19 = __this->get_U24locvar0_13(); NullCheck(L_19); CVersionIssue_t3008599312 * L_20 = L_19->get_nextVersion_1(); NullCheck(L_18); bool L_21 = CVersionIssue_LessThan_m56434960(L_18, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0107; } } { MonoBeBehaviourManager_t4147374129 * L_22 = SingletonMonobehaviour_1_get_Instance_m4042176937(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var); HotFixState_t4251295459 * L_23 = __this->get_U24this_9(); NullCheck(L_23); RuntimeObject* L_24 = HotFixState_CheckAllXML_m481093834(L_23, /*hidden argument*/NULL); NullCheck(L_22); MonoBehaviour_StartCoroutine_m3411253000(L_22, L_24, /*hidden argument*/NULL); goto IL_0561; } IL_0107: { __this->set_U3CpathU3E__0_1((String_t*)NULL); CVersionIssue_t3008599312 * L_25 = __this->get_U3ClocalVersionU3E__0_0(); NullCheck(L_25); bool L_26 = CVersionIssue_IsValid_m2336196782(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0189; } } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1091525953_il2cpp_TypeInfo_var); CConfig_t2766825507 * L_27 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_28 = __this->get_U24locvar0_13(); NullCheck(L_28); CVersionIssue_t3008599312 ** L_29 = L_28->get_address_of_nextVersion_1(); NullCheck(L_27); String_t* L_30 = CConfig_GetFullPath_m2123291782(L_27, L_29, /*hidden argument*/NULL); __this->set_U3CpathU3E__0_1(L_30); String_t* L_31 = __this->get_U3CpathU3E__0_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0164; } } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1091525953_il2cpp_TypeInfo_var); CConfig_t2766825507 * L_33 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); CVersionIssue_t3008599312 * L_34 = __this->get_U3ClocalVersionU3E__0_0(); NullCheck(L_33); String_t* L_35 = CConfig_GetNextVersionPath_m1429570612(L_33, L_34, /*hidden argument*/NULL); __this->set_U3CpathU3E__0_1(L_35); goto IL_0184; } IL_0164: { U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_36 = __this->get_U24locvar0_13(); NullCheck(L_36); CVersionIssue_t3008599312 * L_37 = L_36->get_nextVersion_1(); String_t* L_38 = __this->get_U3CpathU3E__0_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2557303460, L_37, L_38, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); } IL_0184: { goto IL_019f; } IL_0189: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1091525953_il2cpp_TypeInfo_var); CConfig_t2766825507 * L_40 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); CVersionIssue_t3008599312 * L_41 = __this->get_U3ClocalVersionU3E__0_0(); NullCheck(L_40); String_t* L_42 = CConfig_GetNextVersionPath_m1429570612(L_40, L_41, /*hidden argument*/NULL); __this->set_U3CpathU3E__0_1(L_42); } IL_019f: { __this->set_U3CremoteBaseUrlU3E__0_2(_stringLiteral759864181); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1085050331_il2cpp_TypeInfo_var); ServerSetting_t2760349885 * L_43 = Singleton_1_get_Instance_m906527132(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m906527132_RuntimeMethod_var); String_t* L_44 = __this->get_U3CremoteBaseUrlU3E__0_2(); NullCheck(L_43); String_t* L_45 = ServerSetting_GetPropertyValue_m2475801718(L_43, L_44, /*hidden argument*/NULL); __this->set_U3CremoteUrlU3E__0_3(L_45); HotFixState_t4251295459 * L_46 = __this->get_U24this_9(); NullCheck(L_46); String_t* L_47 = L_46->get_m_remoteResourceUrl_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_48 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); if (L_48) { goto IL_01e6; } } { HotFixState_t4251295459 * L_49 = __this->get_U24this_9(); NullCheck(L_49); String_t* L_50 = L_49->get_m_remoteResourceUrl_5(); __this->set_U3CremoteUrlU3E__0_3(L_50); } IL_01e6: { String_t* L_51 = __this->get_U3CremoteUrlU3E__0_3(); String_t* L_52 = __this->get_U3CpathU3E__0_1(); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_53 = Path_Combine_m3389272516(NULL /*static, unused*/, L_51, L_52, /*hidden argument*/NULL); __this->set_U3CremoteUrlU3E__0_3(L_53); String_t* L_54 = __this->get_U3CremoteUrlU3E__0_3(); NullCheck(L_54); String_t* L_55 = String_Replace_m1273907647(L_54, _stringLiteral3452614644, _stringLiteral3452614529, /*hidden argument*/NULL); __this->set_U3CremoteUrlU3E__0_3(L_55); String_t* L_56 = __this->get_U3CremoteUrlU3E__0_3(); int32_t L_57 = CMiscHelp_GetHash_m2118670691(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); V_1 = L_57; String_t* L_58 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2054799041, L_58, _stringLiteral3900656079, /*hidden argument*/NULL); __this->set_U3CfileNameU3E__0_4(L_59); String_t* L_60 = Application_get_temporaryCachePath_m1214546342(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_61 = __this->get_U3CfileNameU3E__0_4(); String_t* L_62 = Path_Combine_m3389272516(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); __this->set_U3CzipfileU3E__0_5(L_62); String_t* L_63 = __this->get_U3CremoteUrlU3E__0_3(); String_t* L_64 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2665633248, L_63, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); String_t* L_65 = __this->get_U3CremoteUrlU3E__0_3(); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest_t1939381076 * L_66 = WebRequest_Create_m1521009289(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); __this->set_U3CreqU3E__0_6(L_66); WebRequest_t1939381076 * L_67 = __this->get_U3CreqU3E__0_6(); NullCheck(L_67); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void System.Net.WebRequest::set_Method(System.String) */, L_67, _stringLiteral831347629); WebRequest_t1939381076 * L_68 = __this->get_U3CreqU3E__0_6(); NullCheck(L_68); WebResponse_t229922639 * L_69 = VirtFuncInvoker0< WebResponse_t229922639 * >::Invoke(23 /* System.Net.WebResponse System.Net.WebRequest::GetResponse() */, L_68); __this->set_U3CrespU3E__0_7(L_69); WebResponse_t229922639 * L_70 = __this->get_U3CrespU3E__0_7(); __this->set_U24current_10(L_70); bool L_71 = __this->get_U24disposing_11(); if (L_71) { goto IL_02be; } } { __this->set_U24PC_12(1); } IL_02be: { goto IL_0563; } IL_02c3: { U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_72 = __this->get_U24locvar0_13(); NullCheck(L_72); L_72->set_sizeRemaining_0((((int64_t)((int64_t)0)))); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t2484816003_il2cpp_TypeInfo_var); CDownload_t4160115557 * L_73 = Singleton_1_get_Instance_m3232929273(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3232929273_RuntimeMethod_var); String_t* L_74 = __this->get_U3CzipfileU3E__0_5(); String_t* L_75 = __this->get_U3CremoteUrlU3E__0_3(); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_76 = __this->get_U24locvar0_13(); intptr_t L_77 = (intptr_t)U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__0_m3436429899_RuntimeMethod_var; Action_3_t3409849893 * L_78 = (Action_3_t3409849893 *)il2cpp_codegen_object_new(Action_3_t3409849893_il2cpp_TypeInfo_var); Action_3__ctor_m1510624085(L_78, L_76, L_77, /*hidden argument*/Action_3__ctor_m1510624085_RuntimeMethod_var); Action_t1264377477 * L_79 = ((U3CCheckVersionU3Ec__Iterator5_t3300148884_StaticFields*)il2cpp_codegen_static_fields_for(U3CCheckVersionU3Ec__Iterator5_t3300148884_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_14(); G_B18_0 = L_78; G_B18_1 = L_75; G_B18_2 = L_74; G_B18_3 = L_73; G_B18_4 = __this; if (L_79) { G_B19_0 = L_78; G_B19_1 = L_75; G_B19_2 = L_74; G_B19_3 = L_73; G_B19_4 = __this; goto IL_030b; } } { intptr_t L_80 = (intptr_t)U3CCheckVersionU3Ec__Iterator5_U3CU3Em__0_m1936746041_RuntimeMethod_var; Action_t1264377477 * L_81 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_81, NULL, L_80, /*hidden argument*/NULL); ((U3CCheckVersionU3Ec__Iterator5_t3300148884_StaticFields*)il2cpp_codegen_static_fields_for(U3CCheckVersionU3Ec__Iterator5_t3300148884_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache0_14(L_81); G_B19_0 = G_B18_0; G_B19_1 = G_B18_1; G_B19_2 = G_B18_2; G_B19_3 = G_B18_3; G_B19_4 = G_B18_4; } IL_030b: { Action_t1264377477 * L_82 = ((U3CCheckVersionU3Ec__Iterator5_t3300148884_StaticFields*)il2cpp_codegen_static_fields_for(U3CCheckVersionU3Ec__Iterator5_t3300148884_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_14(); NullCheck(G_B19_3); RuntimeObject* L_83 = CDownload_StartDownloadBeforeC_m3852839688(G_B19_3, G_B19_2, G_B19_1, G_B19_0, L_82, /*hidden argument*/NULL); NullCheck(G_B19_4); G_B19_4->set_U24current_10(L_83); bool L_84 = __this->get_U24disposing_11(); if (L_84) { goto IL_0329; } } { __this->set_U24PC_12(2); } IL_0329: { goto IL_0563; } IL_032e: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t2484816003_il2cpp_TypeInfo_var); CDownload_t4160115557 * L_85 = Singleton_1_get_Instance_m3232929273(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3232929273_RuntimeMethod_var); NullCheck(L_85); bool L_86 = CDownload_IsDone_m1206231450(L_85, /*hidden argument*/NULL); if (L_86) { goto IL_0357; } } { String_t* L_87 = __this->get_U3CremoteUrlU3E__0_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_88 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral410906000, L_87, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_88, /*hidden argument*/NULL); goto IL_0561; } IL_0357: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t380813009_il2cpp_TypeInfo_var); CLoadingUI_t2056112563 * L_89 = Singleton_1_get_Instance_m1746511074(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1746511074_RuntimeMethod_var); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_90 = __this->get_U24locvar0_13(); NullCheck(L_90); int64_t L_91 = L_90->get_sizeRemaining_0(); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_92 = __this->get_U24locvar0_13(); NullCheck(L_92); CVersionIssue_t3008599312 * L_93 = L_92->get_nextVersion_1(); NullCheck(L_93); String_t* L_94 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_93); NullCheck(L_89); CLoadingUI_t2056112563 * L_95 = CLoadingUI_StartUpdateC_m546636314(L_89, L_91, L_94, (bool)1, /*hidden argument*/NULL); __this->set_U24current_10(L_95); bool L_96 = __this->get_U24disposing_11(); if (L_96) { goto IL_0392; } } { __this->set_U24PC_12(3); } IL_0392: { goto IL_0563; } IL_0397: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t2484816003_il2cpp_TypeInfo_var); CDownload_t4160115557 * L_97 = Singleton_1_get_Instance_m3232929273(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3232929273_RuntimeMethod_var); String_t* L_98 = __this->get_U3CzipfileU3E__0_5(); String_t* L_99 = __this->get_U3CremoteUrlU3E__0_3(); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_100 = __this->get_U24locvar0_13(); intptr_t L_101 = (intptr_t)U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__1_m2939671053_RuntimeMethod_var; Action_t1264377477 * L_102 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_102, L_100, L_101, /*hidden argument*/NULL); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_103 = __this->get_U24locvar0_13(); intptr_t L_104 = (intptr_t)U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__2_m1373587112_RuntimeMethod_var; Action_t1264377477 * L_105 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_105, L_103, L_104, /*hidden argument*/NULL); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_106 = __this->get_U24locvar0_13(); intptr_t L_107 = (intptr_t)U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__3_m298009586_RuntimeMethod_var; Action_1_t3123413348 * L_108 = (Action_1_t3123413348 *)il2cpp_codegen_object_new(Action_1_t3123413348_il2cpp_TypeInfo_var); Action_1__ctor_m4058363731(L_108, L_106, L_107, /*hidden argument*/Action_1__ctor_m4058363731_RuntimeMethod_var); NullCheck(L_97); RuntimeObject* L_109 = CDownload_StartDownloadC_m1160656982(L_97, L_98, L_99, L_102, L_105, L_108, /*hidden argument*/NULL); __this->set_U24current_10(L_109); bool L_110 = __this->get_U24disposing_11(); if (L_110) { goto IL_03f5; } } { __this->set_U24PC_12(4); } IL_03f5: { goto IL_0563; } IL_03fa: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t2484816003_il2cpp_TypeInfo_var); CDownload_t4160115557 * L_111 = Singleton_1_get_Instance_m3232929273(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3232929273_RuntimeMethod_var); NullCheck(L_111); bool L_112 = CDownload_IsDone_m1206231450(L_111, /*hidden argument*/NULL); if (L_112) { goto IL_0423; } } { String_t* L_113 = __this->get_U3CremoteUrlU3E__0_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_114 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3028380181, L_113, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_114, /*hidden argument*/NULL); goto IL_0561; } IL_0423: { ObjectU5BU5D_t2843939325* L_115 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_116 = __this->get_U3CremoteUrlU3E__0_3(); NullCheck(L_115); ArrayElementTypeCheck (L_115, L_116); (L_115)->SetAt(static_cast(0), (RuntimeObject *)L_116); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral1251488690, L_115, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ResourcePath_t2418003024_il2cpp_TypeInfo_var); String_t* L_117 = ResourcePath_get_RootPath_m41359506(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_U3CresPathU3E__0_8(L_117); String_t* L_118 = __this->get_U3CresPathU3E__0_8(); String_t* L_119 = __this->get_U3CzipfileU3E__0_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_120 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral227622767, L_118, L_119, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_120, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t380813009_il2cpp_TypeInfo_var); CLoadingUI_t2056112563 * L_121 = Singleton_1_get_Instance_m1746511074(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1746511074_RuntimeMethod_var); NullCheck(L_121); CLoadingUI_StartUnzip_m2906702794(L_121, /*hidden argument*/NULL); CUnzip_t1415754954 * L_122 = SingletonMonobehaviour_1_get_Instance_m3403594160(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m3403594160_RuntimeMethod_var); String_t* L_123 = __this->get_U3CresPathU3E__0_8(); String_t* L_124 = __this->get_U3CzipfileU3E__0_5(); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_125 = __this->get_U24locvar0_13(); intptr_t L_126 = (intptr_t)U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__4_m2536386526_RuntimeMethod_var; Action_t1264377477 * L_127 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_127, L_125, L_126, /*hidden argument*/NULL); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_128 = __this->get_U24locvar0_13(); intptr_t L_129 = (intptr_t)U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__5_m970302585_RuntimeMethod_var; Action_t1264377477 * L_130 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_130, L_128, L_129, /*hidden argument*/NULL); Action_1_t3123413348 * L_131 = ((U3CCheckVersionU3Ec__Iterator5_t3300148884_StaticFields*)il2cpp_codegen_static_fields_for(U3CCheckVersionU3Ec__Iterator5_t3300148884_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_15(); G_B33_0 = L_130; G_B33_1 = L_127; G_B33_2 = L_124; G_B33_3 = L_123; G_B33_4 = 0; G_B33_5 = L_122; G_B33_6 = __this; if (L_131) { G_B34_0 = L_130; G_B34_1 = L_127; G_B34_2 = L_124; G_B34_3 = L_123; G_B34_4 = 0; G_B34_5 = L_122; G_B34_6 = __this; goto IL_04b9; } } { intptr_t L_132 = (intptr_t)U3CCheckVersionU3Ec__Iterator5_U3CU3Em__1_m3961588556_RuntimeMethod_var; Action_1_t3123413348 * L_133 = (Action_1_t3123413348 *)il2cpp_codegen_object_new(Action_1_t3123413348_il2cpp_TypeInfo_var); Action_1__ctor_m4058363731(L_133, NULL, L_132, /*hidden argument*/Action_1__ctor_m4058363731_RuntimeMethod_var); ((U3CCheckVersionU3Ec__Iterator5_t3300148884_StaticFields*)il2cpp_codegen_static_fields_for(U3CCheckVersionU3Ec__Iterator5_t3300148884_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache1_15(L_133); G_B34_0 = G_B33_0; G_B34_1 = G_B33_1; G_B34_2 = G_B33_2; G_B34_3 = G_B33_3; G_B34_4 = G_B33_4; G_B34_5 = G_B33_5; G_B34_6 = G_B33_6; } IL_04b9: { Action_1_t3123413348 * L_134 = ((U3CCheckVersionU3Ec__Iterator5_t3300148884_StaticFields*)il2cpp_codegen_static_fields_for(U3CCheckVersionU3Ec__Iterator5_t3300148884_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_15(); NullCheck(G_B34_5); CUnzip_t1415754954 * L_135 = CUnzip_StartUnzipC_m1338054741(G_B34_5, (bool)G_B34_4, G_B34_3, G_B34_2, G_B34_1, G_B34_0, L_134, /*hidden argument*/NULL); NullCheck(G_B34_6); G_B34_6->set_U24current_10(L_135); bool L_136 = __this->get_U24disposing_11(); if (L_136) { goto IL_04d7; } } { __this->set_U24PC_12(5); } IL_04d7: { goto IL_0563; } IL_04dc: { CUnzip_t1415754954 * L_137 = SingletonMonobehaviour_1_get_Instance_m3403594160(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m3403594160_RuntimeMethod_var); NullCheck(L_137); bool L_138 = CUnzip_IsDone_m3607704926(L_137, /*hidden argument*/NULL); if (L_138) { goto IL_0505; } } { String_t* L_139 = __this->get_U3CzipfileU3E__0_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_140 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3889064763, L_139, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_140, /*hidden argument*/NULL); goto IL_0561; } IL_0505: { String_t* L_141 = __this->get_U3CzipfileU3E__0_5(); bool L_142 = File_Exists_m3943585060(NULL /*static, unused*/, L_141, /*hidden argument*/NULL); if (!L_142) { goto IL_0520; } } { String_t* L_143 = __this->get_U3CzipfileU3E__0_5(); File_Delete_m321251800(NULL /*static, unused*/, L_143, /*hidden argument*/NULL); } IL_0520: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1879134923, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1091525953_il2cpp_TypeInfo_var); CConfig_t2766825507 * L_144 = Singleton_1_get_Instance_m3209749847(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m3209749847_RuntimeMethod_var); U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * L_145 = __this->get_U24locvar0_13(); NullCheck(L_145); CVersionIssue_t3008599312 * L_146 = L_145->get_nextVersion_1(); NullCheck(L_146); String_t* L_147 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_146); NullCheck(L_144); CConfig_SetLocalVersion_m724167094(L_144, L_147, /*hidden argument*/NULL); MonoBeBehaviourManager_t4147374129 * L_148 = SingletonMonobehaviour_1_get_Instance_m4042176937(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var); HotFixState_t4251295459 * L_149 = __this->get_U24this_9(); NullCheck(L_149); RuntimeObject* L_150 = HotFixState_CheckVersion_m1347604664(L_149, /*hidden argument*/NULL); NullCheck(L_148); MonoBehaviour_StartCoroutine_m3411253000(L_148, L_150, /*hidden argument*/NULL); __this->set_U24PC_12((-1)); } IL_0561: { return (bool)0; } IL_0563: { return (bool)1; } } // System.Object HotFixState/c__Iterator5::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckVersionU3Ec__Iterator5_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m3757388699 (U3CCheckVersionU3Ec__Iterator5_t3300148884 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_10(); return L_0; } } // System.Object HotFixState/c__Iterator5::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckVersionU3Ec__Iterator5_System_Collections_IEnumerator_get_Current_m126299759 (U3CCheckVersionU3Ec__Iterator5_t3300148884 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_10(); return L_0; } } // System.Void HotFixState/c__Iterator5::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__Iterator5_Dispose_m367384477 (U3CCheckVersionU3Ec__Iterator5_t3300148884 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_11((bool)1); __this->set_U24PC_12((-1)); return; } } // System.Void HotFixState/c__Iterator5::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__Iterator5_Reset_m2329597587 (U3CCheckVersionU3Ec__Iterator5_t3300148884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckVersionU3Ec__Iterator5_Reset_m2329597587_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,U3CCheckVersionU3Ec__Iterator5_Reset_m2329597587_RuntimeMethod_var); } } // System.Void HotFixState/c__Iterator5::<>m__0() extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__Iterator5_U3CU3Em__0_m1936746041 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } // System.Void HotFixState/c__Iterator5::<>m__1(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__Iterator5_U3CU3Em__1_m3961588556 (RuntimeObject * __this /* static, unused */, int32_t ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckVersionU3Ec__Iterator5_U3CU3Em__1_m3961588556_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t380813009_il2cpp_TypeInfo_var); CLoadingUI_t2056112563 * L_0 = Singleton_1_get_Instance_m1746511074(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1746511074_RuntimeMethod_var); int32_t L_1 = ___p0; NullCheck(L_0); CLoadingUI_UnzipProgress_m1562501473(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 HotFixState/c__Iterator5/c__AnonStorey7::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__AnonStorey7__ctor_m732604171 (U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void HotFixState/c__Iterator5/c__AnonStorey7::<>m__0(System.Int64,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__0_m3436429899 (U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * __this, int64_t ___size0, int64_t ___loaded1, int64_t ___total2, const RuntimeMethod* method) { { int64_t L_0 = ___size0; __this->set_sizeRemaining_0(L_0); return; } } // System.Void HotFixState/c__Iterator5/c__AnonStorey7::<>m__1() extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__1_m2939671053 (U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__1_m2939671053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVersionIssue_t3008599312 * L_0 = __this->get_nextVersion_1(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_HotResJsonRoot_m3040280156(NULL /*static, unused*/, (bool)1, L_1, /*hidden argument*/NULL); return; } } // System.Void HotFixState/c__Iterator5/c__AnonStorey7::<>m__2() extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__2_m1373587112 (U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__2_m1373587112_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVersionIssue_t3008599312 * L_0 = __this->get_nextVersion_1(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_HotResJsonRoot_m3040280156(NULL /*static, unused*/, (bool)0, L_1, /*hidden argument*/NULL); return; } } // System.Void HotFixState/c__Iterator5/c__AnonStorey7::<>m__3(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__3_m298009586 (U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * __this, int32_t ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__3_m298009586_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t380813009_il2cpp_TypeInfo_var); CLoadingUI_t2056112563 * L_0 = Singleton_1_get_Instance_m1746511074(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1746511074_RuntimeMethod_var); int32_t L_1 = ___p0; CVersionIssue_t3008599312 * L_2 = __this->get_nextVersion_1(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); NullCheck(L_0); CLoadingUI_UpdateProgress_m181966819(L_0, L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void HotFixState/c__Iterator5/c__AnonStorey7::<>m__4() extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__4_m2536386526 (U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__4_m2536386526_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVersionIssue_t3008599312 * L_0 = __this->get_nextVersion_1(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_UnZipResJsonRoot_m1970932031(NULL /*static, unused*/, (bool)1, (bool)0, L_1, /*hidden argument*/NULL); return; } } // System.Void HotFixState/c__Iterator5/c__AnonStorey7::<>m__5() extern "C" IL2CPP_METHOD_ATTR void U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__5_m970302585 (U3CCheckVersionU3Ec__AnonStorey7_t2534351495 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCheckVersionU3Ec__AnonStorey7_U3CU3Em__5_m970302585_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVersionIssue_t3008599312 * L_0 = __this->get_nextVersion_1(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_UnZipResJsonRoot_m1970932031(NULL /*static, unused*/, (bool)0, (bool)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 HotPerformState::.ctor(ProcedureFsm,System.Int32) extern "C" IL2CPP_METHOD_ATTR void HotPerformState__ctor_m2890898626 (HotPerformState_t4166388103 * __this, ProcedureFsm_t3181162420 * ___fsm0, int32_t ___key1, const RuntimeMethod* method) { { ProcedureFsm_t3181162420 * L_0 = ___fsm0; int32_t L_1 = ___key1; SimpleState__ctor_m935720394(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void HotPerformState::Enter() extern "C" IL2CPP_METHOD_ATTR void HotPerformState_Enter_m27391731 (HotPerformState_t4166388103 * __this, const RuntimeMethod* method) { { return; } } // System.Void HotPerformState::Exit() extern "C" IL2CPP_METHOD_ATTR void HotPerformState_Exit_m3934161825 (HotPerformState_t4166388103 * __this, const RuntimeMethod* method) { { return; } } // System.Void HotPerformState::Update() extern "C" IL2CPP_METHOD_ATTR void HotPerformState_Update_m3664721041 (HotPerformState_t4166388103 * __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 HUBSDKManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager__ctor_m1306830294 (HUBSDKManager_t2315102214 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager__ctor_m1306830294_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SingletonMonobehaviour_1__ctor_m2400031163(__this, /*hidden argument*/SingletonMonobehaviour_1__ctor_m2400031163_RuntimeMethod_var); return; } } // System.Void HUBSDKManager::Start() extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_Start_m1392837954 (HUBSDKManager_t2315102214 * __this, const RuntimeMethod* method) { { return; } } // System.Int64 HUBSDKManager::GetUserId() extern "C" IL2CPP_METHOD_ATTR int64_t HUBSDKManager_GetUserId_m4076589182 (HUBSDKManager_t2315102214 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_userID_11(); return L_0; } } // System.Boolean HUBSDKManager::Enable() extern "C" IL2CPP_METHOD_ATTR bool HUBSDKManager_Enable_m902760714 (HUBSDKManager_t2315102214 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_Enable_m902760714_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Application_get_version_m2436029190(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = String_Equals_m2270643605(L_0, _stringLiteral311822832, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { return (bool)0; } IL_0016: { return (bool)1; } } // System.Void HUBSDKManager::SetServerID(System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_SetServerID_m1362839098 (HUBSDKManager_t2315102214 * __this, String_t* ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_SetServerID_m1362839098_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = HUBSDKManager_Enable_m902760714(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { String_t* L_1 = ___id0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2604011191, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLeDouApi_t315808977_il2cpp_TypeInfo_var); CLeDouApi_t315808977 * L_3 = CLeDouApi_GetInstance_m2327091180(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = ___id0; NullCheck(L_3); CLeDouApi_SetServerID_m2382989600(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void HUBSDKManager::ShowLogin() extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_ShowLogin_m2323142946 (HUBSDKManager_t2315102214 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_ShowLogin_m2323142946_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = HUBSDKManager_Enable_m902760714(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { bool L_1 = __this->get_m_isWaiting_9(); if (!L_1) { goto IL_0018; } } { return; } IL_0018: { __this->set_m_isWaiting_9((bool)1); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2804365046, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLeDouApi_t315808977_il2cpp_TypeInfo_var); CLeDouApi_t315808977 * L_2 = CLeDouApi_GetInstance_m2327091180(NULL /*static, unused*/, /*hidden argument*/NULL); 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(); NullCheck(L_2); CLeDouApi_ShowLogin_m566656782(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void HUBSDKManager::LoginSuccessSDK(SDKParams) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_LoginSuccessSDK_m4248764289 (HUBSDKManager_t2315102214 * __this, SDKParams_t3933363587 * ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_LoginSuccessSDK_m4248764289_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SDKParams_t3933363587 * L_0 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral976695506, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); SDKParams_t3933363587 * L_2 = ___str0; NullCheck(L_2); String_t* L_3 = L_2->get_gameId_1(); SDKParams_t3933363587 * L_4 = ___str0; NullCheck(L_4); String_t* L_5 = L_4->get_openId_0(); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendLoginResult_m4060963161(NULL /*static, unused*/, (bool)1, L_3, L_5, (bool)0, L_6, /*hidden argument*/NULL); Action_1_t3252573759 * L_7 = __this->get_loginSuccessCallback_3(); if (!L_7) { goto IL_0049; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1617042761, /*hidden argument*/NULL); Action_1_t3252573759 * L_8 = __this->get_loginSuccessCallback_3(); SDKParams_t3933363587 * L_9 = ___str0; NullCheck(L_8); Action_1_Invoke_m2461023210(L_8, L_9, /*hidden argument*/Action_1_Invoke_m2461023210_RuntimeMethod_var); } IL_0049: { __this->set_m_isWaiting_9((bool)0); return; } } // System.Void HUBSDKManager::LoginFailureSDK(System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_LoginFailureSDK_m2815281253 (HUBSDKManager_t2315102214 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_LoginFailureSDK_m2815281253_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(); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendLoginResult_m4060963161(NULL /*static, unused*/, (bool)0, L_0, L_1, (bool)0, L_2, /*hidden argument*/NULL); String_t* L_3 = ___str0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1820796979, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); Action_1_t2019918284 * L_6 = __this->get_loginFailCallback_4(); if (!L_6) { goto IL_0042; } } { Action_1_t2019918284 * L_7 = __this->get_loginFailCallback_4(); String_t* L_8 = ___str0; NullCheck(L_7); Action_1_Invoke_m3134296422(L_7, L_8, /*hidden argument*/Action_1_Invoke_m3134296422_RuntimeMethod_var); } IL_0042: { __this->set_m_isWaiting_9((bool)0); return; } } // System.Void HUBSDKManager::WatchAD(ADInfo) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_WatchAD_m1940724362 (HUBSDKManager_t2315102214 * __this, ADInfo_t3964066602 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_WatchAD_m1940724362_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ADInfo_t3964066602 * L_0 = ___info0; NullCheck(L_0); String_t* L_1 = L_0->get_ADEventID_2(); ADInfo_t3964066602 * L_2 = ___info0; NullCheck(L_2); int32_t L_3 = L_2->get_ADEventParam1_3(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1967614328, L_1, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); ADInfo_t3964066602 * L_7 = ___info0; __this->set_m_adInfo_10(L_7); BuryDotManager_t206178304 * L_8 = SingletonMonobehaviour_1_get_Instance_m210513246(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m210513246_RuntimeMethod_var); ADInfo_t3964066602 * L_9 = __this->get_m_adInfo_10(); NullCheck(L_9); String_t* L_10 = L_9->get_ADEventID_2(); int32_t L_11 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); ADInfo_t3964066602 * L_12 = __this->get_m_adInfo_10(); NullCheck(L_12); int32_t L_13 = L_12->get_ADEventParam1_3(); NullCheck(L_8); BuryDotManager_SendBuryDot_m2635331183(L_8, ((int32_t)500), ((int32_t)501), L_11, L_13, /*hidden argument*/NULL); bool L_14 = HUBSDKManager_Enable_m902760714(__this, /*hidden argument*/NULL); if (L_14) { goto IL_006c; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral3217633318, /*hidden argument*/NULL); return; } IL_006c: { bool L_15 = __this->get_m_isWaiting_9(); if (!L_15) { goto IL_0082; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1981847255, /*hidden argument*/NULL); return; } IL_0082: { ADInfo_t3964066602 * L_16 = ___info0; NullCheck(L_16); String_t* L_17 = L_16->get_ADEventID_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral947670024, L_17, /*hidden argument*/NULL); V_0 = L_18; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_19 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_20 = V_0; NullCheck(L_19); CFitfunApiPlugin_FitfunSetAny_m718870777(L_19, _stringLiteral2959242208, L_20, /*hidden argument*/NULL); __this->set_m_isWaiting_9((bool)1); return; } } // System.Void HUBSDKManager::WatchADLoadedCallback() extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_WatchADLoadedCallback_m1882981154 (HUBSDKManager_t2315102214 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_WatchADLoadedCallback_m1882981154_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_2_t4177122770 * L_0 = __this->get_watchADLoadedCallback_6(); if (!L_0) { goto IL_003d; } } { ADInfo_t3964066602 * L_1 = __this->get_m_adInfo_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_003d; } } { Action_2_t4177122770 * L_3 = __this->get_watchADLoadedCallback_6(); ADInfo_t3964066602 * L_4 = __this->get_m_adInfo_10(); NullCheck(L_4); int32_t L_5 = ADInfo_get_EventType_m2420568232(L_4, /*hidden argument*/NULL); ADInfo_t3964066602 * L_6 = __this->get_m_adInfo_10(); NullCheck(L_6); int32_t L_7 = L_6->get_ADEventParam1_3(); NullCheck(L_3); Action_2_Invoke_m3616124733(L_3, L_5, L_7, /*hidden argument*/Action_2_Invoke_m3616124733_RuntimeMethod_var); } IL_003d: { BuryDotManager_t206178304 * L_8 = SingletonMonobehaviour_1_get_Instance_m210513246(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m210513246_RuntimeMethod_var); ADInfo_t3964066602 * L_9 = __this->get_m_adInfo_10(); NullCheck(L_9); String_t* L_10 = L_9->get_ADEventID_2(); int32_t L_11 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); ADInfo_t3964066602 * L_12 = __this->get_m_adInfo_10(); NullCheck(L_12); int32_t L_13 = L_12->get_ADEventParam1_3(); NullCheck(L_8); BuryDotManager_SendBuryDot_m2635331183(L_8, ((int32_t)500), ((int32_t)502), L_11, L_13, /*hidden argument*/NULL); return; } } // System.Void HUBSDKManager::WatchADCallback(System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_WatchADCallback_m2700328366 (HUBSDKManager_t2315102214 * __this, bool ___isSuccess0, String_t* ___adCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_WatchADCallback_m2700328366_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; CMsgCustom_t3704829624 * V_1 = NULL; { __this->set_m_isWaiting_9((bool)0); ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral2739582522); (L_0)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2739582522); ObjectU5BU5D_t2843939325* L_1 = L_0; String_t* L_2 = ___adCode1; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(1), (RuntimeObject *)L_2); ObjectU5BU5D_t2843939325* L_3 = L_1; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3450517380); (L_3)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3450517380); ObjectU5BU5D_t2843939325* L_4 = L_3; ADInfo_t3964066602 * L_5 = __this->get_m_adInfo_10(); NullCheck(L_5); String_t* L_6 = L_5->get_ADEventID_2(); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(3), (RuntimeObject *)L_6); ObjectU5BU5D_t2843939325* L_7 = L_4; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3450517380); (L_7)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3450517380); ObjectU5BU5D_t2843939325* L_8 = L_7; ADInfo_t3964066602 * L_9 = __this->get_m_adInfo_10(); NullCheck(L_9); int32_t L_10 = L_9->get_ADEventParam1_3(); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_12); (L_8)->SetAt(static_cast(5), (RuntimeObject *)L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m2971454694(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); bool L_14 = ___isSuccess0; if (L_14) { goto IL_00d7; } } { ObjectU5BU5D_t2843939325* L_15 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral2472084187); (L_15)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2472084187); ObjectU5BU5D_t2843939325* L_16 = L_15; String_t* L_17 = ___adCode1; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(1), (RuntimeObject *)L_17); ObjectU5BU5D_t2843939325* L_18 = L_16; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral3450517380); (L_18)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3450517380); ObjectU5BU5D_t2843939325* L_19 = L_18; ADInfo_t3964066602 * L_20 = __this->get_m_adInfo_10(); NullCheck(L_20); String_t* L_21 = L_20->get_ADEventID_2(); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(3), (RuntimeObject *)L_21); ObjectU5BU5D_t2843939325* L_22 = L_19; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral3450517380); (L_22)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3450517380); ObjectU5BU5D_t2843939325* L_23 = L_22; ADInfo_t3964066602 * L_24 = __this->get_m_adInfo_10(); NullCheck(L_24); int32_t L_25 = L_24->get_ADEventParam1_3(); int32_t L_26 = L_25; RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_27); (L_23)->SetAt(static_cast(5), (RuntimeObject *)L_27); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m2971454694(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); BuryDotManager_t206178304 * L_29 = SingletonMonobehaviour_1_get_Instance_m210513246(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m210513246_RuntimeMethod_var); ADInfo_t3964066602 * L_30 = __this->get_m_adInfo_10(); NullCheck(L_30); String_t* L_31 = L_30->get_ADEventID_2(); int32_t L_32 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); ADInfo_t3964066602 * L_33 = __this->get_m_adInfo_10(); NullCheck(L_33); int32_t L_34 = L_33->get_ADEventParam1_3(); NullCheck(L_29); BuryDotManager_SendBuryDot_m2635331183(L_29, ((int32_t)500), ((int32_t)504), L_32, L_34, /*hidden argument*/NULL); return; } IL_00d7: { CDataArray_t4068198041 * L_35 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_35, /*hidden argument*/NULL); V_0 = L_35; CDataArray_t4068198041 * L_36 = V_0; NullCheck(L_36); CDataArray_Push_m3820844360(L_36, ((int32_t)2099), /*hidden argument*/NULL); CDataArray_t4068198041 * L_37 = V_0; String_t* L_38 = ___adCode1; NullCheck(L_37); CDataArray_Push_m1799687930(L_37, L_38, /*hidden argument*/NULL); CDataArray_t4068198041 * L_39 = V_0; ADInfo_t3964066602 * L_40 = __this->get_m_adInfo_10(); NullCheck(L_40); int32_t L_41 = ADInfo_get_EventType_m2420568232(L_40, /*hidden argument*/NULL); NullCheck(L_39); CDataArray_Push_m3820844360(L_39, L_41, /*hidden argument*/NULL); CDataArray_t4068198041 * L_42 = V_0; ADInfo_t3964066602 * L_43 = __this->get_m_adInfo_10(); NullCheck(L_43); int32_t L_44 = L_43->get_ADEventParam1_3(); NullCheck(L_42); CDataArray_Push_m3820844360(L_42, L_44, /*hidden argument*/NULL); CMsgCustom_t3704829624 * L_45 = (CMsgCustom_t3704829624 *)il2cpp_codegen_object_new(CMsgCustom_t3704829624_il2cpp_TypeInfo_var); CMsgCustom__ctor_m1994577366(L_45, /*hidden argument*/NULL); V_1 = L_45; CMsgCustom_t3704829624 * L_46 = V_1; CDataArray_t4068198041 * L_47 = V_0; NullCheck(L_46); L_46->set_dataArray_0(L_47); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3098501191_il2cpp_TypeInfo_var); NetworkManager_t478833449 * L_48 = Singleton_1_get_Instance_m1324156550(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1324156550_RuntimeMethod_var); if (!L_48) { goto IL_0137; } } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3098501191_il2cpp_TypeInfo_var); NetworkManager_t478833449 * L_49 = Singleton_1_get_Instance_m1324156550(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1324156550_RuntimeMethod_var); NullCheck(L_49); CNetService_t1201271315 * L_50 = NetworkManager_GetNetService_m455031442(L_49, /*hidden argument*/NULL); if (L_50) { goto IL_0138; } } IL_0137: { return; } IL_0138: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3098501191_il2cpp_TypeInfo_var); NetworkManager_t478833449 * L_51 = Singleton_1_get_Instance_m1324156550(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1324156550_RuntimeMethod_var); NullCheck(L_51); CNetService_t1201271315 * L_52 = NetworkManager_GetNetService_m455031442(L_51, /*hidden argument*/NULL); CMsgCustom_t3704829624 * L_53 = V_1; NullCheck(L_52); CNetService_SendMsgStruct_m258771320(L_52, L_53, /*hidden argument*/NULL); Action_2_t4177122770 * L_54 = __this->get_watchADSuccessCallback_5(); if (!L_54) { goto IL_0175; } } { Action_2_t4177122770 * L_55 = __this->get_watchADSuccessCallback_5(); ADInfo_t3964066602 * L_56 = __this->get_m_adInfo_10(); NullCheck(L_56); int32_t L_57 = ADInfo_get_EventType_m2420568232(L_56, /*hidden argument*/NULL); ADInfo_t3964066602 * L_58 = __this->get_m_adInfo_10(); NullCheck(L_58); int32_t L_59 = L_58->get_ADEventParam1_3(); NullCheck(L_55); Action_2_Invoke_m3616124733(L_55, L_57, L_59, /*hidden argument*/Action_2_Invoke_m3616124733_RuntimeMethod_var); } IL_0175: { BuryDotManager_t206178304 * L_60 = SingletonMonobehaviour_1_get_Instance_m210513246(NULL /*static, unused*/, /*hidden argument*/SingletonMonobehaviour_1_get_Instance_m210513246_RuntimeMethod_var); ADInfo_t3964066602 * L_61 = __this->get_m_adInfo_10(); NullCheck(L_61); String_t* L_62 = L_61->get_ADEventID_2(); int32_t L_63 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); ADInfo_t3964066602 * L_64 = __this->get_m_adInfo_10(); NullCheck(L_64); int32_t L_65 = L_64->get_ADEventParam1_3(); NullCheck(L_60); BuryDotManager_SendBuryDot_m2635331183(L_60, ((int32_t)500), ((int32_t)503), L_63, L_65, /*hidden argument*/NULL); return; } } // System.Void HUBSDKManager::UploadUserID(System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_UploadUserID_m3308360834 (HUBSDKManager_t2315102214 * __this, String_t* ___userid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_UploadUserID_m3308360834_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = HUBSDKManager_Enable_m902760714(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { String_t* L_1 = ___userid0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1959005310, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_4 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = ___userid0; NullCheck(L_4); CFitfunApiPlugin_FitfunSetAny_m718870777(L_4, _stringLiteral736133099, L_5, /*hidden argument*/NULL); String_t* L_6 = ___userid0; int64_t L_7 = CMiscHelp_ToLong_m203243206(NULL /*static, unused*/, L_6, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); __this->set_m_userID_11(L_7); IL2CPP_RUNTIME_CLASS_INIT(CUserInfoApi_t815375937_il2cpp_TypeInfo_var); CUserInfoApi_t815375937 * L_8 = CUserInfoApi_GetInstance_m3878964368(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_9 = __this->get_m_userID_11(); NullCheck(L_8); CUserInfoApi_SetUserID_m3268017512(L_8, L_9, /*hidden argument*/NULL); return; } } // System.Void HUBSDKManager::UploadUserInfo(System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_UploadUserInfo_m2229963813 (HUBSDKManager_t2315102214 * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_UploadUserInfo_m2229963813_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = HUBSDKManager_Enable_m902760714(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { String_t* L_1 = ___data0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3153108132, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_4 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = ___data0; NullCheck(L_4); CFitfunApiPlugin_FitfunSetAny_m718870777(L_4, _stringLiteral2324987319, L_5, /*hidden argument*/NULL); return; } } // System.Void HUBSDKManager::FitFunShare(System.String,System.String,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_FitFunShare_m3991323503 (HUBSDKManager_t2315102214 * __this, String_t* ___type0, String_t* ___content1, Action_1_t2019918284 * ___cb2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_FitFunShare_m3991323503_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { Action_1_t2019918284 * L_0 = ___cb2; __this->set_shareCallback_7(L_0); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_1 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_1, _stringLiteral1281882627, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; String_t* L_4 = ___content1; String_t* L_5 = ___type0; String_t* L_6 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral691389601, L_3, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = V_1; String_t* L_8 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral499670562, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_9 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_10 = V_1; NullCheck(L_9); CFitfunApiPlugin_FitfunSetAny_m718870777(L_9, _stringLiteral3867356793, L_10, /*hidden argument*/NULL); return; } } // System.Void HUBSDKManager::OnShareCallback(System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_OnShareCallback_m2259603490 (HUBSDKManager_t2315102214 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_OnShareCallback_m2259603490_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_isWaiting_9((bool)0); Action_1_t2019918284 * L_0 = __this->get_shareCallback_7(); if (L_0) { goto IL_0013; } } { return; } IL_0013: { Action_1_t2019918284 * L_1 = __this->get_shareCallback_7(); String_t* L_2 = ___msg0; NullCheck(L_1); Action_1_Invoke_m3134296422(L_1, L_2, /*hidden argument*/Action_1_Invoke_m3134296422_RuntimeMethod_var); return; } } // System.Void HUBSDKManager::SelectPhoto(System.Int64,System.String,System.Action`2) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_SelectPhoto_m2196605456 (HUBSDKManager_t2315102214 * __this, int64_t ___userId0, String_t* ___type1, Action_2_t1290832230 * ___cb2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_SelectPhoto_m2196605456_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; uiPhotoEdit_t787247777 * V_2 = NULL; int32_t G_B3_0 = 0; { __this->set_m_isWaiting_9((bool)1); int64_t L_0 = ___userId0; __this->set_m_userID_11(L_0); Action_2_t1290832230 * L_1 = ___cb2; __this->set_selectPhotoCallback_8(L_1); String_t* L_2 = ___type1; V_0 = L_2; String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2328711227, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); String_t* L_5 = ___type1; NullCheck(_stringLiteral3452614543); bool L_6 = String_Equals_m2270643605(_stringLiteral3452614543, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003d; } } { G_B3_0 = 1; goto IL_003e; } IL_003d: { G_B3_0 = 0; } IL_003e: { V_1 = (bool)G_B3_0; CPhotoManager_t704993275 * L_7 = CPhotoManager_GetInstance_m953076413(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_8 = V_1; NullCheck(L_7); CPhotoManager_SetCurChooseCamera_m2738183363(L_7, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); uiPhotoEdit_t787247777 * L_9 = Object_FindObjectOfType_TisuiPhotoEdit_t787247777_m1177442509(NULL /*static, unused*/, /*hidden argument*/Object_FindObjectOfType_TisuiPhotoEdit_t787247777_m1177442509_RuntimeMethod_var); V_2 = L_9; uiPhotoEdit_t787247777 * L_10 = V_2; bool L_11 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0068; } } { uiPhotoEdit_t787247777 * L_12 = V_2; NullCheck(L_12); Component_SendMessage_m1441147224(L_12, _stringLiteral3253258143, 1, /*hidden argument*/NULL); } IL_0068: { return; } } // System.Void HUBSDKManager::OnSelectPhotoCallback(System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_OnSelectPhotoCallback_m2250369910 (HUBSDKManager_t2315102214 * __this, bool ___success0, String_t* ___msg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_OnSelectPhotoCallback_m2250369910_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_isWaiting_9((bool)0); Action_2_t1290832230 * L_0 = __this->get_selectPhotoCallback_8(); if (L_0) { goto IL_0013; } } { return; } IL_0013: { String_t* L_1 = ___msg1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1428629298, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); Action_2_t1290832230 * L_3 = __this->get_selectPhotoCallback_8(); bool L_4 = ___success0; String_t* L_5 = ___msg1; NullCheck(L_3); Action_2_Invoke_m388388194(L_3, L_4, L_5, /*hidden argument*/Action_2_Invoke_m388388194_RuntimeMethod_var); return; } } // System.Void HUBSDKManager::OnSnapDoneCallback(System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_OnSnapDoneCallback_m786711608 (HUBSDKManager_t2315102214 * __this, String_t* ___msg0, const RuntimeMethod* method) { { String_t* L_0 = ___msg0; HUBSDKManager_OnSelectPhotoCallback_m2250369910(__this, (bool)1, L_0, /*hidden argument*/NULL); return; } } // System.Void HUBSDKManager::OnCameraCancelCallback(System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_OnCameraCancelCallback_m3291800813 (HUBSDKManager_t2315102214 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_OnCameraCancelCallback_m3291800813_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___msg0; NullCheck(L_0); int32_t L_1 = String_CompareTo_m3414379165(L_0, _stringLiteral3452614542, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } IL_0010: { String_t* L_2 = ___msg0; HUBSDKManager_OnSelectPhotoCallback_m2250369910(__this, (bool)0, L_2, /*hidden argument*/NULL); return; } } // System.Void HUBSDKManager::OnAlbumCancelCallback(System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_OnAlbumCancelCallback_m2830027648 (HUBSDKManager_t2315102214 * __this, String_t* ___msg0, const RuntimeMethod* method) { { String_t* L_0 = ___msg0; HUBSDKManager_OnSelectPhotoCallback_m2250369910(__this, (bool)0, L_0, /*hidden argument*/NULL); return; } } // System.Void HUBSDKManager::UpdateHeadPhoto(System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_UpdateHeadPhoto_m815919096 (HUBSDKManager_t2315102214 * __this, int64_t ___userID0, int64_t ___photoID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_UpdateHeadPhoto_m815919096_MetadataUsageId); s_Il2CppMethodInitialized = true; } Event_t709265659 * V_0 = NULL; { int64_t L_0 = ___userID0; if ((((int64_t)L_0) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0010; } } { int64_t L_1 = ___photoID1; if ((((int64_t)L_1) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_002c; } } IL_0010: { int64_t L_2 = ___userID0; int64_t L_3 = L_2; RuntimeObject * L_4 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_3); int64_t L_5 = ___photoID1; int64_t L_6 = L_5; RuntimeObject * L_7 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3367619124, L_4, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } IL_002c: { Event_t709265659 * L_9 = (Event_t709265659 *)il2cpp_codegen_object_new(Event_t709265659_il2cpp_TypeInfo_var); Event__ctor_m4120099405(L_9, /*hidden argument*/NULL); V_0 = L_9; Event_t709265659 * L_10 = V_0; int64_t L_11 = ___userID0; NullCheck(L_10); Event_set_userId_m1525422661(L_10, L_11, /*hidden argument*/NULL); Event_t709265659 * L_12 = V_0; int64_t L_13 = ___photoID1; NullCheck(L_12); Event_set_longData_m3366839049(L_12, L_13, /*hidden argument*/NULL); Event_t709265659 * L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(EventManager_t1658312912_il2cpp_TypeInfo_var); EventManager_DispatchEvent_m3587545353(NULL /*static, unused*/, 0, L_14, /*hidden argument*/NULL); return; } } // System.Int32 HUBSDKManager::CheckName(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t HUBSDKManager_CheckName_m3150276559 (HUBSDKManager_t2315102214 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_CheckName_m3150276559_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return 1; } IL_000d: { String_t* L_2 = ___name0; int32_t L_3 = CMiscHelp_GetStrLength_m2320997087(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)((int32_t)14)))) { goto IL_001c; } } { return 2; } IL_001c: { IL2CPP_RUNTIME_CLASS_INIT(CSensitiveWordManager_t1258364656_il2cpp_TypeInfo_var); CSensitiveWordManager_t1258364656 * L_4 = CSensitiveWordManager_GetInstance_m566980595(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = ___name0; NullCheck(L_4); bool L_6 = CSensitiveWordManager_IfRoleNameValid_m2551144119(L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_002e; } } { return 3; } IL_002e: { return 0; } } // System.Void HUBSDKManager::CreateRole(System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_CreateRole_m2934703558 (HUBSDKManager_t2315102214 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_CreateRole_m2934703558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendCreateRoleResult_m2773874863(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); return; } } // System.Void HUBSDKManager::EnterHall(System.String) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_EnterHall_m3204250092 (HUBSDKManager_t2315102214 * __this, String_t* ___name0, const RuntimeMethod* method) { { return; } } // System.String HUBSDKManager::GetChannelID() extern "C" IL2CPP_METHOD_ATTR String_t* HUBSDKManager_GetChannelID_m3862988122 (HUBSDKManager_t2315102214 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_GetChannelID_m3862988122_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLeDouApi_t315808977_il2cpp_TypeInfo_var); CLeDouApi_t315808977 * L_0 = CLeDouApi_GetInstance_m2327091180(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = CLeDouApi_GetChannelId_m3660465356(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void HUBSDKManager::SendShoeCmdToSever(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_SendShoeCmdToSever_m1257527491 (HUBSDKManager_t2315102214 * __this, List_1_t647105989 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_SendShoeCmdToSever_m1257527491_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; Vector2Int_t3469998543 V_1; memset(&V_1, 0, sizeof(V_1)); Enumerator_t2536349866 V_2; memset(&V_2, 0, sizeof(V_2)); CMsgCustom_t3704829624 * 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); { 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)2099), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; List_1_t647105989 * L_3 = ___list0; NullCheck(L_3); int32_t L_4 = List_1_get_Count_m2600226908(L_3, /*hidden argument*/List_1_get_Count_m2600226908_RuntimeMethod_var); NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_4, /*hidden argument*/NULL); List_1_t647105989 * L_5 = ___list0; NullCheck(L_5); Enumerator_t2536349866 L_6 = List_1_GetEnumerator_m3719004310(L_5, /*hidden argument*/List_1_GetEnumerator_m3719004310_RuntimeMethod_var); V_2 = L_6; } IL_0024: try { // begin try (depth: 1) { goto IL_004b; } IL_0029: { Vector2Int_t3469998543 L_7 = Enumerator_get_Current_m3408976581((&V_2), /*hidden argument*/Enumerator_get_Current_m3408976581_RuntimeMethod_var); V_1 = L_7; CDataArray_t4068198041 * L_8 = V_0; int32_t L_9 = Vector2Int_get_x_m64542184((&V_1), /*hidden argument*/NULL); NullCheck(L_8); CDataArray_Push_m3820844360(L_8, L_9, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = V_0; int32_t L_11 = Vector2Int_get_y_m64542185((&V_1), /*hidden argument*/NULL); NullCheck(L_10); CDataArray_Push_m3820844360(L_10, L_11, /*hidden argument*/NULL); } IL_004b: { bool L_12 = Enumerator_MoveNext_m1930661044((&V_2), /*hidden argument*/Enumerator_MoveNext_m1930661044_RuntimeMethod_var); if (L_12) { goto IL_0029; } } IL_0057: { IL2CPP_LEAVE(0x6A, FINALLY_005c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005c; } FINALLY_005c: { // begin finally (depth: 1) Enumerator_Dispose_m361113603((&V_2), /*hidden argument*/Enumerator_Dispose_m361113603_RuntimeMethod_var); IL2CPP_END_FINALLY(92) } // end finally (depth: 1) IL2CPP_CLEANUP(92) { IL2CPP_JUMP_TBL(0x6A, IL_006a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006a: { CMsgCustom_t3704829624 * L_13 = (CMsgCustom_t3704829624 *)il2cpp_codegen_object_new(CMsgCustom_t3704829624_il2cpp_TypeInfo_var); CMsgCustom__ctor_m1994577366(L_13, /*hidden argument*/NULL); V_3 = L_13; CMsgCustom_t3704829624 * L_14 = V_3; CDataArray_t4068198041 * L_15 = V_0; NullCheck(L_14); L_14->set_dataArray_0(L_15); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3098501191_il2cpp_TypeInfo_var); NetworkManager_t478833449 * L_16 = Singleton_1_get_Instance_m1324156550(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1324156550_RuntimeMethod_var); if (!L_16) { goto IL_0090; } } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3098501191_il2cpp_TypeInfo_var); NetworkManager_t478833449 * L_17 = Singleton_1_get_Instance_m1324156550(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1324156550_RuntimeMethod_var); NullCheck(L_17); CNetService_t1201271315 * L_18 = NetworkManager_GetNetService_m455031442(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0091; } } IL_0090: { return; } IL_0091: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3098501191_il2cpp_TypeInfo_var); NetworkManager_t478833449 * L_19 = Singleton_1_get_Instance_m1324156550(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1324156550_RuntimeMethod_var); NullCheck(L_19); CNetService_t1201271315 * L_20 = NetworkManager_GetNetService_m455031442(L_19, /*hidden argument*/NULL); CMsgCustom_t3704829624 * L_21 = V_3; NullCheck(L_20); CNetService_SendMsgStruct_m258771320(L_20, L_21, /*hidden argument*/NULL); return; } } // System.Void HUBSDKManager::SendTricycleRecord(System.Int32,System.Int32,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void HUBSDKManager_SendTricycleRecord_m4102911713 (HUBSDKManager_t2315102214 * __this, int32_t ___k0, int32_t ___v1, float ___x2, float ___y3, float ___z4, float ___t5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HUBSDKManager_SendTricycleRecord_m4102911713_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; CMsgCustom_t3704829624 * V_1 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)113), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; float L_3 = ___t5; NullCheck(L_2); CDataArray_Push_m1044129115(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___k0; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; int32_t L_7 = ___v1; NullCheck(L_6); CDataArray_Push_m3820844360(L_6, L_7, /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_0; float L_9 = ___x2; NullCheck(L_8); CDataArray_Push_m1044129115(L_8, L_9, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = V_0; float L_11 = ___y3; NullCheck(L_10); CDataArray_Push_m1044129115(L_10, L_11, /*hidden argument*/NULL); CDataArray_t4068198041 * L_12 = V_0; float L_13 = ___z4; NullCheck(L_12); CDataArray_Push_m1044129115(L_12, L_13, /*hidden argument*/NULL); CMsgCustom_t3704829624 * L_14 = (CMsgCustom_t3704829624 *)il2cpp_codegen_object_new(CMsgCustom_t3704829624_il2cpp_TypeInfo_var); CMsgCustom__ctor_m1994577366(L_14, /*hidden argument*/NULL); V_1 = L_14; CMsgCustom_t3704829624 * L_15 = V_1; CDataArray_t4068198041 * L_16 = V_0; NullCheck(L_15); L_15->set_dataArray_0(L_16); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3098501191_il2cpp_TypeInfo_var); NetworkManager_t478833449 * L_17 = Singleton_1_get_Instance_m1324156550(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1324156550_RuntimeMethod_var); if (!L_17) { goto IL_0061; } } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3098501191_il2cpp_TypeInfo_var); NetworkManager_t478833449 * L_18 = Singleton_1_get_Instance_m1324156550(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1324156550_RuntimeMethod_var); NullCheck(L_18); CNetService_t1201271315 * L_19 = NetworkManager_GetNetService_m455031442(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0062; } } IL_0061: { return; } IL_0062: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3098501191_il2cpp_TypeInfo_var); NetworkManager_t478833449 * L_20 = Singleton_1_get_Instance_m1324156550(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1324156550_RuntimeMethod_var); NullCheck(L_20); CNetService_t1201271315 * L_21 = NetworkManager_GetNetService_m455031442(L_20, /*hidden argument*/NULL); CMsgCustom_t3704829624 * L_22 = V_1; NullCheck(L_21); CNetService_SendMsgStruct_m258771320(L_21, L_22, /*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 ImageEffect_MoblieBloom::.ctor() extern "C" IL2CPP_METHOD_ATTR void ImageEffect_MoblieBloom__ctor_m691775648 (ImageEffect_MoblieBloom_t3581169662 * __this, const RuntimeMethod* method) { { __this->set_rtFormat_4(7); Color_t2555686324 L_0; memset(&L_0, 0, sizeof(L_0)); Color__ctor_m2943235014((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); __this->set_colorMix_5(L_0); __this->set_threshold_6((0.25f)); __this->set_intensity_7((0.75f)); __this->set_BlurSize_8((1.0f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void ImageEffect_MoblieBloom::OnEnable() extern "C" IL2CPP_METHOD_ATTR void ImageEffect_MoblieBloom_OnEnable_m3543948624 (ImageEffect_MoblieBloom_t3581169662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ImageEffect_MoblieBloom_OnEnable_m3543948624_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ImageEffect_MoblieBloom_FindShaders_m2328470608(__this, /*hidden argument*/NULL); Shader_t4151988712 * L_0 = __this->get_BloomShader_2(); 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_001e; } } { Behaviour_set_enabled_m20417929(__this, (bool)0, /*hidden argument*/NULL); return; } IL_001e: { ImageEffect_MoblieBloom_CheckSupport_m937875952(__this, /*hidden argument*/NULL); ImageEffect_MoblieBloom_CreateMaterials_m529698713(__this, /*hidden argument*/NULL); Material_t340375123 * L_2 = __this->get_BloomMaterial_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0043; } } { Behaviour_set_enabled_m20417929(__this, (bool)0, /*hidden argument*/NULL); return; } IL_0043: { return; } } // System.Void ImageEffect_MoblieBloom::OnDisable() extern "C" IL2CPP_METHOD_ATTR void ImageEffect_MoblieBloom_OnDisable_m2351161568 (ImageEffect_MoblieBloom_t3581169662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ImageEffect_MoblieBloom_OnDisable_m2351161568_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Material_t340375123 * L_0 = __this->get_BloomMaterial_3(); 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_0023; } } { Material_t340375123 * L_2 = __this->get_BloomMaterial_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m2288369078(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); __this->set_BloomMaterial_3((Material_t340375123 *)NULL); } IL_0023: { return; } } // System.Void ImageEffect_MoblieBloom::FindShaders() extern "C" IL2CPP_METHOD_ATTR void ImageEffect_MoblieBloom_FindShaders_m2328470608 (ImageEffect_MoblieBloom_t3581169662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ImageEffect_MoblieBloom_FindShaders_m2328470608_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Shader_t4151988712 * L_0 = __this->get_BloomShader_2(); 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_0020; } } { Shader_t4151988712 * L_2 = Shader_Find_m2092206247(NULL /*static, unused*/, _stringLiteral1992217819, /*hidden argument*/NULL); __this->set_BloomShader_2(L_2); } IL_0020: { return; } } // System.Void ImageEffect_MoblieBloom::CreateMaterials() extern "C" IL2CPP_METHOD_ATTR void ImageEffect_MoblieBloom_CreateMaterials_m529698713 (ImageEffect_MoblieBloom_t3581169662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ImageEffect_MoblieBloom_CreateMaterials_m529698713_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Material_t340375123 * L_0 = __this->get_BloomMaterial_3(); 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_002e; } } { Shader_t4151988712 * L_2 = __this->get_BloomShader_2(); Material_t340375123 * L_3 = (Material_t340375123 *)il2cpp_codegen_object_new(Material_t340375123_il2cpp_TypeInfo_var); Material__ctor_m1662457592(L_3, L_2, /*hidden argument*/NULL); __this->set_BloomMaterial_3(L_3); Material_t340375123 * L_4 = __this->get_BloomMaterial_3(); NullCheck(L_4); Object_set_hideFlags_m1648752846(L_4, ((int32_t)61), /*hidden argument*/NULL); } IL_002e: { return; } } // System.Boolean ImageEffect_MoblieBloom::Supported() extern "C" IL2CPP_METHOD_ATTR bool ImageEffect_MoblieBloom_Supported_m149479801 (ImageEffect_MoblieBloom_t3581169662 * __this, const RuntimeMethod* method) { { bool L_0 = SystemInfo_get_supportsImageEffects_m2886934848(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_001a; } } { Shader_t4151988712 * L_1 = __this->get_BloomShader_2(); NullCheck(L_1); bool L_2 = Shader_get_isSupported_m755080316(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } IL_001a: { return (bool)0; } IL_001c: { return (bool)1; } } // System.Boolean ImageEffect_MoblieBloom::CheckSupport() extern "C" IL2CPP_METHOD_ATTR bool ImageEffect_MoblieBloom_CheckSupport_m937875952 (ImageEffect_MoblieBloom_t3581169662 * __this, const RuntimeMethod* method) { ImageEffect_MoblieBloom_t3581169662 * G_B4_0 = NULL; ImageEffect_MoblieBloom_t3581169662 * G_B3_0 = NULL; int32_t G_B5_0 = 0; ImageEffect_MoblieBloom_t3581169662 * G_B5_1 = NULL; { bool L_0 = ImageEffect_MoblieBloom_Supported_m149479801(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0014; } } { Behaviour_set_enabled_m20417929(__this, (bool)0, /*hidden argument*/NULL); return (bool)0; } IL_0014: { bool L_1 = SystemInfo_SupportsRenderTextureFormat_m1663449629(NULL /*static, unused*/, 4, /*hidden argument*/NULL); G_B3_0 = __this; if (!L_1) { G_B4_0 = __this; goto IL_0026; } } { G_B5_0 = 4; G_B5_1 = G_B3_0; goto IL_0027; } IL_0026: { G_B5_0 = 7; G_B5_1 = G_B4_0; } IL_0027: { NullCheck(G_B5_1); G_B5_1->set_rtFormat_4(G_B5_0); return (bool)1; } } // System.Void ImageEffect_MoblieBloom::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) extern "C" IL2CPP_METHOD_ATTR void ImageEffect_MoblieBloom_OnRenderImage_m3011720849 (ImageEffect_MoblieBloom_t3581169662 * __this, RenderTexture_t2108887433 * ___sourceTexture0, RenderTexture_t2108887433 * ___destTexture1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ImageEffect_MoblieBloom_OnRenderImage_m3011720849_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RenderTexture_t2108887433 * V_2 = NULL; RenderTexture_t2108887433 * V_3 = NULL; { Material_t340375123 * L_0 = __this->get_BloomMaterial_3(); 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_0018; } } { Behaviour_set_enabled_m20417929(__this, (bool)0, /*hidden argument*/NULL); return; } IL_0018: { float L_2 = __this->get_threshold_6(); if ((((float)L_2) == ((float)(0.0f)))) { goto IL_013a; } } { float L_3 = __this->get_intensity_7(); if ((((float)L_3) == ((float)(0.0f)))) { goto IL_013a; } } { RenderTexture_t2108887433 * L_4 = ___sourceTexture0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_4); V_0 = ((int32_t)((int32_t)L_5/(int32_t)4)); RenderTexture_t2108887433 * L_6 = ___sourceTexture0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_height() */, L_6); V_1 = ((int32_t)((int32_t)L_7/(int32_t)4)); Material_t340375123 * L_8 = __this->get_BloomMaterial_3(); Color_t2555686324 L_9 = __this->get_colorMix_5(); NullCheck(L_8); Material_SetColor_m2020215303(L_8, _stringLiteral2401287094, L_9, /*hidden argument*/NULL); Material_t340375123 * L_10 = __this->get_BloomMaterial_3(); float L_11 = __this->get_BlurSize_8(); float L_12 = __this->get_intensity_7(); float L_13 = __this->get_threshold_6(); Vector4_t3319028937 L_14; memset(&L_14, 0, sizeof(L_14)); Vector4__ctor_m2498754347((&L_14), ((float)il2cpp_codegen_multiply((float)L_11, (float)(1.5f))), (0.0f), L_12, ((float)il2cpp_codegen_subtract((float)(0.8f), (float)L_13)), /*hidden argument*/NULL); NullCheck(L_10); Material_SetVector_m4214217286(L_10, _stringLiteral1742932213, L_14, /*hidden argument*/NULL); int32_t L_15 = V_0; int32_t L_16 = V_1; int32_t L_17 = __this->get_rtFormat_4(); RenderTexture_t2108887433 * L_18 = RenderTexture_GetTemporary_m3378328322(NULL /*static, unused*/, L_15, L_16, 0, L_17, /*hidden argument*/NULL); V_2 = L_18; RenderTexture_t2108887433 * L_19 = V_2; NullCheck(L_19); Texture_set_filterMode_m3078068058(L_19, 1, /*hidden argument*/NULL); int32_t L_20 = V_0; int32_t L_21 = V_1; int32_t L_22 = __this->get_rtFormat_4(); RenderTexture_t2108887433 * L_23 = RenderTexture_GetTemporary_m3378328322(NULL /*static, unused*/, L_20, L_21, 0, L_22, /*hidden argument*/NULL); V_3 = L_23; RenderTexture_t2108887433 * L_24 = V_3; NullCheck(L_24); Texture_set_filterMode_m3078068058(L_24, 1, /*hidden argument*/NULL); RenderTexture_t2108887433 * L_25 = ___sourceTexture0; RenderTexture_t2108887433 * L_26 = V_2; Material_t340375123 * L_27 = __this->get_BloomMaterial_3(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t783367614_il2cpp_TypeInfo_var); Graphics_Blit_m4126770912(NULL /*static, unused*/, L_25, L_26, L_27, 0, /*hidden argument*/NULL); RenderTexture_t2108887433 * L_28 = V_2; RenderTexture_t2108887433 * L_29 = V_3; Material_t340375123 * L_30 = __this->get_BloomMaterial_3(); Graphics_Blit_m4126770912(NULL /*static, unused*/, L_28, L_29, L_30, 1, /*hidden argument*/NULL); RenderTexture_t2108887433 * L_31 = V_2; RenderTexture_ReleaseTemporary_m2400081536(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); int32_t L_32 = V_0; int32_t L_33 = V_1; int32_t L_34 = __this->get_rtFormat_4(); RenderTexture_t2108887433 * L_35 = RenderTexture_GetTemporary_m3378328322(NULL /*static, unused*/, L_32, L_33, 0, L_34, /*hidden argument*/NULL); V_2 = L_35; RenderTexture_t2108887433 * L_36 = V_3; NullCheck(L_36); Texture_set_filterMode_m3078068058(L_36, 1, /*hidden argument*/NULL); RenderTexture_t2108887433 * L_37 = V_3; RenderTexture_t2108887433 * L_38 = V_2; Material_t340375123 * L_39 = __this->get_BloomMaterial_3(); Graphics_Blit_m4126770912(NULL /*static, unused*/, L_37, L_38, L_39, 2, /*hidden argument*/NULL); Material_t340375123 * L_40 = __this->get_BloomMaterial_3(); RenderTexture_t2108887433 * L_41 = V_2; NullCheck(L_40); Material_SetTexture_m1829349465(L_40, _stringLiteral1654548120, L_41, /*hidden argument*/NULL); RenderTexture_t2108887433 * L_42 = ___sourceTexture0; RenderTexture_t2108887433 * L_43 = ___destTexture1; Material_t340375123 * L_44 = __this->get_BloomMaterial_3(); Graphics_Blit_m4126770912(NULL /*static, unused*/, L_42, L_43, L_44, 3, /*hidden argument*/NULL); RenderTexture_t2108887433 * L_45 = V_2; RenderTexture_ReleaseTemporary_m2400081536(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); RenderTexture_t2108887433 * L_46 = V_3; RenderTexture_ReleaseTemporary_m2400081536(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); goto IL_0141; } IL_013a: { RenderTexture_t2108887433 * L_47 = ___sourceTexture0; RenderTexture_t2108887433 * L_48 = ___destTexture1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t783367614_il2cpp_TypeInfo_var); Graphics_Blit_m1336850842(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); } IL_0141: { 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 InheritTest::.ctor() extern "C" IL2CPP_METHOD_ATTR void InheritTest__ctor_m551535589 (InheritTest_t2595743618 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void InheritTest::Start() extern "C" IL2CPP_METHOD_ATTR void InheritTest_Start_m2660605703 (InheritTest_t2595743618 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InheritTest_Start_m2660605703_MetadataUsageId); s_Il2CppMethodInitialized = true; } A_t4210213004 * V_0 = NULL; B_t4210213007 * V_1 = NULL; A_t4210213004 * V_2 = NULL; bool V_3 = false; A_t4210213004 * V_4 = NULL; { A_t4210213004 * L_0 = (A_t4210213004 *)il2cpp_codegen_object_new(A_t4210213004_il2cpp_TypeInfo_var); A__ctor_m1829812637(L_0, /*hidden argument*/NULL); V_0 = L_0; B_t4210213007 * L_1 = (B_t4210213007 *)il2cpp_codegen_object_new(B_t4210213007_il2cpp_TypeInfo_var); B__ctor_m1828900578(L_1, /*hidden argument*/NULL); V_1 = L_1; B_t4210213007 * L_2 = V_1; V_2 = L_2; A_t4210213004 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); B_t4210213007 * L_5 = V_1; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); Debug_Log_m4051431634(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_3 = (bool)0; A_t4210213004 * L_7 = V_2; NullCheck(L_7); Type_t * L_8 = Object_GetType_m88164663(L_7, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (A_t4210213004_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_10)))) { goto IL_003d; } } { V_3 = (bool)1; } IL_003d: { ObjectU5BU5D_t2843939325* L_11 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); A_t4210213004 * L_12 = V_2; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_11; bool L_15 = V_3; bool L_16 = L_15; RuntimeObject * L_17 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(1), (RuntimeObject *)L_17); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral3185089344, L_14, /*hidden argument*/NULL); A_t4210213004 * L_18 = V_0; V_4 = L_18; V_3 = (bool)0; A_t4210213004 * L_19 = V_4; NullCheck(L_19); Type_t * L_20 = Object_GetType_m88164663(L_19, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (A_t4210213004_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_20) == ((RuntimeObject*)(Type_t *)L_22)))) { goto IL_007c; } } { V_3 = (bool)1; } IL_007c: { ObjectU5BU5D_t2843939325* L_23 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); A_t4210213004 * L_24 = V_4; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_25); (L_23)->SetAt(static_cast(0), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = L_23; bool L_27 = V_3; bool L_28 = L_27; RuntimeObject * L_29 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_28); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_29); (L_26)->SetAt(static_cast(1), (RuntimeObject *)L_29); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral1323994836, L_26, /*hidden argument*/NULL); return; } } // System.Void InheritTest::Update() extern "C" IL2CPP_METHOD_ATTR void InheritTest_Update_m1060222096 (InheritTest_t2595743618 * __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 InheritTest/A::.ctor() extern "C" IL2CPP_METHOD_ATTR void A__ctor_m1829812637 (A_t4210213004 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String InheritTest/A::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* A_ToString_m389989360 (A_t4210213004 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (A_ToString_m389989360_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3452614623; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void InheritTest/B::.ctor() extern "C" IL2CPP_METHOD_ATTR void B__ctor_m1828900578 (B_t4210213007 * __this, const RuntimeMethod* method) { { A__ctor_m1829812637(__this, /*hidden argument*/NULL); return; } } // System.String InheritTest/B::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* B_ToString_m2171779371 (B_t4210213007 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (B_ToString_m2171779371_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3452614622; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void IVehicleInput::.ctor() extern "C" IL2CPP_METHOD_ATTR void IVehicleInput__ctor_m995979549 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IVehicleInput__ctor_m995979549_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t4001750706 * L_0 = (BetterList_1_t4001750706 *)il2cpp_codegen_object_new(BetterList_1_t4001750706_il2cpp_TypeInfo_var); BetterList_1__ctor_m598206245(L_0, /*hidden argument*/BetterList_1__ctor_m598206245_RuntimeMethod_var); __this->set_m_listCmd_12(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Action IVehicleInput::get_NoActionCallback() extern "C" IL2CPP_METHOD_ATTR Action_t1264377477 * IVehicleInput_get_NoActionCallback_m2875061422 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { { Action_t1264377477 * L_0 = __this->get_U3CNoActionCallbackU3Ek__BackingField_0(); return L_0; } } // System.Void IVehicleInput::set_NoActionCallback(System.Action) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_NoActionCallback_m3153914001 (IVehicleInput_t1990112580 * __this, Action_t1264377477 * ___value0, const RuntimeMethod* method) { { Action_t1264377477 * L_0 = ___value0; __this->set_U3CNoActionCallbackU3Ek__BackingField_0(L_0); return; } } // System.Action`3 IVehicleInput::get_RecordCallback() extern "C" IL2CPP_METHOD_ATTR Action_3_t1784814493 * IVehicleInput_get_RecordCallback_m288766730 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { { Action_3_t1784814493 * L_0 = __this->get_U3CRecordCallbackU3Ek__BackingField_1(); return L_0; } } // System.Void IVehicleInput::set_RecordCallback(System.Action`3) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_RecordCallback_m1279159743 (IVehicleInput_t1990112580 * __this, Action_3_t1784814493 * ___value0, const RuntimeMethod* method) { { Action_3_t1784814493 * L_0 = ___value0; __this->set_U3CRecordCallbackU3Ek__BackingField_1(L_0); return; } } // System.Single IVehicleInput::get_Accel() extern "C" IL2CPP_METHOD_ATTR float IVehicleInput_get_Accel_m2777585542 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CAccelU3Ek__BackingField_2(); return L_0; } } // System.Void IVehicleInput::set_Accel(System.Single) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_Accel_m3771068374 (IVehicleInput_t1990112580 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CAccelU3Ek__BackingField_2(L_0); return; } } // System.Single IVehicleInput::get_Steer() extern "C" IL2CPP_METHOD_ATTR float IVehicleInput_get_Steer_m3161526847 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CSteerU3Ek__BackingField_3(); return L_0; } } // System.Void IVehicleInput::set_Steer(System.Single) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_Steer_m3130613890 (IVehicleInput_t1990112580 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CSteerU3Ek__BackingField_3(L_0); return; } } // System.Boolean IVehicleInput::get_Brake() extern "C" IL2CPP_METHOD_ATTR bool IVehicleInput_get_Brake_m367951084 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CBrakeU3Ek__BackingField_4(); return L_0; } } // System.Void IVehicleInput::set_Brake(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_Brake_m1824867673 (IVehicleInput_t1990112580 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CBrakeU3Ek__BackingField_4(L_0); return; } } // System.Boolean IVehicleInput::get_Drift() extern "C" IL2CPP_METHOD_ATTR bool IVehicleInput_get_Drift_m1268468073 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CDriftU3Ek__BackingField_5(); return L_0; } } // System.Void IVehicleInput::set_Drift(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_Drift_m4120993102 (IVehicleInput_t1990112580 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CDriftU3Ek__BackingField_5(L_0); return; } } // System.Boolean IVehicleInput::get_IsActive() extern "C" IL2CPP_METHOD_ATTR bool IVehicleInput_get_IsActive_m1964059637 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsActiveU3Ek__BackingField_6(); return L_0; } } // System.Void IVehicleInput::set_IsActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_IsActive_m885349485 (IVehicleInput_t1990112580 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsActiveU3Ek__BackingField_6(L_0); return; } } // VehicleInputCmd IVehicleInput::PopCmd() extern "C" IL2CPP_METHOD_ATTR int32_t IVehicleInput_PopCmd_m4000830693 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IVehicleInput_PopCmd_m4000830693_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = IVehicleInput_get_IsActive_m1964059637(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (int32_t)(0); } IL_000d: { BetterList_1_t4001750706 * L_1 = __this->get_m_listCmd_12(); NullCheck(L_1); int32_t L_2 = BetterList_1_get_Count_m953544863(L_1, /*hidden argument*/BetterList_1_get_Count_m953544863_RuntimeMethod_var); if (L_2) { goto IL_001f; } } { return (int32_t)(0); } IL_001f: { BetterList_1_t4001750706 * L_3 = __this->get_m_listCmd_12(); NullCheck(L_3); int32_t L_4 = BetterList_1_get_Item_m1260013620(L_3, 0, /*hidden argument*/BetterList_1_get_Item_m1260013620_RuntimeMethod_var); V_0 = L_4; BetterList_1_t4001750706 * L_5 = __this->get_m_listCmd_12(); NullCheck(L_5); BetterList_1_RemoveAt_m2266767983(L_5, 0, /*hidden argument*/BetterList_1_RemoveAt_m2266767983_RuntimeMethod_var); int32_t L_6 = V_0; return L_6; } } // System.Void IVehicleInput::PushCmd(VehicleInputCmd) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_PushCmd_m1921275194 (IVehicleInput_t1990112580 * __this, int32_t ___cmd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IVehicleInput_PushCmd_m1921275194_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = IVehicleInput_get_IsActive_m1964059637(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { BetterList_1_t4001750706 * L_1 = __this->get_m_listCmd_12(); int32_t L_2 = ___cmd0; NullCheck(L_1); int32_t L_3 = BetterList_1_IndexOf_m1754628136(L_1, L_2, /*hidden argument*/BetterList_1_IndexOf_m1754628136_RuntimeMethod_var); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_001f; } } { return; } IL_001f: { BetterList_1_t4001750706 * L_4 = __this->get_m_listCmd_12(); int32_t L_5 = ___cmd0; NullCheck(L_4); BetterList_1_Add_m1189873222(L_4, L_5, /*hidden argument*/BetterList_1_Add_m1189873222_RuntimeMethod_var); return; } } // VehicleInputCmd IVehicleInput::GetMyCmd(CMD_INTERATION) extern "C" IL2CPP_METHOD_ATTR int32_t IVehicleInput_GetMyCmd_m16235957 (IVehicleInput_t1990112580 * __this, int32_t ___cmd0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; int32_t L_0 = ___cmd0; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0010; } } { int32_t L_1 = ___cmd0; if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0017; } } IL_0010: { V_0 = 7; goto IL_003c; } IL_0017: { int32_t L_2 = ___cmd0; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0025; } } { int32_t L_3 = ___cmd0; if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_002c; } } IL_0025: { V_0 = 8; goto IL_003c; } IL_002c: { int32_t L_4 = ___cmd0; if ((((int32_t)L_4) == ((int32_t)5))) { goto IL_003a; } } { int32_t L_5 = ___cmd0; if ((!(((uint32_t)L_5) == ((uint32_t)6)))) { goto IL_003c; } } IL_003a: { int32_t L_6 = ___cmd0; V_0 = L_6; } IL_003c: { int32_t L_7 = V_0; return L_7; } } // VehicleInputCmd IVehicleInput::GetMyCmd(CMD_MOTION) extern "C" IL2CPP_METHOD_ATTR int32_t IVehicleInput_GetMyCmd_m3405194107 (IVehicleInput_t1990112580 * __this, int32_t ___cmd0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; int32_t L_0 = ___cmd0; if ((((int32_t)L_0) == ((int32_t)((int32_t)13)))) { goto IL_0012; } } { int32_t L_1 = ___cmd0; if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)14))))) { goto IL_0015; } } IL_0012: { V_0 = ((int32_t)14); } IL_0015: { int32_t L_2 = V_0; return L_2; } } // UnityEngine.KeyCode IVehicleInput::PushFrag(System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t IVehicleInput_PushFrag_m3055676273 (IVehicleInput_t1990112580 * __this, int32_t ___stepLeftFrag0, int32_t ___stepRightFrag1, bool ___isNotPushCmd2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IVehicleInput_PushFrag_m3055676273_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { bool L_0 = IVehicleInput_get_IsActive_m1964059637(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (int32_t)(0); } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t19536393_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_1 = Singleton_1_get_Instance_m1420520236(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1420520236_RuntimeMethod_var); NullCheck(L_1); int32_t L_2 = CMiscConfig_GetInt_m1183615064(L_1, _stringLiteral2801975802, 0, /*hidden argument*/NULL); V_0 = L_2; CMiscConfig_t1694835947 * L_3 = Singleton_1_get_Instance_m1420520236(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1420520236_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = CMiscConfig_GetInt_m1183615064(L_3, _stringLiteral2801910266, ((int32_t)70), /*hidden argument*/NULL); V_1 = L_4; CMiscConfig_t1694835947 * L_5 = Singleton_1_get_Instance_m1420520236(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1420520236_RuntimeMethod_var); NullCheck(L_5); int32_t L_6 = CMiscConfig_GetInt_m1183615064(L_5, _stringLiteral2801844730, ((int32_t)140), /*hidden argument*/NULL); V_2 = L_6; CMiscConfig_t1694835947 * L_7 = Singleton_1_get_Instance_m1420520236(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1420520236_RuntimeMethod_var); NullCheck(L_7); int32_t L_8 = CMiscConfig_GetInt_m1183615064(L_7, _stringLiteral2802303482, ((int32_t)210), /*hidden argument*/NULL); V_3 = L_8; int32_t L_9 = ___stepLeftFrag0; int32_t L_10 = V_3; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0079; } } { int32_t L_11 = ___stepRightFrag1; int32_t L_12 = V_3; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0079; } } { bool L_13 = ___isNotPushCmd2; if (L_13) { goto IL_0076; } } { IVehicleInput_PushCmd_m1921275194(__this, ((int32_t)34), /*hidden argument*/NULL); } IL_0076: { return (int32_t)(((int32_t)112)); } IL_0079: { int32_t L_14 = ___stepLeftFrag0; int32_t L_15 = V_2; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0098; } } { int32_t L_16 = ___stepRightFrag1; int32_t L_17 = V_2; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0098; } } { bool L_18 = ___isNotPushCmd2; if (L_18) { goto IL_0095; } } { IVehicleInput_PushCmd_m1921275194(__this, ((int32_t)33), /*hidden argument*/NULL); } IL_0095: { return (int32_t)(((int32_t)111)); } IL_0098: { int32_t L_19 = ___stepLeftFrag0; int32_t L_20 = V_1; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_00b7; } } { int32_t L_21 = ___stepRightFrag1; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_00b7; } } { bool L_23 = ___isNotPushCmd2; if (L_23) { goto IL_00b4; } } { IVehicleInput_PushCmd_m1921275194(__this, ((int32_t)32), /*hidden argument*/NULL); } IL_00b4: { return (int32_t)(((int32_t)108)); } IL_00b7: { int32_t L_24 = ___stepLeftFrag0; int32_t L_25 = V_0; if ((((int32_t)L_24) <= ((int32_t)L_25))) { goto IL_00d6; } } { int32_t L_26 = ___stepRightFrag1; int32_t L_27 = V_0; if ((((int32_t)L_26) <= ((int32_t)L_27))) { goto IL_00d6; } } { bool L_28 = ___isNotPushCmd2; if (L_28) { goto IL_00d3; } } { IVehicleInput_PushCmd_m1921275194(__this, ((int32_t)31), /*hidden argument*/NULL); } IL_00d3: { return (int32_t)(((int32_t)107)); } IL_00d6: { return (int32_t)(0); } } // System.Int32 IVehicleInput::get_DeviceID() extern "C" IL2CPP_METHOD_ATTR int32_t IVehicleInput_get_DeviceID_m278368161 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CDeviceIDU3Ek__BackingField_10(); return L_0; } } // System.Void IVehicleInput::set_DeviceID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_DeviceID_m2026256713 (IVehicleInput_t1990112580 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CDeviceIDU3Ek__BackingField_10(L_0); return; } } // System.Boolean IVehicleInput::get_IsSelf() extern "C" IL2CPP_METHOD_ATTR bool IVehicleInput_get_IsSelf_m232296599 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsSelfU3Ek__BackingField_11(); return L_0; } } // System.Void IVehicleInput::set_IsSelf(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_set_IsSelf_m3602276952 (IVehicleInput_t1990112580 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsSelfU3Ek__BackingField_11(L_0); return; } } // System.Void IVehicleInput::OnBegin() extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_OnBegin_m2154832033 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(7 /* System.Void IVehicleInput::OnReset() */, __this); return; } } // System.Void IVehicleInput::OnUpdate(System.Single) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_OnUpdate_m1088236041 (IVehicleInput_t1990112580 * __this, float ___deltime0, const RuntimeMethod* method) { { return; } } // System.Boolean IVehicleInput::CheackNoAction(System.Single,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool IVehicleInput_CheackNoAction_m2480806251 (IVehicleInput_t1990112580 * __this, float ___deltime0, int32_t ___stepLeftFrag1, int32_t ___stepRightFrag2, const RuntimeMethod* method) { { int32_t L_0 = ___stepLeftFrag1; int32_t L_1 = __this->get_FragNoAction_7(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0025; } } { int32_t L_2 = ___stepRightFrag2; int32_t L_3 = __this->get_FragNoAction_7(); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0025; } } { __this->set_ActionTmpTime_9((0.0f)); return (bool)0; } IL_0025: { float L_4 = IVehicleInput_get_Steer_m3161526847(__this, /*hidden argument*/NULL); if ((((float)L_4) == ((float)(0.0f)))) { goto IL_0042; } } { __this->set_ActionTmpTime_9((0.0f)); return (bool)0; } IL_0042: { float L_5 = __this->get_ActionTmpTime_9(); float L_6 = ___deltime0; __this->set_ActionTmpTime_9(((float)il2cpp_codegen_add((float)L_5, (float)L_6))); float L_7 = __this->get_ActionTmpTime_9(); float L_8 = __this->get_ResetTimeNoAction_8(); if ((!(((float)L_7) >= ((float)L_8)))) { goto IL_0084; } } { __this->set_ActionTmpTime_9((0.0f)); Action_t1264377477 * L_9 = IVehicleInput_get_NoActionCallback_m2875061422(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_0082; } } { Action_t1264377477 * L_10 = IVehicleInput_get_NoActionCallback_m2875061422(__this, /*hidden argument*/NULL); NullCheck(L_10); Action_Invoke_m937035532(L_10, /*hidden argument*/NULL); } IL_0082: { return (bool)1; } IL_0084: { return (bool)0; } } // System.Single IVehicleInput::CalcAccel(System.Single) extern "C" IL2CPP_METHOD_ATTR float IVehicleInput_CalcAccel_m4098426374 (IVehicleInput_t1990112580 * __this, float ___v0, const RuntimeMethod* method) { { float L_0 = ___v0; if ((!(((float)L_0) < ((float)(0.0f))))) { goto IL_005c; } } { float L_1 = ___v0; if ((!(((float)L_1) < ((float)(-0.6f))))) { goto IL_0022; } } { ___v0 = (-0.8f); goto IL_0057; } IL_0022: { float L_2 = ___v0; if ((!(((float)L_2) < ((float)(-0.4f))))) { goto IL_0039; } } { ___v0 = (-0.6f); goto IL_0057; } IL_0039: { float L_3 = ___v0; if ((!(((float)L_3) < ((float)(-0.2f))))) { goto IL_0050; } } { ___v0 = (-0.4f); goto IL_0057; } IL_0050: { ___v0 = (-0.2f); } IL_0057: { goto IL_00b3; } IL_005c: { float L_4 = ___v0; if ((!(((float)L_4) > ((float)(0.0f))))) { goto IL_00b3; } } { float L_5 = ___v0; if ((!(((float)L_5) > ((float)(0.6f))))) { goto IL_007e; } } { ___v0 = (0.8f); goto IL_00b3; } IL_007e: { float L_6 = ___v0; if ((!(((float)L_6) > ((float)(0.4f))))) { goto IL_0095; } } { ___v0 = (0.6f); goto IL_00b3; } IL_0095: { float L_7 = ___v0; if ((!(((float)L_7) > ((float)(0.2f))))) { goto IL_00ac; } } { ___v0 = (0.4f); goto IL_00b3; } IL_00ac: { ___v0 = (0.2f); } IL_00b3: { float L_8 = ___v0; return L_8; } } // System.Void IVehicleInput::OnEnd() extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_OnEnd_m3549881667 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { { return; } } // System.Void IVehicleInput::OnReset() extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_OnReset_m3738050725 (IVehicleInput_t1990112580 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IVehicleInput_OnReset_m3738050725_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IVehicleInput_set_Accel_m3771068374(__this, (0.0f), /*hidden argument*/NULL); IVehicleInput_set_Steer_m3130613890(__this, (0.0f), /*hidden argument*/NULL); IVehicleInput_set_Brake_m1824867673(__this, (bool)0, /*hidden argument*/NULL); IVehicleInput_set_Drift_m4120993102(__this, (bool)0, /*hidden argument*/NULL); BetterList_1_t4001750706 * L_0 = __this->get_m_listCmd_12(); NullCheck(L_0); BetterList_1_Clear_m3246147440(L_0, /*hidden argument*/BetterList_1_Clear_m3246147440_RuntimeMethod_var); IVehicleInput_set_IsActive_m885349485(__this, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t19536393_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_1 = Singleton_1_get_Instance_m1420520236(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1420520236_RuntimeMethod_var); NullCheck(L_1); int32_t L_2 = CMiscConfig_GetInt_m1183615064(L_1, _stringLiteral2322660620, ((int32_t)10), /*hidden argument*/NULL); __this->set_FragNoAction_7(L_2); CMiscConfig_t1694835947 * L_3 = Singleton_1_get_Instance_m1420520236(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1420520236_RuntimeMethod_var); NullCheck(L_3); float L_4 = CMiscConfig_GetFloat_m1675196209(L_3, _stringLiteral2619351210, (3.0f), /*hidden argument*/NULL); __this->set_ResetTimeNoAction_8(L_4); return; } } // System.Boolean IVehicleInput::GetKey(UnityEngine.KeyCode) extern "C" IL2CPP_METHOD_ATTR bool IVehicleInput_GetKey_m1706535765 (IVehicleInput_t1990112580 * __this, int32_t ___key0, const RuntimeMethod* method) { { return (bool)0; } } // System.Void IVehicleInput::SetKey(UnityEngine.KeyCode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_SetKey_m3091835907 (IVehicleInput_t1990112580 * __this, int32_t ___key0, bool ___value1, const RuntimeMethod* method) { { return; } } // System.Void IVehicleInput::SetKeyValue(UnityEngine.KeyCode,System.Single) extern "C" IL2CPP_METHOD_ATTR void IVehicleInput_SetKeyValue_m2421873339 (IVehicleInput_t1990112580 * __this, int32_t ___key0, float ___value1, 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 Kylin.GameObjectPool::.ctor(System.String,UnityEngine.GameObject,System.Int32,System.Int32,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void GameObjectPool__ctor_m1186287329 (GameObjectPool_t2420239556 * __this, String_t* ___poolName0, GameObject_t1113636619 * ___poolObjectPrefab1, int32_t ___initCount2, int32_t ___maxSize3, Transform_t3600365921 * ___poolRoot4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObjectPool__ctor_m1186287329_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Stack_1_t1957026074 * L_0 = (Stack_1_t1957026074 *)il2cpp_codegen_object_new(Stack_1_t1957026074_il2cpp_TypeInfo_var); Stack_1__ctor_m1078681402(L_0, /*hidden argument*/Stack_1__ctor_m1078681402_RuntimeMethod_var); __this->set_availableObjStack_5(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = ___poolObjectPrefab1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_1, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002e; } } { String_t* L_3 = ___poolName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1795647809, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return; } IL_002e: { String_t* L_5 = ___poolName0; __this->set_poolName_2(L_5); __this->set_poolSize_1(0); int32_t L_6 = ___maxSize3; __this->set_maxSize_0(L_6); Transform_t3600365921 * L_7 = ___poolRoot4; __this->set_poolRoot_3(L_7); GameObject_t1113636619 * L_8 = ___poolObjectPrefab1; __this->set_poolObjectPrefab_4(L_8); int32_t L_9 = ___initCount2; int32_t L_10 = ___maxSize3; if ((((int32_t)L_9) <= ((int32_t)L_10))) { goto IL_005f; } } { int32_t L_11 = ___maxSize3; ___initCount2 = L_11; } IL_005f: { Stack_1_t1957026074 * L_12 = __this->get_availableObjStack_5(); if (L_12) { goto IL_0075; } } { Stack_1_t1957026074 * L_13 = (Stack_1_t1957026074 *)il2cpp_codegen_object_new(Stack_1_t1957026074_il2cpp_TypeInfo_var); Stack_1__ctor_m1078681402(L_13, /*hidden argument*/Stack_1__ctor_m1078681402_RuntimeMethod_var); __this->set_availableObjStack_5(L_13); } IL_0075: { V_0 = 0; goto IL_008c; } IL_007c: { GameObject_t1113636619 * L_14 = GameObjectPool_NewObjectInstance_m3418951737(__this, /*hidden argument*/NULL); GameObjectPool_AddObjectToPool_m432907480(__this, L_14, /*hidden argument*/NULL); int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_008c: { int32_t L_16 = V_0; int32_t L_17 = ___initCount2; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_007c; } } { return; } } // System.Void Kylin.GameObjectPool::AddObjectToPool(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void GameObjectPool_AddObjectToPool_m432907480 (GameObjectPool_t2420239556 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObjectPool_AddObjectToPool_m432907480_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_poolSize_1(); int32_t L_1 = __this->get_maxSize_0(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0024; } } { GameObject_t1113636619 * L_2 = ___go0; NullCheck(L_2); Transform_t3600365921 * L_3 = GameObject_get_transform_m1369836730(L_2, /*hidden argument*/NULL); NullCheck(L_3); Transform_set_parent_m786917804(L_3, (Transform_t3600365921 *)NULL, /*hidden argument*/NULL); GameObject_t1113636619 * L_4 = ___go0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return; } IL_0024: { GameObject_t1113636619 * L_5 = ___go0; NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)0, /*hidden argument*/NULL); Stack_1_t1957026074 * L_6 = __this->get_availableObjStack_5(); GameObject_t1113636619 * L_7 = ___go0; NullCheck(L_6); Stack_1_Push_m26138258(L_6, L_7, /*hidden argument*/Stack_1_Push_m26138258_RuntimeMethod_var); GameObject_t1113636619 * L_8 = ___go0; NullCheck(L_8); Transform_t3600365921 * L_9 = GameObject_get_transform_m1369836730(L_8, /*hidden argument*/NULL); Transform_t3600365921 * L_10 = __this->get_poolRoot_3(); NullCheck(L_9); Transform_SetParent_m273471670(L_9, L_10, (bool)0, /*hidden argument*/NULL); int32_t L_11 = __this->get_poolSize_1(); __this->set_poolSize_1(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return; } } // UnityEngine.GameObject Kylin.GameObjectPool::PopObjectFromPool() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObjectPool_PopObjectFromPool_m1314655133 (GameObjectPool_t2420239556 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObjectPool_PopObjectFromPool_m1314655133_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { V_0 = (GameObject_t1113636619 *)NULL; int32_t L_0 = __this->get_poolSize_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_002d; } } { Stack_1_t1957026074 * L_1 = __this->get_availableObjStack_5(); NullCheck(L_1); GameObject_t1113636619 * L_2 = Stack_1_Pop_m3962620122(L_1, /*hidden argument*/Stack_1_Pop_m3962620122_RuntimeMethod_var); V_0 = L_2; int32_t L_3 = __this->get_poolSize_1(); __this->set_poolSize_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); goto IL_006c; } IL_002d: { String_t* L_4 = __this->get_poolName_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1495507012, L_4, _stringLiteral1063755523, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); GameObject_t1113636619 * L_6 = GameObjectPool_NewObjectInstance_m3418951737(__this, /*hidden argument*/NULL); V_0 = L_6; GameObject_t1113636619 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_7, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_006c; } } { GameObject_t1113636619 * L_9 = V_0; NullCheck(L_9); Transform_t3600365921 * L_10 = GameObject_get_transform_m1369836730(L_9, /*hidden argument*/NULL); Transform_t3600365921 * L_11 = __this->get_poolRoot_3(); NullCheck(L_10); Transform_SetParent_m273471670(L_10, L_11, (bool)0, /*hidden argument*/NULL); } IL_006c: { GameObject_t1113636619 * L_12 = V_0; 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_007f; } } { GameObject_t1113636619 * L_14 = V_0; NullCheck(L_14); GameObject_SetActive_m796801857(L_14, (bool)1, /*hidden argument*/NULL); } IL_007f: { GameObject_t1113636619 * L_15 = V_0; return L_15; } } // UnityEngine.GameObject Kylin.GameObjectPool::NewObjectInstance() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObjectPool_NewObjectInstance_m3418951737 (GameObjectPool_t2420239556 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObjectPool_NewObjectInstance_m3418951737_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_poolObjectPrefab_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return (GameObject_t1113636619 *)NULL; } IL_0013: { GameObject_t1113636619 * L_2 = __this->get_poolObjectPrefab_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_3 = Object_Instantiate_TisGameObject_t1113636619_m4070250708(NULL /*static, unused*/, L_2, /*hidden argument*/Object_Instantiate_TisGameObject_t1113636619_m4070250708_RuntimeMethod_var); return L_3; } } // UnityEngine.GameObject Kylin.GameObjectPool::NextAvailableObject(System.Boolean) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObjectPool_NextAvailableObject_m2251653385 (GameObjectPool_t2420239556 * __this, bool ___force0, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = GameObjectPool_PopObjectFromPool_m1314655133(__this, /*hidden argument*/NULL); return L_0; } } // System.Void Kylin.GameObjectPool::ReturnObjectToPool(System.String,UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void GameObjectPool_ReturnObjectToPool_m4272221211 (GameObjectPool_t2420239556 * __this, String_t* ___pool0, GameObject_t1113636619 * ___go1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObjectPool_ReturnObjectToPool_m4272221211_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_poolName_2(); String_t* L_1 = ___pool0; NullCheck(L_0); bool L_2 = String_Equals_m2270643605(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } { GameObject_t1113636619 * L_3 = ___go1; GameObjectPool_AddObjectToPool_m432907480(__this, L_3, /*hidden argument*/NULL); goto IL_0032; } IL_001d: { String_t* L_4 = __this->get_poolName_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2652012324, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); } IL_0032: { return; } } // System.Void Kylin.GameObjectPool::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void GameObjectPool_OnDestroy_m2483027304 (GameObjectPool_t2420239556 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObjectPool_OnDestroy_m2483027304_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { Stack_1_t1957026074 * L_0 = __this->get_availableObjStack_5(); if (!L_0) { goto IL_0051; } } { goto IL_002e; } IL_0010: { Stack_1_t1957026074 * L_1 = __this->get_availableObjStack_5(); NullCheck(L_1); GameObject_t1113636619 * L_2 = Stack_1_Pop_m3962620122(L_1, /*hidden argument*/Stack_1_Pop_m3962620122_RuntimeMethod_var); V_0 = L_2; GameObject_t1113636619 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_3, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_002e; } } { GameObject_t1113636619 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); } IL_002e: { Stack_1_t1957026074 * L_6 = __this->get_availableObjStack_5(); NullCheck(L_6); int32_t L_7 = Stack_1_get_Count_m2208642227(L_6, /*hidden argument*/Stack_1_get_Count_m2208642227_RuntimeMethod_var); if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_0010; } } { Stack_1_t1957026074 * L_8 = __this->get_availableObjStack_5(); NullCheck(L_8); Stack_1_Clear_m3442993520(L_8, /*hidden argument*/Stack_1_Clear_m3442993520_RuntimeMethod_var); __this->set_availableObjStack_5((Stack_1_t1957026074 *)NULL); } IL_0051: { 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(); __this->set_poolName_2(L_9); __this->set_poolSize_1(0); __this->set_maxSize_0(0); __this->set_poolRoot_3((Transform_t3600365921 *)NULL); __this->set_poolObjectPrefab_4((GameObject_t1113636619 *)NULL); return; } } // System.Void Kylin.GameObjectPool::GameObjectPoolResize(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void GameObjectPool_GameObjectPoolResize_m683261408 (GameObjectPool_t2420239556 * __this, int32_t ___resize0, int32_t ___resizeMax1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObjectPool_GameObjectPoolResize_m683261408_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameObject_t1113636619 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = ___resize0; int32_t L_1 = ___resizeMax1; if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_000a; } } { int32_t L_2 = ___resizeMax1; ___resize0 = L_2; } IL_000a: { int32_t L_3 = ___resizeMax1; __this->set_maxSize_0(L_3); int32_t L_4 = __this->get_poolSize_1(); int32_t L_5 = ___resize0; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_005b; } } { V_0 = 0; goto IL_0048; } IL_0024: { Stack_1_t1957026074 * L_6 = __this->get_availableObjStack_5(); NullCheck(L_6); GameObject_t1113636619 * L_7 = Stack_1_Pop_m3962620122(L_6, /*hidden argument*/Stack_1_Pop_m3962620122_RuntimeMethod_var); V_1 = L_7; GameObject_t1113636619 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); int32_t L_9 = __this->get_poolSize_1(); __this->set_poolSize_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0048: { int32_t L_11 = V_0; int32_t L_12 = __this->get_poolSize_1(); int32_t L_13 = ___resize0; if ((((int32_t)L_11) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13))))) { goto IL_0024; } } { goto IL_008c; } IL_005b: { int32_t L_14 = __this->get_poolSize_1(); int32_t L_15 = ___resize0; if ((((int32_t)L_14) >= ((int32_t)L_15))) { goto IL_008c; } } { V_2 = 0; goto IL_007e; } IL_006e: { GameObject_t1113636619 * L_16 = GameObjectPool_NewObjectInstance_m3418951737(__this, /*hidden argument*/NULL); GameObjectPool_AddObjectToPool_m432907480(__this, L_16, /*hidden argument*/NULL); int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_007e: { int32_t L_18 = V_2; int32_t L_19 = ___resize0; int32_t L_20 = __this->get_poolSize_1(); if ((((int32_t)L_18) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20))))) { goto IL_006e; } } IL_008c: { 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 LeiDa::.ctor() extern "C" IL2CPP_METHOD_ATTR void LeiDa__ctor_m886332846 (LeiDa_t1700490928 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LeiDa__ctor_m886332846_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3628304265 * L_0 = (List_1_t3628304265 *)il2cpp_codegen_object_new(List_1_t3628304265_il2cpp_TypeInfo_var); List_1__ctor_m2503988995(L_0, /*hidden argument*/List_1__ctor_m2503988995_RuntimeMethod_var); __this->set_vertexList_47(L_0); __this->set_radius_48((65.0f)); IL2CPP_RUNTIME_CLASS_INIT(Image_t2670269651_il2cpp_TypeInfo_var); Image__ctor_m2551076292(__this, /*hidden argument*/NULL); return; } } // System.Void LeiDa::OnPopulateMesh(UnityEngine.UI.VertexHelper) extern "C" IL2CPP_METHOD_ATTR void LeiDa_OnPopulateMesh_m1336566275 (LeiDa_t1700490928 * __this, VertexHelper_t2453304189 * ___vh0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LeiDa_OnPopulateMesh_m1336566275_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t1234605051 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; UIVertex_t4057497605 V_3; memset(&V_3, 0, sizeof(V_3)); { VertexHelper_t2453304189 * L_0 = ___vh0; Image_OnPopulateMesh_m3827082909(__this, L_0, /*hidden argument*/NULL); List_1_t1234605051 * L_1 = (List_1_t1234605051 *)il2cpp_codegen_object_new(List_1_t1234605051_il2cpp_TypeInfo_var); List_1__ctor_m3713859815(L_1, /*hidden argument*/List_1__ctor_m3713859815_RuntimeMethod_var); V_0 = L_1; List_1_t3628304265 * L_2 = __this->get_vertexList_47(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m1202123918(L_2, /*hidden argument*/List_1_get_Count_m1202123918_RuntimeMethod_var); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2)); V_2 = 0; goto IL_005f; } IL_0022: { il2cpp_codegen_initobj((&V_3), sizeof(UIVertex_t4057497605 )); List_1_t3628304265 * L_4 = __this->get_vertexList_47(); int32_t L_5 = V_2; NullCheck(L_4); Vector2_t2156229523 L_6 = List_1_get_Item_m1378751541(L_4, L_5, /*hidden argument*/List_1_get_Item_m1378751541_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector3_t3722313464 L_7 = Vector2_op_Implicit_m1860157806(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); (&V_3)->set_position_0(L_7); Color_t2555686324 L_8 = VirtFuncInvoker0< Color_t2555686324 >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, __this); Color32_t2600501292 L_9 = Color32_op_Implicit_m2658259763(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); (&V_3)->set_color_2(L_9); List_1_t1234605051 * L_10 = V_0; UIVertex_t4057497605 L_11 = V_3; NullCheck(L_10); List_1_Add_m2586421604(L_10, L_11, /*hidden argument*/List_1_Add_m2586421604_RuntimeMethod_var); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_005f: { int32_t L_13 = V_2; if ((((int32_t)L_13) < ((int32_t)3))) { goto IL_0022; } } { VertexHelper_t2453304189 * L_14 = ___vh0; NullCheck(L_14); VertexHelper_Clear_m627349662(L_14, /*hidden argument*/NULL); VertexHelper_t2453304189 * L_15 = ___vh0; List_1_t1234605051 * L_16 = V_0; NullCheck(L_15); VertexHelper_AddUIVertexTriangleStream_m3255143338(L_15, L_16, /*hidden argument*/NULL); return; } } // System.Void LeiDa::SetVertex(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void LeiDa_SetVertex_m2340398719 (LeiDa_t1700490928 * __this, Int32U5BU5D_t385246372* ___srr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LeiDa_SetVertex_m2340398719_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; int32_t V_2 = 0; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; { List_1_t3628304265 * L_0 = __this->get_vertexList_47(); NullCheck(L_0); List_1_Clear_m2188935509(L_0, /*hidden argument*/List_1_Clear_m2188935509_RuntimeMethod_var); V_0 = (2.09439516f); V_1 = (1.57079637f); V_2 = 0; goto IL_0069; } IL_001e: { float L_1 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_2 = cosf(L_1); float L_3 = __this->get_radius_48(); V_3 = ((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)); float L_4 = V_1; float L_5 = sinf(L_4); float L_6 = __this->get_radius_48(); V_4 = ((float)il2cpp_codegen_multiply((float)L_5, (float)L_6)); float L_7 = V_1; float L_8 = V_0; V_1 = ((float)il2cpp_codegen_add((float)L_7, (float)L_8)); Int32U5BU5D_t385246372* L_9 = ___srr0; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; int32_t L_12 = (L_9)->GetAt(static_cast(L_11)); float L_13 = __this->get_radius_48(); V_5 = ((float)((float)(((float)((float)L_12)))/(float)L_13)); List_1_t3628304265 * L_14 = __this->get_vertexList_47(); float L_15 = V_3; float L_16 = V_5; float L_17 = V_4; float L_18 = V_5; Vector2_t2156229523 L_19; memset(&L_19, 0, sizeof(L_19)); Vector2__ctor_m3970636864((&L_19), ((float)il2cpp_codegen_multiply((float)L_15, (float)L_16)), ((float)il2cpp_codegen_multiply((float)L_17, (float)L_18)), /*hidden argument*/NULL); NullCheck(L_14); List_1_Add_m2298161512(L_14, L_19, /*hidden argument*/List_1_Add_m2298161512_RuntimeMethod_var); int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0069: { int32_t L_21 = V_2; if ((((int32_t)L_21) < ((int32_t)3))) { goto IL_001e; } } { return; } } // System.Void LeiDa::SetScores(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LeiDa_SetScores_m928170841 (LeiDa_t1700490928 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LeiDa_SetScores_m928170841_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; { V_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); Int32U5BU5D_t385246372* L_0 = V_0; int32_t L_1 = ___a0; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)L_1); Int32U5BU5D_t385246372* L_2 = V_0; int32_t L_3 = ___b1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)L_3); Int32U5BU5D_t385246372* L_4 = V_0; int32_t L_5 = ___c2; NullCheck(L_4); (L_4)->SetAt(static_cast(2), (int32_t)L_5); Int32U5BU5D_t385246372* L_6 = V_0; LeiDa_SetVertex_m2340398719(__this, L_6, /*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 LightmapConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void LightmapConfig__ctor_m645602226 (LightmapConfig_t3677670915 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // LightmapConfig LightmapConfig::get_sInstance() extern "C" IL2CPP_METHOD_ATTR LightmapConfig_t3677670915 * LightmapConfig_get_sInstance_m1261928617 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LightmapConfig_get_sInstance_m1261928617_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LightmapConfig_t3677670915_il2cpp_TypeInfo_var); LightmapConfig_t3677670915 * L_0 = ((LightmapConfig_t3677670915_StaticFields*)il2cpp_codegen_static_fields_for(LightmapConfig_t3677670915_il2cpp_TypeInfo_var))->get__instance_2(); return L_0; } } // System.Void LightmapConfig::Awake() extern "C" IL2CPP_METHOD_ATTR void LightmapConfig_Awake_m276041153 (LightmapConfig_t3677670915 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LightmapConfig_Awake_m276041153_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LightmapConfig_t3677670915_il2cpp_TypeInfo_var); ((LightmapConfig_t3677670915_StaticFields*)il2cpp_codegen_static_fields_for(LightmapConfig_t3677670915_il2cpp_TypeInfo_var))->set__instance_2(__this); LightmapConfig_SwichLightmapConfig_m2461038222(__this, /*hidden argument*/NULL); Stack_1_t226093074 * L_0 = ((LightmapConfig_t3677670915_StaticFields*)il2cpp_codegen_static_fields_for(LightmapConfig_t3677670915_il2cpp_TypeInfo_var))->get_sConfigStack_4(); NullCheck(L_0); Stack_1_Push_m2754141271(L_0, __this, /*hidden argument*/Stack_1_Push_m2754141271_RuntimeMethod_var); return; } } // System.Void LightmapConfig::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void LightmapConfig_OnDestroy_m3832856980 (LightmapConfig_t3677670915 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LightmapConfig_OnDestroy_m3832856980_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LightmapConfig_t3677670915_il2cpp_TypeInfo_var); Stack_1_t226093074 * L_0 = ((LightmapConfig_t3677670915_StaticFields*)il2cpp_codegen_static_fields_for(LightmapConfig_t3677670915_il2cpp_TypeInfo_var))->get_sConfigStack_4(); NullCheck(L_0); int32_t L_1 = Stack_1_get_Count_m1630012412(L_0, /*hidden argument*/Stack_1_get_Count_m1630012412_RuntimeMethod_var); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0044; } } { IL2CPP_RUNTIME_CLASS_INIT(LightmapConfig_t3677670915_il2cpp_TypeInfo_var); Stack_1_t226093074 * L_2 = ((LightmapConfig_t3677670915_StaticFields*)il2cpp_codegen_static_fields_for(LightmapConfig_t3677670915_il2cpp_TypeInfo_var))->get_sConfigStack_4(); NullCheck(L_2); Stack_1_Pop_m2938708507(L_2, /*hidden argument*/Stack_1_Pop_m2938708507_RuntimeMethod_var); Stack_1_t226093074 * L_3 = ((LightmapConfig_t3677670915_StaticFields*)il2cpp_codegen_static_fields_for(LightmapConfig_t3677670915_il2cpp_TypeInfo_var))->get_sConfigStack_4(); NullCheck(L_3); int32_t L_4 = Stack_1_get_Count_m1630012412(L_3, /*hidden argument*/Stack_1_get_Count_m1630012412_RuntimeMethod_var); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0044; } } { IL2CPP_RUNTIME_CLASS_INIT(LightmapConfig_t3677670915_il2cpp_TypeInfo_var); Stack_1_t226093074 * L_5 = ((LightmapConfig_t3677670915_StaticFields*)il2cpp_codegen_static_fields_for(LightmapConfig_t3677670915_il2cpp_TypeInfo_var))->get_sConfigStack_4(); NullCheck(L_5); LightmapConfig_t3677670915 * L_6 = Stack_1_Peek_m3015650126(L_5, /*hidden argument*/Stack_1_Peek_m3015650126_RuntimeMethod_var); ((LightmapConfig_t3677670915_StaticFields*)il2cpp_codegen_static_fields_for(LightmapConfig_t3677670915_il2cpp_TypeInfo_var))->set__instance_2(L_6); LightmapConfig_t3677670915 * L_7 = ((LightmapConfig_t3677670915_StaticFields*)il2cpp_codegen_static_fields_for(LightmapConfig_t3677670915_il2cpp_TypeInfo_var))->get__instance_2(); NullCheck(L_7); LightmapConfig_SwichLightmapConfig_m2461038222(L_7, /*hidden argument*/NULL); } IL_0044: { return; } } // System.Void LightmapConfig::StoreCurrentConfig() extern "C" IL2CPP_METHOD_ATTR void LightmapConfig_StoreCurrentConfig_m2869596683 (LightmapConfig_t3677670915 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LightmapConfig_StoreCurrentConfig_m2869596683_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LMSettingProperty_t1483900569 * L_0 = (LMSettingProperty_t1483900569 *)il2cpp_codegen_object_new(LMSettingProperty_t1483900569_il2cpp_TypeInfo_var); LMSettingProperty__ctor_m4266689304(L_0, /*hidden argument*/NULL); __this->set_Setting_3(L_0); LMSettingProperty_t1483900569 ** L_1 = __this->get_address_of_Setting_3(); VirtActionInvoker1< LMSettingProperty_t1483900569 ** >::Invoke(4 /* System.Void LightmapConfig::StoreSettings(LMSettingProperty&) */, __this, L_1); return; } } // System.Void LightmapConfig::StoreSettings(LMSettingProperty&) extern "C" IL2CPP_METHOD_ATTR void LightmapConfig_StoreSettings_m1329179133 (LightmapConfig_t3677670915 * __this, LMSettingProperty_t1483900569 ** ___prop0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LightmapConfig_StoreSettings_m1329179133_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; List_1_t551117518 * V_1 = NULL; MeshRendererU5BU5D_t2132764133* V_2 = NULL; MeshRenderer_t587009260 * V_3 = NULL; MeshRendererU5BU5D_t2132764133* V_4 = NULL; int32_t V_5 = 0; LMRendererInfo_t3374010072 V_6; memset(&V_6, 0, sizeof(V_6)); Terrain_t3055443660 * V_7 = NULL; LMRendererInfo_t3374010072 V_8; memset(&V_8, 0, sizeof(V_8)); { LMSettingProperty_t1483900569 ** L_0 = ___prop0; LMSettingProperty_t1483900569 * L_1 = *((LMSettingProperty_t1483900569 **)L_0); Material_t340375123 * L_2 = RenderSettings_get_skybox_m1418963821(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_Skybox_0(L_2); LMSettingProperty_t1483900569 ** L_3 = ___prop0; LMSettingProperty_t1483900569 * L_4 = *((LMSettingProperty_t1483900569 **)L_3); Color_t2555686324 L_5 = RenderSettings_get_ambientLight_m198610958(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_AmbientColor_6(L_5); LMSettingProperty_t1483900569 ** L_6 = ___prop0; LMSettingProperty_t1483900569 * L_7 = *((LMSettingProperty_t1483900569 **)L_6); int32_t L_8 = RenderSettings_get_ambientMode_m3178262418(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_AmbientMode_7(L_8); LMSettingProperty_t1483900569 ** L_9 = ___prop0; LMSettingProperty_t1483900569 * L_10 = *((LMSettingProperty_t1483900569 **)L_9); Color_t2555686324 L_11 = RenderSettings_get_ambientSkyColor_m3319863346(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_SkyColor_8(L_11); LMSettingProperty_t1483900569 ** L_12 = ___prop0; LMSettingProperty_t1483900569 * L_13 = *((LMSettingProperty_t1483900569 **)L_12); Color_t2555686324 L_14 = RenderSettings_get_ambientEquatorColor_m3096842177(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_EquatorColor_9(L_14); LMSettingProperty_t1483900569 ** L_15 = ___prop0; LMSettingProperty_t1483900569 * L_16 = *((LMSettingProperty_t1483900569 **)L_15); Color_t2555686324 L_17 = RenderSettings_get_ambientGroundColor_m2897655457(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_GroundColor_10(L_17); LMSettingProperty_t1483900569 ** L_18 = ___prop0; LMSettingProperty_t1483900569 * L_19 = *((LMSettingProperty_t1483900569 **)L_18); bool L_20 = RenderSettings_get_fog_m382149821(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_UseFog_11(L_20); LMSettingProperty_t1483900569 ** L_21 = ___prop0; LMSettingProperty_t1483900569 * L_22 = *((LMSettingProperty_t1483900569 **)L_21); Color_t2555686324 L_23 = RenderSettings_get_fogColor_m1270918470(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_FogColor_12(L_23); LMSettingProperty_t1483900569 ** L_24 = ___prop0; LMSettingProperty_t1483900569 * L_25 = *((LMSettingProperty_t1483900569 **)L_24); int32_t L_26 = RenderSettings_get_fogMode_m3629449155(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_FogMode_13(L_26); LMSettingProperty_t1483900569 ** L_27 = ___prop0; LMSettingProperty_t1483900569 * L_28 = *((LMSettingProperty_t1483900569 **)L_27); float L_29 = RenderSettings_get_fogDensity_m616878862(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); L_28->set_FogDensity_14(L_29); LMSettingProperty_t1483900569 ** L_30 = ___prop0; LMSettingProperty_t1483900569 * L_31 = *((LMSettingProperty_t1483900569 **)L_30); float L_32 = RenderSettings_get_fogStartDistance_m3205984467(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); L_31->set_LinearFogStartDistance_15(L_32); LMSettingProperty_t1483900569 ** L_33 = ___prop0; LMSettingProperty_t1483900569 * L_34 = *((LMSettingProperty_t1483900569 **)L_33); float L_35 = RenderSettings_get_fogEndDistance_m3431247078(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_LinearFogEndDistance_16(L_35); LMSettingProperty_t1483900569 ** L_36 = ___prop0; LMSettingProperty_t1483900569 * L_37 = *((LMSettingProperty_t1483900569 **)L_36); LightmapDataU5BU5D_t2367175237* L_38 = LightmapSettings_get_lightmaps_m2183778604(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); NullCheck(L_37); L_37->set_LightmapsColor_2(((Texture2DU5BU5D_t149664596*)SZArrayNew(Texture2DU5BU5D_t149664596_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length))))))); LMSettingProperty_t1483900569 ** L_39 = ___prop0; LMSettingProperty_t1483900569 * L_40 = *((LMSettingProperty_t1483900569 **)L_39); LightmapDataU5BU5D_t2367175237* L_41 = LightmapSettings_get_lightmaps_m2183778604(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_41); NullCheck(L_40); L_40->set_LightmapsDir_3(((Texture2DU5BU5D_t149664596*)SZArrayNew(Texture2DU5BU5D_t149664596_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))))))); LMSettingProperty_t1483900569 ** L_42 = ___prop0; LMSettingProperty_t1483900569 * L_43 = *((LMSettingProperty_t1483900569 **)L_42); LightmapDataU5BU5D_t2367175237* L_44 = LightmapSettings_get_lightmaps_m2183778604(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); NullCheck(L_43); L_43->set_ShadowMask_4(((Texture2DU5BU5D_t149664596*)SZArrayNew(Texture2DU5BU5D_t149664596_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length))))))); V_0 = 0; goto IL_0113; } IL_00d0: { LMSettingProperty_t1483900569 ** L_45 = ___prop0; LMSettingProperty_t1483900569 * L_46 = *((LMSettingProperty_t1483900569 **)L_45); NullCheck(L_46); Texture2DU5BU5D_t149664596* L_47 = L_46->get_LightmapsColor_2(); int32_t L_48 = V_0; LightmapDataU5BU5D_t2367175237* L_49 = LightmapSettings_get_lightmaps_m2183778604(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_50 = V_0; NullCheck(L_49); int32_t L_51 = L_50; LightmapData_t2568046604 * L_52 = (L_49)->GetAt(static_cast(L_51)); NullCheck(L_52); Texture2D_t3840446185 * L_53 = LightmapData_get_lightmapColor_m1321385831(L_52, /*hidden argument*/NULL); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_53); (L_47)->SetAt(static_cast(L_48), (Texture2D_t3840446185 *)L_53); LMSettingProperty_t1483900569 ** L_54 = ___prop0; LMSettingProperty_t1483900569 * L_55 = *((LMSettingProperty_t1483900569 **)L_54); NullCheck(L_55); Texture2DU5BU5D_t149664596* L_56 = L_55->get_LightmapsDir_3(); int32_t L_57 = V_0; LightmapDataU5BU5D_t2367175237* L_58 = LightmapSettings_get_lightmaps_m2183778604(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_59 = V_0; NullCheck(L_58); int32_t L_60 = L_59; LightmapData_t2568046604 * L_61 = (L_58)->GetAt(static_cast(L_60)); NullCheck(L_61); Texture2D_t3840446185 * L_62 = LightmapData_get_lightmapDir_m2047408429(L_61, /*hidden argument*/NULL); NullCheck(L_56); ArrayElementTypeCheck (L_56, L_62); (L_56)->SetAt(static_cast(L_57), (Texture2D_t3840446185 *)L_62); LMSettingProperty_t1483900569 ** L_63 = ___prop0; LMSettingProperty_t1483900569 * L_64 = *((LMSettingProperty_t1483900569 **)L_63); NullCheck(L_64); Texture2DU5BU5D_t149664596* L_65 = L_64->get_ShadowMask_4(); int32_t L_66 = V_0; LightmapDataU5BU5D_t2367175237* L_67 = LightmapSettings_get_lightmaps_m2183778604(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_68 = V_0; NullCheck(L_67); int32_t L_69 = L_68; LightmapData_t2568046604 * L_70 = (L_67)->GetAt(static_cast(L_69)); NullCheck(L_70); Texture2D_t3840446185 * L_71 = LightmapData_get_shadowMask_m1704228216(L_70, /*hidden argument*/NULL); NullCheck(L_65); ArrayElementTypeCheck (L_65, L_71); (L_65)->SetAt(static_cast(L_66), (Texture2D_t3840446185 *)L_71); int32_t L_72 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_0113: { int32_t L_73 = V_0; LightmapDataU5BU5D_t2367175237* L_74 = LightmapSettings_get_lightmaps_m2183778604(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_74); if ((((int32_t)L_73) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_74)->max_length))))))) { goto IL_00d0; } } { List_1_t551117518 * L_75 = (List_1_t551117518 *)il2cpp_codegen_object_new(List_1_t551117518_il2cpp_TypeInfo_var); List_1__ctor_m4110779346(L_75, /*hidden argument*/List_1__ctor_m4110779346_RuntimeMethod_var); V_1 = L_75; MeshRendererU5BU5D_t2132764133* L_76 = Component_GetComponentsInChildren_TisMeshRenderer_t587009260_m2448849684(__this, /*hidden argument*/Component_GetComponentsInChildren_TisMeshRenderer_t587009260_m2448849684_RuntimeMethod_var); V_2 = L_76; MeshRendererU5BU5D_t2132764133* L_77 = V_2; V_4 = L_77; V_5 = 0; goto IL_0187; } IL_0138: { MeshRendererU5BU5D_t2132764133* L_78 = V_4; int32_t L_79 = V_5; NullCheck(L_78); int32_t L_80 = L_79; MeshRenderer_t587009260 * L_81 = (L_78)->GetAt(static_cast(L_80)); V_3 = L_81; MeshRenderer_t587009260 * L_82 = V_3; NullCheck(L_82); int32_t L_83 = Renderer_get_lightmapIndex_m1719636911(L_82, /*hidden argument*/NULL); if ((!(((uint32_t)L_83) == ((uint32_t)(-1))))) { goto IL_014f; } } { goto IL_0181; } IL_014f: { il2cpp_codegen_initobj((&V_6), sizeof(LMRendererInfo_t3374010072 )); MeshRenderer_t587009260 * L_84 = V_3; (&V_6)->set_renderer_0(L_84); MeshRenderer_t587009260 * L_85 = V_3; NullCheck(L_85); int32_t L_86 = Renderer_get_lightmapIndex_m1719636911(L_85, /*hidden argument*/NULL); (&V_6)->set_LightmapIndex_1(L_86); MeshRenderer_t587009260 * L_87 = V_3; NullCheck(L_87); Vector4_t3319028937 L_88 = Renderer_get_lightmapScaleOffset_m804150199(L_87, /*hidden argument*/NULL); (&V_6)->set_LightmapOffsetScale_2(L_88); List_1_t551117518 * L_89 = V_1; LMRendererInfo_t3374010072 L_90 = V_6; NullCheck(L_89); List_1_Add_m2240949582(L_89, L_90, /*hidden argument*/List_1_Add_m2240949582_RuntimeMethod_var); } IL_0181: { int32_t L_91 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); } IL_0187: { int32_t L_92 = V_5; MeshRendererU5BU5D_t2132764133* L_93 = V_4; NullCheck(L_93); if ((((int32_t)L_92) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_93)->max_length))))))) { goto IL_0138; } } { LMSettingProperty_t1483900569 ** L_94 = ___prop0; LMSettingProperty_t1483900569 * L_95 = *((LMSettingProperty_t1483900569 **)L_94); List_1_t551117518 * L_96 = V_1; NullCheck(L_96); LMRendererInfoU5BU5D_t4046529225* L_97 = List_1_ToArray_m930659533(L_96, /*hidden argument*/List_1_ToArray_m930659533_RuntimeMethod_var); NullCheck(L_95); L_95->set_RendererInfos_17(L_97); Terrain_t3055443660 * L_98 = Component_GetComponentInChildren_TisTerrain_t3055443660_m724821176(__this, /*hidden argument*/Component_GetComponentInChildren_TisTerrain_t3055443660_m724821176_RuntimeMethod_var); V_7 = L_98; Terrain_t3055443660 * L_99 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_100 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_99, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_100) { goto IL_01eb; } } { LMSettingProperty_t1483900569 ** L_101 = ___prop0; LMSettingProperty_t1483900569 * L_102 = *((LMSettingProperty_t1483900569 **)L_101); il2cpp_codegen_initobj((&V_8), sizeof(LMRendererInfo_t3374010072 )); LMRendererInfo_t3374010072 L_103 = V_8; NullCheck(L_102); L_102->set_TerrainRendererInfo_18(L_103); LMSettingProperty_t1483900569 ** L_104 = ___prop0; LMSettingProperty_t1483900569 * L_105 = *((LMSettingProperty_t1483900569 **)L_104); NullCheck(L_105); LMRendererInfo_t3374010072 * L_106 = L_105->get_address_of_TerrainRendererInfo_18(); Terrain_t3055443660 * L_107 = V_7; NullCheck(L_107); int32_t L_108 = Terrain_get_lightmapIndex_m1419337621(L_107, /*hidden argument*/NULL); L_106->set_LightmapIndex_1(L_108); LMSettingProperty_t1483900569 ** L_109 = ___prop0; LMSettingProperty_t1483900569 * L_110 = *((LMSettingProperty_t1483900569 **)L_109); NullCheck(L_110); LMRendererInfo_t3374010072 * L_111 = L_110->get_address_of_TerrainRendererInfo_18(); Terrain_t3055443660 * L_112 = V_7; NullCheck(L_112); Vector4_t3319028937 L_113 = Terrain_get_lightmapScaleOffset_m1958008974(L_112, /*hidden argument*/NULL); L_111->set_LightmapOffsetScale_2(L_113); } IL_01eb: { return; } } // System.Void LightmapConfig::ApplyConfig(LMSettingProperty) extern "C" IL2CPP_METHOD_ATTR void LightmapConfig_ApplyConfig_m1503717773 (LightmapConfig_t3677670915 * __this, LMSettingProperty_t1483900569 * ___prop0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LightmapConfig_ApplyConfig_m1503717773_MetadataUsageId); s_Il2CppMethodInitialized = true; } LightmapDataU5BU5D_t2367175237* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; LMRendererInfo_t3374010072 V_3; memset(&V_3, 0, sizeof(V_3)); Terrain_t3055443660 * V_4 = NULL; { LMSettingProperty_t1483900569 * L_0 = ___prop0; NullCheck(L_0); Material_t340375123 * L_1 = L_0->get_Skybox_0(); RenderSettings_set_skybox_m1979596356(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); LMSettingProperty_t1483900569 * L_2 = ___prop0; NullCheck(L_2); Color_t2555686324 L_3 = L_2->get_AmbientColor_6(); RenderSettings_set_ambientLight_m623762613(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); LMSettingProperty_t1483900569 * L_4 = ___prop0; NullCheck(L_4); bool L_5 = L_4->get_UseFog_11(); RenderSettings_set_fog_m156652399(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); LMSettingProperty_t1483900569 * L_6 = ___prop0; NullCheck(L_6); Color_t2555686324 L_7 = L_6->get_FogColor_12(); RenderSettings_set_fogColor_m1943396926(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); LMSettingProperty_t1483900569 * L_8 = ___prop0; NullCheck(L_8); int32_t L_9 = L_8->get_FogMode_13(); RenderSettings_set_fogMode_m2821553345(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); LMSettingProperty_t1483900569 * L_10 = ___prop0; NullCheck(L_10); float L_11 = L_10->get_FogDensity_14(); RenderSettings_set_fogDensity_m593006159(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); LMSettingProperty_t1483900569 * L_12 = ___prop0; NullCheck(L_12); float L_13 = L_12->get_LinearFogStartDistance_15(); RenderSettings_set_fogStartDistance_m3924853072(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); LMSettingProperty_t1483900569 * L_14 = ___prop0; NullCheck(L_14); float L_15 = L_14->get_LinearFogEndDistance_16(); RenderSettings_set_fogEndDistance_m2317515257(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); LMSettingProperty_t1483900569 * L_16 = ___prop0; NullCheck(L_16); int32_t L_17 = L_16->get_AmbientMode_7(); RenderSettings_set_ambientMode_m646924227(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); LMSettingProperty_t1483900569 * L_18 = ___prop0; NullCheck(L_18); Color_t2555686324 L_19 = L_18->get_SkyColor_8(); RenderSettings_set_ambientSkyColor_m567060261(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); LMSettingProperty_t1483900569 * L_20 = ___prop0; NullCheck(L_20); Color_t2555686324 L_21 = L_20->get_EquatorColor_9(); RenderSettings_set_ambientEquatorColor_m3352239010(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); LMSettingProperty_t1483900569 * L_22 = ___prop0; NullCheck(L_22); Color_t2555686324 L_23 = L_22->get_GroundColor_10(); RenderSettings_set_ambientGroundColor_m4162975854(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); LMSettingProperty_t1483900569 * L_24 = ___prop0; NullCheck(L_24); Texture2DU5BU5D_t149664596* L_25 = L_24->get_LightmapsColor_2(); if (!L_25) { goto IL_0107; } } { LMSettingProperty_t1483900569 * L_26 = ___prop0; NullCheck(L_26); Texture2DU5BU5D_t149664596* L_27 = L_26->get_LightmapsColor_2(); NullCheck(L_27); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))) <= ((int32_t)0))) { goto IL_0107; } } { LMSettingProperty_t1483900569 * L_28 = ___prop0; NullCheck(L_28); Texture2DU5BU5D_t149664596* L_29 = L_28->get_LightmapsColor_2(); NullCheck(L_29); V_0 = ((LightmapDataU5BU5D_t2367175237*)SZArrayNew(LightmapDataU5BU5D_t2367175237_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length)))))); V_1 = 0; goto IL_00ee; } IL_00b2: { LightmapDataU5BU5D_t2367175237* L_30 = V_0; int32_t L_31 = V_1; LightmapData_t2568046604 * L_32 = (LightmapData_t2568046604 *)il2cpp_codegen_object_new(LightmapData_t2568046604_il2cpp_TypeInfo_var); LightmapData__ctor_m813495071(L_32, /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(L_31), (LightmapData_t2568046604 *)L_32); LightmapDataU5BU5D_t2367175237* L_33 = V_0; int32_t L_34 = V_1; NullCheck(L_33); int32_t L_35 = L_34; LightmapData_t2568046604 * L_36 = (L_33)->GetAt(static_cast(L_35)); LMSettingProperty_t1483900569 * L_37 = ___prop0; NullCheck(L_37); Texture2DU5BU5D_t149664596* L_38 = L_37->get_LightmapsColor_2(); int32_t L_39 = V_1; NullCheck(L_38); int32_t L_40 = L_39; Texture2D_t3840446185 * L_41 = (L_38)->GetAt(static_cast(L_40)); NullCheck(L_36); LightmapData_set_lightmapColor_m4228478862(L_36, L_41, /*hidden argument*/NULL); LightmapDataU5BU5D_t2367175237* L_42 = V_0; int32_t L_43 = V_1; NullCheck(L_42); int32_t L_44 = L_43; LightmapData_t2568046604 * L_45 = (L_42)->GetAt(static_cast(L_44)); LMSettingProperty_t1483900569 * L_46 = ___prop0; NullCheck(L_46); Texture2DU5BU5D_t149664596* L_47 = L_46->get_LightmapsDir_3(); int32_t L_48 = V_1; NullCheck(L_47); int32_t L_49 = L_48; Texture2D_t3840446185 * L_50 = (L_47)->GetAt(static_cast(L_49)); NullCheck(L_45); LightmapData_set_lightmapDir_m2870272447(L_45, L_50, /*hidden argument*/NULL); LightmapDataU5BU5D_t2367175237* L_51 = V_0; int32_t L_52 = V_1; NullCheck(L_51); int32_t L_53 = L_52; LightmapData_t2568046604 * L_54 = (L_51)->GetAt(static_cast(L_53)); LMSettingProperty_t1483900569 * L_55 = ___prop0; NullCheck(L_55); Texture2DU5BU5D_t149664596* L_56 = L_55->get_ShadowMask_4(); int32_t L_57 = V_1; NullCheck(L_56); int32_t L_58 = L_57; Texture2D_t3840446185 * L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_54); LightmapData_set_shadowMask_m3958641138(L_54, L_59, /*hidden argument*/NULL); int32_t L_60 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_00ee: { int32_t L_61 = V_1; LMSettingProperty_t1483900569 * L_62 = ___prop0; NullCheck(L_62); Texture2DU5BU5D_t149664596* L_63 = L_62->get_LightmapsColor_2(); NullCheck(L_63); if ((((int32_t)L_61) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_63)->max_length))))))) { goto IL_00b2; } } { LightmapDataU5BU5D_t2367175237* L_64 = V_0; LightmapSettings_set_lightmaps_m3068185020(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); goto IL_010d; } IL_0107: { LightmapSettings_set_lightmaps_m3068185020(NULL /*static, unused*/, (LightmapDataU5BU5D_t2367175237*)(LightmapDataU5BU5D_t2367175237*)NULL, /*hidden argument*/NULL); } IL_010d: { V_2 = 0; goto IL_0150; } IL_0114: { LMSettingProperty_t1483900569 * L_65 = ___prop0; NullCheck(L_65); LMRendererInfoU5BU5D_t4046529225* L_66 = L_65->get_RendererInfos_17(); int32_t L_67 = V_2; NullCheck(L_66); V_3 = (*(LMRendererInfo_t3374010072 *)((L_66)->GetAddressAt(static_cast(L_67)))); Renderer_t2627027031 * L_68 = (&V_3)->get_renderer_0(); int32_t L_69 = (&V_3)->get_LightmapIndex_1(); NullCheck(L_68); Renderer_set_lightmapIndex_m3484336565(L_68, L_69, /*hidden argument*/NULL); Renderer_t2627027031 * L_70 = (&V_3)->get_renderer_0(); Vector4_t3319028937 L_71 = (&V_3)->get_LightmapOffsetScale_2(); NullCheck(L_70); Renderer_set_lightmapScaleOffset_m402428297(L_70, L_71, /*hidden argument*/NULL); int32_t L_72 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_0150: { int32_t L_73 = V_2; LMSettingProperty_t1483900569 * L_74 = ___prop0; NullCheck(L_74); LMRendererInfoU5BU5D_t4046529225* L_75 = L_74->get_RendererInfos_17(); NullCheck(L_75); if ((((int32_t)L_73) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_75)->max_length))))))) { goto IL_0114; } } { Terrain_t3055443660 * L_76 = Component_GetComponentInChildren_TisTerrain_t3055443660_m724821176(__this, /*hidden argument*/Component_GetComponentInChildren_TisTerrain_t3055443660_m724821176_RuntimeMethod_var); V_4 = L_76; Terrain_t3055443660 * L_77 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_78 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_77, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_78) { goto IL_0197; } } { Terrain_t3055443660 * L_79 = V_4; LMSettingProperty_t1483900569 * L_80 = ___prop0; NullCheck(L_80); LMRendererInfo_t3374010072 * L_81 = L_80->get_address_of_TerrainRendererInfo_18(); int32_t L_82 = L_81->get_LightmapIndex_1(); NullCheck(L_79); Terrain_set_lightmapIndex_m4285884942(L_79, L_82, /*hidden argument*/NULL); Terrain_t3055443660 * L_83 = V_4; LMSettingProperty_t1483900569 * L_84 = ___prop0; NullCheck(L_84); LMRendererInfo_t3374010072 * L_85 = L_84->get_address_of_TerrainRendererInfo_18(); Vector4_t3319028937 L_86 = L_85->get_LightmapOffsetScale_2(); NullCheck(L_83); Terrain_set_lightmapScaleOffset_m2049244534(L_83, L_86, /*hidden argument*/NULL); } IL_0197: { return; } } // System.Void LightmapConfig::SwichLightmapConfig() extern "C" IL2CPP_METHOD_ATTR void LightmapConfig_SwichLightmapConfig_m2461038222 (LightmapConfig_t3677670915 * __this, const RuntimeMethod* method) { { LMSettingProperty_t1483900569 * L_0 = __this->get_Setting_3(); if (!L_0) { goto IL_0017; } } { LMSettingProperty_t1483900569 * L_1 = __this->get_Setting_3(); VirtActionInvoker1< LMSettingProperty_t1483900569 * >::Invoke(5 /* System.Void LightmapConfig::ApplyConfig(LMSettingProperty) */, __this, L_1); } IL_0017: { return; } } // System.Void LightmapConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void LightmapConfig__cctor_m388964183 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LightmapConfig__cctor_m388964183_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_1_t226093074 * L_0 = (Stack_1_t226093074 *)il2cpp_codegen_object_new(Stack_1_t226093074_il2cpp_TypeInfo_var); Stack_1__ctor_m4133197425(L_0, /*hidden argument*/Stack_1__ctor_m4133197425_RuntimeMethod_var); ((LightmapConfig_t3677670915_StaticFields*)il2cpp_codegen_static_fields_for(LightmapConfig_t3677670915_il2cpp_TypeInfo_var))->set_sConfigStack_4(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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; IL2CPP_RUNTIME_CLASS_INIT(AssetManager_t2546491902_il2cpp_TypeInfo_var); Object_t631007953 * L_9 = AssetManager_LoadAsset_m1115993353(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_1 = ((GameObject_t1113636619 *)IsInstSealed((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; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_13 = Object_Instantiate_TisGameObject_t1113636619_m4070250708(NULL /*static, unused*/, L_12, /*hidden argument*/Object_Instantiate_TisGameObject_t1113636619_m4070250708_RuntimeMethod_var); __this->set_m_Effect_7(L_13); GameObject_t1113636619 * L_14 = __this->get_m_Effect_7(); NullCheck(L_14); Transform_t3600365921 * L_15 = GameObject_get_transform_m1369836730(L_14, /*hidden argument*/NULL); Transform_t3600365921 * L_16 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_15); Transform_set_parent_m786917804(L_15, L_16, /*hidden argument*/NULL); GameObject_t1113636619 * L_17 = __this->get_m_Effect_7(); GameObject_t1113636619 * L_18 = V_1; NullCheck(L_18); String_t* L_19 = Object_get_name_m4211327027(L_18, /*hidden argument*/NULL); NullCheck(L_17); Object_set_name_m291480324(L_17, L_19, /*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 // System.Void ListFileProcessor::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ListFileProcessor__ctor_m2359473832 (ListFileProcessor_t4061483043 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListFileProcessor__ctor_m2359473832_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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_fileDic_1(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_1 = ___path0; __this->set_filePath_0(L_1); return; } } // System.Boolean ListFileProcessor::Init() extern "C" IL2CPP_METHOD_ATTR bool ListFileProcessor_Init_m1708106654 (ListFileProcessor_t4061483043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListFileProcessor_Init_m1708106654_MetadataUsageId); s_Il2CppMethodInitialized = true; } StreamReader_t4009935899 * V_0 = NULL; String_t* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; Exception_t * V_5 = NULL; bool V_6 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { String_t* L_0 = __this->get_filePath_0(); StreamReader_t4009935899 * L_1 = File_OpenText_m196858847(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; StreamReader_t4009935899 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.IO.TextReader::ReadLine() */, L_2); V_1 = L_3; goto IL_0048; } IL_0018: { String_t* L_4 = V_1; CharU5BU5D_t3528271667* L_5 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_4); StringU5BU5D_t1281789340* L_6 = String_Split_m3646115398(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; StringU5BU5D_t1281789340* L_7 = V_2; NullCheck(L_7); int32_t L_8 = 0; String_t* L_9 = (L_7)->GetAt(static_cast(L_8)); V_3 = L_9; StringU5BU5D_t1281789340* L_10 = V_2; NullCheck(L_10); int32_t L_11 = 1; String_t* L_12 = (L_10)->GetAt(static_cast(L_11)); V_4 = L_12; Dictionary_2_t1632706988 * L_13 = __this->get_fileDic_1(); String_t* L_14 = V_3; String_t* L_15 = V_4; NullCheck(L_13); Dictionary_2_set_Item_m187286838(L_13, L_14, L_15, /*hidden argument*/Dictionary_2_set_Item_m187286838_RuntimeMethod_var); StreamReader_t4009935899 * L_16 = V_0; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.IO.TextReader::ReadLine() */, L_16); V_1 = L_17; } IL_0048: { String_t* L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0018; } } IL_0053: { StreamReader_t4009935899 * L_20 = V_0; NullCheck(L_20); VirtActionInvoker0::Invoke(5 /* System.Void System.IO.TextReader::Close() */, L_20); StreamReader_t4009935899 * L_21 = V_0; NullCheck(L_21); TextReader_Dispose_m4253712522(L_21, /*hidden argument*/NULL); goto IL_008f; } } // 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_0064; throw e; } CATCH_0064: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); String_t* L_22 = __this->get_filePath_0(); Exception_t * L_23 = V_5; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral3662980774, L_22, _stringLiteral4010826488, L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); V_6 = (bool)0; goto IL_0091; } // end catch (depth: 1) IL_008f: { return (bool)1; } IL_0091: { bool L_26 = V_6; return L_26; } } // System.Collections.Generic.Dictionary`2 ListFileProcessor::Compare(ListFileProcessor,System.Collections.Generic.Dictionary`2&) extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t1632706988 * ListFileProcessor_Compare_m1187019742 (ListFileProcessor_t4061483043 * __this, ListFileProcessor_t4061483043 * ___other0, Dictionary_2_t1632706988 ** ___oldFilesCanBeDelete1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListFileProcessor_Compare_m1187019742_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t1632706988 * V_0 = NULL; Dictionary_2_t1632706988 * V_1 = NULL; KeyValuePair_2_t4030379155 V_2; memset(&V_2, 0, sizeof(V_2)); Enumerator_t3586889763 V_3; memset(&V_3, 0, sizeof(V_3)); KeyValuePair_2_t4030379155 V_4; memset(&V_4, 0, sizeof(V_4)); Enumerator_t3586889763 V_5; memset(&V_5, 0, sizeof(V_5)); 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); { Dictionary_2_t1632706988 * L_0 = (Dictionary_2_t1632706988 *)il2cpp_codegen_object_new(Dictionary_2_t1632706988_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3302800229(L_0, /*hidden argument*/Dictionary_2__ctor_m3302800229_RuntimeMethod_var); V_0 = L_0; ListFileProcessor_t4061483043 * L_1 = ___other0; NullCheck(L_1); Dictionary_2_t1632706988 * L_2 = ListFileProcessor_GetFileDic_m3543266395(L_1, /*hidden argument*/NULL); V_1 = L_2; Dictionary_2_t1632706988 * L_3 = __this->get_fileDic_1(); NullCheck(L_3); Enumerator_t3586889763 L_4 = Dictionary_2_GetEnumerator_m1883005577(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m1883005577_RuntimeMethod_var); V_3 = L_4; } IL_0019: try { // begin try (depth: 1) { goto IL_0095; } IL_001e: { KeyValuePair_2_t4030379155 L_5 = Enumerator_get_Current_m4125185638((&V_3), /*hidden argument*/Enumerator_get_Current_m4125185638_RuntimeMethod_var); V_2 = L_5; Dictionary_2_t1632706988 * L_6 = V_1; String_t* L_7 = KeyValuePair_2_get_Key_m3938572407((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var); NullCheck(L_6); bool L_8 = Dictionary_2_ContainsKey_m2249167092(L_6, L_7, /*hidden argument*/Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var); if (!L_8) { goto IL_006f; } } IL_0038: { Dictionary_2_t1632706988 * L_9 = V_1; String_t* L_10 = KeyValuePair_2_get_Key_m3938572407((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var); NullCheck(L_9); String_t* L_11 = Dictionary_2_get_Item_m2643467469(L_9, L_10, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); String_t* L_12 = KeyValuePair_2_get_Value_m2642806556((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m2642806556_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_006f; } } IL_0056: { Dictionary_2_t1632706988 * L_14 = V_0; String_t* L_15 = KeyValuePair_2_get_Key_m3938572407((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var); String_t* L_16 = KeyValuePair_2_get_Value_m2642806556((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m2642806556_RuntimeMethod_var); NullCheck(L_14); Dictionary_2_Add_m633427275(L_14, L_15, L_16, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); goto IL_0095; } IL_006f: { Dictionary_2_t1632706988 * L_17 = V_1; String_t* L_18 = KeyValuePair_2_get_Key_m3938572407((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var); NullCheck(L_17); bool L_19 = Dictionary_2_ContainsKey_m2249167092(L_17, L_18, /*hidden argument*/Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var); if (L_19) { goto IL_0095; } } IL_0081: { Dictionary_2_t1632706988 * L_20 = V_0; String_t* L_21 = KeyValuePair_2_get_Key_m3938572407((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var); String_t* L_22 = KeyValuePair_2_get_Value_m2642806556((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m2642806556_RuntimeMethod_var); NullCheck(L_20); Dictionary_2_Add_m633427275(L_20, L_21, L_22, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); } IL_0095: { bool L_23 = Enumerator_MoveNext_m897800495((&V_3), /*hidden argument*/Enumerator_MoveNext_m897800495_RuntimeMethod_var); if (L_23) { goto IL_001e; } } IL_00a1: { IL2CPP_LEAVE(0xB4, FINALLY_00a6); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a6; } FINALLY_00a6: { // begin finally (depth: 1) Enumerator_Dispose_m2198401511((&V_3), /*hidden argument*/Enumerator_Dispose_m2198401511_RuntimeMethod_var); IL2CPP_END_FINALLY(166) } // end finally (depth: 1) IL2CPP_CLEANUP(166) { IL2CPP_JUMP_TBL(0xB4, IL_00b4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b4: { Dictionary_2_t1632706988 * L_24 = V_1; NullCheck(L_24); Enumerator_t3586889763 L_25 = Dictionary_2_GetEnumerator_m1883005577(L_24, /*hidden argument*/Dictionary_2_GetEnumerator_m1883005577_RuntimeMethod_var); V_5 = L_25; } IL_00bc: try { // begin try (depth: 1) { goto IL_00fb; } IL_00c1: { KeyValuePair_2_t4030379155 L_26 = Enumerator_get_Current_m4125185638((&V_5), /*hidden argument*/Enumerator_get_Current_m4125185638_RuntimeMethod_var); V_4 = L_26; Dictionary_2_t1632706988 * L_27 = __this->get_fileDic_1(); String_t* L_28 = KeyValuePair_2_get_Key_m3938572407((&V_4), /*hidden argument*/KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var); NullCheck(L_27); bool L_29 = Dictionary_2_ContainsKey_m2249167092(L_27, L_28, /*hidden argument*/Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var); if (!L_29) { goto IL_00e6; } } IL_00e1: { goto IL_00fb; } IL_00e6: { Dictionary_2_t1632706988 ** L_30 = ___oldFilesCanBeDelete1; Dictionary_2_t1632706988 * L_31 = *((Dictionary_2_t1632706988 **)L_30); String_t* L_32 = KeyValuePair_2_get_Key_m3938572407((&V_4), /*hidden argument*/KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var); String_t* L_33 = KeyValuePair_2_get_Value_m2642806556((&V_4), /*hidden argument*/KeyValuePair_2_get_Value_m2642806556_RuntimeMethod_var); NullCheck(L_31); Dictionary_2_Add_m633427275(L_31, L_32, L_33, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); } IL_00fb: { bool L_34 = Enumerator_MoveNext_m897800495((&V_5), /*hidden argument*/Enumerator_MoveNext_m897800495_RuntimeMethod_var); if (L_34) { goto IL_00c1; } } IL_0107: { IL2CPP_LEAVE(0x11A, FINALLY_010c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010c; } FINALLY_010c: { // begin finally (depth: 1) Enumerator_Dispose_m2198401511((&V_5), /*hidden argument*/Enumerator_Dispose_m2198401511_RuntimeMethod_var); IL2CPP_END_FINALLY(268) } // end finally (depth: 1) IL2CPP_CLEANUP(268) { IL2CPP_JUMP_TBL(0x11A, IL_011a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_011a: { Dictionary_2_t1632706988 * L_35 = V_0; return L_35; } } // System.Collections.Generic.Dictionary`2 ListFileProcessor::GetFileDic() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t1632706988 * ListFileProcessor_GetFileDic_m3543266395 (ListFileProcessor_t4061483043 * __this, const RuntimeMethod* method) { { Dictionary_2_t1632706988 * L_0 = __this->get_fileDic_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(6 /* 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(5 /* 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(4 /* !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(5 /* 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(5 /* 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(9 /* 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(22 /* 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(7 /* 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(18 /* 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(9 /* 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(22 /* 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(7 /* 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(18 /* 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(18 /* 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(9 /* 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(17 /* 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(9 /* 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(9 /* 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(4 /* !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(4 /* !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(4 /* !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(4 /* !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(4 /* !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(4 /* !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(45 /* 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(4 /* !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(4 /* !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(4 /* !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(4 /* !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(4 /* !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(4 /* !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(4 /* !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(48 /* 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(4 /* !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(4 /* !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(17 /* 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(27 /* 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(5 /* 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(5 /* 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(5 /* 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(5 /* 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(5 /* 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(5 /* 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(5 /* 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(5 /* 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(5 /* 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(4 /* !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(5 /* 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(12 /* 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(4 /* !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(4 /* !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(4 /* !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(9 /* 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(18 /* 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(16 /* 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(9 /* 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(25 /* 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