#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 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 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 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); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct 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); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Net.ILinkListener struct ILinkListener_t2747206916; // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551; // BetterList`1 struct BetterList_1_t289316694; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t3261532576; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1919752173; // System.Collections.Generic.List`1 struct List_1_t3594922530; // System.Collections.Generic.List`1 struct List_1_t257213610; // DMCore.Net.INetLink struct INetLink_t2717826932; // DMCore.Net.INetListener struct INetListener_t2122847788; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t4167061670; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2825281267; // DMCore.Net.Protocol.INetMsgBaseS2C struct INetMsgBaseS2C_t126919271; // BetterList`1 struct BetterList_1_t3223218359; // System.String struct String_t; // DMCore.Net.CNetLink struct CNetLink_t2605986831; // DMCore.CDataArray struct CDataArray_t4068198041; // DMCore.Net.Protocol.CMsgCustom struct CMsgCustom_t3704829624; // DMCore.Net.Protocol.INetMsgBaseC2S struct INetMsgBaseC2S_t1364238951; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Object[] struct ObjectU5BU5D_t2843939325; // DMCore.Net.CPropDictionary/PropInfo struct PropInfo_t1912548384; // System.Collections.Generic.List`1 struct List_1_t3384623126; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // DMCore.Net.Help struct Help_t3634822582; // System.Char[] struct CharU5BU5D_t3528271667; // DMCore.Net.CNetReceiver struct CNetReceiver_t1076104922; // System.IO.MemoryStream struct MemoryStream_t94973147; // System.Net.Sockets.Socket struct Socket_t1119025450; // System.UInt32[] struct UInt32U5BU5D_t2770800703; // DMCore.Net.Protocol.CMsgAcc struct CMsgAcc_t1490163161; // DMCore.Net.Protocol.CMsgAccRegister struct CMsgAccRegister_t524064186; // DMCore.Net.Protocol.CMsgActivationCode struct CMsgActivationCode_t2067586702; // DMCore.Net.Protocol.CMsgBeatHeart struct CMsgBeatHeart_t1177153467; // DMCore.Net.Protocol.CMsgBeginGame struct CMsgBeginGame_t955386178; // DMCore.Net.Protocol.CMsgCheckName struct CMsgCheckName_t3454396508; // DMCore.Net.Protocol.CMsgClientStageReady struct CMsgClientStageReady_t250050675; // DMCore.Net.Protocol.CMsgCreateRole struct CMsgCreateRole_t3471207702; // DMCore.Net.Protocol.CMsgCreateRoom struct CMsgCreateRoom_t3470683415; // DMCore.Net.Protocol.CMsgEntryGame struct CMsgEntryGame_t3280175441; // DMCore.Net.Protocol.CMsgEntryMarryRoom struct CMsgEntryMarryRoom_t1647901718; // DMCore.Net.Protocol.CMsgEntryRoom struct CMsgEntryRoom_t3749823927; // System.Collections.Generic.List`1 struct List_1_t128053199; // DMCore.Net.Protocol.CMsgLedouAcc struct CMsgLedouAcc_t436276660; // DMCore.Net.Protocol.CMsgLedouAcc_Guest struct CMsgLedouAcc_Guest_t2051627822; // DMCore.Net.Protocol.CMsgLogin struct CMsgLogin_t1892686458; // DMCore.Net.Protocol.CMsgLoginLobby struct CMsgLoginLobby_t3466726137; // DMCore.Net.Protocol.CMsgRelink struct CMsgRelink_t1870076565; // DMCore.Net.Protocol.CMsgRequestMarryList struct CMsgRequestMarryList_t3979900726; // DMCore.Net.Protocol.CMsgRequestRoomList struct CMsgRequestRoomList_t720108623; // DMCore.Net.Protocol.CMsgSearchRoom struct CMsgSearchRoom_t224341451; // DMCore.Net.Protocol.SMsgRawBytes struct SMsgRawBytes_t470003137; // DMCore.Net.Protocol.SMsgCustom struct SMsgCustom_t3704812008; // DMCore.Net.SerialDef struct SerialDef_t1272345629; // DMCore.UNIQUE_ID struct UNIQUE_ID_t1074083407; // DontDestroy struct DontDestroy_t1446738193; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.Object struct Object_t631007953; // DOTweenUtil struct DOTweenUtil_t545044800; // UnityEngine.RectTransform struct RectTransform_t3704657025; // DG.Tweening.TweenCallback struct TweenCallback_t3727756325; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2944330537; // UnityEngine.Transform struct Transform_t3600365921; // DG.Tweening.Tweener struct Tweener_t436044680; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3040139253; // System.Collections.Generic.List`1 struct List_1_t3956019502; // System.Type struct Type_t; // System.Collections.Generic.List`1> struct List_1_t496632877; // System.Collections.Generic.List`1 struct List_1_t3319525431; // FitFun.AssetHelper struct AssetHelper_t687966792; // FitFun.AssetManager struct AssetManager_t2546491902; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1515008996; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3473690718; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t740873407; // FitFun.AssetManager/CResIssue struct CResIssue_t1729752697; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3104781730; // UnityEngine.Sprite struct Sprite_t280657092; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t432187711; // UnityEngine.U2D.SpriteAtlas struct SpriteAtlas_t646931412; // UnityEngine.AssetBundle struct AssetBundle_t1153907252; // UnityEngine.Sprite[] struct SpriteU5BU5D_t2581906349; // UnityEngine.TextAsset struct TextAsset_t3022178571; // UnityEngine.UI.Text struct Text_t1901882714; // UnityEngine.Font struct Font_t1956802104; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t338525970; // FitFun.AssetManager/AssetInfo struct AssetInfo_t553269671; // UnityEngine.Object[] struct ObjectU5BU5D_t1417781964; // System.Action`1 struct Action_1_t803475548; // FitFun.MonoBeBehaviourManager struct MonoBeBehaviourManager_t4147374129; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // UnityEngine.Coroutine struct Coroutine_t3829159415; // FitFun.AssetManager/c__Iterator0 struct U3CLoadAssetAsyncImplU3Ec__Iterator0_t3594255450; // System.String[] struct StringU5BU5D_t1281789340; // System.Action`1 struct Action_1_t3252573759; // System.NotSupportedException struct NotSupportedException_t1314879016; // FitFun.AssetManager/AssetBundleManager struct AssetBundleManager_t27762271; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3312912569; // FitFun.AssetManager/AssetBundleManager/AssetBundleInfo struct AssetBundleInfo_t3527656270; // FitFun.AssetManager/Manifest struct Manifest_t790401802; // FitFun.AssetManager/AssetBundleManager/c__Iterator0 struct U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727; // UnityEngine.AssetBundleManifest struct AssetBundleManifest_t2634949939; // System.Exception struct Exception_t; // UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t3119663542; // System.Text.Encoding struct Encoding_t1523322056; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t827303578; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2059959053; // FitFun.AtlasLoader struct AtlasLoader_t2720185760; // UnityEngine.U2D.SpriteAtlasManager/RequestAtlasCallback struct RequestAtlasCallback_t3100554279; // System.Action`1 struct Action_1_t819399007; // FitFun.AudioManager struct AudioManager_t3324929612; // BetterList`1 struct BetterList_1_t1002471007; // BetterList`1 struct BetterList_1_t2235126482; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t1805374937; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t1560551489; // FitFun.AudioManager/AudioPool struct AudioPool_t977036677; // FitFun.LocalDataStorage struct LocalDataStorage_t2149724963; // System.Collections.Generic.List`1 struct List_1_t1996089843; // FitFun.AudioManager/AudioSourceData struct AudioSourceData_t524015101; // UnityEngine.AudioSource struct AudioSource_t3935305588; // UnityEngine.AudioClip struct AudioClip_t3680889665; // System.Action`3 struct Action_3_t3218643001; // FitFun.BehaviourCallLua struct BehaviourCallLua_t1764123714; // FitFun.LuaManager struct LuaManager_t2836562188; // XLua.LuaEnv struct LuaEnv_t2152703515; // XLua.LuaTable struct LuaTable_t1631611336; // System.Action struct Action_t1264377477; // FitFun.CSharpCallLuaDelegates struct CSharpCallLuaDelegates_t1038426297; // FitFun.Injection2 struct Injection2_t2400942977; // XLua.LuaBase struct LuaBase_t1730675691; // FitFun.Bootup struct Bootup_t2754385117; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t1234830442; // Loom struct Loom_t3759828253; // UnityEngine.AudioListener struct AudioListener_t2734094699; // FitFun.SystemInfoUtils struct SystemInfoUtils_t3432367043; // GameSetting struct GameSetting_t2657790435; // ServerSetting struct ServerSetting_t2760349885; // ProcedureMonoBehaviour struct ProcedureMonoBehaviour_t793143596; // HUBSDKManager struct HUBSDKManager_t2315102214; // FitFun.SceneLoader struct SceneLoader_t3335639420; // FitFun.ResourceManager struct ResourceManager_t3564538606; // FitFun.GameManager struct GameManager_t487428610; // FitFun.HttpMonoBehaviour struct HttpMonoBehaviour_t1714890424; // FitFun.BuryDotManager struct BuryDotManager_t206178304; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t2981590925; // FitFun.NetworkManager struct NetworkManager_t478833449; // FitFun.CConfigSite struct CConfigSite_t3219909558; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t736164020; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // FitFun.IReloadSite struct IReloadSite_t3763082419; // FitFun.CenterOnChild struct CenterOnChild_t2176658914; // System.Collections.Generic.List`1 struct List_1_t2869341516; // UnityEngine.UI.ScrollRect struct ScrollRect_t4137855814; // System.Action`2 struct Action_2_t304146730; // System.Action`2 struct Action_2_t2340848427; // UnityEngine.UI.LayoutGroup struct LayoutGroup_t2436138090; // UnityEngine.UI.HorizontalOrVerticalLayoutGroup struct HorizontalOrVerticalLayoutGroup_t729725570; // UnityEngine.UI.GridLayoutGroup struct GridLayoutGroup_t3046220461; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_t3807901092; // FitFun.CImageManager struct CImageManager_t3249303509; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t459286964; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t65913391; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t1729748834; // System.IO.DirectoryInfo struct DirectoryInfo_t35957480; // CircleImage struct CircleImage_t2126599838; // BaseImage struct BaseImage_t4118067547; // UnityEngine.UI.Graphic struct Graphic_t1660335611; // CDownload struct CDownload_t4160115557; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t1364816058; // FitFun.CImageManager/c__Iterator0 struct U3CDownloadImageU3Ec__Iterator0_t3282353693; // UnityEngine.Texture2D struct Texture2D_t3840446185; // System.Collections.ArrayList struct ArrayList_t2718874744; // FitFun.CImageManager/c__Iterator0/c__AnonStorey1 struct U3CDownloadImageU3Ec__AnonStorey1_t2100352889; // System.Action`1 struct Action_1_t3123413348; // FitFun.CLocalization struct CLocalization_t1354560455; // FitFun.Singleton`1 struct Singleton_1_t3974228197; // FitFun.Singleton`1 struct Singleton_1_t1404806610; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628; // UnityEngine.Collider[] struct ColliderU5BU5D_t4234922487; // UnityEngine.Collider struct Collider_t1773347010; // UnityEngine.Renderer[] struct RendererU5BU5D_t3210418286; // UnityEngine.Renderer struct Renderer_t2627027031; // FitFun.ConstDefines struct ConstDefines_t3153725202; // FitFun.CReloadManager struct CReloadManager_t2765377692; // System.Collections.Generic.HashSet`1 struct HashSet_1_t2328031893; // System.Collections.Generic.HashSet`1 struct HashSet_1_t1645055638; // FitFun.Singleton`1 struct Singleton_1_t1090078138; // FitFun.CRequestManager struct CRequestManager_t2149781800; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t176684636; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t630227125; // FitFun.CRequestManager/c__Iterator0 struct U3CUpLoadFileU3Ec__Iterator0_t1313916659; // LitJson.JsonData struct JsonData_t1524858407; // FitFun.CRequestManager/c__Iterator1 struct U3CDownFilePathU3Ec__Iterator1_t3317871743; // FitFun.CRequestManager/c__Iterator2 struct U3CDownFileU3Ec__Iterator2_t417101947; // System.IO.FileInfo struct FileInfo_t1169991790; // System.IO.FileStream struct FileStream_t4292183065; // System.IO.Stream struct Stream_t1273022909; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_t463507806; // UnityEngine.Networking.DownloadHandlerBuffer struct DownloadHandlerBuffer_t2928496527; // UnityEngine.Networking.DownloadHandler struct DownloadHandler_t2937767557; // UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_t3852015985; // UnityEngine.Networking.UploadHandlerRaw struct UploadHandlerRaw_t25761545; // UnityEngine.Networking.UploadHandler struct UploadHandler_t2993558019; // FitFun.Singleton`1 struct Singleton_1_t3658094039; // FitFun.CSharpCallLuaDelegates/ILuaGameManager struct ILuaGameManager_t724692347; // 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; // XLua.LuaFunction struct LuaFunction_t431395339; // FitFun.DataTable struct DataTable_t3682331864; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t460617778; // FitFun.TableRow struct TableRow_t675361479; // FitFun.DataTableManager struct DataTableManager_t1337041569; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3467588163; // FitFun.Singleton`1 struct Singleton_1_t3956709311; // FitFun.Event struct Event_t709265659; // FitFun.EventDelegate struct EventDelegate_t3063927061; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // FitFun.EventManager struct EventManager_t1658312912; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t792286401; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1903573070; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2809102164; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2043779950; // FitFun.FileUtils struct FileUtils_t2924242649; // System.IO.StreamReader struct StreamReader_t4009935899; // System.IO.TextReader struct TextReader_t283511965; // ICSharpCode.SharpZipLib.Zip.FastZipEvents struct FastZipEvents_t2506806086; // ICSharpCode.SharpZipLib.Zip.FastZip struct FastZip_t1787039230; // System.Action`1 struct Action_1_t1569734369; // ICSharpCode.SharpZipLib.Zip.ZipFile struct ZipFile_t1258023761; // ICSharpCode.SharpZipLib.Zip.ZipInputStream struct ZipInputStream_t3401940135; // System.Security.Cryptography.MD5CryptoServiceProvider struct MD5CryptoServiceProvider_t3005586042; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219; // System.Text.StringBuilder struct StringBuilder_t; // System.Security.Cryptography.MD5 struct MD5_t3177620429; // ICSharpCode.SharpZipLib.Zip.ZipEntry struct ZipEntry_t658048195; // System.IO.DirectoryNotFoundException struct DirectoryNotFoundException_t1220582502; // System.IO.DirectoryInfo[] struct DirectoryInfoU5BU5D_t1343554681; // System.IO.FileInfo[] struct FileInfoU5BU5D_t2389029403; // FitFun.FitFunSdkApi struct FitFunSdkApi_t1911182487; // FitFun.FitfunZip struct FitfunZip_t1008584167; // FitFun.FitfunZip/c__AnonStorey0 struct U3CZipFolderU3Ec__AnonStorey0_t3410469604; // System.Threading.ThreadStart struct ThreadStart_t1006689297; // System.Threading.Thread struct Thread_t2300836069; // FitFun.FitfunZip/c__AnonStorey2 struct U3CUnZipFileU3Ec__AnonStorey2_t4024407896; // FitFun.FitfunZip/c__AnonStorey0/c__AnonStorey1 struct U3CZipFolderU3Ec__AnonStorey1_t1025236748; // ICSharpCode.SharpZipLib.Core.ProgressHandler struct ProgressHandler_t1501555482; // ICSharpCode.SharpZipLib.Core.ProcessFileHandler struct ProcessFileHandler_t2351317767; // ICSharpCode.SharpZipLib.Core.ScanEventArgs struct ScanEventArgs_t818138135; // ICSharpCode.SharpZipLib.Core.ProgressEventArgs struct ProgressEventArgs_t2225467666; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t3262841231; // RedDotSystem struct RedDotSystem_t3291278877; // FitFun.HotFixHelper struct HotFixHelper_t2663067595; // FitFun.Singleton`1 struct Singleton_1_t987768041; // LocalVersion struct LocalVersion_t3255972034; // FitFun.HttpCoroutine struct HttpCoroutine_t905929100; // FitFun.Singleton`1 struct Singleton_1_t3525596842; // FitFun.HttpCoroutine/c__Iterator0 struct U3CStartU3Ec__Iterator0_t3979775691; // System.Action`1 struct Action_1_t4289115252; // System.Action`1 struct Action_1_t2019918284; // UnityEngine.WWW struct WWW_t3688466362; // FitFun.HttpHelper struct HttpHelper_t383584100; // System.Collections.Generic.List`1 struct List_1_t2736452219; // System.Security.Cryptography.SHA1CryptoServiceProvider struct SHA1CryptoServiceProvider_t3661059764; // System.Text.ASCIIEncoding struct ASCIIEncoding_t3446586211; // FitFun.HttpHelper/c__AnonStorey0 struct U3CCreateGetHttpResponseU3Ec__AnonStorey0_t1623584061; // FitFun.HttpHelper/c__AnonStorey1 struct U3CCreatePostHttpResponseU3Ec__AnonStorey1_t2992700836; // System.Net.HttpWebResponse struct HttpWebResponse_t3286585418; // System.Net.HttpWebRequest struct HttpWebRequest_t1669436515; // FitFun.HttpHelper/c__AnonStorey3 struct U3CReadBytesFromResponseU3Ec__AnonStorey3_t3953986255; // FitFun.HttpHelper/c__AnonStorey4 struct U3CReadBytesFromResponseU3Ec__AnonStorey4_t2387902314; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t194917408; // System.Security.Cryptography.X509Certificates.X509ChainStatus[] struct X509ChainStatusU5BU5D_t2685945535; // System.Security.Cryptography.X509Certificates.X509ChainPolicy struct X509ChainPolicy_t2426922870; // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_t714049126; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t3014364904; // System.Net.WebRequest struct WebRequest_t1939381076; // System.Net.Cache.HttpRequestCachePolicy struct HttpRequestCachePolicy_t1798236577; // FitFun.HttpHelper/c__AnonStorey1/c__AnonStorey2 struct U3CCreatePostHttpResponseU3Ec__AnonStorey2_t2270294151; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t195335749; // FitFun.InputManager struct InputManager_t3933257607; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t2413702932; // IVehicleInput struct IVehicleInput_t1990112580; // CShoesUIInput struct CShoesUIInput_t3778557309; // FitFun.LoadingState struct LoadingState_t3533804788; // ProcedureFsm struct ProcedureFsm_t3181162420; // FitFun.SimpleState struct SimpleState_t1424650207; // FitFun.SimpleFSM struct SimpleFSM_t3686535260; // FitFun.Singleton`1 struct Singleton_1_t474425409; // FitFun.Logger struct Logger_t2670188180; // FitFun.Logger/LogInfo struct LogInfo_t275467388; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t1150633505; // UnityEngine.Application/LogCallback struct LogCallback_t3588208630; // FitFun.Logger/Logs struct Logs_t1939582617; // System.Collections.Generic.List`1 struct List_1_t3411657359; // FitFun.Logger/DataSaver struct DataSaver_t696349332; // System.IO.StreamWriter struct StreamWriter_t1266378904; // FitFun.LogicUtils struct LogicUtils_t3998836694; // UnityEngine.Camera struct Camera_t4157153871; // UnityEngine.AsyncOperation struct AsyncOperation_t1445031843; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t1317007513; // XLua.LuaEnv/CustomLoader struct CustomLoader_t465830221; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t2627819454; // FitFun.NetMainLogic struct NetMainLogic_t1947403438; // FitFun.NetMainLogic/_ProcDelegate struct _ProcDelegate_t2290708157; // System.Net.IPHostEntry struct IPHostEntry_t263743900; // System.Net.IPAddress[] struct IPAddressU5BU5D_t596328627; // System.Net.IPAddress struct IPAddress_t241777590; // System.Action`1 struct Action_1_t269755560; // System.NotImplementedException struct NotImplementedException_t3489357830; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.HashSet`1/Link[] struct LinkU5BU5D_t1899157749; // FitFun.IReloadSite[] struct IReloadSiteU5BU5D_t3506240290; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1575447141; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1432318065; // System.Single[] struct SingleU5BU5D_t1444911251; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t1082213730; // FitFun.DataTable[] struct DataTableU5BU5D_t433343689; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3578722701; // FitFun.TableRow[] struct TableRowU5BU5D_t205413950; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3350792962; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2078069596; // XLua.LuaTable[] struct LuaTableU5BU5D_t576392729; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3721771741; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t886128184; // FitFun.AssetManager/AssetInfo[] struct AssetInfoU5BU5D_t530644958; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3676023970; // UnityEngine.U2D.SpriteAtlas[] struct SpriteAtlasU5BU5D_t1725861469; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t576273185; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t182406414; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t3327785426; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t132201056; // FitFun.AssetManager/CResIssue[] struct CResIssueU5BU5D_t3124859780; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1975271496; // FitFun.AssetManager/DashType[] struct DashTypeU5BU5D_t2968003554; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1818415270; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // FitFun.AudioManager/AudioSourceData[] struct AudioSourceDataU5BU5D_t984361328; // FitFun.AssetManager/AssetBundleManager/AssetBundleInfo[] struct AssetBundleInfoU5BU5D_t62615483; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3207994495; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Collections.Generic.LinkedList`1[] struct LinkedList_1U5BU5D_t1676641979; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t1280980823; // System.IFormatProvider struct IFormatProvider_t2518567562; // FitFun.Logger/Logs[] struct LogsU5BU5D_t2819960548; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t313363538; // System.Action`3 struct Action_3_t1784814493; // BetterList`1 struct BetterList_1_t4001750706; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243024; // System.Action[] struct ActionU5BU5D_t388269512; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // DMCore.CDataArray[] struct CDataArrayU5BU5D_t1895413476; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // DMCore.Net.CPropDictionary/PropInfo[] struct PropInfoU5BU5D_t2524381025; // System.Threading.Mutex struct Mutex_t3066672582; // DMCore.Net.INetListener[] struct INetListenerU5BU5D_t3546992549; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Text.Decoder struct Decoder_t2204182725; // FitFun.NetMainLogic/_ProcDelegate[] struct _ProcDelegateU5BU5D_t2520208816; // System.Net.Sockets.TcpClient struct TcpClient_t822906377; // System.Void struct Void_t1185182177; // ICSharpCode.SharpZipLib.Zip.Compression.Inflater struct Inflater_t642114133; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer struct InflaterInputBuffer_t2764071213; // UnityEngine.EventSystems.EventSystem struct EventSystem_t1003666588; // RedDotTreeNodeBase struct RedDotTreeNodeBase_t645146498; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1951398181; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Security.Cryptography.X509Certificates.X509ExtensionCollection struct X509ExtensionCollection_t1350454579; // System.Security.Cryptography.X509Certificates.PublicKey struct PublicKey_t3779582684; // System.Security.Cryptography.X509Certificates.X500DistinguishedName struct X500DistinguishedName_t875709727; // System.Security.Cryptography.Oid struct Oid_t3552120260; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243025; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3935206418; // VersionNodeValue struct VersionNodeValue_t855201913; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Xml.XmlImplementation struct XmlImplementation_t254178875; // System.Xml.XmlResolver struct XmlResolver_t626023767; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Xml.XmlNameEntryCache struct XmlNameEntryCache_t2890546907; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722; // System.Action`1 struct Action_1_t1617499438; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // XLua.ObjectTranslator struct ObjectTranslator_t2020767555; // System.Collections.Generic.List`1> struct List_1_t1475235752; // System.Func`2 struct Func_2_t3759279471; // System.Collections.Generic.Queue`1 struct Queue_1_t1426481692; // System.Collections.Generic.List`1 struct List_1_t1937904963; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t668780358; // XLua.LuaDLL.lua_CSFunction struct lua_CSFunction_t883524059; // System.Security.Cryptography.SHA1Internal struct SHA1Internal_t3251293021; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_t4150874583; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // ICSharpCode.SharpZipLib.Core.ProcessDirectoryHandler struct ProcessDirectoryHandler_t654447416; // ICSharpCode.SharpZipLib.Core.CompletedFileHandler struct CompletedFileHandler_t2674014880; // ICSharpCode.SharpZipLib.Core.DirectoryFailureHandler struct DirectoryFailureHandler_t4214878643; // ICSharpCode.SharpZipLib.Core.FileFailureHandler struct FileFailureHandler_t1120837788; // ICSharpCode.SharpZipLib.Zip.ZipInputStream/ReadDataHandler struct ReadDataHandler_t2345607579; // ICSharpCode.SharpZipLib.Checksums.Crc32 struct Crc32_t4094429278; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t1677636661; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t1059417452; // System.Collections.Queue struct Queue_t3637523393; // System.Net.EndPoint struct EndPoint_t982345378; // System.Uri struct Uri_t100236324; // System.Net.WebHeaderCollection struct WebHeaderCollection_t1942268960; // System.Net.CookieCollection struct CookieCollection_t3881042616; // System.Version struct Version_t3456873960; // System.Net.CookieContainer struct CookieContainer_t2331592909; // ICSharpCode.SharpZipLib.Zip.ZipOutputStream struct ZipOutputStream_t3000418837; // ICSharpCode.SharpZipLib.Zip.IEntryFactory struct IEntryFactory_t3514039787; // System.UInt16[] struct UInt16U5BU5D_t3326319531; // System.Collections.Generic.List`1 struct List_1_t2585711361; // 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; // 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; // System.Security.Cryptography.X509Certificates.X509ChainElementCollection struct X509ChainElementCollection_t3110968994; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t932037087; // System.Security.Cryptography.X509Certificates.X509ChainElement struct X509ChainElement_t1464056338; // System.Security.Cryptography.X509Certificates.X509Store struct X509Store_t2922691911; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection struct X509Certificate2Collection_t2111161276; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.Net.IWebProxy struct IWebProxy_t688979836; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3009965658; // DG.Tweening.EaseFunction struct EaseFunction_t3531141372; // DG.Tweening.Sequence struct Sequence_t2050373119; // System.Security.Cryptography.OidCollection struct OidCollection_t4234766844; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t3399372417; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t3009151163; // System.Net.ICredentials struct ICredentials_t725721261; // System.Net.ServicePoint struct ServicePoint_t2786966844; // System.Net.WebConnectionStream struct WebConnectionStream_t2170064850; // System.Net.WebAsyncResult struct WebAsyncResult_t3421962937; // System.EventHandler struct EventHandler_t1348719766; // System.Net.WebConnection struct WebConnection_t3982808322; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // UnityEngine.AudioSourceExtension struct AudioSourceExtension_t3064908834; // UnityEngine.AudioListenerExtension struct AudioListenerExtension_t3242956547; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1258266594; // 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.Plugins.Core.PathCore.Path struct Path_t3614338981; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2576148903; // System.Collections.Generic.List`1 struct List_1_t3974351631; // System.Collections.Generic.List`1 struct List_1_t2499617678; // System.Threading.WaitCallback struct WaitCallback_t2448485498; // System.Func`2 struct Func_2_t1573880443; // FitFun.Injection2[] struct Injection2U5BU5D_t2292468060; // System.Action`2 struct Action_2_t4177122770; // System.Action`2 struct Action_2_t1290832230; // ADInfo struct ADInfo_t3964066602; // UnityEngine.Material struct Material_t340375123; // UnityEngine.CanvasRenderer struct CanvasRenderer_t2598313366; // UnityEngine.Canvas struct Canvas_t3310196443; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // UnityEngine.Mesh struct Mesh_t3648964284; // UnityEngine.UI.VertexHelper struct VertexHelper_t2453304189; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3055525458; // UnityEngine.UI.Scrollbar struct Scrollbar_t1494447233; // UnityEngine.UI.ScrollRect/ScrollRectEvent struct ScrollRectEvent_t343079324; // UnityEngine.RectOffset struct RectOffset_t1369453676; // System.Collections.Generic.List`1 struct List_1_t881764471; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t939163551; // UnityEngine.UI.RectMask2D struct RectMask2D_t3474889437; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t3661388177; // UnityEngine.UI.FontData struct FontData_t746620069; // UnityEngine.TextGenerator struct TextGenerator_t3211863866; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_t1981460040; // System.Collections.Generic.List`1 struct List_1_t899420910; extern RuntimeClass* CThreadLock_t3315856551_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t289316694_il2cpp_TypeInfo_var; extern RuntimeClass* LinkedList_1_t3261532576_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3594922530_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m916496649_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1__ctor_m1813535711_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m541725837_RuntimeMethod_var; extern const uint32_t CNetService__ctor_m3721915101_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m395364543_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2293357092_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_Clear_m3669462242_RuntimeMethod_var; extern const uint32_t CNetService__OnPickLink_m1389177975_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_get_Count_m3545464969_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_get_First_m3326379170_RuntimeMethod_var; extern const RuntimeMethod* LinkedListNode_1_get_Value_m3183208910_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_RemoveFirst_m1182622119_RuntimeMethod_var; extern const uint32_t CNetService__OnPickGet_m3322156621_MetadataUsageId; extern RuntimeClass* netSendingCache_t1115576376_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern const uint32_t CNetService__OnPickSend_m1839943552_MetadataUsageId; extern RuntimeClass* CNetLink_t2605986831_il2cpp_TypeInfo_var; extern const uint32_t CNetService_Link_m4067152399_MetadataUsageId; extern RuntimeClass* CMsgCustom_t3704829624_il2cpp_TypeInfo_var; extern const uint32_t CNetService_SendCustomMsg_m4016654433_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_AddLast_m3362005149_RuntimeMethod_var; extern const uint32_t CNetService_DispatchMessage_m4289082544_MetadataUsageId; extern const RuntimeMethod* List_1_GetEnumerator_m215098149_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m4104502214_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2153923718_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2679825681_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1830268421_RuntimeMethod_var; extern const uint32_t CNetService_RegisterListener_m710671564_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m3107540926_RuntimeMethod_var; extern const uint32_t CNetService_UnregisterListener_m437494297_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1028957725_RuntimeMethod_var; extern const uint32_t CNetService_UnRegisterAll_m3316444750_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* Help_t3634822582_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Clear_m2496795138_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m3689618584_RuntimeMethod_var; extern String_t* _stringLiteral815528217; extern String_t* _stringLiteral3330502293; extern const uint32_t CNetService_SendMessage_m3960979140_MetadataUsageId; extern const uint32_t CNetService_SendMsgStruct_m258771320_MetadataUsageId; extern RuntimeClass* PropInfo_t1912548384_il2cpp_TypeInfo_var; extern RuntimeClass* CPropDictionary_t1184658084_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m2366321706_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2205018422_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3800595820_RuntimeMethod_var; extern const uint32_t CPropDictionary_Push_m1406080517_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1891376302_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m311915619_RuntimeMethod_var; extern const uint32_t CPropDictionary_ClearAll_m3476409798_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3262011838_RuntimeMethod_var; extern const uint32_t CPropDictionary_GetType_m2451184835_MetadataUsageId; extern const uint32_t CPropDictionary_GetName_m4069362438_MetadataUsageId; extern const uint32_t CPropDictionary_GetCount_m3332480744_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern const uint32_t CPropDictionary_FindIndex_m902844385_MetadataUsageId; extern const uint32_t CPropDictionary_FindIndex_m3693675310_MetadataUsageId; extern RuntimeClass* List_1_t3384623126_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m760527218_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3200964102_RuntimeMethod_var; extern const uint32_t CPropDictionary__cctor_m2309443324_MetadataUsageId; extern const uint32_t PropInfo__ctor_m2180213712_MetadataUsageId; extern const uint32_t Help_Push_m40794890_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const uint32_t Help_Push_m1438546594_MetadataUsageId; extern const uint32_t Help_Push_m1820883614_MetadataUsageId; extern const uint32_t Help_Push_m3394861728_MetadataUsageId; extern const uint32_t Help_Push_m1972177952_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t Help_Push_m1039748984_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t Help_Pop_m3956053017_MetadataUsageId; extern const uint32_t Help_Pop_m1588559183_MetadataUsageId; extern const uint32_t Help_Pop_m2983622353_MetadataUsageId; extern const uint32_t Help_Pop_m844832638_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t Help_Pop_m1722225834_MetadataUsageId; extern const uint32_t Help_Pop_m507744042_MetadataUsageId; extern RuntimeClass* SerialDef_t1272345629_il2cpp_TypeInfo_var; extern const uint32_t Help_IsEndFlag_m727407284_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Resize_m2801707268_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m318494546_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Create_m4035107615_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Insert_m3558601324_RuntimeMethod_var; extern const uint32_t Help_FormatSendNetStream_m2320532187_MetadataUsageId; extern const RuntimeMethod* BetterList_1_RemoveRange_m1968001449_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Append_m4150690803_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_ToArray_m3387226773_RuntimeMethod_var; extern String_t* _stringLiteral3628765166; extern const uint32_t Help_FormatReceiveNetStream_m2064661201_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const uint32_t Help_GetCurEncryptKey_m3141923178_MetadataUsageId; extern const uint32_t Help_SetCurEncryptKey_m2299868864_MetadataUsageId; extern const uint32_t Help__cctor_m3864503098_MetadataUsageId; extern RuntimeClass* CNetReceiver_t1076104922_il2cpp_TypeInfo_var; extern const uint32_t INetLink__ctor_m495627144_MetadataUsageId; extern RuntimeClass* MemoryStream_t94973147_il2cpp_TypeInfo_var; extern const uint32_t INetLink_Send_m3168269077_MetadataUsageId; extern RuntimeClass* UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var; extern const uint32_t INetLink_SetKeepAlive_m261764816_MetadataUsageId; extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var; extern const RuntimeMethod* NetEncrypt_Encrypt_m4143094030_RuntimeMethod_var; extern const uint32_t NetEncrypt_Encrypt_m4143094030_MetadataUsageId; extern const RuntimeMethod* NetEncrypt_Decrypt_m3358454097_RuntimeMethod_var; extern String_t* _stringLiteral3533155994; extern const uint32_t NetEncrypt_Decrypt_m3358454097_MetadataUsageId; extern const uint32_t NetEncrypt_ToUInt32Array_m3359155898_MetadataUsageId; extern String_t* _stringLiteral1398913939; extern const uint32_t NetEncrypt_ToUInt32Array_m2733639333_MetadataUsageId; extern const RuntimeMethod* BetterList_1_set_Item_m1941866975_RuntimeMethod_var; extern String_t* _stringLiteral47721094; extern String_t* _stringLiteral2294535207; extern String_t* _stringLiteral819318224; extern const uint32_t NetEncrypt_ToByteArray_m2785072633_MetadataUsageId; extern const uint32_t CMsgAcc_Serial_m3051735009_MetadataUsageId; extern const uint32_t CMsgAccRegister_Serial_m137564771_MetadataUsageId; extern const uint32_t CMsgActivationCode_Serial_m2375772939_MetadataUsageId; extern const uint32_t CMsgBeginGame_Serial_m3388329071_MetadataUsageId; extern const uint32_t CMsgCheckName_Serial_m2946129856_MetadataUsageId; extern const uint32_t CMsgCreateRole_Serial_m4187993398_MetadataUsageId; extern const uint32_t CMsgCreateRoom_Serial_m2788553443_MetadataUsageId; extern const uint32_t CMsgEntryGame_Serial_m3002772375_MetadataUsageId; extern const uint32_t CMsgEntryMarryRoom__ctor_m3181115464_MetadataUsageId; extern const uint32_t CMsgEntryMarryRoom_Serial_m2026800002_MetadataUsageId; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const uint32_t CMsgEntryRoom__ctor_m2897931794_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m361000296_RuntimeMethod_var; extern const uint32_t CMsgEntryRoom_Serial_m3772257923_MetadataUsageId; extern const uint32_t CMsgLedouAcc_Serial_m577729524_MetadataUsageId; extern const uint32_t CMsgLedouAcc_Guest_Serial_m4049021828_MetadataUsageId; extern const uint32_t CMsgLoginLobby_Serial_m1707978225_MetadataUsageId; extern const uint32_t CMsgRelink_Serial_m3346336646_MetadataUsageId; extern const uint32_t CMsgRequestMarryList_Serial_m861697553_MetadataUsageId; extern const uint32_t CMsgRequestRoomList__ctor_m4240109676_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m987949881_RuntimeMethod_var; extern String_t* _stringLiteral3082919578; extern String_t* _stringLiteral2405457962; extern const uint32_t CMsgRequestRoomList_Serial_m4053089562_MetadataUsageId; extern const uint32_t CMsgSearchRoom_Serial_m2458406078_MetadataUsageId; extern const uint32_t INetMsgBaseC2S_Serial_m1089134723_MetadataUsageId; extern RuntimeClass* SMsgRawBytes_t470003137_il2cpp_TypeInfo_var; extern const uint32_t INetMsgBaseS2C_Create_S2C_m2196048798_MetadataUsageId; extern const uint32_t INetMsgBaseS2C_DeserialFromServer_m3877426234_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern const uint32_t SMsgCustom__ctor_m1594121669_MetadataUsageId; extern const uint32_t SMsgCustom_Deserial_m2276503117_MetadataUsageId; extern const uint32_t SMsgRawBytes_Deserial_m3082990907_MetadataUsageId; extern const uint32_t SerialDef__cctor_m3743305514_MetadataUsageId; extern RuntimeClass* UNIQUE_ID_t1074083407_il2cpp_TypeInfo_var; extern const uint32_t UNIQUE_ID__cctor_m791938771_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern const uint32_t DontDestroy_Awake_m3302783692_MetadataUsageId; extern const RuntimeMethod* TweenSettingsExtensions_OnComplete_TisTweener_t436044680_m3953371001_RuntimeMethod_var; extern const uint32_t DOTweenUtil_DOMoveRectTransformX_m3066775725_MetadataUsageId; extern const uint32_t DOTweenUtil_DOMoveRectTransformY_m868794791_MetadataUsageId; extern const uint32_t DOTweenUtil_DOMoveRectTransformZ_m2205528857_MetadataUsageId; extern const uint32_t DOTweenUtil_DOMoveRectTransform_m3658391313_MetadataUsageId; extern const uint32_t DOTweenUtil_DOMoveTransformX_m3851709677_MetadataUsageId; extern const uint32_t DOTweenUtil_DOMoveTransformY_m78292132_MetadataUsageId; extern const uint32_t DOTweenUtil_DOMoveTransformZ_m792232338_MetadataUsageId; extern const uint32_t DOTweenUtil_DOMoveTransform_m1815862190_MetadataUsageId; extern const uint32_t DOTweenUtil_DOPathTransform_m2425972305_MetadataUsageId; extern const uint32_t DOTweenUtil_DOScaleTransform_m4169585014_MetadataUsageId; extern const RuntimeType* RuntimeObject_0_0_0_var; extern const RuntimeType* Object_t631007953_0_0_0_var; extern const RuntimeType* Vector2_t2156229523_0_0_0_var; extern const RuntimeType* Vector3_t3722313464_0_0_0_var; extern const RuntimeType* Vector4_t3319028937_0_0_0_var; extern const RuntimeType* Quaternion_t2301928331_0_0_0_var; extern const RuntimeType* Color_t2555686324_0_0_0_var; extern const RuntimeType* Ray_t3785851493_0_0_0_var; extern const RuntimeType* Bounds_t2266837910_0_0_0_var; extern const RuntimeType* Ray2D_t2082843914_0_0_0_var; extern const RuntimeType* Time_t2420636075_0_0_0_var; extern const RuntimeType* GameObject_t1113636619_0_0_0_var; extern const RuntimeType* Component_t1923634451_0_0_0_var; extern const RuntimeType* Behaviour_t1437897464_0_0_0_var; extern const RuntimeType* Transform_t3600365921_0_0_0_var; extern const RuntimeType* Resources_t2942265397_0_0_0_var; extern const RuntimeType* TextAsset_t3022178571_0_0_0_var; extern const RuntimeType* Keyframe_t4206410242_0_0_0_var; extern const RuntimeType* AnimationCurve_t3046754366_0_0_0_var; extern const RuntimeType* AnimationClip_t2318505987_0_0_0_var; extern const RuntimeType* MonoBehaviour_t3962482529_0_0_0_var; extern const RuntimeType* ParticleSystem_t1800779281_0_0_0_var; extern const RuntimeType* SkinnedMeshRenderer_t245602842_0_0_0_var; extern const RuntimeType* Renderer_t2627027031_0_0_0_var; extern const RuntimeType* WWW_t3688466362_0_0_0_var; extern const RuntimeType* Light_t3756812086_0_0_0_var; extern const RuntimeType* Mathf_t3464937446_0_0_0_var; extern const RuntimeType* List_1_t128053199_0_0_0_var; extern const RuntimeType* Action_1_t2019918284_0_0_0_var; extern const RuntimeType* Debug_t3317548046_0_0_0_var; extern const RuntimeType* Action_t1264377477_0_0_0_var; extern const RuntimeType* Func_3_t1810338832_0_0_0_var; extern const RuntimeType* Action_1_t767132958_0_0_0_var; extern const RuntimeType* UnityAction_t3245792599_0_0_0_var; extern const RuntimeType* IEnumerator_t1853284238_0_0_0_var; extern RuntimeClass* List_1_t3956019502_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* ExampleGenConfig_t3169068525_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t496632877_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3073166008_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m576010208_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3458422818_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2353349950_RuntimeMethod_var; extern String_t* _stringLiteral1288393582; extern String_t* _stringLiteral780566389; extern String_t* _stringLiteral3251156642; extern String_t* _stringLiteral3539838426; extern String_t* _stringLiteral3403136465; extern String_t* _stringLiteral83897582; extern String_t* _stringLiteral112570923; extern String_t* _stringLiteral2341585364; extern String_t* _stringLiteral2161003646; extern String_t* _stringLiteral746273267; extern String_t* _stringLiteral3319502366; extern String_t* _stringLiteral4212013177; extern String_t* _stringLiteral4176809424; extern String_t* _stringLiteral3565961239; extern String_t* _stringLiteral3727529557; extern String_t* _stringLiteral3144752499; extern String_t* _stringLiteral3027177748; extern String_t* _stringLiteral1414876050; extern String_t* _stringLiteral2377829761; extern String_t* _stringLiteral676326899; extern String_t* _stringLiteral1893050028; extern String_t* _stringLiteral1486324731; extern String_t* _stringLiteral125540588; extern String_t* _stringLiteral2406683217; extern String_t* _stringLiteral3404518721; extern String_t* _stringLiteral2407073181; extern String_t* _stringLiteral522611451; extern String_t* _stringLiteral3286473574; extern String_t* _stringLiteral3402581607; extern String_t* _stringLiteral514776301; extern String_t* _stringLiteral1501690144; extern String_t* _stringLiteral28278200; extern String_t* _stringLiteral3525172809; extern String_t* _stringLiteral219104625; extern const uint32_t ExampleGenConfig__cctor_m3756277211_MetadataUsageId; extern String_t* _stringLiteral3451636834; extern const uint32_t AssetHelper_GetSandboxAllXMLPath_m332902427_MetadataUsageId; extern String_t* _stringLiteral3954522146; extern const uint32_t AssetHelper_MakeSandboxBundleFullPath_m1685867667_MetadataUsageId; extern RuntimeClass* ResourcePath_t2418003024_il2cpp_TypeInfo_var; extern String_t* _stringLiteral246767658; extern const uint32_t AssetHelper_MakeBundleFullPath_m598434530_MetadataUsageId; extern RuntimeClass* AssetHelper_t687966792_il2cpp_TypeInfo_var; extern const uint32_t AssetHelper_MakeBundleName_m1649192069_MetadataUsageId; extern String_t* _stringLiteral3452614529; extern const uint32_t AssetHelper_MakeScenePath_m2995836998_MetadataUsageId; extern String_t* _stringLiteral1343822907; extern String_t* _stringLiteral2706407321; extern const uint32_t AssetHelper__cctor_m1266823898_MetadataUsageId; extern RuntimeClass* AssetManager_t2546491902_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1515008996_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1632706988_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3473690718_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNode_t3767805227_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* CResIssue_t1729752697_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3104781730_il2cpp_TypeInfo_var; extern RuntimeClass* Font_t1956802104_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2673759411_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3302800229_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2616995593_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m730636219_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1759032356_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1743007345_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3639604787_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m187286838_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1974194536_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m4021680406_RuntimeMethod_var; extern String_t* _stringLiteral519139583; extern String_t* _stringLiteral4107073855; extern String_t* _stringLiteral1980259802; extern String_t* _stringLiteral1731127306; extern String_t* _stringLiteral2024111494; extern String_t* _stringLiteral795819934; extern String_t* _stringLiteral3229745864; extern String_t* _stringLiteral3939301347; extern String_t* _stringLiteral3558575661; extern String_t* _stringLiteral3988949892; extern String_t* _stringLiteral3932363835; extern String_t* _stringLiteral2806923157; extern String_t* _stringLiteral3038392412; extern String_t* _stringLiteral1199549001; extern String_t* _stringLiteral3109023399; extern String_t* _stringLiteral3490967207; extern String_t* _stringLiteral2410385622; extern String_t* _stringLiteral2860068956; extern String_t* _stringLiteral2347280969; extern String_t* _stringLiteral3891741247; extern String_t* _stringLiteral2473977712; extern String_t* _stringLiteral1824178644; extern String_t* _stringLiteral483214286; extern String_t* _stringLiteral4218315586; extern String_t* _stringLiteral777741122; extern String_t* _stringLiteral1610285846; extern String_t* _stringLiteral76564998; extern String_t* _stringLiteral4039432890; extern String_t* _stringLiteral2228079976; extern String_t* _stringLiteral998171814; extern String_t* _stringLiteral2404072546; extern String_t* _stringLiteral3389167208; extern const uint32_t AssetManager_LoadAllXML_m1243220129_MetadataUsageId; extern const uint32_t AssetManager_GetResGUID_m682374278_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var; extern const uint32_t AssetManager_GetSanXiaoPath_m2685407819_MetadataUsageId; extern RuntimeClass* SpriteAtlas_t646931412_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2036281148_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2857585646_RuntimeMethod_var; extern String_t* _stringLiteral1039365185; extern String_t* _stringLiteral2931112203; extern String_t* _stringLiteral2682719232; extern String_t* _stringLiteral2336278980; extern String_t* _stringLiteral900240892; extern const uint32_t AssetManager_LoadSprite_m2852622775_MetadataUsageId; extern RuntimeClass* AssetBundleManager_t27762271_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1240302769_RuntimeMethod_var; extern const RuntimeMethod* AssetBundle_LoadAllAssets_TisSprite_t280657092_m1944472099_RuntimeMethod_var; extern String_t* _stringLiteral833799981; extern String_t* _stringLiteral4040064521; extern String_t* _stringLiteral2729870857; extern const uint32_t AssetManager_LoadMutilpleSprite_m1002720343_MetadataUsageId; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern const uint32_t AssetManager_LoadText_m1978970207_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisText_t1901882714_m4196288697_RuntimeMethod_var; extern const uint32_t AssetManager_Fix_m160017760_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern const uint32_t AssetManager_FixAB_m1995432225_MetadataUsageId; extern RuntimeClass* AssetInfo_t553269671_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1163591251_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m4287742472_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1869310165_RuntimeMethod_var; extern String_t* _stringLiteral2009808371; extern String_t* _stringLiteral2306686189; extern String_t* _stringLiteral2793325769; extern const uint32_t AssetManager_LoadAsset_m1115993353_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var; extern const uint32_t AssetManager_LoadAssetAsync_m2466579475_MetadataUsageId; extern RuntimeClass* U3CLoadAssetAsyncImplU3Ec__Iterator0_t3594255450_il2cpp_TypeInfo_var; extern const uint32_t AssetManager_LoadAssetAsyncImpl_m1899864809_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m3364874033_RuntimeMethod_var; extern String_t* _stringLiteral789399305; extern String_t* _stringLiteral3418881667; extern String_t* _stringLiteral2021982259; extern String_t* _stringLiteral2851659949; extern String_t* _stringLiteral2666940205; extern const uint32_t AssetManager_UnloadAsset_m2898758319_MetadataUsageId; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m727848260_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m4116198490_RuntimeMethod_var; extern String_t* _stringLiteral3284132326; extern String_t* _stringLiteral522503519; extern String_t* _stringLiteral3218217475; extern const uint32_t AssetManager_LoadSceneAsset_m1114972884_MetadataUsageId; extern const uint32_t AssetManager_UnloadSceneAsset_m1873802290_MetadataUsageId; extern RuntimeClass* Dictionary_2_t432187711_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t338525970_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m239030808_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3733425157_RuntimeMethod_var; extern const uint32_t AssetManager__cctor_m3626877745_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m3314030401_RuntimeMethod_var; extern const RuntimeMethod* Action_1_Invoke_m413711806_RuntimeMethod_var; extern String_t* _stringLiteral1399315915; extern const uint32_t U3CLoadAssetAsyncImplU3Ec__Iterator0_MoveNext_m3949636947_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CLoadAssetAsyncImplU3Ec__Iterator0_Reset_m1304631292_RuntimeMethod_var; extern const uint32_t U3CLoadAssetAsyncImplU3Ec__Iterator0_Reset_m1304631292_MetadataUsageId; extern RuntimeClass* AssetBundleInfo_t3527656270_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m4045804990_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m1202268627_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2169331978_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m600471366_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m144489546_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m4220703840_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3024952464_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2026665411_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3234836430_RuntimeMethod_var; extern String_t* _stringLiteral2555452322; extern const uint32_t AssetBundleManager_LoadAssetBundle_m3222428215_MetadataUsageId; extern RuntimeClass* U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727_il2cpp_TypeInfo_var; extern const uint32_t AssetBundleManager_LoadAssetBundleAsync_m2585019997_MetadataUsageId; extern String_t* _stringLiteral965739583; extern String_t* _stringLiteral3277413429; extern const uint32_t AssetBundleManager_GetAssetBundleWithoutAddReference_m3925500234_MetadataUsageId; extern const uint32_t AssetBundleManager_DependenciesReferenceAdd_m851581313_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m3755993532_RuntimeMethod_var; extern String_t* _stringLiteral2615885784; extern String_t* _stringLiteral2021204010; extern const uint32_t AssetBundleManager_TryUnloadAssetBundle_m107233320_MetadataUsageId; extern const RuntimeMethod* AssetBundle_LoadAsset_TisAssetBundleManifest_t2634949939_m962236087_RuntimeMethod_var; extern const RuntimeMethod* AssetBundleManager_get_BundleManifest_m2663272201_RuntimeMethod_var; extern String_t* _stringLiteral2012354560; extern String_t* _stringLiteral3201174118; extern String_t* _stringLiteral3354025306; extern const uint32_t AssetBundleManager_get_BundleManifest_m2663272201_MetadataUsageId; extern String_t* _stringLiteral4155054113; extern const uint32_t AssetBundleManager_LoadLocalPkgRes_m2540969929_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3312912569_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1518734213_RuntimeMethod_var; extern const uint32_t AssetBundleManager__cctor_m3822900243_MetadataUsageId; extern const uint32_t U3CLoadAssetBundleAsyncU3Ec__Iterator0_MoveNext_m652901247_MetadataUsageId; extern const RuntimeMethod* U3CLoadAssetBundleAsyncU3Ec__Iterator0_Reset_m33376141_RuntimeMethod_var; extern const uint32_t U3CLoadAssetBundleAsyncU3Ec__Iterator0_Reset_m33376141_MetadataUsageId; extern const uint32_t Manifest__ctor_m4088115358_MetadataUsageId; extern RuntimeClass* Manifest_t790401802_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2713797796; extern String_t* _stringLiteral1723678288; extern const uint32_t Manifest_ParseManifest_m720653237_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3944630420; extern const uint32_t Manifest_Load_m291890630_MetadataUsageId; extern const RuntimeMethod* List_1_AddRange_m3621602103_RuntimeMethod_var; extern const uint32_t Manifest_LoadByList_m3830407771_MetadataUsageId; extern RuntimeClass* RequestAtlasCallback_t3100554279_il2cpp_TypeInfo_var; extern RuntimeClass* SpriteAtlasManager_t3158462485_il2cpp_TypeInfo_var; extern const RuntimeMethod* AtlasLoader_RequestAtlas_m1449965554_RuntimeMethod_var; extern const uint32_t AtlasLoader_OnEnable_m1930258375_MetadataUsageId; extern const uint32_t AtlasLoader_OnDisable_m2160971797_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m3071717786_RuntimeMethod_var; extern String_t* _stringLiteral1229481222; extern String_t* _stringLiteral3050433618; extern const uint32_t AtlasLoader_RequestAtlas_m1449965554_MetadataUsageId; extern RuntimeClass* BetterList_1_t1002471007_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m2325346993_RuntimeMethod_var; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m1139223177_RuntimeMethod_var; extern const uint32_t AudioManager__ctor_m2585821345_MetadataUsageId; extern RuntimeClass* AudioPool_t977036677_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t474425409_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m1551102770_RuntimeMethod_var; extern String_t* _stringLiteral4213412421; extern String_t* _stringLiteral2975222952; extern String_t* _stringLiteral3964750823; extern String_t* _stringLiteral1936061088; extern const uint32_t AudioManager_OnInitialize_m2455329006_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2899209158_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2195571809_RuntimeMethod_var; extern const uint32_t AudioManager_SetGlobalAudioVolume_m3106663890_MetadataUsageId; extern const uint32_t AudioManager_SetGlobalMusicVolume_m2721787664_MetadataUsageId; extern RuntimeClass* AudioClip_t3680889665_il2cpp_TypeInfo_var; extern RuntimeClass* AudioManager_t3324929612_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t3218643001_il2cpp_TypeInfo_var; extern RuntimeClass* CTimerManager_t2967627346_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Clear_m2539858282_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Contains_m3498998082_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m154076240_RuntimeMethod_var; extern const RuntimeMethod* AudioManager_U3CControlAudioU3Em__0_m3254878373_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m2886562062_RuntimeMethod_var; extern String_t* _stringLiteral627610566; extern String_t* _stringLiteral1066956801; extern const uint32_t AudioManager_ControlAudio_m3200715121_MetadataUsageId; extern const uint32_t AudioManager_UpdateAudioOption_m1283640673_MetadataUsageId; extern const uint32_t AudioManager_U3CControlAudioU3Em__0_m3254878373_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1996089843_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m745629293_RuntimeMethod_var; extern const uint32_t AudioPool__ctor_m2388215920_MetadataUsageId; extern RuntimeClass* AudioSourceData_t524015101_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_AddComponent_TisAudioSource_t3935305588_m2869327390_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m951125925_RuntimeMethod_var; extern const uint32_t AudioPool_AddAudioSource_m3580516298_MetadataUsageId; extern const uint32_t BehaviourCallLua__ctor_m4115951104_MetadataUsageId; extern RuntimeClass* BehaviourCallLua_t1764123714_il2cpp_TypeInfo_var; extern RuntimeClass* ResourceLoader_t3324724122_il2cpp_TypeInfo_var; extern RuntimeClass* LuaTable_t1631611336_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t3658094039_il2cpp_TypeInfo_var; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m3580302717_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Set_TisString_t_TisGameObject_t1113636619_m2039149944_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Set_TisString_t_TisTransform_t3600365921_m2093338407_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisAction_t1264377477_m2111650368_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisString_t_TisAction_t1264377477_m3461113542_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1_get_Instance_m3534645186_RuntimeMethod_var; extern String_t* _stringLiteral842026568; extern String_t* _stringLiteral3286968610; extern String_t* _stringLiteral2795041652; extern String_t* _stringLiteral1398822526; extern String_t* _stringLiteral1151315991; extern String_t* _stringLiteral1705654852; extern String_t* _stringLiteral3127749655; extern String_t* _stringLiteral2707270972; extern String_t* _stringLiteral1590299467; extern String_t* _stringLiteral3415513274; extern const uint32_t BehaviourCallLua_Awake_m895618456_MetadataUsageId; extern const uint32_t BehaviourCallLua_Update_m2700833431_MetadataUsageId; extern const uint32_t BehaviourCallLua_OnDestroy_m212700492_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m3130851604_RuntimeMethod_var; extern String_t* _stringLiteral531699260; extern const uint32_t Bootup__ctor_m3094429505_MetadataUsageId; extern RuntimeClass* Singleton_1_t1757067489_il2cpp_TypeInfo_var; extern RuntimeClass* CKDDeviceService_t1823984140_il2cpp_TypeInfo_var; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisLoom_t3759828253_m2198129859_RuntimeMethod_var; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m2280877822_RuntimeMethod_var; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisAudioListener_t2734094699_m1650232952_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1_get_Instance_m3609159228_RuntimeMethod_var; extern String_t* _stringLiteral3052773392; extern const uint32_t Bootup_Awake_m2532862593_MetadataUsageId; extern RuntimeClass* Singleton_1_t982490881_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t1085050331_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m1190568632_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1_get_Instance_m906527132_RuntimeMethod_var; extern String_t* _stringLiteral3201354471; extern String_t* _stringLiteral311822832; extern String_t* _stringLiteral3406492408; extern const uint32_t Bootup_InitSettings_m2892541285_MetadataUsageId; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisProcedureMonoBehaviour_t793143596_m178465524_RuntimeMethod_var; extern const uint32_t Bootup_InitProcedure_m1997773329_MetadataUsageId; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisAtlasLoader_t2720185760_m737835081_RuntimeMethod_var; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisHUBSDKManager_t2315102214_m2755210683_RuntimeMethod_var; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisSceneLoader_t3335639420_m2942960972_RuntimeMethod_var; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisLuaManager_t2836562188_m511948797_RuntimeMethod_var; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisResourceManager_t3564538606_m1500332705_RuntimeMethod_var; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisMonoBeBehaviourManager_t4147374129_m2302178820_RuntimeMethod_var; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisGameManager_t487428610_m2097102470_RuntimeMethod_var; extern const uint32_t Bootup_Bootstrap_m3051978643_MetadataUsageId; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisHttpMonoBehaviour_t1714890424_m1036168760_RuntimeMethod_var; extern const uint32_t Bootup_InitHttpService_m513035223_MetadataUsageId; extern String_t* _stringLiteral523643356; extern String_t* _stringLiteral2021634020; extern const uint32_t Bootup_InitDameonGameObject_m51289546_MetadataUsageId; extern String_t* _stringLiteral2575066207; extern String_t* _stringLiteral3350011028; extern const uint32_t Bootup_InitDameonUIGameobject_m4039783310_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m2455158914_RuntimeMethod_var; extern const uint32_t BuryDotManager__ctor_m2119840919_MetadataUsageId; extern RuntimeClass* Singleton_1_t3098501191_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m1324156550_RuntimeMethod_var; extern const uint32_t BuryDotManager_SendBuryDot_m2635331183_MetadataUsageId; extern RuntimeClass* Dictionary_2_t736164020_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4261191612_RuntimeMethod_var; extern const uint32_t CConfigSite__ctor_m1200915073_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m460306020_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1579029842_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1551132002_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m1782567985_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m4038695978_RuntimeMethod_var; extern const uint32_t CConfigSite_Reload_m515046011_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2381334882_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m4246191156_RuntimeMethod_var; extern String_t* _stringLiteral3582159555; extern const uint32_t CConfigSite_PushTask_m269625903_MetadataUsageId; extern const uint32_t CConfigSite__LoadConfig_m774837280_MetadataUsageId; extern RuntimeClass* List_1_t2869341516_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3152364487_RuntimeMethod_var; extern const uint32_t CenterOnChild__ctor_m1941175228_MetadataUsageId; extern const uint32_t CenterOnChild_get_CurCenterChildItem_m4018789418_MetadataUsageId; extern const uint32_t CenterOnChild_SetCellScale_m3960367379_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisScrollRect_t4137855814_m3636214290_RuntimeMethod_var; extern const RuntimeMethod* Action_2_Invoke_m2392886608_RuntimeMethod_var; extern String_t* _stringLiteral2039772466; extern String_t* _stringLiteral743458697; extern String_t* _stringLiteral1587280318; extern const uint32_t CenterOnChild_Reset_m917009062_MetadataUsageId; extern RuntimeClass* HorizontalLayoutGroup_t2586782146_il2cpp_TypeInfo_var; extern RuntimeClass* GridLayoutGroup_t3046220461_il2cpp_TypeInfo_var; extern RuntimeClass* VerticalLayoutGroup_t923838031_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisLayoutGroup_t2436138090_m2139957371_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisRectTransform_t3704657025_m2955745782_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2024781851_RuntimeMethod_var; extern String_t* _stringLiteral2660721200; extern String_t* _stringLiteral605243541; extern String_t* _stringLiteral2884181028; extern const uint32_t CenterOnChild_Refresh_m1925959117_MetadataUsageId; extern RuntimeClass* RectTransform_t3704657025_il2cpp_TypeInfo_var; extern const uint32_t CenterOnChild_GetChildItemWidth_m2588518913_MetadataUsageId; extern const uint32_t CenterOnChild_GetChildItemHeight_m1072449148_MetadataUsageId; extern const uint32_t CenterOnChild_OnIndexChangedBegin_m3546732130_MetadataUsageId; extern const uint32_t CenterOnChild_OnIndexChangedEnd_m1194484680_MetadataUsageId; extern const uint32_t CenterOnChild_Update_m2026071696_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m718437397_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m4125879936_RuntimeMethod_var; extern const uint32_t CenterOnChild_FindClosestChildPos_m2087251730_MetadataUsageId; extern const uint32_t CenterOnChild_MovePrevious_m160917611_MetadataUsageId; extern const uint32_t CenterOnChild_MoveNext_m1369018046_MetadataUsageId; extern const uint32_t CenterOnChild_MoveTo_m687499085_MetadataUsageId; extern RuntimeClass* LinkedList_1_t459286964_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t65913391_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1__ctor_m3806226987_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m166874811_RuntimeMethod_var; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m1459078666_RuntimeMethod_var; extern const uint32_t CImageManager__ctor_m3760501398_MetadataUsageId; extern RuntimeClass* CIOVar_t2470797383_il2cpp_TypeInfo_var; extern const RuntimeMethod* Resources_Load_TisSprite_t280657092_m4144667290_RuntimeMethod_var; extern String_t* _stringLiteral3071468220; extern String_t* _stringLiteral3064101507; extern const uint32_t CImageManager_Awake_m3262274805_MetadataUsageId; extern const uint32_t CImageManager_WaitImageForUpdate_m1458429712_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_GetEnumerator_m3221176692_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3866422547_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3406483134_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m623796544_RuntimeMethod_var; extern const uint32_t CImageManager_WaitImagesForUpdate_m3645331549_MetadataUsageId; extern RuntimeClass* Singleton_1_t2484816003_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1_get_Count_m1948983753_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1_get_Instance_m3232929273_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_get_First_m3674773544_RuntimeMethod_var; extern const RuntimeMethod* LinkedListNode_1_get_Value_m2697069755_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_RemoveFirst_m3483010466_RuntimeMethod_var; extern const uint32_t CImageManager_Update_m2751552056_MetadataUsageId; extern RuntimeClass* U3CDownloadImageU3Ec__Iterator0_t3282353693_il2cpp_TypeInfo_var; extern const uint32_t CImageManager_DownloadImage_m1030291888_MetadataUsageId; extern RuntimeClass* Texture2D_t3840446185_il2cpp_TypeInfo_var; extern const uint32_t CImageManager_LoadLocalIamge_m430576875_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_AddLast_m3237947516_RuntimeMethod_var; extern String_t* _stringLiteral3909672609; extern String_t* _stringLiteral3235406046; extern String_t* _stringLiteral3452614544; extern String_t* _stringLiteral4050503535; extern String_t* _stringLiteral3452614644; extern const uint32_t CImageManager_LoadCircleImage_m3386910071_MetadataUsageId; extern String_t* _stringLiteral2929968755; extern const uint32_t CImageManager_SetImage_m2870138619_MetadataUsageId; extern String_t* _stringLiteral2385890014; extern const uint32_t CImageManager_SetImageByAtlas_m3201721719_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m4923989_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m1497935478_RuntimeMethod_var; extern const uint32_t CImageManager_LoadMemoryImage_m215765357_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Add_m3850853362_RuntimeMethod_var; extern const uint32_t CImageManager_AddMemoryImage_m2126253889_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m1409759364_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Count_m624011802_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2197521759_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3244187233_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m1133159828_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2753304826_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2720780613_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m2258569583_RuntimeMethod_var; extern const uint32_t CImageManager_RemoveAllMemoryImages_m1836415808_MetadataUsageId; extern RuntimeClass* U3CDownloadImageU3Ec__AnonStorey1_t2100352889_il2cpp_TypeInfo_var; extern RuntimeClass* Action_t1264377477_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t3123413348_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CDownloadImageU3Ec__AnonStorey1_U3CU3Em__0_m4103430941_RuntimeMethod_var; extern const RuntimeMethod* U3CDownloadImageU3Ec__Iterator0_U3CU3Em__0_m2257544575_RuntimeMethod_var; extern const RuntimeMethod* U3CDownloadImageU3Ec__AnonStorey1_U3CU3Em__1_m2916168922_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m4058363731_RuntimeMethod_var; extern String_t* _stringLiteral610181699; extern const uint32_t U3CDownloadImageU3Ec__Iterator0_MoveNext_m2664975941_MetadataUsageId; extern const RuntimeMethod* U3CDownloadImageU3Ec__Iterator0_Reset_m2286017209_RuntimeMethod_var; extern const uint32_t U3CDownloadImageU3Ec__Iterator0_Reset_m2286017209_MetadataUsageId; extern const uint32_t U3CDownloadImageU3Ec__AnonStorey1_U3CU3Em__0_m4103430941_MetadataUsageId; extern RuntimeClass* Singleton_1_t3974228197_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1__ctor_m1565726458_RuntimeMethod_var; extern const uint32_t CLocalization__ctor_m2378050287_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m2643467469_RuntimeMethod_var; extern const uint32_t CLocalization_GetText_m1274437482_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Add_m633427275_RuntimeMethod_var; extern String_t* _stringLiteral715407972; extern String_t* _stringLiteral2246324201; extern String_t* _stringLiteral501853980; extern String_t* _stringLiteral2143290860; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral3987835854; extern String_t* _stringLiteral3189027530; extern String_t* _stringLiteral3454842868; extern String_t* _stringLiteral3452614566; extern const uint32_t CLocalization_Load_m4235192349_MetadataUsageId; extern RuntimeClass* Transform_t3600365921_il2cpp_TypeInfo_var; extern const uint32_t ComponentUtil_GetTransformRecursively_m792418429_MetadataUsageId; extern RuntimeClass* TransformU5BU5D_t807237628_il2cpp_TypeInfo_var; extern const uint32_t ComponentUtil_GetTransformArrayRecursively_m3268351416_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisCollider_t1773347010_m2113130840_RuntimeMethod_var; extern const uint32_t ComponentUtil_SetCollisionRecursively_m3385886614_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisRenderer_t2627027031_m2275554434_RuntimeMethod_var; extern const uint32_t ComponentUtil_SetVisualRecursively_m3969327474_MetadataUsageId; extern RuntimeClass* ConstDefines_t3153725202_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3038873769; extern const uint32_t ConstDefines__cctor_m3503057426_MetadataUsageId; extern RuntimeClass* HashSet_1_t2328031893_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t1090078138_il2cpp_TypeInfo_var; extern const RuntimeMethod* HashSet_1__ctor_m2797760558_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1__ctor_m3447996392_RuntimeMethod_var; extern const uint32_t CReloadManager__ctor_m230721136_MetadataUsageId; extern const RuntimeMethod* HashSet_1_GetEnumerator_m3621735140_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3136501128_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m502309613_RuntimeMethod_var; extern const uint32_t CReloadManager_ReloadAll_m2856100920_MetadataUsageId; extern const RuntimeMethod* HashSet_1_Contains_m2539221451_RuntimeMethod_var; extern const RuntimeMethod* HashSet_1_Add_m2628483774_RuntimeMethod_var; extern const uint32_t CReloadManager_PushSite_m2041987730_MetadataUsageId; extern RuntimeClass* LinkedList_1_t176684636_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1__ctor_m1305943842_RuntimeMethod_var; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m1016120376_RuntimeMethod_var; extern const uint32_t CRequestManager__ctor_m2802583025_MetadataUsageId; extern String_t* _stringLiteral1500916702; extern const uint32_t CRequestManager_UpFileToServer_m4119054845_MetadataUsageId; extern RuntimeClass* U3CUpLoadFileU3Ec__Iterator0_t1313916659_il2cpp_TypeInfo_var; extern const uint32_t CRequestManager_UpLoadFile_m33147838_MetadataUsageId; extern RuntimeClass* JsonData_t1524858407_il2cpp_TypeInfo_var; extern String_t* _stringLiteral734034923; extern String_t* _stringLiteral1765785077; extern const uint32_t CRequestManager_CheckFriendFile_m3067948848_MetadataUsageId; extern RuntimeClass* U3CDownFilePathU3Ec__Iterator1_t3317871743_il2cpp_TypeInfo_var; extern const uint32_t CRequestManager_DownFilePath_m635310997_MetadataUsageId; extern RuntimeClass* U3CDownFileU3Ec__Iterator2_t417101947_il2cpp_TypeInfo_var; extern const uint32_t CRequestManager_DownFile_m1924497342_MetadataUsageId; extern RuntimeClass* FileInfo_t1169991790_il2cpp_TypeInfo_var; extern const uint32_t CRequestManager_CreatFile_m4105617712_MetadataUsageId; extern RuntimeClass* DownloadHandlerBuffer_t2928496527_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2263792357; extern String_t* _stringLiteral2149869998; extern String_t* _stringLiteral335079539; extern const uint32_t U3CDownFileU3Ec__Iterator2_MoveNext_m161944528_MetadataUsageId; extern const RuntimeMethod* U3CDownFileU3Ec__Iterator2_Reset_m1279422120_RuntimeMethod_var; extern const uint32_t U3CDownFileU3Ec__Iterator2_Reset_m1279422120_MetadataUsageId; extern RuntimeClass* UnityWebRequest_t463507806_il2cpp_TypeInfo_var; extern RuntimeClass* UploadHandlerRaw_t25761545_il2cpp_TypeInfo_var; extern RuntimeClass* JsonMapper_t3815285241_il2cpp_TypeInfo_var; extern String_t* _stringLiteral45808443; extern String_t* _stringLiteral3919151425; extern String_t* _stringLiteral638784686; extern String_t* _stringLiteral1985170611; extern String_t* _stringLiteral79347; extern String_t* _stringLiteral984409057; extern const uint32_t U3CDownFilePathU3Ec__Iterator1_MoveNext_m1651633640_MetadataUsageId; extern const RuntimeMethod* U3CDownFilePathU3Ec__Iterator1_Reset_m1367748973_RuntimeMethod_var; extern const uint32_t U3CDownFilePathU3Ec__Iterator1_Reset_m1367748973_MetadataUsageId; extern String_t* _stringLiteral2512755367; extern String_t* _stringLiteral1629333464; extern String_t* _stringLiteral3056930490; extern String_t* _stringLiteral1019485537; extern const uint32_t U3CUpLoadFileU3Ec__Iterator0_MoveNext_m1571630293_MetadataUsageId; extern const RuntimeMethod* U3CUpLoadFileU3Ec__Iterator0_Reset_m1628635285_RuntimeMethod_var; extern const uint32_t U3CUpLoadFileU3Ec__Iterator0_Reset_m1628635285_MetadataUsageId; extern const RuntimeMethod* Singleton_1__ctor_m966095675_RuntimeMethod_var; extern const uint32_t CSharpCallLuaDelegates__ctor_m1148365174_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m823507023_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1288868473_RuntimeMethod_var; extern const uint32_t CSharpCallLuaDelegates_AddLuaTable_m2280192418_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m3264214093_RuntimeMethod_var; extern const uint32_t CSharpCallLuaDelegates_RemoveLuaTable_m4202954581_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m2842956384_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisLuaFunction_t431395339_m2129060307_RuntimeMethod_var; extern const uint32_t CSharpCallLuaDelegates_CallLuaFunc_m1526164912_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1416867635_il2cpp_TypeInfo_var; extern const RuntimeMethod* LuaManager_BindToLua_TisILuaGameManager_t724692347_m3396244757_RuntimeMethod_var; extern const RuntimeMethod* LuaManager_BindToLua_TisILuaNetwork_t2860134254_m3292795252_RuntimeMethod_var; extern const RuntimeMethod* LuaManager_BindToLua_TisILuaUser_t187406211_m168651444_RuntimeMethod_var; extern const RuntimeMethod* LuaManager_BindToLua_TisILuaData_t3716405543_m3615561096_RuntimeMethod_var; extern const RuntimeMethod* LuaManager_BindToLua_TisILuaEvent_t43302983_m233412570_RuntimeMethod_var; extern const RuntimeMethod* LuaManager_BindToLua_TisILuaBattle_t1192267769_m462520728_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m673345123_RuntimeMethod_var; extern String_t* _stringLiteral1222789648; extern String_t* _stringLiteral2017734699; extern String_t* _stringLiteral69620940; extern String_t* _stringLiteral1904591228; extern String_t* _stringLiteral2574949380; extern String_t* _stringLiteral589832426; extern String_t* _stringLiteral468867297; extern const uint32_t CSharpCallLuaDelegates_Initialize_m2356779266_MetadataUsageId; extern RuntimeClass* Dictionary_2_t460617778_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3499064157_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2286889633_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1712688919_RuntimeMethod_var; extern String_t* _stringLiteral680998810; extern String_t* _stringLiteral3552740470; extern String_t* _stringLiteral3652624166; extern String_t* _stringLiteral3450713987; extern String_t* _stringLiteral2898153939; extern String_t* _stringLiteral1645528231; extern const uint32_t DataTable__ctor_m1069764597_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m1358338921_RuntimeMethod_var; extern String_t* _stringLiteral2553676557; extern String_t* _stringLiteral3404300217; extern String_t* _stringLiteral2204255932; extern const uint32_t DataTable_GetInt_m1485212898_MetadataUsageId; extern String_t* _stringLiteral1236128813; extern String_t* _stringLiteral3798279666; extern const uint32_t DataTable_GetString_m1519313051_MetadataUsageId; extern String_t* _stringLiteral807124363; extern String_t* _stringLiteral4235078592; extern const uint32_t DataTable_GetFloat_m3027711378_MetadataUsageId; extern String_t* _stringLiteral1235497039; extern String_t* _stringLiteral1022315473; extern const uint32_t DataTable_GetDouble_m1230676625_MetadataUsageId; extern const uint32_t DataTable_GetRow_m1015898310_MetadataUsageId; extern RuntimeClass* TableRow_t675361479_il2cpp_TypeInfo_var; extern const uint32_t DataTable_processRow_m3065564255_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2584109754_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3625889033_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m3835226603_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m106689760_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1924643067_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m3980005085_RuntimeMethod_var; extern const uint32_t DataTable_Unload_m1444330259_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m2491696862_RuntimeMethod_var; extern const uint32_t DataTable_GetRowCount_m2136048822_MetadataUsageId; extern const uint32_t DataTable_GetColumnCount_m716843924_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3467588163_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t3956709311_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1323669137_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1__ctor_m3119058992_RuntimeMethod_var; extern const uint32_t DataTableManager__ctor_m3937757932_MetadataUsageId; extern RuntimeClass* DataTable_t3682331864_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3996032002_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m3354537403_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3861902075_RuntimeMethod_var; extern String_t* _stringLiteral78104342; extern String_t* _stringLiteral2457079822; extern String_t* _stringLiteral4178958633; extern const uint32_t DataTableManager_LoadTable_m1005261441_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m4061606188_RuntimeMethod_var; extern const uint32_t DataTableManager_UnloadTable_m3748406941_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1490424002_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3935164331_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m315813439_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1213898875_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m3823984678_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m4163240270_RuntimeMethod_var; extern const uint32_t DataTableManager_UnloadAll_m3566133859_MetadataUsageId; extern RuntimeClass* EventManager_t1658312912_il2cpp_TypeInfo_var; extern RuntimeClass* LinkedList_1_t1903573070_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m268104048_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m4097032647_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_Contains_m889842496_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_AddLast_m960474502_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1__ctor_m2731716407_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3786344834_RuntimeMethod_var; extern String_t* _stringLiteral771301763; extern String_t* _stringLiteral113950407; extern String_t* _stringLiteral332365354; extern const uint32_t EventManager_AddListener_m537787721_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_Remove_m2009952134_RuntimeMethod_var; extern const uint32_t EventManager_RemoveListener_m4066280301_MetadataUsageId; extern const RuntimeMethod* Enumerable_ElementAt_TisEventDelegate_t3063927061_m3339481788_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_get_Count_m1992651364_RuntimeMethod_var; extern const uint32_t EventManager_DispatchEvent_m3587545353_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m869203795_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1145259667_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m671189295_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_Clear_m1846218576_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2380711785_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2612991854_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m208252601_RuntimeMethod_var; extern const uint32_t EventManager_ClearAll_m2737263008_MetadataUsageId; extern RuntimeClass* Dictionary_2_t792286401_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4216534014_RuntimeMethod_var; extern const uint32_t EventManager__cctor_m4156310654_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern RuntimeClass* FileSizeFormatter_t3003988687_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2462727957; extern const uint32_t FileSizeFormatter_FormatSize_m3475686810_MetadataUsageId; extern String_t* _stringLiteral130596679; extern String_t* _stringLiteral3456677861; extern String_t* _stringLiteral3456677859; extern String_t* _stringLiteral3456677849; extern String_t* _stringLiteral3456677868; extern String_t* _stringLiteral3456677872; extern const uint32_t FileSizeFormatter__cctor_m3005598319_MetadataUsageId; extern RuntimeClass* StreamReader_t4009935899_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2473860249; extern String_t* _stringLiteral3032568581; extern const uint32_t FileUtils_ReadFileToString_m3783811750_MetadataUsageId; extern const uint32_t FileUtils_ReadFileToBytes_m4066302622_MetadataUsageId; extern RuntimeClass* FileStream_t4292183065_il2cpp_TypeInfo_var; extern String_t* _stringLiteral462933399; extern const uint32_t FileUtils_WriteFile_m4209619090_MetadataUsageId; extern const uint32_t FileUtils_GetFileName_m3830553205_MetadataUsageId; extern const uint32_t FileUtils_GetFileNameWithoutExtention_m2807560485_MetadataUsageId; extern const uint32_t FileUtils_GetFilePath_m4282472163_MetadataUsageId; extern String_t* _stringLiteral3452614530; extern const uint32_t FileUtils_GetFileNamePathWithoutExtention_m612764995_MetadataUsageId; extern const uint32_t FileUtils_GetFileParentFolder_m2960075166_MetadataUsageId; extern RuntimeClass* FastZip_t1787039230_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3450517376; extern const uint32_t FileUtils_ZipFile_m3763635524_MetadataUsageId; extern RuntimeClass* ZipFile_t1258023761_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* ZipInputStream_t3401940135_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452626639; extern String_t* _stringLiteral2176064898; extern String_t* _stringLiteral710733493; extern String_t* _stringLiteral247889050; extern String_t* _stringLiteral3115600571; extern const uint32_t FileUtils_UnZipFiles_m1687017570_MetadataUsageId; extern const uint32_t FileUtils_UnZipFromStream_m1128745198_MetadataUsageId; extern RuntimeClass* MD5CryptoServiceProvider_t3005586042_il2cpp_TypeInfo_var; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3451434968; extern const uint32_t FileUtils_HashToMD5Hex_m2387037380_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const uint32_t FileUtils_GetMD5ForString_m3649593045_MetadataUsageId; extern const RuntimeMethod* FileUtils_GetMD5ForFile_m1258342548_RuntimeMethod_var; extern String_t* _stringLiteral2132352820; extern const uint32_t FileUtils_GetMD5ForFile_m1258342548_MetadataUsageId; extern String_t* _stringLiteral4204522400; extern const uint32_t FileUtils_Encrypt_m3071258865_MetadataUsageId; extern const RuntimeMethod* FileUtils_EncryptAll_m501827367_RuntimeMethod_var; extern const uint32_t FileUtils_EncryptAll_m501827367_MetadataUsageId; extern const uint32_t FileUtils_RC4_m3905130929_MetadataUsageId; extern const RuntimeMethod* FileUtils_RC4_m32299453_RuntimeMethod_var; extern const uint32_t FileUtils_RC4_m32299453_MetadataUsageId; extern const RuntimeMethod* FileUtils_GetKey_m543113384_RuntimeMethod_var; extern const uint32_t FileUtils_GetKey_m543113384_MetadataUsageId; extern const uint32_t FileUtils_GetAllFileInDir_m1026597088_MetadataUsageId; extern const uint32_t FileUtils_GetFileMD5_m4005749837_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m2159083576_RuntimeMethod_var; extern String_t* _stringLiteral3395782887; extern const uint32_t FileUtils_UnzipCore_m375625858_MetadataUsageId; extern RuntimeClass* DirectoryInfo_t35957480_il2cpp_TypeInfo_var; extern RuntimeClass* DirectoryNotFoundException_t1220582502_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileUtils_DirectoryCopy_m1400393107_RuntimeMethod_var; extern String_t* _stringLiteral1000801674; extern const uint32_t FileUtils_DirectoryCopy_m1400393107_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const uint32_t FileUtils_RC4String_m2390510823_MetadataUsageId; extern const uint32_t FileUtils_RC4Bytes_m2401404839_MetadataUsageId; extern const uint32_t FileUtils_GetRootFolder_m1385449122_MetadataUsageId; extern const uint32_t FitFunSdkApi_GetAny_m4141008799_MetadataUsageId; extern RuntimeClass* U3CZipFolderU3Ec__AnonStorey0_t3410469604_il2cpp_TypeInfo_var; extern RuntimeClass* ThreadStart_t1006689297_il2cpp_TypeInfo_var; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CZipFolderU3Ec__AnonStorey0_U3CU3Em__0_m174360462_RuntimeMethod_var; extern const uint32_t FitfunZip_ZipFolder_m754855377_MetadataUsageId; extern RuntimeClass* U3CUnZipFileU3Ec__AnonStorey2_t4024407896_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CUnZipFileU3Ec__AnonStorey2_U3CU3Em__0_m1348268713_RuntimeMethod_var; extern const uint32_t FitfunZip_UnZipFile_m1197585127_MetadataUsageId; extern RuntimeClass* ZipEntry_t658048195_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3437568575; extern const uint32_t FitfunZip_UnzipFile_m3067613722_MetadataUsageId; extern String_t* _stringLiteral1222199589; extern String_t* _stringLiteral2680341714; extern const uint32_t U3CUnZipFileU3Ec__AnonStorey2_U3CU3Em__0_m1348268713_MetadataUsageId; extern RuntimeClass* U3CZipFolderU3Ec__AnonStorey1_t1025236748_il2cpp_TypeInfo_var; extern RuntimeClass* FastZipEvents_t2506806086_il2cpp_TypeInfo_var; extern RuntimeClass* ProgressHandler_t1501555482_il2cpp_TypeInfo_var; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern RuntimeClass* ProcessFileHandler_t2351317767_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CZipFolderU3Ec__AnonStorey1_U3CU3Em__0_m1175099821_RuntimeMethod_var; extern const RuntimeMethod* U3CZipFolderU3Ec__AnonStorey0_U3CU3Em__1_m2236084663_RuntimeMethod_var; extern const uint32_t U3CZipFolderU3Ec__AnonStorey0_U3CU3Em__0_m174360462_MetadataUsageId; extern const uint32_t U3CZipFolderU3Ec__AnonStorey1_U3CU3Em__0_m1175099821_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m2444376416_RuntimeMethod_var; extern const uint32_t GameManager__ctor_m4186006_MetadataUsageId; extern const uint32_t GameManager_LateUpdate_m727432497_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m325953879_RuntimeMethod_var; extern const uint32_t GameManager_OnLateInitialize_m111887249_MetadataUsageId; extern RuntimeClass* GameManager_t487428610_il2cpp_TypeInfo_var; extern const uint32_t GameManager_OnUpdateLogic_m3111105643_MetadataUsageId; extern String_t* _stringLiteral2263872208; extern const uint32_t GameManager_OnDestruct_m991917691_MetadataUsageId; extern RuntimeClass* ILuaGameManager_t724692347_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t1615979323_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m3087005989_RuntimeMethod_var; extern const uint32_t GameManager_OnInitializeGameLogic_m3267819337_MetadataUsageId; extern RuntimeClass* Input_t1431474628_il2cpp_TypeInfo_var; extern const uint32_t GameManager_CheckUserInput_m1638545502_MetadataUsageId; extern RuntimeClass* Singleton_1_t987768041_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1__ctor_m3566079882_RuntimeMethod_var; extern const uint32_t HotFixHelper__ctor_m3115301053_MetadataUsageId; extern String_t* _stringLiteral3440885578; extern const uint32_t HotFixHelper_GetFullPackagePath_m966770544_MetadataUsageId; extern RuntimeClass* JsonConvert_t3077351166_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonConvert_DeserializeObject_TisLocalVersion_t3255972034_m995895400_RuntimeMethod_var; extern String_t* _stringLiteral3014977457; extern const uint32_t HotFixHelper_GetCurrentLocalVersion_m1837710240_MetadataUsageId; extern String_t* _stringLiteral157099485; extern const uint32_t HotFixHelper_GetFullVersionEditorAndIOS_m3724860329_MetadataUsageId; extern String_t* _stringLiteral3900656079; extern const uint32_t HotFixHelper_GetFullZipPath_m3069761203_MetadataUsageId; extern String_t* _stringLiteral1468478413; extern String_t* _stringLiteral1557626349; extern const uint32_t HotFixHelper_SetFullVersion_m2021766722_MetadataUsageId; extern RuntimeClass* Singleton_1_t3525596842_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1__ctor_m884970805_RuntimeMethod_var; extern const uint32_t HttpCoroutine__ctor_m2317853731_MetadataUsageId; extern RuntimeClass* U3CStartU3Ec__Iterator0_t3979775691_il2cpp_TypeInfo_var; extern const uint32_t HttpCoroutine_Start_m2957571153_MetadataUsageId; extern const uint32_t HttpCoroutine_GetIOS_m4195613234_MetadataUsageId; extern RuntimeClass* Action_1_t4289115252_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t2019918284_il2cpp_TypeInfo_var; extern RuntimeClass* HttpHelper_t383584100_il2cpp_TypeInfo_var; extern const RuntimeMethod* HttpCoroutine_U3CGetU3Em__0_m1440934822_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m2320146603_RuntimeMethod_var; extern const RuntimeMethod* HttpCoroutine_U3CGetU3Em__1_m2471577414_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m838414602_RuntimeMethod_var; extern const uint32_t HttpCoroutine_Get_m1462774398_MetadataUsageId; extern const RuntimeMethod* HttpCoroutine_U3CPostU3Em__2_m980846659_RuntimeMethod_var; extern const RuntimeMethod* HttpCoroutine_U3CPostU3Em__3_m411979622_RuntimeMethod_var; extern const uint32_t HttpCoroutine_Post_m3873501555_MetadataUsageId; extern const uint32_t HttpCoroutine_U3CGetU3Em__0_m1440934822_MetadataUsageId; extern RuntimeClass* WWW_t3688466362_il2cpp_TypeInfo_var; extern const uint32_t U3CStartU3Ec__Iterator0_MoveNext_m1689359451_MetadataUsageId; extern const RuntimeMethod* U3CStartU3Ec__Iterator0_Reset_m2241590075_RuntimeMethod_var; extern const uint32_t U3CStartU3Ec__Iterator0_Reset_m2241590075_MetadataUsageId; extern const uint32_t U3CStartU3Ec__Iterator0_U3CU3E__Finally0_m2929402414_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2893360516_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1396344728_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m3846036922_RuntimeMethod_var; extern const uint32_t HttpHelper_HttpInvoke_m2866608946_MetadataUsageId; extern RuntimeClass* SHA1CryptoServiceProvider_t3661059764_il2cpp_TypeInfo_var; extern RuntimeClass* ASCIIEncoding_t3446586211_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614531; extern const uint32_t HttpHelper_GetSha1_m2419006221_MetadataUsageId; extern RuntimeClass* U3CCreateGetHttpResponseU3Ec__AnonStorey0_t1623584061_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CCreateGetHttpResponseU3Ec__AnonStorey0_U3CU3Em__0_m621082350_RuntimeMethod_var; extern const uint32_t HttpHelper_CreateGetHttpResponse_m3656886165_MetadataUsageId; extern RuntimeClass* U3CCreatePostHttpResponseU3Ec__AnonStorey1_t2992700836_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CCreatePostHttpResponseU3Ec__AnonStorey1_U3CU3Em__0_m423261296_RuntimeMethod_var; extern const uint32_t HttpHelper_CreatePostHttpResponse_m3989122461_MetadataUsageId; extern const uint32_t HttpHelper_GetResponseString_m2517561298_MetadataUsageId; extern RuntimeClass* U3CReadBytesFromResponseU3Ec__AnonStorey3_t3953986255_il2cpp_TypeInfo_var; extern RuntimeClass* U3CReadBytesFromResponseU3Ec__AnonStorey4_t2387902314_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CReadBytesFromResponseU3Ec__AnonStorey3_U3CU3Em__0_m4195216105_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m263651446_RuntimeMethod_var; extern const RuntimeMethod* HttpHelper_ReadBytesFromResponse_m1016756331_RuntimeMethod_var; extern const RuntimeMethod* U3CReadBytesFromResponseU3Ec__AnonStorey3_U3CU3Em__1_m1466332750_RuntimeMethod_var; extern const RuntimeMethod* U3CReadBytesFromResponseU3Ec__AnonStorey4_U3CU3Em__0_m3225214926_RuntimeMethod_var; extern const RuntimeMethod* U3CReadBytesFromResponseU3Ec__AnonStorey3_U3CU3Em__2_m3032416691_RuntimeMethod_var; extern const uint32_t HttpHelper_ReadBytesFromResponse_m1016756331_MetadataUsageId; extern RuntimeClass* X509Certificate2_t714049126_il2cpp_TypeInfo_var; extern const uint32_t HttpHelper_RemoteCertificateValidationCallback_m3105315062_MetadataUsageId; extern RuntimeClass* List_1_t2736452219_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3850019872_RuntimeMethod_var; extern const uint32_t HttpHelper__cctor_m2076982301_MetadataUsageId; extern RuntimeClass* RemoteCertificateValidationCallback_t3014364904_il2cpp_TypeInfo_var; extern RuntimeClass* ServicePointManager_t170559685_il2cpp_TypeInfo_var; extern RuntimeClass* WebRequest_t1939381076_il2cpp_TypeInfo_var; extern RuntimeClass* HttpWebRequest_t1669436515_il2cpp_TypeInfo_var; extern RuntimeClass* HttpRequestCachePolicy_t1798236577_il2cpp_TypeInfo_var; extern const RuntimeMethod* HttpHelper_RemoteCertificateValidationCallback_m3105315062_RuntimeMethod_var; extern String_t* _stringLiteral1130393535; extern const uint32_t U3CCreateGetHttpResponseU3Ec__AnonStorey0_U3CU3Em__0_m621082350_MetadataUsageId; extern RuntimeClass* U3CCreatePostHttpResponseU3Ec__AnonStorey2_t2270294151_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CCreatePostHttpResponseU3Ec__AnonStorey2_U3CU3Em__0_m1178049933_RuntimeMethod_var; extern String_t* _stringLiteral3776665136; extern const uint32_t U3CCreatePostHttpResponseU3Ec__AnonStorey1_U3CU3Em__0_m423261296_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m3134296422_RuntimeMethod_var; extern const uint32_t U3CCreatePostHttpResponseU3Ec__AnonStorey2_U3CU3Em__0_m1178049933_MetadataUsageId; extern String_t* _stringLiteral1707808758; extern const uint32_t U3CReadBytesFromResponseU3Ec__AnonStorey3_U3CU3Em__0_m4195216105_MetadataUsageId; extern String_t* _stringLiteral541480654; extern const uint32_t U3CReadBytesFromResponseU3Ec__AnonStorey3_U3CU3Em__1_m1466332750_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m2294915794_RuntimeMethod_var; extern const uint32_t U3CReadBytesFromResponseU3Ec__AnonStorey3_U3CU3Em__2_m3032416691_MetadataUsageId; extern const uint32_t U3CReadBytesFromResponseU3Ec__AnonStorey4_U3CU3Em__0_m3225214926_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m4071352765_RuntimeMethod_var; extern const uint32_t HttpMonoBehaviour__ctor_m4101494677_MetadataUsageId; extern const uint32_t HttpMonoBehaviour_Update_m2117642127_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m4081587009_RuntimeMethod_var; extern const uint32_t InputManager__ctor_m3291624262_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern String_t* _stringLiteral952997204; extern const uint32_t InputManager_SetState_m70676729_MetadataUsageId; extern RuntimeClass* CShoesUIInput_t3778557309_il2cpp_TypeInfo_var; extern const uint32_t InputManager_Awake_m304059150_MetadataUsageId; extern const RuntimeMethod* Singleton_1_get_Instance_m3096576317_RuntimeMethod_var; extern const uint32_t IReloadSite__ctor_m4268638866_MetadataUsageId; extern String_t* _stringLiteral912867088; extern const uint32_t LoadingState_Enter_m2689824201_MetadataUsageId; extern const RuntimeMethod* Singleton_1__ctor_m856308402_RuntimeMethod_var; extern const uint32_t LocalDataStorage__ctor_m1609683735_MetadataUsageId; extern const uint32_t LocalDataStorage_GetString_m3815794407_MetadataUsageId; extern RuntimeClass* LogInfo_t275467388_il2cpp_TypeInfo_var; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m1538589082_RuntimeMethod_var; extern const uint32_t Logger__ctor_m4256366353_MetadataUsageId; extern RuntimeClass* LogCallback_t3588208630_il2cpp_TypeInfo_var; extern const RuntimeMethod* Logger_LogCallback_m2729012159_RuntimeMethod_var; extern const uint32_t Logger_OnEnable_m2898605897_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* Logs_t1939582617_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m222183305_RuntimeMethod_var; extern String_t* _stringLiteral714662786; extern const uint32_t Logger_LogCallback_m2729012159_MetadataUsageId; extern const uint32_t Logger_OnDisable_m1574976681_MetadataUsageId; extern String_t* _stringLiteral2189815206; extern const uint32_t Logger_OnApplicationFocus_m443267443_MetadataUsageId; extern const uint32_t Logger_OnApplicationPause_m2474851949_MetadataUsageId; extern RuntimeClass* StreamWriter_t1266378904_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m2051046538_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m146470047_RuntimeMethod_var; extern const uint32_t DataSaver_SaveData_m2404468181_MetadataUsageId; extern RuntimeClass* List_1_t3411657359_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m433383851_RuntimeMethod_var; extern const uint32_t LogInfo__ctor_m3161583326_MetadataUsageId; extern RuntimeClass* LogType_t73765434_il2cpp_TypeInfo_var; extern String_t* _stringLiteral941496002; extern const uint32_t Logs_ToString_m2593107964_MetadataUsageId; extern const uint32_t LogicUtils_Int_m3002615878_MetadataUsageId; extern const uint32_t LogicUtils_Float_m4159177656_MetadataUsageId; extern const uint32_t LogicUtils_Long_m142699071_MetadataUsageId; extern const uint32_t LogicUtils_GetTime_m2143943005_MetadataUsageId; extern RuntimeClass* ZipConstants_t3000827260_il2cpp_TypeInfo_var; extern const uint32_t LogicUtils_UnpackFiles_m3221871358_MetadataUsageId; extern String_t* _stringLiteral202269898; extern String_t* _stringLiteral3562528225; extern const uint32_t LogicUtils_LoadResource_m1205154347_MetadataUsageId; extern RuntimeClass* LogicUtils_t3998836694_il2cpp_TypeInfo_var; extern String_t* _stringLiteral424138002; extern String_t* _stringLiteral283606221; extern const uint32_t LogicUtils_get_DataPath_m2897780641_MetadataUsageId; extern String_t* _stringLiteral3156269171; extern const uint32_t LogicUtils_GetRelativePath_m4220188122_MetadataUsageId; extern String_t* _stringLiteral182697711; extern String_t* _stringLiteral2120806716; extern String_t* _stringLiteral3972439919; extern String_t* _stringLiteral3720091898; extern const uint32_t LogicUtils_AppContentPath_m3975859052_MetadataUsageId; extern const uint32_t LogicUtils_ClearMemory_m1667387476_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisRenderer_t2627027031_m2651633905_RuntimeMethod_var; extern const uint32_t LogicUtils_SetSortingLayer_m3931146981_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m4227979445_RuntimeMethod_var; extern const uint32_t LuaManager__ctor_m629824317_MetadataUsageId; extern RuntimeClass* LuaManager_t2836562188_il2cpp_TypeInfo_var; extern const uint32_t LuaManager_get_LuaVM_m1000289451_MetadataUsageId; extern RuntimeClass* LuaEnv_t2152703515_il2cpp_TypeInfo_var; extern RuntimeClass* CustomLoader_t465830221_il2cpp_TypeInfo_var; extern const RuntimeMethod* LuaManager_CustomLoader_m2358196577_RuntimeMethod_var; extern const uint32_t LuaManager_newLuaVM_m3577196581_MetadataUsageId; extern const uint32_t LuaManager_OnInitialize_m2081940049_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m3536181504_RuntimeMethod_var; extern const uint32_t LuaManager_OnUpdateLogic_m465339201_MetadataUsageId; extern const uint32_t LuaManager_FixedUpdate_m2864648230_MetadataUsageId; extern String_t* _stringLiteral268613921; extern const uint32_t LuaManager_OnDestruct_m4152808212_MetadataUsageId; extern const uint32_t LuaManager_CustomLoader_m2358196577_MetadataUsageId; extern String_t* _stringLiteral83459925; extern String_t* _stringLiteral3452614521; extern const uint32_t LuaManager_DoFile_m2582217177_MetadataUsageId; extern const uint32_t LuaManager_CallFunction_m1631042178_MetadataUsageId; extern const uint32_t LuaManager_CallGlobalMethod_m2960819522_MetadataUsageId; extern const uint32_t LuaManager_LuaGC_m1368223579_MetadataUsageId; extern const uint32_t LuaManager__cctor_m3755119405_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m46983611_RuntimeMethod_var; extern const uint32_t MonoBeBehaviourManager__ctor_m1924850839_MetadataUsageId; extern String_t* _stringLiteral3847899690; extern const uint32_t MonoBeBehaviourManager_StopAllCoroutines_m123532901_MetadataUsageId; extern RuntimeClass* _ProcDelegateU5BU5D_t2520208816_il2cpp_TypeInfo_var; extern RuntimeClass* _ProcDelegate_t2290708157_il2cpp_TypeInfo_var; extern const RuntimeMethod* NetMainLogic_OnSMsgCustomMsg_m1152719896_RuntimeMethod_var; extern const uint32_t NetMainLogic__ctor_m2878963219_MetadataUsageId; extern const uint32_t NetMainLogic_Close_m2577147478_MetadataUsageId; extern RuntimeClass* Dns_t384099571_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2493736653; extern const uint32_t NetMainLogic_DNSCheck_m1184076481_MetadataUsageId; extern const uint32_t NetMainLogic_Link_m3821724671_MetadataUsageId; extern RuntimeClass* SDKEventManager_t864216586_il2cpp_TypeInfo_var; extern const uint32_t NetMainLogic_LinkWithReport_m2458994102_MetadataUsageId; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern const RuntimeMethod* NetMainLogic_DnsGetHostEntry_m69294228_RuntimeMethod_var; extern const uint32_t NetMainLogic_DnsGetHostEntry_m69294228_MetadataUsageId; extern const uint32_t NetMainLogic_Relink_m152626084_MetadataUsageId; extern RuntimeClass* CMsgAccRegister_t524064186_il2cpp_TypeInfo_var; extern const uint32_t NetMainLogic_Register_m1544473201_MetadataUsageId; extern RuntimeClass* CMsgAcc_t1490163161_il2cpp_TypeInfo_var; extern RuntimeClass* Common_t3802143103_il2cpp_TypeInfo_var; extern const uint32_t NetMainLogic_SetUserACC_m1771263567_MetadataUsageId; extern String_t* _stringLiteral2302103130; extern String_t* _stringLiteral2454930166; extern const uint32_t NetMainLogic_RegisterRole_m1679447054_MetadataUsageId; extern RuntimeClass* CMsgBeginGame_t955386178_il2cpp_TypeInfo_var; extern const uint32_t NetMainLogic_SendBeginGame_m3838524774_MetadataUsageId; extern RuntimeClass* CMsgClientStageReady_t250050675_il2cpp_TypeInfo_var; extern const uint32_t NetMainLogic_SendStageReady_m2474942774_MetadataUsageId; extern const uint32_t NetMainLogic_SendMessage_m1593961775_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m1933767679_RuntimeMethod_var; extern const uint32_t NetMainLogic_OnLinkSuccess_m1176804852_MetadataUsageId; extern const uint32_t NetMainLogic_OnLinkUnConnected_m2243706612_MetadataUsageId; extern RuntimeClass* ILuaNetwork_t2860134254_il2cpp_TypeInfo_var; extern const uint32_t NetMainLogic_OnReceiverMsg_m523524842_MetadataUsageId; struct DownloadHandler_t2937767557_marshaled_com; struct UploadHandler_t2993558019_marshaled_com; struct UnityWebRequest_t463507806_marshaled_com; struct ByteU5BU5D_t4116647657; struct ObjectU5BU5D_t2843939325; struct CharU5BU5D_t3528271667; struct UInt64U5BU5D_t1659327989; struct UInt32U5BU5D_t2770800703; struct Vector3U5BU5D_t1718750761; struct SpriteU5BU5D_t2581906349; struct ObjectU5BU5D_t1417781964; struct StringU5BU5D_t1281789340; struct Injection2U5BU5D_t2292468060; struct TransformU5BU5D_t807237628; struct ColliderU5BU5D_t4234922487; struct RendererU5BU5D_t3210418286; struct DirectoryInfoU5BU5D_t1343554681; struct FileInfoU5BU5D_t2389029403; struct Int32U5BU5D_t385246372; struct X509ChainStatusU5BU5D_t2685945535; struct _ProcDelegateU5BU5D_t2520208816; struct IPAddressU5BU5D_t596328627; #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 SINGLETON_1_T1090078138_H #define SINGLETON_1_T1090078138_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_t1090078138 : public RuntimeObject { public: public: }; struct Singleton_1_t1090078138_StaticFields { public: // T FitFun.Singleton`1::instance CReloadManager_t2765377692 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t1090078138_StaticFields, ___instance_0)); } inline CReloadManager_t2765377692 * get_instance_0() const { return ___instance_0; } inline CReloadManager_t2765377692 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(CReloadManager_t2765377692 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T1090078138_H #ifndef HASHSET_1_T2328031893_H #define HASHSET_1_T2328031893_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.HashSet`1 struct HashSet_1_t2328031893 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.HashSet`1/Link[] System.Collections.Generic.HashSet`1::links LinkU5BU5D_t1899157749* ___links_5; // T[] System.Collections.Generic.HashSet`1::slots IReloadSiteU5BU5D_t3506240290* ___slots_6; // System.Int32 System.Collections.Generic.HashSet`1::touched int32_t ___touched_7; // System.Int32 System.Collections.Generic.HashSet`1::empty_slot int32_t ___empty_slot_8; // System.Int32 System.Collections.Generic.HashSet`1::count int32_t ___count_9; // System.Int32 System.Collections.Generic.HashSet`1::threshold int32_t ___threshold_10; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::comparer RuntimeObject* ___comparer_11; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::si SerializationInfo_t950877179 * ___si_12; // System.Int32 System.Collections.Generic.HashSet`1::generation int32_t ___generation_13; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(HashSet_1_t2328031893, ___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_links_5() { return static_cast(offsetof(HashSet_1_t2328031893, ___links_5)); } inline LinkU5BU5D_t1899157749* get_links_5() const { return ___links_5; } inline LinkU5BU5D_t1899157749** get_address_of_links_5() { return &___links_5; } inline void set_links_5(LinkU5BU5D_t1899157749* value) { ___links_5 = value; Il2CppCodeGenWriteBarrier((&___links_5), value); } inline static int32_t get_offset_of_slots_6() { return static_cast(offsetof(HashSet_1_t2328031893, ___slots_6)); } inline IReloadSiteU5BU5D_t3506240290* get_slots_6() const { return ___slots_6; } inline IReloadSiteU5BU5D_t3506240290** get_address_of_slots_6() { return &___slots_6; } inline void set_slots_6(IReloadSiteU5BU5D_t3506240290* value) { ___slots_6 = value; Il2CppCodeGenWriteBarrier((&___slots_6), value); } inline static int32_t get_offset_of_touched_7() { return static_cast(offsetof(HashSet_1_t2328031893, ___touched_7)); } inline int32_t get_touched_7() const { return ___touched_7; } inline int32_t* get_address_of_touched_7() { return &___touched_7; } inline void set_touched_7(int32_t value) { ___touched_7 = value; } inline static int32_t get_offset_of_empty_slot_8() { return static_cast(offsetof(HashSet_1_t2328031893, ___empty_slot_8)); } inline int32_t get_empty_slot_8() const { return ___empty_slot_8; } inline int32_t* get_address_of_empty_slot_8() { return &___empty_slot_8; } inline void set_empty_slot_8(int32_t value) { ___empty_slot_8 = value; } inline static int32_t get_offset_of_count_9() { return static_cast(offsetof(HashSet_1_t2328031893, ___count_9)); } inline int32_t get_count_9() const { return ___count_9; } inline int32_t* get_address_of_count_9() { return &___count_9; } inline void set_count_9(int32_t value) { ___count_9 = value; } inline static int32_t get_offset_of_threshold_10() { return static_cast(offsetof(HashSet_1_t2328031893, ___threshold_10)); } inline int32_t get_threshold_10() const { return ___threshold_10; } inline int32_t* get_address_of_threshold_10() { return &___threshold_10; } inline void set_threshold_10(int32_t value) { ___threshold_10 = value; } inline static int32_t get_offset_of_comparer_11() { return static_cast(offsetof(HashSet_1_t2328031893, ___comparer_11)); } inline RuntimeObject* get_comparer_11() const { return ___comparer_11; } inline RuntimeObject** get_address_of_comparer_11() { return &___comparer_11; } inline void set_comparer_11(RuntimeObject* value) { ___comparer_11 = value; Il2CppCodeGenWriteBarrier((&___comparer_11), value); } inline static int32_t get_offset_of_si_12() { return static_cast(offsetof(HashSet_1_t2328031893, ___si_12)); } inline SerializationInfo_t950877179 * get_si_12() const { return ___si_12; } inline SerializationInfo_t950877179 ** get_address_of_si_12() { return &___si_12; } inline void set_si_12(SerializationInfo_t950877179 * value) { ___si_12 = value; Il2CppCodeGenWriteBarrier((&___si_12), value); } inline static int32_t get_offset_of_generation_13() { return static_cast(offsetof(HashSet_1_t2328031893, ___generation_13)); } inline int32_t get_generation_13() const { return ___generation_13; } inline int32_t* get_address_of_generation_13() { return &___generation_13; } inline void set_generation_13(int32_t value) { ___generation_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHSET_1_T2328031893_H #ifndef CONSTDEFINES_T3153725202_H #define CONSTDEFINES_T3153725202_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.ConstDefines struct ConstDefines_t3153725202 : public RuntimeObject { public: public: }; struct ConstDefines_t3153725202_StaticFields { public: // System.String FitFun.ConstDefines::ClientVersion String_t* ___ClientVersion_18; public: inline static int32_t get_offset_of_ClientVersion_18() { return static_cast(offsetof(ConstDefines_t3153725202_StaticFields, ___ClientVersion_18)); } inline String_t* get_ClientVersion_18() const { return ___ClientVersion_18; } inline String_t** get_address_of_ClientVersion_18() { return &___ClientVersion_18; } inline void set_ClientVersion_18(String_t* value) { ___ClientVersion_18 = value; Il2CppCodeGenWriteBarrier((&___ClientVersion_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTDEFINES_T3153725202_H #ifndef COMPONENTUTIL_T1293742088_H #define COMPONENTUTIL_T1293742088_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.ComponentUtil struct ComponentUtil_t1293742088 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENTUTIL_T1293742088_H #ifndef SINGLETON_1_T3974228197_H #define SINGLETON_1_T3974228197_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_t3974228197 : public RuntimeObject { public: public: }; struct Singleton_1_t3974228197_StaticFields { public: // T FitFun.Singleton`1::instance CLocalization_t1354560455 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t3974228197_StaticFields, ___instance_0)); } inline CLocalization_t1354560455 * get_instance_0() const { return ___instance_0; } inline CLocalization_t1354560455 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(CLocalization_t1354560455 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T3974228197_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 DICTIONARY_2_T65913391_H #define DICTIONARY_2_T65913391_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_t65913391 : 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 SpriteU5BU5D_t2581906349* ___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_t65913391, ___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_t65913391, ___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_t65913391, ___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_t65913391, ___valueSlots_7)); } inline SpriteU5BU5D_t2581906349* get_valueSlots_7() const { return ___valueSlots_7; } inline SpriteU5BU5D_t2581906349** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(SpriteU5BU5D_t2581906349* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t65913391, ___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_t65913391, ___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_t65913391, ___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_t65913391, ___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_t65913391, ___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_t65913391, ___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_t65913391, ___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_t65913391_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1432318065 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t65913391_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1432318065 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1432318065 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1432318065 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T65913391_H #ifndef LINKEDLIST_1_T459286964_H #define LINKEDLIST_1_T459286964_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t459286964 : public RuntimeObject { public: // System.UInt32 System.Collections.Generic.LinkedList`1::count uint32_t ___count_2; // System.UInt32 System.Collections.Generic.LinkedList`1::version uint32_t ___version_3; // System.Object System.Collections.Generic.LinkedList`1::syncRoot RuntimeObject * ___syncRoot_4; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::first LinkedListNode_1_t1364816058 * ___first_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::si SerializationInfo_t950877179 * ___si_6; public: inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(LinkedList_1_t459286964, ___count_2)); } inline uint32_t get_count_2() const { return ___count_2; } inline uint32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(uint32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(LinkedList_1_t459286964, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_syncRoot_4() { return static_cast(offsetof(LinkedList_1_t459286964, ___syncRoot_4)); } inline RuntimeObject * get_syncRoot_4() const { return ___syncRoot_4; } inline RuntimeObject ** get_address_of_syncRoot_4() { return &___syncRoot_4; } inline void set_syncRoot_4(RuntimeObject * value) { ___syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&___syncRoot_4), value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(LinkedList_1_t459286964, ___first_5)); } inline LinkedListNode_1_t1364816058 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t1364816058 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t1364816058 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t459286964, ___si_6)); } inline SerializationInfo_t950877179 * get_si_6() const { return ___si_6; } inline SerializationInfo_t950877179 ** get_address_of_si_6() { return &___si_6; } inline void set_si_6(SerializationInfo_t950877179 * value) { ___si_6 = value; Il2CppCodeGenWriteBarrier((&___si_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLIST_1_T459286964_H #ifndef LIST_1_T2869341516_H #define LIST_1_T2869341516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2869341516 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SingleU5BU5D_t1444911251* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2869341516, ____items_1)); } inline SingleU5BU5D_t1444911251* get__items_1() const { return ____items_1; } inline SingleU5BU5D_t1444911251** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SingleU5BU5D_t1444911251* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2869341516, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2869341516, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t2869341516_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SingleU5BU5D_t1444911251* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2869341516_StaticFields, ___EmptyArray_4)); } inline SingleU5BU5D_t1444911251* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SingleU5BU5D_t1444911251** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SingleU5BU5D_t1444911251* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2869341516_H #ifndef IRELOADSITE_T3763082419_H #define IRELOADSITE_T3763082419_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.IReloadSite struct IReloadSite_t3763082419 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IRELOADSITE_T3763082419_H #ifndef LINKEDLIST_1_T176684636_H #define LINKEDLIST_1_T176684636_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t176684636 : public RuntimeObject { public: // System.UInt32 System.Collections.Generic.LinkedList`1::count uint32_t ___count_2; // System.UInt32 System.Collections.Generic.LinkedList`1::version uint32_t ___version_3; // System.Object System.Collections.Generic.LinkedList`1::syncRoot RuntimeObject * ___syncRoot_4; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::first LinkedListNode_1_t1082213730 * ___first_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::si SerializationInfo_t950877179 * ___si_6; public: inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(LinkedList_1_t176684636, ___count_2)); } inline uint32_t get_count_2() const { return ___count_2; } inline uint32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(uint32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(LinkedList_1_t176684636, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_syncRoot_4() { return static_cast(offsetof(LinkedList_1_t176684636, ___syncRoot_4)); } inline RuntimeObject * get_syncRoot_4() const { return ___syncRoot_4; } inline RuntimeObject ** get_address_of_syncRoot_4() { return &___syncRoot_4; } inline void set_syncRoot_4(RuntimeObject * value) { ___syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&___syncRoot_4), value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(LinkedList_1_t176684636, ___first_5)); } inline LinkedListNode_1_t1082213730 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t1082213730 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t1082213730 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t176684636, ___si_6)); } inline SerializationInfo_t950877179 * get_si_6() const { return ___si_6; } inline SerializationInfo_t950877179 ** get_address_of_si_6() { return &___si_6; } inline void set_si_6(SerializationInfo_t950877179 * value) { ___si_6 = value; Il2CppCodeGenWriteBarrier((&___si_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLIST_1_T176684636_H #ifndef EVENTMANAGER_T1658312912_H #define EVENTMANAGER_T1658312912_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.EventManager struct EventManager_t1658312912 : public RuntimeObject { public: public: }; struct EventManager_t1658312912_StaticFields { public: // System.Collections.Generic.Dictionary`2> FitFun.EventManager::listenerDic Dictionary_2_t792286401 * ___listenerDic_0; public: inline static int32_t get_offset_of_listenerDic_0() { return static_cast(offsetof(EventManager_t1658312912_StaticFields, ___listenerDic_0)); } inline Dictionary_2_t792286401 * get_listenerDic_0() const { return ___listenerDic_0; } inline Dictionary_2_t792286401 ** get_address_of_listenerDic_0() { return &___listenerDic_0; } inline void set_listenerDic_0(Dictionary_2_t792286401 * value) { ___listenerDic_0 = value; Il2CppCodeGenWriteBarrier((&___listenerDic_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTMANAGER_T1658312912_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 SINGLETON_1_T3956709311_H #define SINGLETON_1_T3956709311_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_t3956709311 : public RuntimeObject { public: public: }; struct Singleton_1_t3956709311_StaticFields { public: // T FitFun.Singleton`1::instance DataTableManager_t1337041569 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t3956709311_StaticFields, ___instance_0)); } inline DataTableManager_t1337041569 * get_instance_0() const { return ___instance_0; } inline DataTableManager_t1337041569 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(DataTableManager_t1337041569 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T3956709311_H #ifndef DICTIONARY_2_T3467588163_H #define DICTIONARY_2_T3467588163_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_t3467588163 : 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 DataTableU5BU5D_t433343689* ___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_t3467588163, ___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_t3467588163, ___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_t3467588163, ___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_t3467588163, ___valueSlots_7)); } inline DataTableU5BU5D_t433343689* get_valueSlots_7() const { return ___valueSlots_7; } inline DataTableU5BU5D_t433343689** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(DataTableU5BU5D_t433343689* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3467588163, ___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_t3467588163, ___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_t3467588163, ___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_t3467588163, ___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_t3467588163, ___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_t3467588163, ___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_t3467588163, ___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_t3467588163_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3578722701 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3467588163_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3578722701 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3578722701 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3578722701 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3467588163_H #ifndef DICTIONARY_2_T460617778_H #define DICTIONARY_2_T460617778_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_t460617778 : 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 TableRowU5BU5D_t205413950* ___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_t460617778, ___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_t460617778, ___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_t460617778, ___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_t460617778, ___valueSlots_7)); } inline TableRowU5BU5D_t205413950* get_valueSlots_7() const { return ___valueSlots_7; } inline TableRowU5BU5D_t205413950** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(TableRowU5BU5D_t205413950* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t460617778, ___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_t460617778, ___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_t460617778, ___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_t460617778, ___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_t460617778, ___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_t460617778, ___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_t460617778, ___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_t460617778_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3350792962 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t460617778_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3350792962 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3350792962 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3350792962 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T460617778_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 U3CUPLOADFILEU3EC__ITERATOR0_T1313916659_H #define U3CUPLOADFILEU3EC__ITERATOR0_T1313916659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CRequestManager/c__Iterator0 struct U3CUpLoadFileU3Ec__Iterator0_t1313916659 : public RuntimeObject { public: // System.String FitFun.CRequestManager/c__Iterator0::__0 String_t* ___U3ClocalPathU3E__0_0; // System.Byte[] FitFun.CRequestManager/c__Iterator0::__0 ByteU5BU5D_t4116647657* ___U3CfileU3E__0_1; // System.String FitFun.CRequestManager/c__Iterator0::__0 String_t* ___U3CcontU3E__0_2; // LitJson.JsonData FitFun.CRequestManager/c__Iterator0::__0 JsonData_t1524858407 * ___U3CjdataU3E__0_3; // UnityEngine.Networking.UnityWebRequest FitFun.CRequestManager/c__Iterator0::__0 UnityWebRequest_t463507806 * ___U3CreqU3E__0_4; // System.Byte[] FitFun.CRequestManager/c__Iterator0::__0 ByteU5BU5D_t4116647657* ___U3CpostBytesU3E__0_5; // System.Object FitFun.CRequestManager/c__Iterator0::$current RuntimeObject * ___U24current_6; // System.Boolean FitFun.CRequestManager/c__Iterator0::$disposing bool ___U24disposing_7; // System.Int32 FitFun.CRequestManager/c__Iterator0::$PC int32_t ___U24PC_8; public: inline static int32_t get_offset_of_U3ClocalPathU3E__0_0() { return static_cast(offsetof(U3CUpLoadFileU3Ec__Iterator0_t1313916659, ___U3ClocalPathU3E__0_0)); } inline String_t* get_U3ClocalPathU3E__0_0() const { return ___U3ClocalPathU3E__0_0; } inline String_t** get_address_of_U3ClocalPathU3E__0_0() { return &___U3ClocalPathU3E__0_0; } inline void set_U3ClocalPathU3E__0_0(String_t* value) { ___U3ClocalPathU3E__0_0 = value; Il2CppCodeGenWriteBarrier((&___U3ClocalPathU3E__0_0), value); } inline static int32_t get_offset_of_U3CfileU3E__0_1() { return static_cast(offsetof(U3CUpLoadFileU3Ec__Iterator0_t1313916659, ___U3CfileU3E__0_1)); } inline ByteU5BU5D_t4116647657* get_U3CfileU3E__0_1() const { return ___U3CfileU3E__0_1; } inline ByteU5BU5D_t4116647657** get_address_of_U3CfileU3E__0_1() { return &___U3CfileU3E__0_1; } inline void set_U3CfileU3E__0_1(ByteU5BU5D_t4116647657* value) { ___U3CfileU3E__0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CfileU3E__0_1), value); } inline static int32_t get_offset_of_U3CcontU3E__0_2() { return static_cast(offsetof(U3CUpLoadFileU3Ec__Iterator0_t1313916659, ___U3CcontU3E__0_2)); } inline String_t* get_U3CcontU3E__0_2() const { return ___U3CcontU3E__0_2; } inline String_t** get_address_of_U3CcontU3E__0_2() { return &___U3CcontU3E__0_2; } inline void set_U3CcontU3E__0_2(String_t* value) { ___U3CcontU3E__0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CcontU3E__0_2), value); } inline static int32_t get_offset_of_U3CjdataU3E__0_3() { return static_cast(offsetof(U3CUpLoadFileU3Ec__Iterator0_t1313916659, ___U3CjdataU3E__0_3)); } inline JsonData_t1524858407 * get_U3CjdataU3E__0_3() const { return ___U3CjdataU3E__0_3; } inline JsonData_t1524858407 ** get_address_of_U3CjdataU3E__0_3() { return &___U3CjdataU3E__0_3; } inline void set_U3CjdataU3E__0_3(JsonData_t1524858407 * value) { ___U3CjdataU3E__0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CjdataU3E__0_3), value); } inline static int32_t get_offset_of_U3CreqU3E__0_4() { return static_cast(offsetof(U3CUpLoadFileU3Ec__Iterator0_t1313916659, ___U3CreqU3E__0_4)); } inline UnityWebRequest_t463507806 * get_U3CreqU3E__0_4() const { return ___U3CreqU3E__0_4; } inline UnityWebRequest_t463507806 ** get_address_of_U3CreqU3E__0_4() { return &___U3CreqU3E__0_4; } inline void set_U3CreqU3E__0_4(UnityWebRequest_t463507806 * value) { ___U3CreqU3E__0_4 = value; Il2CppCodeGenWriteBarrier((&___U3CreqU3E__0_4), value); } inline static int32_t get_offset_of_U3CpostBytesU3E__0_5() { return static_cast(offsetof(U3CUpLoadFileU3Ec__Iterator0_t1313916659, ___U3CpostBytesU3E__0_5)); } inline ByteU5BU5D_t4116647657* get_U3CpostBytesU3E__0_5() const { return ___U3CpostBytesU3E__0_5; } inline ByteU5BU5D_t4116647657** get_address_of_U3CpostBytesU3E__0_5() { return &___U3CpostBytesU3E__0_5; } inline void set_U3CpostBytesU3E__0_5(ByteU5BU5D_t4116647657* value) { ___U3CpostBytesU3E__0_5 = value; Il2CppCodeGenWriteBarrier((&___U3CpostBytesU3E__0_5), value); } inline static int32_t get_offset_of_U24current_6() { return static_cast(offsetof(U3CUpLoadFileU3Ec__Iterator0_t1313916659, ___U24current_6)); } inline RuntimeObject * get_U24current_6() const { return ___U24current_6; } inline RuntimeObject ** get_address_of_U24current_6() { return &___U24current_6; } inline void set_U24current_6(RuntimeObject * value) { ___U24current_6 = value; Il2CppCodeGenWriteBarrier((&___U24current_6), value); } inline static int32_t get_offset_of_U24disposing_7() { return static_cast(offsetof(U3CUpLoadFileU3Ec__Iterator0_t1313916659, ___U24disposing_7)); } inline bool get_U24disposing_7() const { return ___U24disposing_7; } inline bool* get_address_of_U24disposing_7() { return &___U24disposing_7; } inline void set_U24disposing_7(bool value) { ___U24disposing_7 = value; } inline static int32_t get_offset_of_U24PC_8() { return static_cast(offsetof(U3CUpLoadFileU3Ec__Iterator0_t1313916659, ___U24PC_8)); } inline int32_t get_U24PC_8() const { return ___U24PC_8; } inline int32_t* get_address_of_U24PC_8() { return &___U24PC_8; } inline void set_U24PC_8(int32_t value) { ___U24PC_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CUPLOADFILEU3EC__ITERATOR0_T1313916659_H #ifndef U3CDOWNFILEPATHU3EC__ITERATOR1_T3317871743_H #define U3CDOWNFILEPATHU3EC__ITERATOR1_T3317871743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CRequestManager/c__Iterator1 struct U3CDownFilePathU3Ec__Iterator1_t3317871743 : public RuntimeObject { public: // System.String FitFun.CRequestManager/c__Iterator1::_url String_t* ____url_0; // UnityEngine.Networking.UnityWebRequest FitFun.CRequestManager/c__Iterator1::__0 UnityWebRequest_t463507806 * ___U3CrequestU3E__0_1; // LitJson.JsonData FitFun.CRequestManager/c__Iterator1::data JsonData_t1524858407 * ___data_2; // System.Byte[] FitFun.CRequestManager/c__Iterator1::__0 ByteU5BU5D_t4116647657* ___U3CpostBytesU3E__0_3; // System.Object FitFun.CRequestManager/c__Iterator1::$current RuntimeObject * ___U24current_4; // System.Boolean FitFun.CRequestManager/c__Iterator1::$disposing bool ___U24disposing_5; // System.Int32 FitFun.CRequestManager/c__Iterator1::$PC int32_t ___U24PC_6; public: inline static int32_t get_offset_of__url_0() { return static_cast(offsetof(U3CDownFilePathU3Ec__Iterator1_t3317871743, ____url_0)); } inline String_t* get__url_0() const { return ____url_0; } inline String_t** get_address_of__url_0() { return &____url_0; } inline void set__url_0(String_t* value) { ____url_0 = value; Il2CppCodeGenWriteBarrier((&____url_0), value); } inline static int32_t get_offset_of_U3CrequestU3E__0_1() { return static_cast(offsetof(U3CDownFilePathU3Ec__Iterator1_t3317871743, ___U3CrequestU3E__0_1)); } inline UnityWebRequest_t463507806 * get_U3CrequestU3E__0_1() const { return ___U3CrequestU3E__0_1; } inline UnityWebRequest_t463507806 ** get_address_of_U3CrequestU3E__0_1() { return &___U3CrequestU3E__0_1; } inline void set_U3CrequestU3E__0_1(UnityWebRequest_t463507806 * value) { ___U3CrequestU3E__0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CrequestU3E__0_1), value); } inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(U3CDownFilePathU3Ec__Iterator1_t3317871743, ___data_2)); } inline JsonData_t1524858407 * get_data_2() const { return ___data_2; } inline JsonData_t1524858407 ** get_address_of_data_2() { return &___data_2; } inline void set_data_2(JsonData_t1524858407 * value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((&___data_2), value); } inline static int32_t get_offset_of_U3CpostBytesU3E__0_3() { return static_cast(offsetof(U3CDownFilePathU3Ec__Iterator1_t3317871743, ___U3CpostBytesU3E__0_3)); } inline ByteU5BU5D_t4116647657* get_U3CpostBytesU3E__0_3() const { return ___U3CpostBytesU3E__0_3; } inline ByteU5BU5D_t4116647657** get_address_of_U3CpostBytesU3E__0_3() { return &___U3CpostBytesU3E__0_3; } inline void set_U3CpostBytesU3E__0_3(ByteU5BU5D_t4116647657* value) { ___U3CpostBytesU3E__0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CpostBytesU3E__0_3), value); } inline static int32_t get_offset_of_U24current_4() { return static_cast(offsetof(U3CDownFilePathU3Ec__Iterator1_t3317871743, ___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(U3CDownFilePathU3Ec__Iterator1_t3317871743, ___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(U3CDownFilePathU3Ec__Iterator1_t3317871743, ___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 // U3CDOWNFILEPATHU3EC__ITERATOR1_T3317871743_H #ifndef U3CDOWNFILEU3EC__ITERATOR2_T417101947_H #define U3CDOWNFILEU3EC__ITERATOR2_T417101947_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CRequestManager/c__Iterator2 struct U3CDownFileU3Ec__Iterator2_t417101947 : public RuntimeObject { public: // System.String FitFun.CRequestManager/c__Iterator2::_url String_t* ____url_0; // UnityEngine.Networking.UnityWebRequest FitFun.CRequestManager/c__Iterator2::__0 UnityWebRequest_t463507806 * ___U3CrequestU3E__0_1; // System.Object FitFun.CRequestManager/c__Iterator2::$current RuntimeObject * ___U24current_2; // System.Boolean FitFun.CRequestManager/c__Iterator2::$disposing bool ___U24disposing_3; // System.Int32 FitFun.CRequestManager/c__Iterator2::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of__url_0() { return static_cast(offsetof(U3CDownFileU3Ec__Iterator2_t417101947, ____url_0)); } inline String_t* get__url_0() const { return ____url_0; } inline String_t** get_address_of__url_0() { return &____url_0; } inline void set__url_0(String_t* value) { ____url_0 = value; Il2CppCodeGenWriteBarrier((&____url_0), value); } inline static int32_t get_offset_of_U3CrequestU3E__0_1() { return static_cast(offsetof(U3CDownFileU3Ec__Iterator2_t417101947, ___U3CrequestU3E__0_1)); } inline UnityWebRequest_t463507806 * get_U3CrequestU3E__0_1() const { return ___U3CrequestU3E__0_1; } inline UnityWebRequest_t463507806 ** get_address_of_U3CrequestU3E__0_1() { return &___U3CrequestU3E__0_1; } inline void set_U3CrequestU3E__0_1(UnityWebRequest_t463507806 * value) { ___U3CrequestU3E__0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CrequestU3E__0_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CDownFileU3Ec__Iterator2_t417101947, ___U24current_2)); } inline RuntimeObject * get_U24current_2() const { return ___U24current_2; } inline RuntimeObject ** get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(RuntimeObject * value) { ___U24current_2 = value; Il2CppCodeGenWriteBarrier((&___U24current_2), value); } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CDownFileU3Ec__Iterator2_t417101947, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CDownFileU3Ec__Iterator2_t417101947, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CDOWNFILEU3EC__ITERATOR2_T417101947_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 DICTIONARY_2_T1416867635_H #define DICTIONARY_2_T1416867635_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_t1416867635 : 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 LuaTableU5BU5D_t576392729* ___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_t1416867635, ___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_t1416867635, ___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_t1416867635, ___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_t1416867635, ___valueSlots_7)); } inline LuaTableU5BU5D_t576392729* get_valueSlots_7() const { return ___valueSlots_7; } inline LuaTableU5BU5D_t576392729** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(LuaTableU5BU5D_t576392729* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1416867635, ___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_t1416867635, ___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_t1416867635, ___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_t1416867635, ___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_t1416867635, ___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_t1416867635, ___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_t1416867635, ___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_t1416867635_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3721771741 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1416867635_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3721771741 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3721771741 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3721771741 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1416867635_H #ifndef DATATABLE_T3682331864_H #define DATATABLE_T3682331864_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.DataTable struct DataTable_t3682331864 : public RuntimeObject { public: // System.Char FitFun.DataTable::delimeter Il2CppChar ___delimeter_0; // System.String[] FitFun.DataTable::keyArray StringU5BU5D_t1281789340* ___keyArray_1; // System.String[] FitFun.DataTable::dataTypeArray StringU5BU5D_t1281789340* ___dataTypeArray_2; // System.Collections.Generic.Dictionary`2 FitFun.DataTable::rowDic Dictionary_2_t460617778 * ___rowDic_3; public: inline static int32_t get_offset_of_delimeter_0() { return static_cast(offsetof(DataTable_t3682331864, ___delimeter_0)); } inline Il2CppChar get_delimeter_0() const { return ___delimeter_0; } inline Il2CppChar* get_address_of_delimeter_0() { return &___delimeter_0; } inline void set_delimeter_0(Il2CppChar value) { ___delimeter_0 = value; } inline static int32_t get_offset_of_keyArray_1() { return static_cast(offsetof(DataTable_t3682331864, ___keyArray_1)); } inline StringU5BU5D_t1281789340* get_keyArray_1() const { return ___keyArray_1; } inline StringU5BU5D_t1281789340** get_address_of_keyArray_1() { return &___keyArray_1; } inline void set_keyArray_1(StringU5BU5D_t1281789340* value) { ___keyArray_1 = value; Il2CppCodeGenWriteBarrier((&___keyArray_1), value); } inline static int32_t get_offset_of_dataTypeArray_2() { return static_cast(offsetof(DataTable_t3682331864, ___dataTypeArray_2)); } inline StringU5BU5D_t1281789340* get_dataTypeArray_2() const { return ___dataTypeArray_2; } inline StringU5BU5D_t1281789340** get_address_of_dataTypeArray_2() { return &___dataTypeArray_2; } inline void set_dataTypeArray_2(StringU5BU5D_t1281789340* value) { ___dataTypeArray_2 = value; Il2CppCodeGenWriteBarrier((&___dataTypeArray_2), value); } inline static int32_t get_offset_of_rowDic_3() { return static_cast(offsetof(DataTable_t3682331864, ___rowDic_3)); } inline Dictionary_2_t460617778 * get_rowDic_3() const { return ___rowDic_3; } inline Dictionary_2_t460617778 ** get_address_of_rowDic_3() { return &___rowDic_3; } inline void set_rowDic_3(Dictionary_2_t460617778 * value) { ___rowDic_3 = value; Il2CppCodeGenWriteBarrier((&___rowDic_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATATABLE_T3682331864_H #ifndef DICTIONARY_2_T736164020_H #define DICTIONARY_2_T736164020_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t736164020 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots StringU5BU5D_t1281789340* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t736164020, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t736164020, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t736164020, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t736164020, ___valueSlots_7)); } inline StringU5BU5D_t1281789340* get_valueSlots_7() const { return ___valueSlots_7; } inline StringU5BU5D_t1281789340** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(StringU5BU5D_t1281789340* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t736164020, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t736164020, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t736164020, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t736164020, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t736164020, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t736164020, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t736164020, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t736164020_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t886128184 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t736164020_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t886128184 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t886128184 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t886128184 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T736164020_H #ifndef DICTIONARY_2_T338525970_H #define DICTIONARY_2_T338525970_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_t338525970 : 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 AssetInfoU5BU5D_t530644958* ___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_t338525970, ___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_t338525970, ___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_t338525970, ___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_t338525970, ___valueSlots_7)); } inline AssetInfoU5BU5D_t530644958* get_valueSlots_7() const { return ___valueSlots_7; } inline AssetInfoU5BU5D_t530644958** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(AssetInfoU5BU5D_t530644958* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t338525970, ___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_t338525970, ___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_t338525970, ___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_t338525970, ___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_t338525970, ___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_t338525970, ___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_t338525970, ___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_t338525970_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3676023970 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t338525970_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3676023970 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3676023970 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3676023970 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T338525970_H #ifndef ASSETINFO_T553269671_H #define ASSETINFO_T553269671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AssetManager/AssetInfo struct AssetInfo_t553269671 : public RuntimeObject { public: // UnityEngine.Object FitFun.AssetManager/AssetInfo::k__BackingField Object_t631007953 * ___U3CAssetHandleU3Ek__BackingField_0; // System.Int32 FitFun.AssetManager/AssetInfo::k__BackingField int32_t ___U3CReferenceCountU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CAssetHandleU3Ek__BackingField_0() { return static_cast(offsetof(AssetInfo_t553269671, ___U3CAssetHandleU3Ek__BackingField_0)); } inline Object_t631007953 * get_U3CAssetHandleU3Ek__BackingField_0() const { return ___U3CAssetHandleU3Ek__BackingField_0; } inline Object_t631007953 ** get_address_of_U3CAssetHandleU3Ek__BackingField_0() { return &___U3CAssetHandleU3Ek__BackingField_0; } inline void set_U3CAssetHandleU3Ek__BackingField_0(Object_t631007953 * value) { ___U3CAssetHandleU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CAssetHandleU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CReferenceCountU3Ek__BackingField_1() { return static_cast(offsetof(AssetInfo_t553269671, ___U3CReferenceCountU3Ek__BackingField_1)); } inline int32_t get_U3CReferenceCountU3Ek__BackingField_1() const { return ___U3CReferenceCountU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CReferenceCountU3Ek__BackingField_1() { return &___U3CReferenceCountU3Ek__BackingField_1; } inline void set_U3CReferenceCountU3Ek__BackingField_1(int32_t value) { ___U3CReferenceCountU3Ek__BackingField_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSETINFO_T553269671_H #ifndef DICTIONARY_2_T432187711_H #define DICTIONARY_2_T432187711_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_t432187711 : 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 SpriteAtlasU5BU5D_t1725861469* ___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_t432187711, ___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_t432187711, ___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_t432187711, ___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_t432187711, ___valueSlots_7)); } inline SpriteAtlasU5BU5D_t1725861469* get_valueSlots_7() const { return ___valueSlots_7; } inline SpriteAtlasU5BU5D_t1725861469** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(SpriteAtlasU5BU5D_t1725861469* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t432187711, ___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_t432187711, ___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_t432187711, ___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_t432187711, ___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_t432187711, ___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_t432187711, ___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_t432187711, ___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_t432187711_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t576273185 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t432187711_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t576273185 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t576273185 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t576273185 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T432187711_H #ifndef DICTIONARY_2_T3104781730_H #define DICTIONARY_2_T3104781730_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_t3104781730 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots List_1U5BU5D_t182406414* ___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_t3104781730, ___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_t3104781730, ___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_t3104781730, ___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_t3104781730, ___valueSlots_7)); } inline List_1U5BU5D_t182406414* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t182406414** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t182406414* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3104781730, ___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_t3104781730, ___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_t3104781730, ___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_t3104781730, ___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_t3104781730, ___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_t3104781730, ___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_t3104781730, ___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_t3104781730_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3327785426 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3104781730_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3327785426 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3327785426 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3327785426 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3104781730_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 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_T1515008996_H #define DICTIONARY_2_T1515008996_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_t1515008996 : 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 CResIssueU5BU5D_t3124859780* ___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_t1515008996, ___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_t1515008996, ___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_t1515008996, ___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_t1515008996, ___valueSlots_7)); } inline CResIssueU5BU5D_t3124859780* get_valueSlots_7() const { return ___valueSlots_7; } inline CResIssueU5BU5D_t3124859780** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CResIssueU5BU5D_t3124859780* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1515008996, ___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_t1515008996, ___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_t1515008996, ___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_t1515008996, ___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_t1515008996, ___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_t1515008996, ___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_t1515008996, ___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_t1515008996_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1975271496 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1515008996_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1975271496 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1975271496 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1975271496 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1515008996_H #ifndef DICTIONARY_2_T3473690718_H #define DICTIONARY_2_T3473690718_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_t3473690718 : 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 DashTypeU5BU5D_t2968003554* ___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_t3473690718, ___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_t3473690718, ___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_t3473690718, ___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_t3473690718, ___valueSlots_7)); } inline DashTypeU5BU5D_t2968003554* get_valueSlots_7() const { return ___valueSlots_7; } inline DashTypeU5BU5D_t2968003554** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(DashTypeU5BU5D_t2968003554* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3473690718, ___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_t3473690718, ___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_t3473690718, ___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_t3473690718, ___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_t3473690718, ___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_t3473690718, ___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_t3473690718, ___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_t3473690718_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1818415270 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3473690718_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1818415270 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1818415270 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1818415270 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3473690718_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 ASSETMANAGER_T2546491902_H #define ASSETMANAGER_T2546491902_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AssetManager struct AssetManager_t2546491902 : public RuntimeObject { public: public: }; struct AssetManager_t2546491902_StaticFields { public: // UnityEngine.Font FitFun.AssetManager::_font Font_t1956802104 * ____font_0; // System.Collections.Generic.Dictionary`2> FitFun.AssetManager::dependenceDict Dictionary_2_t3104781730 * ___dependenceDict_1; // System.Collections.Generic.Dictionary`2 FitFun.AssetManager::pathGUIDDict Dictionary_2_t1515008996 * ___pathGUIDDict_2; // System.Collections.Generic.Dictionary`2 FitFun.AssetManager::sanxiaoPathDict Dictionary_2_t1632706988 * ___sanxiaoPathDict_3; // System.Collections.Generic.Dictionary`2 FitFun.AssetManager::atlasDic Dictionary_2_t432187711 * ___atlasDic_4; // System.Collections.Generic.Dictionary`2 FitFun.AssetManager::loadedAsset Dictionary_2_t338525970 * ___loadedAsset_5; // System.Boolean FitFun.AssetManager::BundlesInLoading bool ___BundlesInLoading_6; public: inline static int32_t get_offset_of__font_0() { return static_cast(offsetof(AssetManager_t2546491902_StaticFields, ____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_dependenceDict_1() { return static_cast(offsetof(AssetManager_t2546491902_StaticFields, ___dependenceDict_1)); } inline Dictionary_2_t3104781730 * get_dependenceDict_1() const { return ___dependenceDict_1; } inline Dictionary_2_t3104781730 ** get_address_of_dependenceDict_1() { return &___dependenceDict_1; } inline void set_dependenceDict_1(Dictionary_2_t3104781730 * value) { ___dependenceDict_1 = value; Il2CppCodeGenWriteBarrier((&___dependenceDict_1), value); } inline static int32_t get_offset_of_pathGUIDDict_2() { return static_cast(offsetof(AssetManager_t2546491902_StaticFields, ___pathGUIDDict_2)); } inline Dictionary_2_t1515008996 * get_pathGUIDDict_2() const { return ___pathGUIDDict_2; } inline Dictionary_2_t1515008996 ** get_address_of_pathGUIDDict_2() { return &___pathGUIDDict_2; } inline void set_pathGUIDDict_2(Dictionary_2_t1515008996 * value) { ___pathGUIDDict_2 = value; Il2CppCodeGenWriteBarrier((&___pathGUIDDict_2), value); } inline static int32_t get_offset_of_sanxiaoPathDict_3() { return static_cast(offsetof(AssetManager_t2546491902_StaticFields, ___sanxiaoPathDict_3)); } inline Dictionary_2_t1632706988 * get_sanxiaoPathDict_3() const { return ___sanxiaoPathDict_3; } inline Dictionary_2_t1632706988 ** get_address_of_sanxiaoPathDict_3() { return &___sanxiaoPathDict_3; } inline void set_sanxiaoPathDict_3(Dictionary_2_t1632706988 * value) { ___sanxiaoPathDict_3 = value; Il2CppCodeGenWriteBarrier((&___sanxiaoPathDict_3), value); } inline static int32_t get_offset_of_atlasDic_4() { return static_cast(offsetof(AssetManager_t2546491902_StaticFields, ___atlasDic_4)); } inline Dictionary_2_t432187711 * get_atlasDic_4() const { return ___atlasDic_4; } inline Dictionary_2_t432187711 ** get_address_of_atlasDic_4() { return &___atlasDic_4; } inline void set_atlasDic_4(Dictionary_2_t432187711 * value) { ___atlasDic_4 = value; Il2CppCodeGenWriteBarrier((&___atlasDic_4), value); } inline static int32_t get_offset_of_loadedAsset_5() { return static_cast(offsetof(AssetManager_t2546491902_StaticFields, ___loadedAsset_5)); } inline Dictionary_2_t338525970 * get_loadedAsset_5() const { return ___loadedAsset_5; } inline Dictionary_2_t338525970 ** get_address_of_loadedAsset_5() { return &___loadedAsset_5; } inline void set_loadedAsset_5(Dictionary_2_t338525970 * value) { ___loadedAsset_5 = value; Il2CppCodeGenWriteBarrier((&___loadedAsset_5), value); } inline static int32_t get_offset_of_BundlesInLoading_6() { return static_cast(offsetof(AssetManager_t2546491902_StaticFields, ___BundlesInLoading_6)); } inline bool get_BundlesInLoading_6() const { return ___BundlesInLoading_6; } inline bool* get_address_of_BundlesInLoading_6() { return &___BundlesInLoading_6; } inline void set_BundlesInLoading_6(bool value) { ___BundlesInLoading_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSETMANAGER_T2546491902_H #ifndef ASSETHELPER_T687966792_H #define ASSETHELPER_T687966792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AssetHelper struct AssetHelper_t687966792 : public RuntimeObject { public: public: }; struct AssetHelper_t687966792_StaticFields { public: // System.String FitFun.AssetHelper::defaultBundleSuffix String_t* ___defaultBundleSuffix_0; // System.String FitFun.AssetHelper::sceneFolderName String_t* ___sceneFolderName_1; public: inline static int32_t get_offset_of_defaultBundleSuffix_0() { return static_cast(offsetof(AssetHelper_t687966792_StaticFields, ___defaultBundleSuffix_0)); } inline String_t* get_defaultBundleSuffix_0() const { return ___defaultBundleSuffix_0; } inline String_t** get_address_of_defaultBundleSuffix_0() { return &___defaultBundleSuffix_0; } inline void set_defaultBundleSuffix_0(String_t* value) { ___defaultBundleSuffix_0 = value; Il2CppCodeGenWriteBarrier((&___defaultBundleSuffix_0), value); } inline static int32_t get_offset_of_sceneFolderName_1() { return static_cast(offsetof(AssetHelper_t687966792_StaticFields, ___sceneFolderName_1)); } inline String_t* get_sceneFolderName_1() const { return ___sceneFolderName_1; } inline String_t** get_address_of_sceneFolderName_1() { return &___sceneFolderName_1; } inline void set_sceneFolderName_1(String_t* value) { ___sceneFolderName_1 = value; Il2CppCodeGenWriteBarrier((&___sceneFolderName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSETHELPER_T687966792_H #ifndef U3CLOADASSETASYNCIMPLU3EC__ITERATOR0_T3594255450_H #define U3CLOADASSETASYNCIMPLU3EC__ITERATOR0_T3594255450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AssetManager/c__Iterator0 struct U3CLoadAssetAsyncImplU3Ec__Iterator0_t3594255450 : public RuntimeObject { public: // UnityEngine.Object FitFun.AssetManager/c__Iterator0::__0 Object_t631007953 * ___U3CresultU3E__0_0; // System.String FitFun.AssetManager/c__Iterator0::path String_t* ___path_1; // System.Action`1 FitFun.AssetManager/c__Iterator0::callback Action_1_t803475548 * ___callback_2; // System.String FitFun.AssetManager/c__Iterator0::__1 String_t* ___U3CbundlePathU3E__1_3; // UnityEngine.AssetBundle FitFun.AssetManager/c__Iterator0::__1 AssetBundle_t1153907252 * ___U3CassetBundleU3E__1_4; // System.Object FitFun.AssetManager/c__Iterator0::$current RuntimeObject * ___U24current_5; // System.Boolean FitFun.AssetManager/c__Iterator0::$disposing bool ___U24disposing_6; // System.Int32 FitFun.AssetManager/c__Iterator0::$PC int32_t ___U24PC_7; public: inline static int32_t get_offset_of_U3CresultU3E__0_0() { return static_cast(offsetof(U3CLoadAssetAsyncImplU3Ec__Iterator0_t3594255450, ___U3CresultU3E__0_0)); } inline Object_t631007953 * get_U3CresultU3E__0_0() const { return ___U3CresultU3E__0_0; } inline Object_t631007953 ** get_address_of_U3CresultU3E__0_0() { return &___U3CresultU3E__0_0; } inline void set_U3CresultU3E__0_0(Object_t631007953 * value) { ___U3CresultU3E__0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CresultU3E__0_0), value); } inline static int32_t get_offset_of_path_1() { return static_cast(offsetof(U3CLoadAssetAsyncImplU3Ec__Iterator0_t3594255450, ___path_1)); } inline String_t* get_path_1() const { return ___path_1; } inline String_t** get_address_of_path_1() { return &___path_1; } inline void set_path_1(String_t* value) { ___path_1 = value; Il2CppCodeGenWriteBarrier((&___path_1), value); } inline static int32_t get_offset_of_callback_2() { return static_cast(offsetof(U3CLoadAssetAsyncImplU3Ec__Iterator0_t3594255450, ___callback_2)); } inline Action_1_t803475548 * get_callback_2() const { return ___callback_2; } inline Action_1_t803475548 ** get_address_of_callback_2() { return &___callback_2; } inline void set_callback_2(Action_1_t803475548 * value) { ___callback_2 = value; Il2CppCodeGenWriteBarrier((&___callback_2), value); } inline static int32_t get_offset_of_U3CbundlePathU3E__1_3() { return static_cast(offsetof(U3CLoadAssetAsyncImplU3Ec__Iterator0_t3594255450, ___U3CbundlePathU3E__1_3)); } inline String_t* get_U3CbundlePathU3E__1_3() const { return ___U3CbundlePathU3E__1_3; } inline String_t** get_address_of_U3CbundlePathU3E__1_3() { return &___U3CbundlePathU3E__1_3; } inline void set_U3CbundlePathU3E__1_3(String_t* value) { ___U3CbundlePathU3E__1_3 = value; Il2CppCodeGenWriteBarrier((&___U3CbundlePathU3E__1_3), value); } inline static int32_t get_offset_of_U3CassetBundleU3E__1_4() { return static_cast(offsetof(U3CLoadAssetAsyncImplU3Ec__Iterator0_t3594255450, ___U3CassetBundleU3E__1_4)); } inline AssetBundle_t1153907252 * get_U3CassetBundleU3E__1_4() const { return ___U3CassetBundleU3E__1_4; } inline AssetBundle_t1153907252 ** get_address_of_U3CassetBundleU3E__1_4() { return &___U3CassetBundleU3E__1_4; } inline void set_U3CassetBundleU3E__1_4(AssetBundle_t1153907252 * value) { ___U3CassetBundleU3E__1_4 = value; Il2CppCodeGenWriteBarrier((&___U3CassetBundleU3E__1_4), value); } inline static int32_t get_offset_of_U24current_5() { return static_cast(offsetof(U3CLoadAssetAsyncImplU3Ec__Iterator0_t3594255450, ___U24current_5)); } inline RuntimeObject * get_U24current_5() const { return ___U24current_5; } inline RuntimeObject ** get_address_of_U24current_5() { return &___U24current_5; } inline void set_U24current_5(RuntimeObject * value) { ___U24current_5 = value; Il2CppCodeGenWriteBarrier((&___U24current_5), value); } inline static int32_t get_offset_of_U24disposing_6() { return static_cast(offsetof(U3CLoadAssetAsyncImplU3Ec__Iterator0_t3594255450, ___U24disposing_6)); } inline bool get_U24disposing_6() const { return ___U24disposing_6; } inline bool* get_address_of_U24disposing_6() { return &___U24disposing_6; } inline void set_U24disposing_6(bool value) { ___U24disposing_6 = value; } inline static int32_t get_offset_of_U24PC_7() { return static_cast(offsetof(U3CLoadAssetAsyncImplU3Ec__Iterator0_t3594255450, ___U24PC_7)); } inline int32_t get_U24PC_7() const { return ___U24PC_7; } inline int32_t* get_address_of_U24PC_7() { return &___U24PC_7; } inline void set_U24PC_7(int32_t value) { ___U24PC_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CLOADASSETASYNCIMPLU3EC__ITERATOR0_T3594255450_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 INJECTION2_T2400942977_H #define INJECTION2_T2400942977_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Injection2 struct Injection2_t2400942977 : public RuntimeObject { public: // System.String FitFun.Injection2::name String_t* ___name_0; // UnityEngine.GameObject FitFun.Injection2::value GameObject_t1113636619 * ___value_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(Injection2_t2400942977, ___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_value_1() { return static_cast(offsetof(Injection2_t2400942977, ___value_1)); } inline GameObject_t1113636619 * get_value_1() const { return ___value_1; } inline GameObject_t1113636619 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(GameObject_t1113636619 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INJECTION2_T2400942977_H #ifndef LIST_1_T1996089843_H #define LIST_1_T1996089843_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_t1996089843 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AudioSourceDataU5BU5D_t984361328* ____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_t1996089843, ____items_1)); } inline AudioSourceDataU5BU5D_t984361328* get__items_1() const { return ____items_1; } inline AudioSourceDataU5BU5D_t984361328** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AudioSourceDataU5BU5D_t984361328* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1996089843, ____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_t1996089843, ____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_t1996089843_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray AudioSourceDataU5BU5D_t984361328* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1996089843_StaticFields, ___EmptyArray_4)); } inline AudioSourceDataU5BU5D_t984361328* get_EmptyArray_4() const { return ___EmptyArray_4; } inline AudioSourceDataU5BU5D_t984361328** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(AudioSourceDataU5BU5D_t984361328* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1996089843_H #ifndef AUDIOSOURCEDATA_T524015101_H #define AUDIOSOURCEDATA_T524015101_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AudioManager/AudioSourceData struct AudioSourceData_t524015101 : public RuntimeObject { public: // System.String FitFun.AudioManager/AudioSourceData::resPath String_t* ___resPath_0; // UnityEngine.AudioSource FitFun.AudioManager/AudioSourceData::audioSource AudioSource_t3935305588 * ___audioSource_1; // System.Single FitFun.AudioManager/AudioSourceData::defaultVolume float ___defaultVolume_2; public: inline static int32_t get_offset_of_resPath_0() { return static_cast(offsetof(AudioSourceData_t524015101, ___resPath_0)); } inline String_t* get_resPath_0() const { return ___resPath_0; } inline String_t** get_address_of_resPath_0() { return &___resPath_0; } inline void set_resPath_0(String_t* value) { ___resPath_0 = value; Il2CppCodeGenWriteBarrier((&___resPath_0), value); } inline static int32_t get_offset_of_audioSource_1() { return static_cast(offsetof(AudioSourceData_t524015101, ___audioSource_1)); } inline AudioSource_t3935305588 * get_audioSource_1() const { return ___audioSource_1; } inline AudioSource_t3935305588 ** get_address_of_audioSource_1() { return &___audioSource_1; } inline void set_audioSource_1(AudioSource_t3935305588 * value) { ___audioSource_1 = value; Il2CppCodeGenWriteBarrier((&___audioSource_1), value); } inline static int32_t get_offset_of_defaultVolume_2() { return static_cast(offsetof(AudioSourceData_t524015101, ___defaultVolume_2)); } inline float get_defaultVolume_2() const { return ___defaultVolume_2; } inline float* get_address_of_defaultVolume_2() { return &___defaultVolume_2; } inline void set_defaultVolume_2(float value) { ___defaultVolume_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUDIOSOURCEDATA_T524015101_H #ifndef AUDIOPOOL_T977036677_H #define AUDIOPOOL_T977036677_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AudioManager/AudioPool struct AudioPool_t977036677 : public RuntimeObject { public: // System.Collections.Generic.List`1 FitFun.AudioManager/AudioPool::k__BackingField List_1_t1996089843 * ___U3CPoolU3Ek__BackingField_0; // UnityEngine.GameObject FitFun.AudioManager/AudioPool::root GameObject_t1113636619 * ___root_1; public: inline static int32_t get_offset_of_U3CPoolU3Ek__BackingField_0() { return static_cast(offsetof(AudioPool_t977036677, ___U3CPoolU3Ek__BackingField_0)); } inline List_1_t1996089843 * get_U3CPoolU3Ek__BackingField_0() const { return ___U3CPoolU3Ek__BackingField_0; } inline List_1_t1996089843 ** get_address_of_U3CPoolU3Ek__BackingField_0() { return &___U3CPoolU3Ek__BackingField_0; } inline void set_U3CPoolU3Ek__BackingField_0(List_1_t1996089843 * value) { ___U3CPoolU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CPoolU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_root_1() { return static_cast(offsetof(AudioPool_t977036677, ___root_1)); } inline GameObject_t1113636619 * get_root_1() const { return ___root_1; } inline GameObject_t1113636619 ** get_address_of_root_1() { return &___root_1; } inline void set_root_1(GameObject_t1113636619 * value) { ___root_1 = value; Il2CppCodeGenWriteBarrier((&___root_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUDIOPOOL_T977036677_H #ifndef BETTERLIST_1_T1002471007_H #define BETTERLIST_1_T1002471007_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_t1002471007 : public RuntimeObject { public: // T[] BetterList`1::buffer StringU5BU5D_t1281789340* ___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_t1002471007, ___buffer_0)); } inline StringU5BU5D_t1281789340* get_buffer_0() const { return ___buffer_0; } inline StringU5BU5D_t1281789340** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(StringU5BU5D_t1281789340* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1002471007, ___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_T1002471007_H #ifndef ASSETBUNDLEMANAGER_T27762271_H #define ASSETBUNDLEMANAGER_T27762271_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AssetManager/AssetBundleManager struct AssetBundleManager_t27762271 : public RuntimeObject { public: public: }; struct AssetBundleManager_t27762271_StaticFields { public: // System.Collections.Generic.Dictionary`2 FitFun.AssetManager/AssetBundleManager::loadedBundle Dictionary_2_t3312912569 * ___loadedBundle_0; // UnityEngine.AssetBundleManifest FitFun.AssetManager/AssetBundleManager::bundleManifest AssetBundleManifest_t2634949939 * ___bundleManifest_1; public: inline static int32_t get_offset_of_loadedBundle_0() { return static_cast(offsetof(AssetBundleManager_t27762271_StaticFields, ___loadedBundle_0)); } inline Dictionary_2_t3312912569 * get_loadedBundle_0() const { return ___loadedBundle_0; } inline Dictionary_2_t3312912569 ** get_address_of_loadedBundle_0() { return &___loadedBundle_0; } inline void set_loadedBundle_0(Dictionary_2_t3312912569 * value) { ___loadedBundle_0 = value; Il2CppCodeGenWriteBarrier((&___loadedBundle_0), value); } inline static int32_t get_offset_of_bundleManifest_1() { return static_cast(offsetof(AssetBundleManager_t27762271_StaticFields, ___bundleManifest_1)); } inline AssetBundleManifest_t2634949939 * get_bundleManifest_1() const { return ___bundleManifest_1; } inline AssetBundleManifest_t2634949939 ** get_address_of_bundleManifest_1() { return &___bundleManifest_1; } inline void set_bundleManifest_1(AssetBundleManifest_t2634949939 * value) { ___bundleManifest_1 = value; Il2CppCodeGenWriteBarrier((&___bundleManifest_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSETBUNDLEMANAGER_T27762271_H #ifndef MANIFEST_T790401802_H #define MANIFEST_T790401802_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AssetManager/Manifest struct Manifest_t790401802 : public RuntimeObject { public: // System.Collections.Generic.List`1 FitFun.AssetManager/Manifest::dependencies List_1_t3319525431 * ___dependencies_0; public: inline static int32_t get_offset_of_dependencies_0() { return static_cast(offsetof(Manifest_t790401802, ___dependencies_0)); } inline List_1_t3319525431 * get_dependencies_0() const { return ___dependencies_0; } inline List_1_t3319525431 ** get_address_of_dependencies_0() { return &___dependencies_0; } inline void set_dependencies_0(List_1_t3319525431 * value) { ___dependencies_0 = value; Il2CppCodeGenWriteBarrier((&___dependencies_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MANIFEST_T790401802_H #ifndef ASSETBUNDLEINFO_T3527656270_H #define ASSETBUNDLEINFO_T3527656270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AssetManager/AssetBundleManager/AssetBundleInfo struct AssetBundleInfo_t3527656270 : public RuntimeObject { public: // UnityEngine.AssetBundle FitFun.AssetManager/AssetBundleManager/AssetBundleInfo::k__BackingField AssetBundle_t1153907252 * ___U3CAssetBundleHandleU3Ek__BackingField_0; // System.Int32 FitFun.AssetManager/AssetBundleManager/AssetBundleInfo::k__BackingField int32_t ___U3CReferenceCountU3Ek__BackingField_1; // FitFun.AssetManager/Manifest FitFun.AssetManager/AssetBundleManager/AssetBundleInfo::k__BackingField Manifest_t790401802 * ___U3CManifestHandleU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CAssetBundleHandleU3Ek__BackingField_0() { return static_cast(offsetof(AssetBundleInfo_t3527656270, ___U3CAssetBundleHandleU3Ek__BackingField_0)); } inline AssetBundle_t1153907252 * get_U3CAssetBundleHandleU3Ek__BackingField_0() const { return ___U3CAssetBundleHandleU3Ek__BackingField_0; } inline AssetBundle_t1153907252 ** get_address_of_U3CAssetBundleHandleU3Ek__BackingField_0() { return &___U3CAssetBundleHandleU3Ek__BackingField_0; } inline void set_U3CAssetBundleHandleU3Ek__BackingField_0(AssetBundle_t1153907252 * value) { ___U3CAssetBundleHandleU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CAssetBundleHandleU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CReferenceCountU3Ek__BackingField_1() { return static_cast(offsetof(AssetBundleInfo_t3527656270, ___U3CReferenceCountU3Ek__BackingField_1)); } inline int32_t get_U3CReferenceCountU3Ek__BackingField_1() const { return ___U3CReferenceCountU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CReferenceCountU3Ek__BackingField_1() { return &___U3CReferenceCountU3Ek__BackingField_1; } inline void set_U3CReferenceCountU3Ek__BackingField_1(int32_t value) { ___U3CReferenceCountU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CManifestHandleU3Ek__BackingField_2() { return static_cast(offsetof(AssetBundleInfo_t3527656270, ___U3CManifestHandleU3Ek__BackingField_2)); } inline Manifest_t790401802 * get_U3CManifestHandleU3Ek__BackingField_2() const { return ___U3CManifestHandleU3Ek__BackingField_2; } inline Manifest_t790401802 ** get_address_of_U3CManifestHandleU3Ek__BackingField_2() { return &___U3CManifestHandleU3Ek__BackingField_2; } inline void set_U3CManifestHandleU3Ek__BackingField_2(Manifest_t790401802 * value) { ___U3CManifestHandleU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CManifestHandleU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSETBUNDLEINFO_T3527656270_H #ifndef DICTIONARY_2_T3312912569_H #define DICTIONARY_2_T3312912569_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_t3312912569 : 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 AssetBundleInfoU5BU5D_t62615483* ___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_t3312912569, ___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_t3312912569, ___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_t3312912569, ___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_t3312912569, ___valueSlots_7)); } inline AssetBundleInfoU5BU5D_t62615483* get_valueSlots_7() const { return ___valueSlots_7; } inline AssetBundleInfoU5BU5D_t62615483** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(AssetBundleInfoU5BU5D_t62615483* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3312912569, ___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_t3312912569, ___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_t3312912569, ___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_t3312912569, ___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_t3312912569, ___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_t3312912569, ___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_t3312912569, ___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_t3312912569_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3207994495 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3312912569_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3207994495 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3207994495 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3207994495 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3312912569_H #ifndef U3CLOADASSETBUNDLEASYNCU3EC__ITERATOR0_T1380770727_H #define U3CLOADASSETBUNDLEASYNCU3EC__ITERATOR0_T1380770727_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AssetManager/AssetBundleManager/c__Iterator0 struct U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727 : public RuntimeObject { public: // UnityEngine.AssetBundle FitFun.AssetManager/AssetBundleManager/c__Iterator0::__0 AssetBundle_t1153907252 * ___U3CresultU3E__0_0; // System.String FitFun.AssetManager/AssetBundleManager/c__Iterator0::guid String_t* ___guid_1; // System.String FitFun.AssetManager/AssetBundleManager/c__Iterator0::__0 String_t* ___U3CbundleFileU3E__0_2; // System.String[] FitFun.AssetManager/AssetBundleManager/c__Iterator0::__1 StringU5BU5D_t1281789340* ___U3CdependenciesU3E__1_3; // System.Int32 FitFun.AssetManager/AssetBundleManager/c__Iterator0::__2 int32_t ___U3CiU3E__2_4; // UnityEngine.AssetBundleCreateRequest FitFun.AssetManager/AssetBundleManager/c__Iterator0::__1 AssetBundleCreateRequest_t3119663542 * ___U3CrequestU3E__1_5; // FitFun.AssetManager/AssetBundleManager/AssetBundleInfo FitFun.AssetManager/AssetBundleManager/c__Iterator0::__1 AssetBundleInfo_t3527656270 * ___U3CassetBundleInfoU3E__1_6; // System.Object FitFun.AssetManager/AssetBundleManager/c__Iterator0::$current RuntimeObject * ___U24current_7; // System.Boolean FitFun.AssetManager/AssetBundleManager/c__Iterator0::$disposing bool ___U24disposing_8; // System.Int32 FitFun.AssetManager/AssetBundleManager/c__Iterator0::$PC int32_t ___U24PC_9; public: inline static int32_t get_offset_of_U3CresultU3E__0_0() { return static_cast(offsetof(U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727, ___U3CresultU3E__0_0)); } inline AssetBundle_t1153907252 * get_U3CresultU3E__0_0() const { return ___U3CresultU3E__0_0; } inline AssetBundle_t1153907252 ** get_address_of_U3CresultU3E__0_0() { return &___U3CresultU3E__0_0; } inline void set_U3CresultU3E__0_0(AssetBundle_t1153907252 * value) { ___U3CresultU3E__0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CresultU3E__0_0), value); } inline static int32_t get_offset_of_guid_1() { return static_cast(offsetof(U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727, ___guid_1)); } inline String_t* get_guid_1() const { return ___guid_1; } inline String_t** get_address_of_guid_1() { return &___guid_1; } inline void set_guid_1(String_t* value) { ___guid_1 = value; Il2CppCodeGenWriteBarrier((&___guid_1), value); } inline static int32_t get_offset_of_U3CbundleFileU3E__0_2() { return static_cast(offsetof(U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727, ___U3CbundleFileU3E__0_2)); } inline String_t* get_U3CbundleFileU3E__0_2() const { return ___U3CbundleFileU3E__0_2; } inline String_t** get_address_of_U3CbundleFileU3E__0_2() { return &___U3CbundleFileU3E__0_2; } inline void set_U3CbundleFileU3E__0_2(String_t* value) { ___U3CbundleFileU3E__0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CbundleFileU3E__0_2), value); } inline static int32_t get_offset_of_U3CdependenciesU3E__1_3() { return static_cast(offsetof(U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727, ___U3CdependenciesU3E__1_3)); } inline StringU5BU5D_t1281789340* get_U3CdependenciesU3E__1_3() const { return ___U3CdependenciesU3E__1_3; } inline StringU5BU5D_t1281789340** get_address_of_U3CdependenciesU3E__1_3() { return &___U3CdependenciesU3E__1_3; } inline void set_U3CdependenciesU3E__1_3(StringU5BU5D_t1281789340* value) { ___U3CdependenciesU3E__1_3 = value; Il2CppCodeGenWriteBarrier((&___U3CdependenciesU3E__1_3), value); } inline static int32_t get_offset_of_U3CiU3E__2_4() { return static_cast(offsetof(U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727, ___U3CiU3E__2_4)); } inline int32_t get_U3CiU3E__2_4() const { return ___U3CiU3E__2_4; } inline int32_t* get_address_of_U3CiU3E__2_4() { return &___U3CiU3E__2_4; } inline void set_U3CiU3E__2_4(int32_t value) { ___U3CiU3E__2_4 = value; } inline static int32_t get_offset_of_U3CrequestU3E__1_5() { return static_cast(offsetof(U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727, ___U3CrequestU3E__1_5)); } inline AssetBundleCreateRequest_t3119663542 * get_U3CrequestU3E__1_5() const { return ___U3CrequestU3E__1_5; } inline AssetBundleCreateRequest_t3119663542 ** get_address_of_U3CrequestU3E__1_5() { return &___U3CrequestU3E__1_5; } inline void set_U3CrequestU3E__1_5(AssetBundleCreateRequest_t3119663542 * value) { ___U3CrequestU3E__1_5 = value; Il2CppCodeGenWriteBarrier((&___U3CrequestU3E__1_5), value); } inline static int32_t get_offset_of_U3CassetBundleInfoU3E__1_6() { return static_cast(offsetof(U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727, ___U3CassetBundleInfoU3E__1_6)); } inline AssetBundleInfo_t3527656270 * get_U3CassetBundleInfoU3E__1_6() const { return ___U3CassetBundleInfoU3E__1_6; } inline AssetBundleInfo_t3527656270 ** get_address_of_U3CassetBundleInfoU3E__1_6() { return &___U3CassetBundleInfoU3E__1_6; } inline void set_U3CassetBundleInfoU3E__1_6(AssetBundleInfo_t3527656270 * value) { ___U3CassetBundleInfoU3E__1_6 = value; Il2CppCodeGenWriteBarrier((&___U3CassetBundleInfoU3E__1_6), value); } inline static int32_t get_offset_of_U24current_7() { return static_cast(offsetof(U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727, ___U24current_7)); } inline RuntimeObject * get_U24current_7() const { return ___U24current_7; } inline RuntimeObject ** get_address_of_U24current_7() { return &___U24current_7; } inline void set_U24current_7(RuntimeObject * value) { ___U24current_7 = value; Il2CppCodeGenWriteBarrier((&___U24current_7), value); } inline static int32_t get_offset_of_U24disposing_8() { return static_cast(offsetof(U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727, ___U24disposing_8)); } inline bool get_U24disposing_8() const { return ___U24disposing_8; } inline bool* get_address_of_U24disposing_8() { return &___U24disposing_8; } inline void set_U24disposing_8(bool value) { ___U24disposing_8 = value; } inline static int32_t get_offset_of_U24PC_9() { return static_cast(offsetof(U3CLoadAssetBundleAsyncU3Ec__Iterator0_t1380770727, ___U24PC_9)); } inline int32_t get_U24PC_9() const { return ___U24PC_9; } inline int32_t* get_address_of_U24PC_9() { return &___U24PC_9; } inline void set_U24PC_9(int32_t value) { ___U24PC_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CLOADASSETBUNDLEASYNCU3EC__ITERATOR0_T1380770727_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 DICTIONARY_2_T792286401_H #define DICTIONARY_2_T792286401_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_t792286401 : 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 LinkedList_1U5BU5D_t1676641979* ___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_t792286401, ___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_t792286401, ___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_t792286401, ___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_t792286401, ___valueSlots_7)); } inline LinkedList_1U5BU5D_t1676641979* get_valueSlots_7() const { return ___valueSlots_7; } inline LinkedList_1U5BU5D_t1676641979** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(LinkedList_1U5BU5D_t1676641979* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t792286401, ___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_t792286401, ___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_t792286401, ___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_t792286401, ___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_t792286401, ___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_t792286401, ___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_t792286401, ___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_t792286401_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1280980823 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t792286401_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1280980823 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1280980823 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1280980823 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T792286401_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 IPHOSTENTRY_T263743900_H #define IPHOSTENTRY_T263743900_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPHostEntry struct IPHostEntry_t263743900 : public RuntimeObject { public: // System.Net.IPAddress[] System.Net.IPHostEntry::addressList IPAddressU5BU5D_t596328627* ___addressList_0; // System.String[] System.Net.IPHostEntry::aliases StringU5BU5D_t1281789340* ___aliases_1; // System.String System.Net.IPHostEntry::hostName String_t* ___hostName_2; public: inline static int32_t get_offset_of_addressList_0() { return static_cast(offsetof(IPHostEntry_t263743900, ___addressList_0)); } inline IPAddressU5BU5D_t596328627* get_addressList_0() const { return ___addressList_0; } inline IPAddressU5BU5D_t596328627** get_address_of_addressList_0() { return &___addressList_0; } inline void set_addressList_0(IPAddressU5BU5D_t596328627* value) { ___addressList_0 = value; Il2CppCodeGenWriteBarrier((&___addressList_0), value); } inline static int32_t get_offset_of_aliases_1() { return static_cast(offsetof(IPHostEntry_t263743900, ___aliases_1)); } inline StringU5BU5D_t1281789340* get_aliases_1() const { return ___aliases_1; } inline StringU5BU5D_t1281789340** get_address_of_aliases_1() { return &___aliases_1; } inline void set_aliases_1(StringU5BU5D_t1281789340* value) { ___aliases_1 = value; Il2CppCodeGenWriteBarrier((&___aliases_1), value); } inline static int32_t get_offset_of_hostName_2() { return static_cast(offsetof(IPHostEntry_t263743900, ___hostName_2)); } inline String_t* get_hostName_2() const { return ___hostName_2; } inline String_t** get_address_of_hostName_2() { return &___hostName_2; } inline void set_hostName_2(String_t* value) { ___hostName_2 = value; Il2CppCodeGenWriteBarrier((&___hostName_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPHOSTENTRY_T263743900_H #ifndef LOGICUTILS_T3998836694_H #define LOGICUTILS_T3998836694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.LogicUtils struct LogicUtils_t3998836694 : public RuntimeObject { public: public: }; struct LogicUtils_t3998836694_StaticFields { public: // System.String FitFun.LogicUtils::AppDataPath String_t* ___AppDataPath_0; public: inline static int32_t get_offset_of_AppDataPath_0() { return static_cast(offsetof(LogicUtils_t3998836694_StaticFields, ___AppDataPath_0)); } inline String_t* get_AppDataPath_0() const { return ___AppDataPath_0; } inline String_t** get_address_of_AppDataPath_0() { return &___AppDataPath_0; } inline void set_AppDataPath_0(String_t* value) { ___AppDataPath_0 = value; Il2CppCodeGenWriteBarrier((&___AppDataPath_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICUTILS_T3998836694_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 DATASAVER_T696349332_H #define DATASAVER_T696349332_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Logger/DataSaver struct DataSaver_t696349332 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATASAVER_T696349332_H #ifndef LIST_1_T3411657359_H #define LIST_1_T3411657359_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_t3411657359 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items LogsU5BU5D_t2819960548* ____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_t3411657359, ____items_1)); } inline LogsU5BU5D_t2819960548* get__items_1() const { return ____items_1; } inline LogsU5BU5D_t2819960548** get_address_of__items_1() { return &____items_1; } inline void set__items_1(LogsU5BU5D_t2819960548* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3411657359, ____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_t3411657359, ____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_t3411657359_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray LogsU5BU5D_t2819960548* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3411657359_StaticFields, ___EmptyArray_4)); } inline LogsU5BU5D_t2819960548* get_EmptyArray_4() const { return ___EmptyArray_4; } inline LogsU5BU5D_t2819960548** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(LogsU5BU5D_t2819960548* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3411657359_H #ifndef LOGINFO_T275467388_H #define LOGINFO_T275467388_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Logger/LogInfo struct LogInfo_t275467388 : public RuntimeObject { public: // System.Collections.Generic.List`1 FitFun.Logger/LogInfo::logInfoList List_1_t3411657359 * ___logInfoList_0; public: inline static int32_t get_offset_of_logInfoList_0() { return static_cast(offsetof(LogInfo_t275467388, ___logInfoList_0)); } inline List_1_t3411657359 * get_logInfoList_0() const { return ___logInfoList_0; } inline List_1_t3411657359 ** get_address_of_logInfoList_0() { return &___logInfoList_0; } inline void set_logInfoList_0(List_1_t3411657359 * value) { ___logInfoList_0 = value; Il2CppCodeGenWriteBarrier((&___logInfoList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGINFO_T275467388_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 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 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 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 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 ABSTRACTEVENTDATA_T4171500731_H #define ABSTRACTEVENTDATA_T4171500731_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.AbstractEventData struct AbstractEventData_t4171500731 : public RuntimeObject { public: // System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used bool ___m_Used_0; public: inline static int32_t get_offset_of_m_Used_0() { return static_cast(offsetof(AbstractEventData_t4171500731, ___m_Used_0)); } inline bool get_m_Used_0() const { return ___m_Used_0; } inline bool* get_address_of_m_Used_0() { return &___m_Used_0; } inline void set_m_Used_0(bool value) { ___m_Used_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTRACTEVENTDATA_T4171500731_H #ifndef CUSTOMYIELDINSTRUCTION_T1895667560_H #define CUSTOMYIELDINSTRUCTION_T1895667560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t1895667560 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMYIELDINSTRUCTION_T1895667560_H #ifndef SINGLETON_1_T1615979323_H #define SINGLETON_1_T1615979323_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_t1615979323 : public RuntimeObject { public: public: }; struct Singleton_1_t1615979323_StaticFields { public: // T FitFun.Singleton`1::instance RedDotSystem_t3291278877 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t1615979323_StaticFields, ___instance_0)); } inline RedDotSystem_t3291278877 * get_instance_0() const { return ___instance_0; } inline RedDotSystem_t3291278877 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(RedDotSystem_t3291278877 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T1615979323_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_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 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 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 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 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 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 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 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 U3CCREATEPOSTHTTPRESPONSEU3EC__ANONSTOREY2_T2270294151_H #define U3CCREATEPOSTHTTPRESPONSEU3EC__ANONSTOREY2_T2270294151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.HttpHelper/c__AnonStorey1/c__AnonStorey2 struct U3CCreatePostHttpResponseU3Ec__AnonStorey2_t2270294151 : public RuntimeObject { public: // System.Exception FitFun.HttpHelper/c__AnonStorey1/c__AnonStorey2::e Exception_t * ___e_0; // FitFun.HttpHelper/c__AnonStorey1 FitFun.HttpHelper/c__AnonStorey1/c__AnonStorey2::<>f__ref$1 U3CCreatePostHttpResponseU3Ec__AnonStorey1_t2992700836 * ___U3CU3Ef__refU241_1; public: inline static int32_t get_offset_of_e_0() { return static_cast(offsetof(U3CCreatePostHttpResponseU3Ec__AnonStorey2_t2270294151, ___e_0)); } inline Exception_t * get_e_0() const { return ___e_0; } inline Exception_t ** get_address_of_e_0() { return &___e_0; } inline void set_e_0(Exception_t * value) { ___e_0 = value; Il2CppCodeGenWriteBarrier((&___e_0), value); } inline static int32_t get_offset_of_U3CU3Ef__refU241_1() { return static_cast(offsetof(U3CCreatePostHttpResponseU3Ec__AnonStorey2_t2270294151, ___U3CU3Ef__refU241_1)); } inline U3CCreatePostHttpResponseU3Ec__AnonStorey1_t2992700836 * get_U3CU3Ef__refU241_1() const { return ___U3CU3Ef__refU241_1; } inline U3CCreatePostHttpResponseU3Ec__AnonStorey1_t2992700836 ** get_address_of_U3CU3Ef__refU241_1() { return &___U3CU3Ef__refU241_1; } inline void set_U3CU3Ef__refU241_1(U3CCreatePostHttpResponseU3Ec__AnonStorey1_t2992700836 * value) { ___U3CU3Ef__refU241_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU241_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCREATEPOSTHTTPRESPONSEU3EC__ANONSTOREY2_T2270294151_H #ifndef U3CUNZIPFILEU3EC__ANONSTOREY2_T4024407896_H #define U3CUNZIPFILEU3EC__ANONSTOREY2_T4024407896_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.FitfunZip/c__AnonStorey2 struct U3CUnZipFileU3Ec__AnonStorey2_t4024407896 : public RuntimeObject { public: // System.String FitFun.FitfunZip/c__AnonStorey2::_zipFile String_t* ____zipFile_0; // System.String FitFun.FitfunZip/c__AnonStorey2::_outForlder String_t* ____outForlder_1; // System.Boolean FitFun.FitfunZip/c__AnonStorey2::autoDelete bool ___autoDelete_2; // FitFun.FitfunZip FitFun.FitfunZip/c__AnonStorey2::$this FitfunZip_t1008584167 * ___U24this_3; public: inline static int32_t get_offset_of__zipFile_0() { return static_cast(offsetof(U3CUnZipFileU3Ec__AnonStorey2_t4024407896, ____zipFile_0)); } inline String_t* get__zipFile_0() const { return ____zipFile_0; } inline String_t** get_address_of__zipFile_0() { return &____zipFile_0; } inline void set__zipFile_0(String_t* value) { ____zipFile_0 = value; Il2CppCodeGenWriteBarrier((&____zipFile_0), value); } inline static int32_t get_offset_of__outForlder_1() { return static_cast(offsetof(U3CUnZipFileU3Ec__AnonStorey2_t4024407896, ____outForlder_1)); } inline String_t* get__outForlder_1() const { return ____outForlder_1; } inline String_t** get_address_of__outForlder_1() { return &____outForlder_1; } inline void set__outForlder_1(String_t* value) { ____outForlder_1 = value; Il2CppCodeGenWriteBarrier((&____outForlder_1), value); } inline static int32_t get_offset_of_autoDelete_2() { return static_cast(offsetof(U3CUnZipFileU3Ec__AnonStorey2_t4024407896, ___autoDelete_2)); } inline bool get_autoDelete_2() const { return ___autoDelete_2; } inline bool* get_address_of_autoDelete_2() { return &___autoDelete_2; } inline void set_autoDelete_2(bool value) { ___autoDelete_2 = value; } inline static int32_t get_offset_of_U24this_3() { return static_cast(offsetof(U3CUnZipFileU3Ec__AnonStorey2_t4024407896, ___U24this_3)); } inline FitfunZip_t1008584167 * get_U24this_3() const { return ___U24this_3; } inline FitfunZip_t1008584167 ** get_address_of_U24this_3() { return &___U24this_3; } inline void set_U24this_3(FitfunZip_t1008584167 * value) { ___U24this_3 = value; Il2CppCodeGenWriteBarrier((&___U24this_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CUNZIPFILEU3EC__ANONSTOREY2_T4024407896_H #ifndef U3CZIPFOLDERU3EC__ANONSTOREY0_T3410469604_H #define U3CZIPFOLDERU3EC__ANONSTOREY0_T3410469604_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.FitfunZip/c__AnonStorey0 struct U3CZipFolderU3Ec__AnonStorey0_t3410469604 : public RuntimeObject { public: // System.String FitFun.FitfunZip/c__AnonStorey0::_fileFolder String_t* ____fileFolder_0; // System.String FitFun.FitfunZip/c__AnonStorey0::_outZip String_t* ____outZip_1; // FitFun.FitfunZip FitFun.FitfunZip/c__AnonStorey0::$this FitfunZip_t1008584167 * ___U24this_2; public: inline static int32_t get_offset_of__fileFolder_0() { return static_cast(offsetof(U3CZipFolderU3Ec__AnonStorey0_t3410469604, ____fileFolder_0)); } inline String_t* get__fileFolder_0() const { return ____fileFolder_0; } inline String_t** get_address_of__fileFolder_0() { return &____fileFolder_0; } inline void set__fileFolder_0(String_t* value) { ____fileFolder_0 = value; Il2CppCodeGenWriteBarrier((&____fileFolder_0), value); } inline static int32_t get_offset_of__outZip_1() { return static_cast(offsetof(U3CZipFolderU3Ec__AnonStorey0_t3410469604, ____outZip_1)); } inline String_t* get__outZip_1() const { return ____outZip_1; } inline String_t** get_address_of__outZip_1() { return &____outZip_1; } inline void set__outZip_1(String_t* value) { ____outZip_1 = value; Il2CppCodeGenWriteBarrier((&____outZip_1), value); } inline static int32_t get_offset_of_U24this_2() { return static_cast(offsetof(U3CZipFolderU3Ec__AnonStorey0_t3410469604, ___U24this_2)); } inline FitfunZip_t1008584167 * get_U24this_2() const { return ___U24this_2; } inline FitfunZip_t1008584167 ** get_address_of_U24this_2() { return &___U24this_2; } inline void set_U24this_2(FitfunZip_t1008584167 * value) { ___U24this_2 = value; Il2CppCodeGenWriteBarrier((&___U24this_2), value); } }; struct U3CZipFolderU3Ec__AnonStorey0_t3410469604_StaticFields { public: // ICSharpCode.SharpZipLib.Core.ProcessFileHandler FitFun.FitfunZip/c__AnonStorey0::<>f__am$cache0 ProcessFileHandler_t2351317767 * ___U3CU3Ef__amU24cache0_3; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_3() { return static_cast(offsetof(U3CZipFolderU3Ec__AnonStorey0_t3410469604_StaticFields, ___U3CU3Ef__amU24cache0_3)); } inline ProcessFileHandler_t2351317767 * get_U3CU3Ef__amU24cache0_3() const { return ___U3CU3Ef__amU24cache0_3; } inline ProcessFileHandler_t2351317767 ** get_address_of_U3CU3Ef__amU24cache0_3() { return &___U3CU3Ef__amU24cache0_3; } inline void set_U3CU3Ef__amU24cache0_3(ProcessFileHandler_t2351317767 * value) { ___U3CU3Ef__amU24cache0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CZIPFOLDERU3EC__ANONSTOREY0_T3410469604_H #ifndef FITFUNZIP_T1008584167_H #define FITFUNZIP_T1008584167_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.FitfunZip struct FitfunZip_t1008584167 : public RuntimeObject { public: // System.Single FitFun.FitfunZip::progressUpdateTime float ___progressUpdateTime_0; // System.Int32 FitFun.FitfunZip::m_progressVal int32_t ___m_progressVal_1; public: inline static int32_t get_offset_of_progressUpdateTime_0() { return static_cast(offsetof(FitfunZip_t1008584167, ___progressUpdateTime_0)); } inline float get_progressUpdateTime_0() const { return ___progressUpdateTime_0; } inline float* get_address_of_progressUpdateTime_0() { return &___progressUpdateTime_0; } inline void set_progressUpdateTime_0(float value) { ___progressUpdateTime_0 = value; } inline static int32_t get_offset_of_m_progressVal_1() { return static_cast(offsetof(FitfunZip_t1008584167, ___m_progressVal_1)); } inline int32_t get_m_progressVal_1() const { return ___m_progressVal_1; } inline int32_t* get_address_of_m_progressVal_1() { return &___m_progressVal_1; } inline void set_m_progressVal_1(int32_t value) { ___m_progressVal_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FITFUNZIP_T1008584167_H #ifndef FITFUNSDKAPI_T1911182487_H #define FITFUNSDKAPI_T1911182487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.FitFunSdkApi struct FitFunSdkApi_t1911182487 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FITFUNSDKAPI_T1911182487_H #ifndef HASHALGORITHM_T1432317219_H #define HASHALGORITHM_T1432317219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219 : public RuntimeObject { public: // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_t4116647657* ___HashValue_0; // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::disposed bool ___disposed_3; public: inline static int32_t get_offset_of_HashValue_0() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashValue_0)); } inline ByteU5BU5D_t4116647657* get_HashValue_0() const { return ___HashValue_0; } inline ByteU5BU5D_t4116647657** get_address_of_HashValue_0() { return &___HashValue_0; } inline void set_HashValue_0(ByteU5BU5D_t4116647657* value) { ___HashValue_0 = value; Il2CppCodeGenWriteBarrier((&___HashValue_0), value); } inline static int32_t get_offset_of_HashSizeValue_1() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashSizeValue_1)); } inline int32_t get_HashSizeValue_1() const { return ___HashSizeValue_1; } inline int32_t* get_address_of_HashSizeValue_1() { return &___HashSizeValue_1; } inline void set_HashSizeValue_1(int32_t value) { ___HashSizeValue_1 = value; } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___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_disposed_3() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHALGORITHM_T1432317219_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 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 FILEUTILS_T2924242649_H #define FILEUTILS_T2924242649_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.FileUtils struct FileUtils_t2924242649 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEUTILS_T2924242649_H #ifndef FILESIZEFORMATTER_T3003988687_H #define FILESIZEFORMATTER_T3003988687_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.FileSizeFormatter struct FileSizeFormatter_t3003988687 : public RuntimeObject { public: public: }; struct FileSizeFormatter_t3003988687_StaticFields { public: // System.String[] FitFun.FileSizeFormatter::suffixes StringU5BU5D_t1281789340* ___suffixes_0; public: inline static int32_t get_offset_of_suffixes_0() { return static_cast(offsetof(FileSizeFormatter_t3003988687_StaticFields, ___suffixes_0)); } inline StringU5BU5D_t1281789340* get_suffixes_0() const { return ___suffixes_0; } inline StringU5BU5D_t1281789340** get_address_of_suffixes_0() { return &___suffixes_0; } inline void set_suffixes_0(StringU5BU5D_t1281789340* value) { ___suffixes_0 = value; Il2CppCodeGenWriteBarrier((&___suffixes_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESIZEFORMATTER_T3003988687_H #ifndef LINKEDLISTNODE_1_T2809102164_H #define LINKEDLISTNODE_1_T2809102164_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2809102164 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item EventDelegate_t3063927061 * ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t1903573070 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t2809102164 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t2809102164 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t2809102164, ___item_0)); } inline EventDelegate_t3063927061 * get_item_0() const { return ___item_0; } inline EventDelegate_t3063927061 ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(EventDelegate_t3063927061 * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t2809102164, ___container_1)); } inline LinkedList_1_t1903573070 * get_container_1() const { return ___container_1; } inline LinkedList_1_t1903573070 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t1903573070 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t2809102164, ___forward_2)); } inline LinkedListNode_1_t2809102164 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t2809102164 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t2809102164 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t2809102164, ___back_3)); } inline LinkedListNode_1_t2809102164 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t2809102164 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t2809102164 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T2809102164_H #ifndef LINKEDLIST_1_T1903573070_H #define LINKEDLIST_1_T1903573070_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1903573070 : public RuntimeObject { public: // System.UInt32 System.Collections.Generic.LinkedList`1::count uint32_t ___count_2; // System.UInt32 System.Collections.Generic.LinkedList`1::version uint32_t ___version_3; // System.Object System.Collections.Generic.LinkedList`1::syncRoot RuntimeObject * ___syncRoot_4; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::first LinkedListNode_1_t2809102164 * ___first_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::si SerializationInfo_t950877179 * ___si_6; public: inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(LinkedList_1_t1903573070, ___count_2)); } inline uint32_t get_count_2() const { return ___count_2; } inline uint32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(uint32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(LinkedList_1_t1903573070, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_syncRoot_4() { return static_cast(offsetof(LinkedList_1_t1903573070, ___syncRoot_4)); } inline RuntimeObject * get_syncRoot_4() const { return ___syncRoot_4; } inline RuntimeObject ** get_address_of_syncRoot_4() { return &___syncRoot_4; } inline void set_syncRoot_4(RuntimeObject * value) { ___syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&___syncRoot_4), value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(LinkedList_1_t1903573070, ___first_5)); } inline LinkedListNode_1_t2809102164 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t2809102164 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t2809102164 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t1903573070, ___si_6)); } inline SerializationInfo_t950877179 * get_si_6() const { return ___si_6; } inline SerializationInfo_t950877179 ** get_address_of_si_6() { return &___si_6; } inline void set_si_6(SerializationInfo_t950877179 * value) { ___si_6 = value; Il2CppCodeGenWriteBarrier((&___si_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLIST_1_T1903573070_H #ifndef U3CZIPFOLDERU3EC__ANONSTOREY1_T1025236748_H #define U3CZIPFOLDERU3EC__ANONSTOREY1_T1025236748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.FitfunZip/c__AnonStorey0/c__AnonStorey1 struct U3CZipFolderU3Ec__AnonStorey1_t1025236748 : public RuntimeObject { public: // System.Int32 FitFun.FitfunZip/c__AnonStorey0/c__AnonStorey1::fileCompleted int32_t ___fileCompleted_0; // System.Int32 FitFun.FitfunZip/c__AnonStorey0/c__AnonStorey1::fileCount int32_t ___fileCount_1; // FitFun.FitfunZip/c__AnonStorey0 FitFun.FitfunZip/c__AnonStorey0/c__AnonStorey1::<>f__ref$0 U3CZipFolderU3Ec__AnonStorey0_t3410469604 * ___U3CU3Ef__refU240_2; public: inline static int32_t get_offset_of_fileCompleted_0() { return static_cast(offsetof(U3CZipFolderU3Ec__AnonStorey1_t1025236748, ___fileCompleted_0)); } inline int32_t get_fileCompleted_0() const { return ___fileCompleted_0; } inline int32_t* get_address_of_fileCompleted_0() { return &___fileCompleted_0; } inline void set_fileCompleted_0(int32_t value) { ___fileCompleted_0 = value; } inline static int32_t get_offset_of_fileCount_1() { return static_cast(offsetof(U3CZipFolderU3Ec__AnonStorey1_t1025236748, ___fileCount_1)); } inline int32_t get_fileCount_1() const { return ___fileCount_1; } inline int32_t* get_address_of_fileCount_1() { return &___fileCount_1; } inline void set_fileCount_1(int32_t value) { ___fileCount_1 = value; } inline static int32_t get_offset_of_U3CU3Ef__refU240_2() { return static_cast(offsetof(U3CZipFolderU3Ec__AnonStorey1_t1025236748, ___U3CU3Ef__refU240_2)); } inline U3CZipFolderU3Ec__AnonStorey0_t3410469604 * get_U3CU3Ef__refU240_2() const { return ___U3CU3Ef__refU240_2; } inline U3CZipFolderU3Ec__AnonStorey0_t3410469604 ** get_address_of_U3CU3Ef__refU240_2() { return &___U3CU3Ef__refU240_2; } inline void set_U3CU3Ef__refU240_2(U3CZipFolderU3Ec__AnonStorey0_t3410469604 * value) { ___U3CU3Ef__refU240_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU240_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CZIPFOLDERU3EC__ANONSTOREY1_T1025236748_H #ifndef REQUESTCACHEPOLICY_T2923596909_H #define REQUESTCACHEPOLICY_T2923596909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_t2923596909 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REQUESTCACHEPOLICY_T2923596909_H #ifndef X509CERTIFICATE_T713131622_H #define X509CERTIFICATE_T713131622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622 : public RuntimeObject { public: // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate::x509 X509Certificate_t489243024 * ___x509_0; // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates bool ___hideDates_1; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::cachedCertificateHash ByteU5BU5D_t4116647657* ___cachedCertificateHash_2; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name String_t* ___issuer_name_3; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name String_t* ___subject_name_4; public: inline static int32_t get_offset_of_x509_0() { return static_cast(offsetof(X509Certificate_t713131622, ___x509_0)); } inline X509Certificate_t489243024 * get_x509_0() const { return ___x509_0; } inline X509Certificate_t489243024 ** get_address_of_x509_0() { return &___x509_0; } inline void set_x509_0(X509Certificate_t489243024 * value) { ___x509_0 = value; Il2CppCodeGenWriteBarrier((&___x509_0), value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t713131622, ___hideDates_1)); } inline bool get_hideDates_1() const { return ___hideDates_1; } inline bool* get_address_of_hideDates_1() { return &___hideDates_1; } inline void set_hideDates_1(bool value) { ___hideDates_1 = value; } inline static int32_t get_offset_of_cachedCertificateHash_2() { return static_cast(offsetof(X509Certificate_t713131622, ___cachedCertificateHash_2)); } inline ByteU5BU5D_t4116647657* get_cachedCertificateHash_2() const { return ___cachedCertificateHash_2; } inline ByteU5BU5D_t4116647657** get_address_of_cachedCertificateHash_2() { return &___cachedCertificateHash_2; } inline void set_cachedCertificateHash_2(ByteU5BU5D_t4116647657* value) { ___cachedCertificateHash_2 = value; Il2CppCodeGenWriteBarrier((&___cachedCertificateHash_2), value); } inline static int32_t get_offset_of_issuer_name_3() { return static_cast(offsetof(X509Certificate_t713131622, ___issuer_name_3)); } inline String_t* get_issuer_name_3() const { return ___issuer_name_3; } inline String_t** get_address_of_issuer_name_3() { return &___issuer_name_3; } inline void set_issuer_name_3(String_t* value) { ___issuer_name_3 = value; Il2CppCodeGenWriteBarrier((&___issuer_name_3), value); } inline static int32_t get_offset_of_subject_name_4() { return static_cast(offsetof(X509Certificate_t713131622, ___subject_name_4)); } inline String_t* get_subject_name_4() const { return ___subject_name_4; } inline String_t** get_address_of_subject_name_4() { return &___subject_name_4; } inline void set_subject_name_4(String_t* value) { ___subject_name_4 = value; Il2CppCodeGenWriteBarrier((&___subject_name_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T713131622_H #ifndef U3CREADBYTESFROMRESPONSEU3EC__ANONSTOREY4_T2387902314_H #define U3CREADBYTESFROMRESPONSEU3EC__ANONSTOREY4_T2387902314_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.HttpHelper/c__AnonStorey4 struct U3CReadBytesFromResponseU3Ec__AnonStorey4_t2387902314 : public RuntimeObject { public: // System.Exception FitFun.HttpHelper/c__AnonStorey4::e Exception_t * ___e_0; // FitFun.HttpHelper/c__AnonStorey3 FitFun.HttpHelper/c__AnonStorey4::<>f__ref$3 U3CReadBytesFromResponseU3Ec__AnonStorey3_t3953986255 * ___U3CU3Ef__refU243_1; public: inline static int32_t get_offset_of_e_0() { return static_cast(offsetof(U3CReadBytesFromResponseU3Ec__AnonStorey4_t2387902314, ___e_0)); } inline Exception_t * get_e_0() const { return ___e_0; } inline Exception_t ** get_address_of_e_0() { return &___e_0; } inline void set_e_0(Exception_t * value) { ___e_0 = value; Il2CppCodeGenWriteBarrier((&___e_0), value); } inline static int32_t get_offset_of_U3CU3Ef__refU243_1() { return static_cast(offsetof(U3CReadBytesFromResponseU3Ec__AnonStorey4_t2387902314, ___U3CU3Ef__refU243_1)); } inline U3CReadBytesFromResponseU3Ec__AnonStorey3_t3953986255 * get_U3CU3Ef__refU243_1() const { return ___U3CU3Ef__refU243_1; } inline U3CReadBytesFromResponseU3Ec__AnonStorey3_t3953986255 ** get_address_of_U3CU3Ef__refU243_1() { return &___U3CU3Ef__refU243_1; } inline void set_U3CU3Ef__refU243_1(U3CReadBytesFromResponseU3Ec__AnonStorey3_t3953986255 * value) { ___U3CU3Ef__refU243_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU243_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREADBYTESFROMRESPONSEU3EC__ANONSTOREY4_T2387902314_H #ifndef U3CREADBYTESFROMRESPONSEU3EC__ANONSTOREY3_T3953986255_H #define U3CREADBYTESFROMRESPONSEU3EC__ANONSTOREY3_T3953986255_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.HttpHelper/c__AnonStorey3 struct U3CReadBytesFromResponseU3Ec__AnonStorey3_t3953986255 : public RuntimeObject { public: // System.Action`1 FitFun.HttpHelper/c__AnonStorey3::callBackError Action_1_t2019918284 * ___callBackError_0; // System.Action`1 FitFun.HttpHelper/c__AnonStorey3::callBackSucceed Action_1_t4289115252 * ___callBackSucceed_1; // System.Byte[] FitFun.HttpHelper/c__AnonStorey3::buffer ByteU5BU5D_t4116647657* ___buffer_2; public: inline static int32_t get_offset_of_callBackError_0() { return static_cast(offsetof(U3CReadBytesFromResponseU3Ec__AnonStorey3_t3953986255, ___callBackError_0)); } inline Action_1_t2019918284 * get_callBackError_0() const { return ___callBackError_0; } inline Action_1_t2019918284 ** get_address_of_callBackError_0() { return &___callBackError_0; } inline void set_callBackError_0(Action_1_t2019918284 * value) { ___callBackError_0 = value; Il2CppCodeGenWriteBarrier((&___callBackError_0), value); } inline static int32_t get_offset_of_callBackSucceed_1() { return static_cast(offsetof(U3CReadBytesFromResponseU3Ec__AnonStorey3_t3953986255, ___callBackSucceed_1)); } inline Action_1_t4289115252 * get_callBackSucceed_1() const { return ___callBackSucceed_1; } inline Action_1_t4289115252 ** get_address_of_callBackSucceed_1() { return &___callBackSucceed_1; } inline void set_callBackSucceed_1(Action_1_t4289115252 * value) { ___callBackSucceed_1 = value; Il2CppCodeGenWriteBarrier((&___callBackSucceed_1), value); } inline static int32_t get_offset_of_buffer_2() { return static_cast(offsetof(U3CReadBytesFromResponseU3Ec__AnonStorey3_t3953986255, ___buffer_2)); } inline ByteU5BU5D_t4116647657* get_buffer_2() const { return ___buffer_2; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_2() { return &___buffer_2; } inline void set_buffer_2(ByteU5BU5D_t4116647657* value) { ___buffer_2 = value; Il2CppCodeGenWriteBarrier((&___buffer_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREADBYTESFROMRESPONSEU3EC__ANONSTOREY3_T3953986255_H #ifndef U3CCREATEPOSTHTTPRESPONSEU3EC__ANONSTOREY1_T2992700836_H #define U3CCREATEPOSTHTTPRESPONSEU3EC__ANONSTOREY1_T2992700836_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.HttpHelper/c__AnonStorey1 struct U3CCreatePostHttpResponseU3Ec__AnonStorey1_t2992700836 : public RuntimeObject { public: // System.String FitFun.HttpHelper/c__AnonStorey1::url String_t* ___url_0; // System.String FitFun.HttpHelper/c__AnonStorey1::parameters String_t* ___parameters_1; // System.Action`1 FitFun.HttpHelper/c__AnonStorey1::callBackSucceed Action_1_t4289115252 * ___callBackSucceed_2; // System.Action`1 FitFun.HttpHelper/c__AnonStorey1::callBackError Action_1_t2019918284 * ___callBackError_3; public: inline static int32_t get_offset_of_url_0() { return static_cast(offsetof(U3CCreatePostHttpResponseU3Ec__AnonStorey1_t2992700836, ___url_0)); } inline String_t* get_url_0() const { return ___url_0; } inline String_t** get_address_of_url_0() { return &___url_0; } inline void set_url_0(String_t* value) { ___url_0 = value; Il2CppCodeGenWriteBarrier((&___url_0), value); } inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(U3CCreatePostHttpResponseU3Ec__AnonStorey1_t2992700836, ___parameters_1)); } inline String_t* get_parameters_1() const { return ___parameters_1; } inline String_t** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(String_t* value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((&___parameters_1), value); } inline static int32_t get_offset_of_callBackSucceed_2() { return static_cast(offsetof(U3CCreatePostHttpResponseU3Ec__AnonStorey1_t2992700836, ___callBackSucceed_2)); } inline Action_1_t4289115252 * get_callBackSucceed_2() const { return ___callBackSucceed_2; } inline Action_1_t4289115252 ** get_address_of_callBackSucceed_2() { return &___callBackSucceed_2; } inline void set_callBackSucceed_2(Action_1_t4289115252 * value) { ___callBackSucceed_2 = value; Il2CppCodeGenWriteBarrier((&___callBackSucceed_2), value); } inline static int32_t get_offset_of_callBackError_3() { return static_cast(offsetof(U3CCreatePostHttpResponseU3Ec__AnonStorey1_t2992700836, ___callBackError_3)); } inline Action_1_t2019918284 * get_callBackError_3() const { return ___callBackError_3; } inline Action_1_t2019918284 ** get_address_of_callBackError_3() { return &___callBackError_3; } inline void set_callBackError_3(Action_1_t2019918284 * value) { ___callBackError_3 = value; Il2CppCodeGenWriteBarrier((&___callBackError_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCREATEPOSTHTTPRESPONSEU3EC__ANONSTOREY1_T2992700836_H #ifndef U3CCREATEGETHTTPRESPONSEU3EC__ANONSTOREY0_T1623584061_H #define U3CCREATEGETHTTPRESPONSEU3EC__ANONSTOREY0_T1623584061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.HttpHelper/c__AnonStorey0 struct U3CCreateGetHttpResponseU3Ec__AnonStorey0_t1623584061 : public RuntimeObject { public: // System.String FitFun.HttpHelper/c__AnonStorey0::url String_t* ___url_0; // System.Action`1 FitFun.HttpHelper/c__AnonStorey0::callBackSucceed Action_1_t4289115252 * ___callBackSucceed_1; // System.Action`1 FitFun.HttpHelper/c__AnonStorey0::callBackError Action_1_t2019918284 * ___callBackError_2; public: inline static int32_t get_offset_of_url_0() { return static_cast(offsetof(U3CCreateGetHttpResponseU3Ec__AnonStorey0_t1623584061, ___url_0)); } inline String_t* get_url_0() const { return ___url_0; } inline String_t** get_address_of_url_0() { return &___url_0; } inline void set_url_0(String_t* value) { ___url_0 = value; Il2CppCodeGenWriteBarrier((&___url_0), value); } inline static int32_t get_offset_of_callBackSucceed_1() { return static_cast(offsetof(U3CCreateGetHttpResponseU3Ec__AnonStorey0_t1623584061, ___callBackSucceed_1)); } inline Action_1_t4289115252 * get_callBackSucceed_1() const { return ___callBackSucceed_1; } inline Action_1_t4289115252 ** get_address_of_callBackSucceed_1() { return &___callBackSucceed_1; } inline void set_callBackSucceed_1(Action_1_t4289115252 * value) { ___callBackSucceed_1 = value; Il2CppCodeGenWriteBarrier((&___callBackSucceed_1), value); } inline static int32_t get_offset_of_callBackError_2() { return static_cast(offsetof(U3CCreateGetHttpResponseU3Ec__AnonStorey0_t1623584061, ___callBackError_2)); } inline Action_1_t2019918284 * get_callBackError_2() const { return ___callBackError_2; } inline Action_1_t2019918284 ** get_address_of_callBackError_2() { return &___callBackError_2; } inline void set_callBackError_2(Action_1_t2019918284 * value) { ___callBackError_2 = value; Il2CppCodeGenWriteBarrier((&___callBackError_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCREATEGETHTTPRESPONSEU3EC__ANONSTOREY0_T1623584061_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 LOCALVERSION_T3255972034_H #define LOCALVERSION_T3255972034_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LocalVersion struct LocalVersion_t3255972034 : public RuntimeObject { public: // System.String LocalVersion::dataPackageVersion String_t* ___dataPackageVersion_0; // System.String LocalVersion::lastUpdate String_t* ___lastUpdate_1; public: inline static int32_t get_offset_of_dataPackageVersion_0() { return static_cast(offsetof(LocalVersion_t3255972034, ___dataPackageVersion_0)); } inline String_t* get_dataPackageVersion_0() const { return ___dataPackageVersion_0; } inline String_t** get_address_of_dataPackageVersion_0() { return &___dataPackageVersion_0; } inline void set_dataPackageVersion_0(String_t* value) { ___dataPackageVersion_0 = value; Il2CppCodeGenWriteBarrier((&___dataPackageVersion_0), value); } inline static int32_t get_offset_of_lastUpdate_1() { return static_cast(offsetof(LocalVersion_t3255972034, ___lastUpdate_1)); } inline String_t* get_lastUpdate_1() const { return ___lastUpdate_1; } inline String_t** get_address_of_lastUpdate_1() { return &___lastUpdate_1; } inline void set_lastUpdate_1(String_t* value) { ___lastUpdate_1 = value; Il2CppCodeGenWriteBarrier((&___lastUpdate_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALVERSION_T3255972034_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 U3CSTARTU3EC__ITERATOR0_T3979775691_H #define U3CSTARTU3EC__ITERATOR0_T3979775691_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.HttpCoroutine/c__Iterator0 struct U3CStartU3Ec__Iterator0_t3979775691 : public RuntimeObject { public: // UnityEngine.WWW FitFun.HttpCoroutine/c__Iterator0::__1 WWW_t3688466362 * ___U3CwwwU3E__1_0; // System.String FitFun.HttpCoroutine/c__Iterator0::url String_t* ___url_1; // FitFun.HttpCoroutine FitFun.HttpCoroutine/c__Iterator0::$this HttpCoroutine_t905929100 * ___U24this_2; // System.Object FitFun.HttpCoroutine/c__Iterator0::$current RuntimeObject * ___U24current_3; // System.Boolean FitFun.HttpCoroutine/c__Iterator0::$disposing bool ___U24disposing_4; // System.Int32 FitFun.HttpCoroutine/c__Iterator0::$PC int32_t ___U24PC_5; public: inline static int32_t get_offset_of_U3CwwwU3E__1_0() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t3979775691, ___U3CwwwU3E__1_0)); } inline WWW_t3688466362 * get_U3CwwwU3E__1_0() const { return ___U3CwwwU3E__1_0; } inline WWW_t3688466362 ** get_address_of_U3CwwwU3E__1_0() { return &___U3CwwwU3E__1_0; } inline void set_U3CwwwU3E__1_0(WWW_t3688466362 * value) { ___U3CwwwU3E__1_0 = value; Il2CppCodeGenWriteBarrier((&___U3CwwwU3E__1_0), value); } inline static int32_t get_offset_of_url_1() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t3979775691, ___url_1)); } inline String_t* get_url_1() const { return ___url_1; } inline String_t** get_address_of_url_1() { return &___url_1; } inline void set_url_1(String_t* value) { ___url_1 = value; Il2CppCodeGenWriteBarrier((&___url_1), value); } inline static int32_t get_offset_of_U24this_2() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t3979775691, ___U24this_2)); } inline HttpCoroutine_t905929100 * get_U24this_2() const { return ___U24this_2; } inline HttpCoroutine_t905929100 ** get_address_of_U24this_2() { return &___U24this_2; } inline void set_U24this_2(HttpCoroutine_t905929100 * value) { ___U24this_2 = value; Il2CppCodeGenWriteBarrier((&___U24this_2), value); } inline static int32_t get_offset_of_U24current_3() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t3979775691, ___U24current_3)); } inline RuntimeObject * get_U24current_3() const { return ___U24current_3; } inline RuntimeObject ** get_address_of_U24current_3() { return &___U24current_3; } inline void set_U24current_3(RuntimeObject * value) { ___U24current_3 = value; Il2CppCodeGenWriteBarrier((&___U24current_3), value); } inline static int32_t get_offset_of_U24disposing_4() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t3979775691, ___U24disposing_4)); } inline bool get_U24disposing_4() const { return ___U24disposing_4; } inline bool* get_address_of_U24disposing_4() { return &___U24disposing_4; } inline void set_U24disposing_4(bool value) { ___U24disposing_4 = value; } inline static int32_t get_offset_of_U24PC_5() { return static_cast(offsetof(U3CStartU3Ec__Iterator0_t3979775691, ___U24PC_5)); } inline int32_t get_U24PC_5() const { return ___U24PC_5; } inline int32_t* get_address_of_U24PC_5() { return &___U24PC_5; } inline void set_U24PC_5(int32_t value) { ___U24PC_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CSTARTU3EC__ITERATOR0_T3979775691_H #ifndef HTTPHELPER_T383584100_H #define HTTPHELPER_T383584100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.HttpHelper struct HttpHelper_t383584100 : public RuntimeObject { public: public: }; struct HttpHelper_t383584100_StaticFields { public: // System.Collections.Generic.List`1 FitFun.HttpHelper::httpActions List_1_t2736452219 * ___httpActions_0; // System.Net.Security.RemoteCertificateValidationCallback FitFun.HttpHelper::<>f__mg$cache0 RemoteCertificateValidationCallback_t3014364904 * ___U3CU3Ef__mgU24cache0_1; // System.Net.Security.RemoteCertificateValidationCallback FitFun.HttpHelper::<>f__mg$cache1 RemoteCertificateValidationCallback_t3014364904 * ___U3CU3Ef__mgU24cache1_2; public: inline static int32_t get_offset_of_httpActions_0() { return static_cast(offsetof(HttpHelper_t383584100_StaticFields, ___httpActions_0)); } inline List_1_t2736452219 * get_httpActions_0() const { return ___httpActions_0; } inline List_1_t2736452219 ** get_address_of_httpActions_0() { return &___httpActions_0; } inline void set_httpActions_0(List_1_t2736452219 * value) { ___httpActions_0 = value; Il2CppCodeGenWriteBarrier((&___httpActions_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_1() { return static_cast(offsetof(HttpHelper_t383584100_StaticFields, ___U3CU3Ef__mgU24cache0_1)); } inline RemoteCertificateValidationCallback_t3014364904 * get_U3CU3Ef__mgU24cache0_1() const { return ___U3CU3Ef__mgU24cache0_1; } inline RemoteCertificateValidationCallback_t3014364904 ** get_address_of_U3CU3Ef__mgU24cache0_1() { return &___U3CU3Ef__mgU24cache0_1; } inline void set_U3CU3Ef__mgU24cache0_1(RemoteCertificateValidationCallback_t3014364904 * value) { ___U3CU3Ef__mgU24cache0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_2() { return static_cast(offsetof(HttpHelper_t383584100_StaticFields, ___U3CU3Ef__mgU24cache1_2)); } inline RemoteCertificateValidationCallback_t3014364904 * get_U3CU3Ef__mgU24cache1_2() const { return ___U3CU3Ef__mgU24cache1_2; } inline RemoteCertificateValidationCallback_t3014364904 ** get_address_of_U3CU3Ef__mgU24cache1_2() { return &___U3CU3Ef__mgU24cache1_2; } inline void set_U3CU3Ef__mgU24cache1_2(RemoteCertificateValidationCallback_t3014364904 * value) { ___U3CU3Ef__mgU24cache1_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPHELPER_T383584100_H #ifndef LIST_1_T2736452219_H #define LIST_1_T2736452219_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_t2736452219 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ActionU5BU5D_t388269512* ____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_t2736452219, ____items_1)); } inline ActionU5BU5D_t388269512* get__items_1() const { return ____items_1; } inline ActionU5BU5D_t388269512** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ActionU5BU5D_t388269512* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2736452219, ____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_t2736452219, ____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_t2736452219_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ActionU5BU5D_t388269512* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2736452219_StaticFields, ___EmptyArray_4)); } inline ActionU5BU5D_t388269512* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ActionU5BU5D_t388269512** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ActionU5BU5D_t388269512* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2736452219_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 DOTWEENUTIL_T545044800_H #define DOTWEENUTIL_T545044800_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DOTweenUtil struct DOTweenUtil_t545044800 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOTWEENUTIL_T545044800_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 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 STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef BETTERLIST_1_T3223218359_H #define BETTERLIST_1_T3223218359_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_t3223218359 : public RuntimeObject { public: // T[] BetterList`1::buffer CDataArrayU5BU5D_t1895413476* ___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_t3223218359, ___buffer_0)); } inline CDataArrayU5BU5D_t1895413476* get_buffer_0() const { return ___buffer_0; } inline CDataArrayU5BU5D_t1895413476** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(CDataArrayU5BU5D_t1895413476* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t3223218359, ___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_T3223218359_H #ifndef LINKEDLISTNODE_1_T4167061670_H #define LINKEDLISTNODE_1_T4167061670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t4167061670 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item INetMsgBaseS2C_t126919271 * ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t3261532576 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t4167061670 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t4167061670 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t4167061670, ___item_0)); } inline INetMsgBaseS2C_t126919271 * get_item_0() const { return ___item_0; } inline INetMsgBaseS2C_t126919271 ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(INetMsgBaseS2C_t126919271 * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t4167061670, ___container_1)); } inline LinkedList_1_t3261532576 * get_container_1() const { return ___container_1; } inline LinkedList_1_t3261532576 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t3261532576 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t4167061670, ___forward_2)); } inline LinkedListNode_1_t4167061670 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t4167061670 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t4167061670 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t4167061670, ___back_3)); } inline LinkedListNode_1_t4167061670 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t4167061670 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t4167061670 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T4167061670_H #ifndef INETMSGBASES2C_T126919271_H #define INETMSGBASES2C_T126919271_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.INetMsgBaseS2C struct INetMsgBaseS2C_t126919271 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETMSGBASES2C_T126919271_H #ifndef CPROPDICTIONARY_T1184658084_H #define CPROPDICTIONARY_T1184658084_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CPropDictionary struct CPropDictionary_t1184658084 : public RuntimeObject { public: public: }; struct CPropDictionary_t1184658084_StaticFields { public: // System.Collections.Generic.List`1 DMCore.Net.CPropDictionary::propAll List_1_t3384623126 * ___propAll_0; // System.Collections.Generic.Dictionary`2 DMCore.Net.CPropDictionary::propDic Dictionary_2_t2736202052 * ___propDic_1; public: inline static int32_t get_offset_of_propAll_0() { return static_cast(offsetof(CPropDictionary_t1184658084_StaticFields, ___propAll_0)); } inline List_1_t3384623126 * get_propAll_0() const { return ___propAll_0; } inline List_1_t3384623126 ** get_address_of_propAll_0() { return &___propAll_0; } inline void set_propAll_0(List_1_t3384623126 * value) { ___propAll_0 = value; Il2CppCodeGenWriteBarrier((&___propAll_0), value); } inline static int32_t get_offset_of_propDic_1() { return static_cast(offsetof(CPropDictionary_t1184658084_StaticFields, ___propDic_1)); } inline Dictionary_2_t2736202052 * get_propDic_1() const { return ___propDic_1; } inline Dictionary_2_t2736202052 ** get_address_of_propDic_1() { return &___propDic_1; } inline void set_propDic_1(Dictionary_2_t2736202052 * value) { ___propDic_1 = value; Il2CppCodeGenWriteBarrier((&___propDic_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPDICTIONARY_T1184658084_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 CNETRECEIVER_T1076104922_H #define CNETRECEIVER_T1076104922_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetReceiver struct CNetReceiver_t1076104922 : public RuntimeObject { public: // BetterList`1 DMCore.Net.CNetReceiver::m_recivBuff BetterList_1_t289316694 * ___m_recivBuff_0; // BetterList`1 DMCore.Net.CNetReceiver::m_TempBuf BetterList_1_t289316694 * ___m_TempBuf_1; public: inline static int32_t get_offset_of_m_recivBuff_0() { return static_cast(offsetof(CNetReceiver_t1076104922, ___m_recivBuff_0)); } inline BetterList_1_t289316694 * get_m_recivBuff_0() const { return ___m_recivBuff_0; } inline BetterList_1_t289316694 ** get_address_of_m_recivBuff_0() { return &___m_recivBuff_0; } inline void set_m_recivBuff_0(BetterList_1_t289316694 * value) { ___m_recivBuff_0 = value; Il2CppCodeGenWriteBarrier((&___m_recivBuff_0), value); } inline static int32_t get_offset_of_m_TempBuf_1() { return static_cast(offsetof(CNetReceiver_t1076104922, ___m_TempBuf_1)); } inline BetterList_1_t289316694 * get_m_TempBuf_1() const { return ___m_TempBuf_1; } inline BetterList_1_t289316694 ** get_address_of_m_TempBuf_1() { return &___m_TempBuf_1; } inline void set_m_TempBuf_1(BetterList_1_t289316694 * value) { ___m_TempBuf_1 = value; Il2CppCodeGenWriteBarrier((&___m_TempBuf_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETRECEIVER_T1076104922_H #ifndef NETENCRYPT_T3503686835_H #define NETENCRYPT_T3503686835_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.NetEncrypt struct NetEncrypt_t3503686835 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETENCRYPT_T3503686835_H #ifndef SERIALDEF_T1272345629_H #define SERIALDEF_T1272345629_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.SerialDef struct SerialDef_t1272345629 : public RuntimeObject { public: public: }; struct SerialDef_t1272345629_StaticFields { public: // System.Byte DMCore.Net.SerialDef::SOCKET_ZERO uint8_t ___SOCKET_ZERO_0; // System.Byte DMCore.Net.SerialDef::SOCKED_END_MARK uint8_t ___SOCKED_END_MARK_1; public: inline static int32_t get_offset_of_SOCKET_ZERO_0() { return static_cast(offsetof(SerialDef_t1272345629_StaticFields, ___SOCKET_ZERO_0)); } inline uint8_t get_SOCKET_ZERO_0() const { return ___SOCKET_ZERO_0; } inline uint8_t* get_address_of_SOCKET_ZERO_0() { return &___SOCKET_ZERO_0; } inline void set_SOCKET_ZERO_0(uint8_t value) { ___SOCKET_ZERO_0 = value; } inline static int32_t get_offset_of_SOCKED_END_MARK_1() { return static_cast(offsetof(SerialDef_t1272345629_StaticFields, ___SOCKED_END_MARK_1)); } inline uint8_t get_SOCKED_END_MARK_1() const { return ___SOCKED_END_MARK_1; } inline uint8_t* get_address_of_SOCKED_END_MARK_1() { return &___SOCKED_END_MARK_1; } inline void set_SOCKED_END_MARK_1(uint8_t value) { ___SOCKED_END_MARK_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALDEF_T1272345629_H #ifndef NETSERVERKEY_T2215568361_H #define NETSERVERKEY_T2215568361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.NetServerKey struct NetServerKey_t2215568361 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETSERVERKEY_T2215568361_H #ifndef UNIQUE_ID_T1074083407_H #define UNIQUE_ID_T1074083407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.UNIQUE_ID struct UNIQUE_ID_t1074083407 : public RuntimeObject { public: // System.Int32 DMCore.UNIQUE_ID::nMain int32_t ___nMain_1; // System.Int32 DMCore.UNIQUE_ID::nSerial int32_t ___nSerial_2; public: inline static int32_t get_offset_of_nMain_1() { return static_cast(offsetof(UNIQUE_ID_t1074083407, ___nMain_1)); } inline int32_t get_nMain_1() const { return ___nMain_1; } inline int32_t* get_address_of_nMain_1() { return &___nMain_1; } inline void set_nMain_1(int32_t value) { ___nMain_1 = value; } inline static int32_t get_offset_of_nSerial_2() { return static_cast(offsetof(UNIQUE_ID_t1074083407, ___nSerial_2)); } inline int32_t get_nSerial_2() const { return ___nSerial_2; } inline int32_t* get_address_of_nSerial_2() { return &___nSerial_2; } inline void set_nSerial_2(int32_t value) { ___nSerial_2 = value; } }; struct UNIQUE_ID_t1074083407_StaticFields { public: // DMCore.UNIQUE_ID DMCore.UNIQUE_ID::EMPTY_ID UNIQUE_ID_t1074083407 * ___EMPTY_ID_0; public: inline static int32_t get_offset_of_EMPTY_ID_0() { return static_cast(offsetof(UNIQUE_ID_t1074083407_StaticFields, ___EMPTY_ID_0)); } inline UNIQUE_ID_t1074083407 * get_EMPTY_ID_0() const { return ___EMPTY_ID_0; } inline UNIQUE_ID_t1074083407 ** get_address_of_EMPTY_ID_0() { return &___EMPTY_ID_0; } inline void set_EMPTY_ID_0(UNIQUE_ID_t1074083407 * value) { ___EMPTY_ID_0 = value; Il2CppCodeGenWriteBarrier((&___EMPTY_ID_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNIQUE_ID_T1074083407_H #ifndef HELP_T3634822582_H #define HELP_T3634822582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Help struct Help_t3634822582 : public RuntimeObject { public: public: }; struct Help_t3634822582_StaticFields { public: // BetterList`1 DMCore.Net.Help::s_sendBuffer BetterList_1_t289316694 * ___s_sendBuffer_0; // BetterList`1 DMCore.Net.Help::s_receiveBuffer BetterList_1_t289316694 * ___s_receiveBuffer_1; // System.UInt32 DMCore.Net.Help::s_staticEncrptLabor uint32_t ___s_staticEncrptLabor_2; // DMCore.Framework.Thread.CThreadLock DMCore.Net.Help::s_LockKey CThreadLock_t3315856551 * ___s_LockKey_3; // System.Byte[] DMCore.Net.Help::s_curEncryptKey ByteU5BU5D_t4116647657* ___s_curEncryptKey_4; public: inline static int32_t get_offset_of_s_sendBuffer_0() { return static_cast(offsetof(Help_t3634822582_StaticFields, ___s_sendBuffer_0)); } inline BetterList_1_t289316694 * get_s_sendBuffer_0() const { return ___s_sendBuffer_0; } inline BetterList_1_t289316694 ** get_address_of_s_sendBuffer_0() { return &___s_sendBuffer_0; } inline void set_s_sendBuffer_0(BetterList_1_t289316694 * value) { ___s_sendBuffer_0 = value; Il2CppCodeGenWriteBarrier((&___s_sendBuffer_0), value); } inline static int32_t get_offset_of_s_receiveBuffer_1() { return static_cast(offsetof(Help_t3634822582_StaticFields, ___s_receiveBuffer_1)); } inline BetterList_1_t289316694 * get_s_receiveBuffer_1() const { return ___s_receiveBuffer_1; } inline BetterList_1_t289316694 ** get_address_of_s_receiveBuffer_1() { return &___s_receiveBuffer_1; } inline void set_s_receiveBuffer_1(BetterList_1_t289316694 * value) { ___s_receiveBuffer_1 = value; Il2CppCodeGenWriteBarrier((&___s_receiveBuffer_1), value); } inline static int32_t get_offset_of_s_staticEncrptLabor_2() { return static_cast(offsetof(Help_t3634822582_StaticFields, ___s_staticEncrptLabor_2)); } inline uint32_t get_s_staticEncrptLabor_2() const { return ___s_staticEncrptLabor_2; } inline uint32_t* get_address_of_s_staticEncrptLabor_2() { return &___s_staticEncrptLabor_2; } inline void set_s_staticEncrptLabor_2(uint32_t value) { ___s_staticEncrptLabor_2 = value; } inline static int32_t get_offset_of_s_LockKey_3() { return static_cast(offsetof(Help_t3634822582_StaticFields, ___s_LockKey_3)); } inline CThreadLock_t3315856551 * get_s_LockKey_3() const { return ___s_LockKey_3; } inline CThreadLock_t3315856551 ** get_address_of_s_LockKey_3() { return &___s_LockKey_3; } inline void set_s_LockKey_3(CThreadLock_t3315856551 * value) { ___s_LockKey_3 = value; Il2CppCodeGenWriteBarrier((&___s_LockKey_3), value); } inline static int32_t get_offset_of_s_curEncryptKey_4() { return static_cast(offsetof(Help_t3634822582_StaticFields, ___s_curEncryptKey_4)); } inline ByteU5BU5D_t4116647657* get_s_curEncryptKey_4() const { return ___s_curEncryptKey_4; } inline ByteU5BU5D_t4116647657** get_address_of_s_curEncryptKey_4() { return &___s_curEncryptKey_4; } inline void set_s_curEncryptKey_4(ByteU5BU5D_t4116647657* value) { ___s_curEncryptKey_4 = value; Il2CppCodeGenWriteBarrier((&___s_curEncryptKey_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HELP_T3634822582_H #ifndef DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2736202052, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2736202052, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2736202052, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2736202052, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2736202052, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef LIST_1_T3384623126_H #define LIST_1_T3384623126_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_t3384623126 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PropInfoU5BU5D_t2524381025* ____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_t3384623126, ____items_1)); } inline PropInfoU5BU5D_t2524381025* get__items_1() const { return ____items_1; } inline PropInfoU5BU5D_t2524381025** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PropInfoU5BU5D_t2524381025* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3384623126, ____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_t3384623126, ____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_t3384623126_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PropInfoU5BU5D_t2524381025* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3384623126_StaticFields, ___EmptyArray_4)); } inline PropInfoU5BU5D_t2524381025* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PropInfoU5BU5D_t2524381025** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PropInfoU5BU5D_t2524381025* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3384623126_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 CTHREADLOCK_T3315856551_H #define CTHREADLOCK_T3315856551_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551 : public RuntimeObject { public: // System.Threading.Mutex DMCore.Framework.Thread.CThreadLock::m_lock Mutex_t3066672582 * ___m_lock_0; public: inline static int32_t get_offset_of_m_lock_0() { return static_cast(offsetof(CThreadLock_t3315856551, ___m_lock_0)); } inline Mutex_t3066672582 * get_m_lock_0() const { return ___m_lock_0; } inline Mutex_t3066672582 ** get_address_of_m_lock_0() { return &___m_lock_0; } inline void set_m_lock_0(Mutex_t3066672582 * value) { ___m_lock_0 = value; Il2CppCodeGenWriteBarrier((&___m_lock_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTHREADLOCK_T3315856551_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 BETTERLIST_1_T289316694_H #define BETTERLIST_1_T289316694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t289316694 : public RuntimeObject { public: // T[] BetterList`1::buffer ByteU5BU5D_t4116647657* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t289316694, ___buffer_0)); } inline ByteU5BU5D_t4116647657* get_buffer_0() const { return ___buffer_0; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ByteU5BU5D_t4116647657* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t289316694, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T289316694_H #ifndef LINKEDLIST_1_T3261532576_H #define LINKEDLIST_1_T3261532576_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t3261532576 : public RuntimeObject { public: // System.UInt32 System.Collections.Generic.LinkedList`1::count uint32_t ___count_2; // System.UInt32 System.Collections.Generic.LinkedList`1::version uint32_t ___version_3; // System.Object System.Collections.Generic.LinkedList`1::syncRoot RuntimeObject * ___syncRoot_4; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::first LinkedListNode_1_t4167061670 * ___first_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::si SerializationInfo_t950877179 * ___si_6; public: inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(LinkedList_1_t3261532576, ___count_2)); } inline uint32_t get_count_2() const { return ___count_2; } inline uint32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(uint32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(LinkedList_1_t3261532576, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_syncRoot_4() { return static_cast(offsetof(LinkedList_1_t3261532576, ___syncRoot_4)); } inline RuntimeObject * get_syncRoot_4() const { return ___syncRoot_4; } inline RuntimeObject ** get_address_of_syncRoot_4() { return &___syncRoot_4; } inline void set_syncRoot_4(RuntimeObject * value) { ___syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&___syncRoot_4), value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(LinkedList_1_t3261532576, ___first_5)); } inline LinkedListNode_1_t4167061670 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t4167061670 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t4167061670 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t3261532576, ___si_6)); } inline SerializationInfo_t950877179 * get_si_6() const { return ___si_6; } inline SerializationInfo_t950877179 ** get_address_of_si_6() { return &___si_6; } inline void set_si_6(SerializationInfo_t950877179 * value) { ___si_6 = value; Il2CppCodeGenWriteBarrier((&___si_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLIST_1_T3261532576_H #ifndef LIST_1_T3594922530_H #define LIST_1_T3594922530_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_t3594922530 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items INetListenerU5BU5D_t3546992549* ____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_t3594922530, ____items_1)); } inline INetListenerU5BU5D_t3546992549* get__items_1() const { return ____items_1; } inline INetListenerU5BU5D_t3546992549** get_address_of__items_1() { return &____items_1; } inline void set__items_1(INetListenerU5BU5D_t3546992549* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3594922530, ____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_t3594922530, ____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_t3594922530_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray INetListenerU5BU5D_t3546992549* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3594922530_StaticFields, ___EmptyArray_4)); } inline INetListenerU5BU5D_t3546992549* get_EmptyArray_4() const { return ___EmptyArray_4; } inline INetListenerU5BU5D_t3546992549** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(INetListenerU5BU5D_t3546992549* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3594922530_H #ifndef EXAMPLEGENCONFIG_T3169068525_H #define EXAMPLEGENCONFIG_T3169068525_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ExampleGenConfig struct ExampleGenConfig_t3169068525 : public RuntimeObject { public: public: }; struct ExampleGenConfig_t3169068525_StaticFields { public: // System.Collections.Generic.List`1 ExampleGenConfig::LuaCallCSharp List_1_t3956019502 * ___LuaCallCSharp_0; // System.Collections.Generic.List`1 ExampleGenConfig::CSharpCallLua List_1_t3956019502 * ___CSharpCallLua_1; // System.Collections.Generic.List`1> ExampleGenConfig::BlackList List_1_t496632877 * ___BlackList_2; public: inline static int32_t get_offset_of_LuaCallCSharp_0() { return static_cast(offsetof(ExampleGenConfig_t3169068525_StaticFields, ___LuaCallCSharp_0)); } inline List_1_t3956019502 * get_LuaCallCSharp_0() const { return ___LuaCallCSharp_0; } inline List_1_t3956019502 ** get_address_of_LuaCallCSharp_0() { return &___LuaCallCSharp_0; } inline void set_LuaCallCSharp_0(List_1_t3956019502 * value) { ___LuaCallCSharp_0 = value; Il2CppCodeGenWriteBarrier((&___LuaCallCSharp_0), value); } inline static int32_t get_offset_of_CSharpCallLua_1() { return static_cast(offsetof(ExampleGenConfig_t3169068525_StaticFields, ___CSharpCallLua_1)); } inline List_1_t3956019502 * get_CSharpCallLua_1() const { return ___CSharpCallLua_1; } inline List_1_t3956019502 ** get_address_of_CSharpCallLua_1() { return &___CSharpCallLua_1; } inline void set_CSharpCallLua_1(List_1_t3956019502 * value) { ___CSharpCallLua_1 = value; Il2CppCodeGenWriteBarrier((&___CSharpCallLua_1), value); } inline static int32_t get_offset_of_BlackList_2() { return static_cast(offsetof(ExampleGenConfig_t3169068525_StaticFields, ___BlackList_2)); } inline List_1_t496632877 * get_BlackList_2() const { return ___BlackList_2; } inline List_1_t496632877 ** get_address_of_BlackList_2() { return &___BlackList_2; } inline void set_BlackList_2(List_1_t496632877 * value) { ___BlackList_2 = value; Il2CppCodeGenWriteBarrier((&___BlackList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXAMPLEGENCONFIG_T3169068525_H #ifndef LIST_1_T3956019502_H #define LIST_1_T3956019502_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_t3956019502 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TypeU5BU5D_t3940880105* ____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_t3956019502, ____items_1)); } inline TypeU5BU5D_t3940880105* get__items_1() const { return ____items_1; } inline TypeU5BU5D_t3940880105** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TypeU5BU5D_t3940880105* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3956019502, ____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_t3956019502, ____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_t3956019502_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TypeU5BU5D_t3940880105* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3956019502_StaticFields, ___EmptyArray_4)); } inline TypeU5BU5D_t3940880105* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TypeU5BU5D_t3940880105* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3956019502_H #ifndef LIST_1_T496632877_H #define LIST_1_T496632877_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_t496632877 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items List_1U5BU5D_t182406414* ____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_t496632877, ____items_1)); } inline List_1U5BU5D_t182406414* get__items_1() const { return ____items_1; } inline List_1U5BU5D_t182406414** get_address_of__items_1() { return &____items_1; } inline void set__items_1(List_1U5BU5D_t182406414* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t496632877, ____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_t496632877, ____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_t496632877_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray List_1U5BU5D_t182406414* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t496632877_StaticFields, ___EmptyArray_4)); } inline List_1U5BU5D_t182406414* get_EmptyArray_4() const { return ___EmptyArray_4; } inline List_1U5BU5D_t182406414** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(List_1U5BU5D_t182406414* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T496632877_H #ifndef INETLINK_T2717826932_H #define INETLINK_T2717826932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.INetLink struct INetLink_t2717826932 : public RuntimeObject { public: // DMCore.Net.CNetReceiver DMCore.Net.INetLink::m_Receiver CNetReceiver_t1076104922 * ___m_Receiver_0; // DMCore.Net.ILinkListener DMCore.Net.INetLink::m_Listener ILinkListener_t2747206916 * ___m_Listener_1; public: inline static int32_t get_offset_of_m_Receiver_0() { return static_cast(offsetof(INetLink_t2717826932, ___m_Receiver_0)); } inline CNetReceiver_t1076104922 * get_m_Receiver_0() const { return ___m_Receiver_0; } inline CNetReceiver_t1076104922 ** get_address_of_m_Receiver_0() { return &___m_Receiver_0; } inline void set_m_Receiver_0(CNetReceiver_t1076104922 * value) { ___m_Receiver_0 = value; Il2CppCodeGenWriteBarrier((&___m_Receiver_0), value); } inline static int32_t get_offset_of_m_Listener_1() { return static_cast(offsetof(INetLink_t2717826932, ___m_Listener_1)); } inline ILinkListener_t2747206916 * get_m_Listener_1() const { return ___m_Listener_1; } inline ILinkListener_t2747206916 ** get_address_of_m_Listener_1() { return &___m_Listener_1; } inline void set_m_Listener_1(ILinkListener_t2747206916 * value) { ___m_Listener_1 = value; Il2CppCodeGenWriteBarrier((&___m_Listener_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETLINK_T2717826932_H #ifndef CMSGACTIVATIONCODE_T2067586702_H #define CMSGACTIVATIONCODE_T2067586702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgActivationCode struct CMsgActivationCode_t2067586702 : public INetMsgBaseC2S_t1364238951 { public: // System.String DMCore.Net.Protocol.CMsgActivationCode::activationCode String_t* ___activationCode_0; public: inline static int32_t get_offset_of_activationCode_0() { return static_cast(offsetof(CMsgActivationCode_t2067586702, ___activationCode_0)); } inline String_t* get_activationCode_0() const { return ___activationCode_0; } inline String_t** get_address_of_activationCode_0() { return &___activationCode_0; } inline void set_activationCode_0(String_t* value) { ___activationCode_0 = value; Il2CppCodeGenWriteBarrier((&___activationCode_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGACTIVATIONCODE_T2067586702_H #ifndef CMSGBEATHEART_T1177153467_H #define CMSGBEATHEART_T1177153467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgBeatHeart struct CMsgBeatHeart_t1177153467 : public INetMsgBaseC2S_t1364238951 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGBEATHEART_T1177153467_H #ifndef DATATABLEMANAGER_T1337041569_H #define DATATABLEMANAGER_T1337041569_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.DataTableManager struct DataTableManager_t1337041569 : public Singleton_1_t3956709311 { public: // System.Collections.Generic.Dictionary`2 FitFun.DataTableManager::dataTableDic Dictionary_2_t3467588163 * ___dataTableDic_1; // System.Char FitFun.DataTableManager::delimeter Il2CppChar ___delimeter_2; public: inline static int32_t get_offset_of_dataTableDic_1() { return static_cast(offsetof(DataTableManager_t1337041569, ___dataTableDic_1)); } inline Dictionary_2_t3467588163 * get_dataTableDic_1() const { return ___dataTableDic_1; } inline Dictionary_2_t3467588163 ** get_address_of_dataTableDic_1() { return &___dataTableDic_1; } inline void set_dataTableDic_1(Dictionary_2_t3467588163 * value) { ___dataTableDic_1 = value; Il2CppCodeGenWriteBarrier((&___dataTableDic_1), value); } inline static int32_t get_offset_of_delimeter_2() { return static_cast(offsetof(DataTableManager_t1337041569, ___delimeter_2)); } inline Il2CppChar get_delimeter_2() const { return ___delimeter_2; } inline Il2CppChar* get_address_of_delimeter_2() { return &___delimeter_2; } inline void set_delimeter_2(Il2CppChar value) { ___delimeter_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATATABLEMANAGER_T1337041569_H #ifndef KEYVALUEPAIR_2_T2858289945_H #define KEYVALUEPAIR_2_T2858289945_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_t2858289945 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value TableRow_t675361479 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2858289945, ___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_t2858289945, ___value_1)); } inline TableRow_t675361479 * get_value_1() const { return ___value_1; } inline TableRow_t675361479 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(TableRow_t675361479 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2858289945_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 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 CMSGBEGINGAME_T955386178_H #define CMSGBEGINGAME_T955386178_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgBeginGame struct CMsgBeginGame_t955386178 : public INetMsgBaseC2S_t1364238951 { public: // System.Int64 DMCore.Net.Protocol.CMsgBeginGame::UserID int64_t ___UserID_0; public: inline static int32_t get_offset_of_UserID_0() { return static_cast(offsetof(CMsgBeginGame_t955386178, ___UserID_0)); } inline int64_t get_UserID_0() const { return ___UserID_0; } inline int64_t* get_address_of_UserID_0() { return &___UserID_0; } inline void set_UserID_0(int64_t value) { ___UserID_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGBEGINGAME_T955386178_H #ifndef KEYVALUEPAIR_2_T1570293034_H #define KEYVALUEPAIR_2_T1570293034_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_t1570293034 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value DataTable_t3682331864 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1570293034, ___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_t1570293034, ___value_1)); } inline DataTable_t3682331864 * get_value_1() const { return ___value_1; } inline DataTable_t3682331864 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(DataTable_t3682331864 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1570293034_H #ifndef KEYVALUEPAIR_2_T3189958568_H #define KEYVALUEPAIR_2_T3189958568_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_t3189958568 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value LinkedList_1_t1903573070 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3189958568, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3189958568, ___value_1)); } inline LinkedList_1_t1903573070 * get_value_1() const { return ___value_1; } inline LinkedList_1_t1903573070 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(LinkedList_1_t1903573070 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3189958568_H #ifndef KEYVALUEPAIR_2_T2463585558_H #define KEYVALUEPAIR_2_T2463585558_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_t2463585558 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Sprite_t280657092 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2463585558, ___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_t2463585558, ___value_1)); } inline Sprite_t280657092 * get_value_1() const { return ___value_1; } inline Sprite_t280657092 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(Sprite_t280657092 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2463585558_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 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 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 REQEUSTITEM_T1619640955_H #define REQEUSTITEM_T1619640955_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CImageManager/ReqeustItem struct ReqeustItem_t1619640955 { public: // CircleImage FitFun.CImageManager/ReqeustItem::img CircleImage_t2126599838 * ___img_0; // System.String FitFun.CImageManager/ReqeustItem::url String_t* ___url_1; // System.String FitFun.CImageManager/ReqeustItem::key String_t* ___key_2; // System.String FitFun.CImageManager/ReqeustItem::localFullPath String_t* ___localFullPath_3; // System.Int32 FitFun.CImageManager/ReqeustItem::failedTryCount int32_t ___failedTryCount_4; public: inline static int32_t get_offset_of_img_0() { return static_cast(offsetof(ReqeustItem_t1619640955, ___img_0)); } inline CircleImage_t2126599838 * get_img_0() const { return ___img_0; } inline CircleImage_t2126599838 ** get_address_of_img_0() { return &___img_0; } inline void set_img_0(CircleImage_t2126599838 * value) { ___img_0 = value; Il2CppCodeGenWriteBarrier((&___img_0), value); } inline static int32_t get_offset_of_url_1() { return static_cast(offsetof(ReqeustItem_t1619640955, ___url_1)); } inline String_t* get_url_1() const { return ___url_1; } inline String_t** get_address_of_url_1() { return &___url_1; } inline void set_url_1(String_t* value) { ___url_1 = value; Il2CppCodeGenWriteBarrier((&___url_1), value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(ReqeustItem_t1619640955, ___key_2)); } inline String_t* get_key_2() const { return ___key_2; } inline String_t** get_address_of_key_2() { return &___key_2; } inline void set_key_2(String_t* value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((&___key_2), value); } inline static int32_t get_offset_of_localFullPath_3() { return static_cast(offsetof(ReqeustItem_t1619640955, ___localFullPath_3)); } inline String_t* get_localFullPath_3() const { return ___localFullPath_3; } inline String_t** get_address_of_localFullPath_3() { return &___localFullPath_3; } inline void set_localFullPath_3(String_t* value) { ___localFullPath_3 = value; Il2CppCodeGenWriteBarrier((&___localFullPath_3), value); } inline static int32_t get_offset_of_failedTryCount_4() { return static_cast(offsetof(ReqeustItem_t1619640955, ___failedTryCount_4)); } inline int32_t get_failedTryCount_4() const { return ___failedTryCount_4; } inline int32_t* get_address_of_failedTryCount_4() { return &___failedTryCount_4; } inline void set_failedTryCount_4(int32_t value) { ___failedTryCount_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of FitFun.CImageManager/ReqeustItem struct ReqeustItem_t1619640955_marshaled_pinvoke { CircleImage_t2126599838 * ___img_0; char* ___url_1; char* ___key_2; char* ___localFullPath_3; int32_t ___failedTryCount_4; }; // Native definition for COM marshalling of FitFun.CImageManager/ReqeustItem struct ReqeustItem_t1619640955_marshaled_com { CircleImage_t2126599838 * ___img_0; Il2CppChar* ___url_1; Il2CppChar* ___key_2; Il2CppChar* ___localFullPath_3; int32_t ___failedTryCount_4; }; #endif // REQEUSTITEM_T1619640955_H #ifndef CMSGACCREGISTER_T524064186_H #define CMSGACCREGISTER_T524064186_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgAccRegister struct CMsgAccRegister_t524064186 : public INetMsgBaseC2S_t1364238951 { public: // System.String DMCore.Net.Protocol.CMsgAccRegister::account String_t* ___account_0; // System.String DMCore.Net.Protocol.CMsgAccRegister::secrte String_t* ___secrte_1; public: inline static int32_t get_offset_of_account_0() { return static_cast(offsetof(CMsgAccRegister_t524064186, ___account_0)); } inline String_t* get_account_0() const { return ___account_0; } inline String_t** get_address_of_account_0() { return &___account_0; } inline void set_account_0(String_t* value) { ___account_0 = value; Il2CppCodeGenWriteBarrier((&___account_0), value); } inline static int32_t get_offset_of_secrte_1() { return static_cast(offsetof(CMsgAccRegister_t524064186, ___secrte_1)); } inline String_t* get_secrte_1() const { return ___secrte_1; } inline String_t** get_address_of_secrte_1() { return &___secrte_1; } inline void set_secrte_1(String_t* value) { ___secrte_1 = value; Il2CppCodeGenWriteBarrier((&___secrte_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGACCREGISTER_T524064186_H #ifndef CMSGACC_T1490163161_H #define CMSGACC_T1490163161_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgAcc struct CMsgAcc_t1490163161 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgAcc::version int32_t ___version_0; // System.String DMCore.Net.Protocol.CMsgAcc::account String_t* ___account_1; // System.String DMCore.Net.Protocol.CMsgAcc::secrte String_t* ___secrte_2; public: inline static int32_t get_offset_of_version_0() { return static_cast(offsetof(CMsgAcc_t1490163161, ___version_0)); } inline int32_t get_version_0() const { return ___version_0; } inline int32_t* get_address_of_version_0() { return &___version_0; } inline void set_version_0(int32_t value) { ___version_0 = value; } inline static int32_t get_offset_of_account_1() { return static_cast(offsetof(CMsgAcc_t1490163161, ___account_1)); } inline String_t* get_account_1() const { return ___account_1; } inline String_t** get_address_of_account_1() { return &___account_1; } inline void set_account_1(String_t* value) { ___account_1 = value; Il2CppCodeGenWriteBarrier((&___account_1), value); } inline static int32_t get_offset_of_secrte_2() { return static_cast(offsetof(CMsgAcc_t1490163161, ___secrte_2)); } inline String_t* get_secrte_2() const { return ___secrte_2; } inline String_t** get_address_of_secrte_2() { return &___secrte_2; } inline void set_secrte_2(String_t* value) { ___secrte_2 = value; Il2CppCodeGenWriteBarrier((&___secrte_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGACC_T1490163161_H #ifndef CMSGRELINK_T1870076565_H #define CMSGRELINK_T1870076565_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgRelink struct CMsgRelink_t1870076565 : public INetMsgBaseC2S_t1364238951 { public: // System.Int64 DMCore.Net.Protocol.CMsgRelink::UserID int64_t ___UserID_0; public: inline static int32_t get_offset_of_UserID_0() { return static_cast(offsetof(CMsgRelink_t1870076565, ___UserID_0)); } inline int64_t get_UserID_0() const { return ___UserID_0; } inline int64_t* get_address_of_UserID_0() { return &___UserID_0; } inline void set_UserID_0(int64_t value) { ___UserID_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGRELINK_T1870076565_H #ifndef CMSGLOGINLOBBY_T3466726137_H #define CMSGLOGINLOBBY_T3466726137_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgLoginLobby struct CMsgLoginLobby_t3466726137 : public INetMsgBaseC2S_t1364238951 { public: // System.Int64 DMCore.Net.Protocol.CMsgLoginLobby::UserID int64_t ___UserID_0; // System.Int32 DMCore.Net.Protocol.CMsgLoginLobby::MobilePlatform int32_t ___MobilePlatform_1; // System.String DMCore.Net.Protocol.CMsgLoginLobby::LedouChannelId String_t* ___LedouChannelId_2; // System.String DMCore.Net.Protocol.CMsgLoginLobby::GameVersion String_t* ___GameVersion_3; // System.String DMCore.Net.Protocol.CMsgLoginLobby::DevicesId String_t* ___DevicesId_4; // System.String DMCore.Net.Protocol.CMsgLoginLobby::OSVersion String_t* ___OSVersion_5; // System.String DMCore.Net.Protocol.CMsgLoginLobby::MobileModel String_t* ___MobileModel_6; // System.String DMCore.Net.Protocol.CMsgLoginLobby::ServiceProvider String_t* ___ServiceProvider_7; // System.String DMCore.Net.Protocol.CMsgLoginLobby::NetType String_t* ___NetType_8; // System.String DMCore.Net.Protocol.CMsgLoginLobby::strMac String_t* ___strMac_9; // System.String DMCore.Net.Protocol.CMsgLoginLobby::PorUid String_t* ___PorUid_10; // System.String DMCore.Net.Protocol.CMsgLoginLobby::Uid String_t* ___Uid_11; // System.String DMCore.Net.Protocol.CMsgLoginLobby::ChannelCode String_t* ___ChannelCode_12; // System.String DMCore.Net.Protocol.CMsgLoginLobby::Audit String_t* ___Audit_13; public: inline static int32_t get_offset_of_UserID_0() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___UserID_0)); } inline int64_t get_UserID_0() const { return ___UserID_0; } inline int64_t* get_address_of_UserID_0() { return &___UserID_0; } inline void set_UserID_0(int64_t value) { ___UserID_0 = value; } inline static int32_t get_offset_of_MobilePlatform_1() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___MobilePlatform_1)); } inline int32_t get_MobilePlatform_1() const { return ___MobilePlatform_1; } inline int32_t* get_address_of_MobilePlatform_1() { return &___MobilePlatform_1; } inline void set_MobilePlatform_1(int32_t value) { ___MobilePlatform_1 = value; } inline static int32_t get_offset_of_LedouChannelId_2() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___LedouChannelId_2)); } inline String_t* get_LedouChannelId_2() const { return ___LedouChannelId_2; } inline String_t** get_address_of_LedouChannelId_2() { return &___LedouChannelId_2; } inline void set_LedouChannelId_2(String_t* value) { ___LedouChannelId_2 = value; Il2CppCodeGenWriteBarrier((&___LedouChannelId_2), value); } inline static int32_t get_offset_of_GameVersion_3() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___GameVersion_3)); } inline String_t* get_GameVersion_3() const { return ___GameVersion_3; } inline String_t** get_address_of_GameVersion_3() { return &___GameVersion_3; } inline void set_GameVersion_3(String_t* value) { ___GameVersion_3 = value; Il2CppCodeGenWriteBarrier((&___GameVersion_3), value); } inline static int32_t get_offset_of_DevicesId_4() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___DevicesId_4)); } inline String_t* get_DevicesId_4() const { return ___DevicesId_4; } inline String_t** get_address_of_DevicesId_4() { return &___DevicesId_4; } inline void set_DevicesId_4(String_t* value) { ___DevicesId_4 = value; Il2CppCodeGenWriteBarrier((&___DevicesId_4), value); } inline static int32_t get_offset_of_OSVersion_5() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___OSVersion_5)); } inline String_t* get_OSVersion_5() const { return ___OSVersion_5; } inline String_t** get_address_of_OSVersion_5() { return &___OSVersion_5; } inline void set_OSVersion_5(String_t* value) { ___OSVersion_5 = value; Il2CppCodeGenWriteBarrier((&___OSVersion_5), value); } inline static int32_t get_offset_of_MobileModel_6() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___MobileModel_6)); } inline String_t* get_MobileModel_6() const { return ___MobileModel_6; } inline String_t** get_address_of_MobileModel_6() { return &___MobileModel_6; } inline void set_MobileModel_6(String_t* value) { ___MobileModel_6 = value; Il2CppCodeGenWriteBarrier((&___MobileModel_6), value); } inline static int32_t get_offset_of_ServiceProvider_7() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___ServiceProvider_7)); } inline String_t* get_ServiceProvider_7() const { return ___ServiceProvider_7; } inline String_t** get_address_of_ServiceProvider_7() { return &___ServiceProvider_7; } inline void set_ServiceProvider_7(String_t* value) { ___ServiceProvider_7 = value; Il2CppCodeGenWriteBarrier((&___ServiceProvider_7), value); } inline static int32_t get_offset_of_NetType_8() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___NetType_8)); } inline String_t* get_NetType_8() const { return ___NetType_8; } inline String_t** get_address_of_NetType_8() { return &___NetType_8; } inline void set_NetType_8(String_t* value) { ___NetType_8 = value; Il2CppCodeGenWriteBarrier((&___NetType_8), value); } inline static int32_t get_offset_of_strMac_9() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___strMac_9)); } inline String_t* get_strMac_9() const { return ___strMac_9; } inline String_t** get_address_of_strMac_9() { return &___strMac_9; } inline void set_strMac_9(String_t* value) { ___strMac_9 = value; Il2CppCodeGenWriteBarrier((&___strMac_9), value); } inline static int32_t get_offset_of_PorUid_10() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___PorUid_10)); } inline String_t* get_PorUid_10() const { return ___PorUid_10; } inline String_t** get_address_of_PorUid_10() { return &___PorUid_10; } inline void set_PorUid_10(String_t* value) { ___PorUid_10 = value; Il2CppCodeGenWriteBarrier((&___PorUid_10), value); } inline static int32_t get_offset_of_Uid_11() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___Uid_11)); } inline String_t* get_Uid_11() const { return ___Uid_11; } inline String_t** get_address_of_Uid_11() { return &___Uid_11; } inline void set_Uid_11(String_t* value) { ___Uid_11 = value; Il2CppCodeGenWriteBarrier((&___Uid_11), value); } inline static int32_t get_offset_of_ChannelCode_12() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___ChannelCode_12)); } inline String_t* get_ChannelCode_12() const { return ___ChannelCode_12; } inline String_t** get_address_of_ChannelCode_12() { return &___ChannelCode_12; } inline void set_ChannelCode_12(String_t* value) { ___ChannelCode_12 = value; Il2CppCodeGenWriteBarrier((&___ChannelCode_12), value); } inline static int32_t get_offset_of_Audit_13() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___Audit_13)); } inline String_t* get_Audit_13() const { return ___Audit_13; } inline String_t** get_address_of_Audit_13() { return &___Audit_13; } inline void set_Audit_13(String_t* value) { ___Audit_13 = value; Il2CppCodeGenWriteBarrier((&___Audit_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGLOGINLOBBY_T3466726137_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 ENUMERATOR_T3350232909_H #define ENUMERATOR_T3350232909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t3350232909 { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::hashset HashSet_1_t1645055638 * ___hashset_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::stamp int32_t ___stamp_2; // T System.Collections.Generic.HashSet`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_hashset_0() { return static_cast(offsetof(Enumerator_t3350232909, ___hashset_0)); } inline HashSet_1_t1645055638 * get_hashset_0() const { return ___hashset_0; } inline HashSet_1_t1645055638 ** get_address_of_hashset_0() { return &___hashset_0; } inline void set_hashset_0(HashSet_1_t1645055638 * value) { ___hashset_0 = value; Il2CppCodeGenWriteBarrier((&___hashset_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3350232909, ___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_t3350232909, ___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_t3350232909, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3350232909_H #ifndef CMSGLOGIN_T1892686458_H #define CMSGLOGIN_T1892686458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgLogin struct CMsgLogin_t1892686458 : public INetMsgBaseC2S_t1364238951 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGLOGIN_T1892686458_H #ifndef ENUMERATOR_T4033209164_H #define ENUMERATOR_T4033209164_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t4033209164 { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::hashset HashSet_1_t2328031893 * ___hashset_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::stamp int32_t ___stamp_2; // T System.Collections.Generic.HashSet`1/Enumerator::current IReloadSite_t3763082419 * ___current_3; public: inline static int32_t get_offset_of_hashset_0() { return static_cast(offsetof(Enumerator_t4033209164, ___hashset_0)); } inline HashSet_1_t2328031893 * get_hashset_0() const { return ___hashset_0; } inline HashSet_1_t2328031893 ** get_address_of_hashset_0() { return &___hashset_0; } inline void set_hashset_0(HashSet_1_t2328031893 * value) { ___hashset_0 = value; Il2CppCodeGenWriteBarrier((&___hashset_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t4033209164, ___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_t4033209164, ___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_t4033209164, ___current_3)); } inline IReloadSite_t3763082419 * get_current_3() const { return ___current_3; } inline IReloadSite_t3763082419 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(IReloadSite_t3763082419 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T4033209164_H #ifndef CRELOADMANAGER_T2765377692_H #define CRELOADMANAGER_T2765377692_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CReloadManager struct CReloadManager_t2765377692 : public Singleton_1_t1090078138 { public: // System.Collections.Generic.HashSet`1 FitFun.CReloadManager::m_listAll HashSet_1_t2328031893 * ___m_listAll_1; public: inline static int32_t get_offset_of_m_listAll_1() { return static_cast(offsetof(CReloadManager_t2765377692, ___m_listAll_1)); } inline HashSet_1_t2328031893 * get_m_listAll_1() const { return ___m_listAll_1; } inline HashSet_1_t2328031893 ** get_address_of_m_listAll_1() { return &___m_listAll_1; } inline void set_m_listAll_1(HashSet_1_t2328031893 * value) { ___m_listAll_1 = value; Il2CppCodeGenWriteBarrier((&___m_listAll_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRELOADMANAGER_T2765377692_H #ifndef CMSGLEDOUACC_T436276660_H #define CMSGLEDOUACC_T436276660_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgLedouAcc struct CMsgLedouAcc_t436276660 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgLedouAcc::version int32_t ___version_0; // System.String DMCore.Net.Protocol.CMsgLedouAcc::openId String_t* ___openId_1; // System.String DMCore.Net.Protocol.CMsgLedouAcc::gameId String_t* ___gameId_2; // System.String DMCore.Net.Protocol.CMsgLedouAcc::sessionId String_t* ___sessionId_3; // System.String DMCore.Net.Protocol.CMsgLedouAcc::whiteSign String_t* ___whiteSign_4; public: inline static int32_t get_offset_of_version_0() { return static_cast(offsetof(CMsgLedouAcc_t436276660, ___version_0)); } inline int32_t get_version_0() const { return ___version_0; } inline int32_t* get_address_of_version_0() { return &___version_0; } inline void set_version_0(int32_t value) { ___version_0 = value; } inline static int32_t get_offset_of_openId_1() { return static_cast(offsetof(CMsgLedouAcc_t436276660, ___openId_1)); } inline String_t* get_openId_1() const { return ___openId_1; } inline String_t** get_address_of_openId_1() { return &___openId_1; } inline void set_openId_1(String_t* value) { ___openId_1 = value; Il2CppCodeGenWriteBarrier((&___openId_1), value); } inline static int32_t get_offset_of_gameId_2() { return static_cast(offsetof(CMsgLedouAcc_t436276660, ___gameId_2)); } inline String_t* get_gameId_2() const { return ___gameId_2; } inline String_t** get_address_of_gameId_2() { return &___gameId_2; } inline void set_gameId_2(String_t* value) { ___gameId_2 = value; Il2CppCodeGenWriteBarrier((&___gameId_2), value); } inline static int32_t get_offset_of_sessionId_3() { return static_cast(offsetof(CMsgLedouAcc_t436276660, ___sessionId_3)); } inline String_t* get_sessionId_3() const { return ___sessionId_3; } inline String_t** get_address_of_sessionId_3() { return &___sessionId_3; } inline void set_sessionId_3(String_t* value) { ___sessionId_3 = value; Il2CppCodeGenWriteBarrier((&___sessionId_3), value); } inline static int32_t get_offset_of_whiteSign_4() { return static_cast(offsetof(CMsgLedouAcc_t436276660, ___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 // CMSGLEDOUACC_T436276660_H #ifndef CMSGLEDOUACC_GUEST_T2051627822_H #define CMSGLEDOUACC_GUEST_T2051627822_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgLedouAcc_Guest struct CMsgLedouAcc_Guest_t2051627822 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgLedouAcc_Guest::version int32_t ___version_0; // System.String DMCore.Net.Protocol.CMsgLedouAcc_Guest::openId String_t* ___openId_1; // System.String DMCore.Net.Protocol.CMsgLedouAcc_Guest::gameId String_t* ___gameId_2; // System.String DMCore.Net.Protocol.CMsgLedouAcc_Guest::sessionId String_t* ___sessionId_3; // System.String DMCore.Net.Protocol.CMsgLedouAcc_Guest::whiteSign String_t* ___whiteSign_4; public: inline static int32_t get_offset_of_version_0() { return static_cast(offsetof(CMsgLedouAcc_Guest_t2051627822, ___version_0)); } inline int32_t get_version_0() const { return ___version_0; } inline int32_t* get_address_of_version_0() { return &___version_0; } inline void set_version_0(int32_t value) { ___version_0 = value; } inline static int32_t get_offset_of_openId_1() { return static_cast(offsetof(CMsgLedouAcc_Guest_t2051627822, ___openId_1)); } inline String_t* get_openId_1() const { return ___openId_1; } inline String_t** get_address_of_openId_1() { return &___openId_1; } inline void set_openId_1(String_t* value) { ___openId_1 = value; Il2CppCodeGenWriteBarrier((&___openId_1), value); } inline static int32_t get_offset_of_gameId_2() { return static_cast(offsetof(CMsgLedouAcc_Guest_t2051627822, ___gameId_2)); } inline String_t* get_gameId_2() const { return ___gameId_2; } inline String_t** get_address_of_gameId_2() { return &___gameId_2; } inline void set_gameId_2(String_t* value) { ___gameId_2 = value; Il2CppCodeGenWriteBarrier((&___gameId_2), value); } inline static int32_t get_offset_of_sessionId_3() { return static_cast(offsetof(CMsgLedouAcc_Guest_t2051627822, ___sessionId_3)); } inline String_t* get_sessionId_3() const { return ___sessionId_3; } inline String_t** get_address_of_sessionId_3() { return &___sessionId_3; } inline void set_sessionId_3(String_t* value) { ___sessionId_3 = value; Il2CppCodeGenWriteBarrier((&___sessionId_3), value); } inline static int32_t get_offset_of_whiteSign_4() { return static_cast(offsetof(CMsgLedouAcc_Guest_t2051627822, ___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 // CMSGLEDOUACC_GUEST_T2051627822_H #ifndef CMSGENTRYROOM_T3749823927_H #define CMSGENTRYROOM_T3749823927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgEntryRoom struct CMsgEntryRoom_t3749823927 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::nEntryType int32_t ___nEntryType_0; // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::nRoomMainType int32_t ___nRoomMainType_1; // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::nRoomType int32_t ___nRoomType_2; // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::nRoomId int32_t ___nRoomId_3; // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::nGuildPass int32_t ___nGuildPass_4; // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::num int32_t ___num_5; // System.String DMCore.Net.Protocol.CMsgEntryRoom::password String_t* ___password_6; // System.Collections.Generic.List`1 DMCore.Net.Protocol.CMsgEntryRoom::modeId List_1_t128053199 * ___modeId_7; // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::sceneID int32_t ___sceneID_8; public: inline static int32_t get_offset_of_nEntryType_0() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___nEntryType_0)); } inline int32_t get_nEntryType_0() const { return ___nEntryType_0; } inline int32_t* get_address_of_nEntryType_0() { return &___nEntryType_0; } inline void set_nEntryType_0(int32_t value) { ___nEntryType_0 = value; } inline static int32_t get_offset_of_nRoomMainType_1() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___nRoomMainType_1)); } inline int32_t get_nRoomMainType_1() const { return ___nRoomMainType_1; } inline int32_t* get_address_of_nRoomMainType_1() { return &___nRoomMainType_1; } inline void set_nRoomMainType_1(int32_t value) { ___nRoomMainType_1 = value; } inline static int32_t get_offset_of_nRoomType_2() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___nRoomType_2)); } inline int32_t get_nRoomType_2() const { return ___nRoomType_2; } inline int32_t* get_address_of_nRoomType_2() { return &___nRoomType_2; } inline void set_nRoomType_2(int32_t value) { ___nRoomType_2 = value; } inline static int32_t get_offset_of_nRoomId_3() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___nRoomId_3)); } inline int32_t get_nRoomId_3() const { return ___nRoomId_3; } inline int32_t* get_address_of_nRoomId_3() { return &___nRoomId_3; } inline void set_nRoomId_3(int32_t value) { ___nRoomId_3 = value; } inline static int32_t get_offset_of_nGuildPass_4() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___nGuildPass_4)); } inline int32_t get_nGuildPass_4() const { return ___nGuildPass_4; } inline int32_t* get_address_of_nGuildPass_4() { return &___nGuildPass_4; } inline void set_nGuildPass_4(int32_t value) { ___nGuildPass_4 = value; } inline static int32_t get_offset_of_num_5() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___num_5)); } inline int32_t get_num_5() const { return ___num_5; } inline int32_t* get_address_of_num_5() { return &___num_5; } inline void set_num_5(int32_t value) { ___num_5 = value; } inline static int32_t get_offset_of_password_6() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___password_6)); } inline String_t* get_password_6() const { return ___password_6; } inline String_t** get_address_of_password_6() { return &___password_6; } inline void set_password_6(String_t* value) { ___password_6 = value; Il2CppCodeGenWriteBarrier((&___password_6), value); } inline static int32_t get_offset_of_modeId_7() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___modeId_7)); } inline List_1_t128053199 * get_modeId_7() const { return ___modeId_7; } inline List_1_t128053199 ** get_address_of_modeId_7() { return &___modeId_7; } inline void set_modeId_7(List_1_t128053199 * value) { ___modeId_7 = value; Il2CppCodeGenWriteBarrier((&___modeId_7), value); } inline static int32_t get_offset_of_sceneID_8() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___sceneID_8)); } inline int32_t get_sceneID_8() const { return ___sceneID_8; } inline int32_t* get_address_of_sceneID_8() { return &___sceneID_8; } inline void set_sceneID_8(int32_t value) { ___sceneID_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGENTRYROOM_T3749823927_H #ifndef CMSGCHECKNAME_T3454396508_H #define CMSGCHECKNAME_T3454396508_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgCheckName struct CMsgCheckName_t3454396508 : public INetMsgBaseC2S_t1364238951 { public: // System.String DMCore.Net.Protocol.CMsgCheckName::_newName String_t* ____newName_0; public: inline static int32_t get_offset_of__newName_0() { return static_cast(offsetof(CMsgCheckName_t3454396508, ____newName_0)); } inline String_t* get__newName_0() const { return ____newName_0; } inline String_t** get_address_of__newName_0() { return &____newName_0; } inline void set__newName_0(String_t* value) { ____newName_0 = value; Il2CppCodeGenWriteBarrier((&____newName_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGCHECKNAME_T3454396508_H #ifndef CMSGREQUESTMARRYLIST_T3979900726_H #define CMSGREQUESTMARRYLIST_T3979900726_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgRequestMarryList struct CMsgRequestMarryList_t3979900726 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgRequestMarryList::nSelectType int32_t ___nSelectType_0; // System.Int32 DMCore.Net.Protocol.CMsgRequestMarryList::nPage int32_t ___nPage_1; public: inline static int32_t get_offset_of_nSelectType_0() { return static_cast(offsetof(CMsgRequestMarryList_t3979900726, ___nSelectType_0)); } inline int32_t get_nSelectType_0() const { return ___nSelectType_0; } inline int32_t* get_address_of_nSelectType_0() { return &___nSelectType_0; } inline void set_nSelectType_0(int32_t value) { ___nSelectType_0 = value; } inline static int32_t get_offset_of_nPage_1() { return static_cast(offsetof(CMsgRequestMarryList_t3979900726, ___nPage_1)); } inline int32_t get_nPage_1() const { return ___nPage_1; } inline int32_t* get_address_of_nPage_1() { return &___nPage_1; } inline void set_nPage_1(int32_t value) { ___nPage_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGREQUESTMARRYLIST_T3979900726_H #ifndef CMSGCLIENTSTAGEREADY_T250050675_H #define CMSGCLIENTSTAGEREADY_T250050675_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgClientStageReady struct CMsgClientStageReady_t250050675 : public INetMsgBaseC2S_t1364238951 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGCLIENTSTAGEREADY_T250050675_H #ifndef CLOCALIZATION_T1354560455_H #define CLOCALIZATION_T1354560455_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CLocalization struct CLocalization_t1354560455 : public Singleton_1_t3974228197 { public: // System.Collections.Generic.Dictionary`2 FitFun.CLocalization::m_DataSet Dictionary_2_t1632706988 * ___m_DataSet_1; public: inline static int32_t get_offset_of_m_DataSet_1() { return static_cast(offsetof(CLocalization_t1354560455, ___m_DataSet_1)); } inline Dictionary_2_t1632706988 * get_m_DataSet_1() const { return ___m_DataSet_1; } inline Dictionary_2_t1632706988 ** get_address_of_m_DataSet_1() { return &___m_DataSet_1; } inline void set_m_DataSet_1(Dictionary_2_t1632706988 * value) { ___m_DataSet_1 = value; Il2CppCodeGenWriteBarrier((&___m_DataSet_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCALIZATION_T1354560455_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 CMSGCREATEROLE_T3471207702_H #define CMSGCREATEROLE_T3471207702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgCreateRole struct CMsgCreateRole_t3471207702 : public INetMsgBaseC2S_t1364238951 { public: // System.Int64 DMCore.Net.Protocol.CMsgCreateRole::UserID int64_t ___UserID_0; // System.Int16 DMCore.Net.Protocol.CMsgCreateRole::Sex int16_t ___Sex_1; // System.String DMCore.Net.Protocol.CMsgCreateRole::Name String_t* ___Name_2; // System.Int32 DMCore.Net.Protocol.CMsgCreateRole::MobilePlatform int32_t ___MobilePlatform_3; // System.String DMCore.Net.Protocol.CMsgCreateRole::LedouChannelId String_t* ___LedouChannelId_4; // System.String DMCore.Net.Protocol.CMsgCreateRole::GameVersion String_t* ___GameVersion_5; // System.String DMCore.Net.Protocol.CMsgCreateRole::DevicesId String_t* ___DevicesId_6; // System.String DMCore.Net.Protocol.CMsgCreateRole::OSVersion String_t* ___OSVersion_7; // System.String DMCore.Net.Protocol.CMsgCreateRole::MobileModel String_t* ___MobileModel_8; // System.String DMCore.Net.Protocol.CMsgCreateRole::ServiceProvider String_t* ___ServiceProvider_9; // System.String DMCore.Net.Protocol.CMsgCreateRole::NetType String_t* ___NetType_10; // System.String DMCore.Net.Protocol.CMsgCreateRole::Fashions String_t* ___Fashions_11; // System.Int32 DMCore.Net.Protocol.CMsgCreateRole::Character int32_t ___Character_12; // System.String DMCore.Net.Protocol.CMsgCreateRole::strMac String_t* ___strMac_13; // System.String DMCore.Net.Protocol.CMsgCreateRole::PorUid String_t* ___PorUid_14; // System.String DMCore.Net.Protocol.CMsgCreateRole::Uid String_t* ___Uid_15; // System.String DMCore.Net.Protocol.CMsgCreateRole::ChannelCode String_t* ___ChannelCode_16; // System.String DMCore.Net.Protocol.CMsgCreateRole::Audit String_t* ___Audit_17; public: inline static int32_t get_offset_of_UserID_0() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___UserID_0)); } inline int64_t get_UserID_0() const { return ___UserID_0; } inline int64_t* get_address_of_UserID_0() { return &___UserID_0; } inline void set_UserID_0(int64_t value) { ___UserID_0 = value; } inline static int32_t get_offset_of_Sex_1() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___Sex_1)); } inline int16_t get_Sex_1() const { return ___Sex_1; } inline int16_t* get_address_of_Sex_1() { return &___Sex_1; } inline void set_Sex_1(int16_t value) { ___Sex_1 = value; } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___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_MobilePlatform_3() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___MobilePlatform_3)); } inline int32_t get_MobilePlatform_3() const { return ___MobilePlatform_3; } inline int32_t* get_address_of_MobilePlatform_3() { return &___MobilePlatform_3; } inline void set_MobilePlatform_3(int32_t value) { ___MobilePlatform_3 = value; } inline static int32_t get_offset_of_LedouChannelId_4() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___LedouChannelId_4)); } inline String_t* get_LedouChannelId_4() const { return ___LedouChannelId_4; } inline String_t** get_address_of_LedouChannelId_4() { return &___LedouChannelId_4; } inline void set_LedouChannelId_4(String_t* value) { ___LedouChannelId_4 = value; Il2CppCodeGenWriteBarrier((&___LedouChannelId_4), value); } inline static int32_t get_offset_of_GameVersion_5() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___GameVersion_5)); } inline String_t* get_GameVersion_5() const { return ___GameVersion_5; } inline String_t** get_address_of_GameVersion_5() { return &___GameVersion_5; } inline void set_GameVersion_5(String_t* value) { ___GameVersion_5 = value; Il2CppCodeGenWriteBarrier((&___GameVersion_5), value); } inline static int32_t get_offset_of_DevicesId_6() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___DevicesId_6)); } inline String_t* get_DevicesId_6() const { return ___DevicesId_6; } inline String_t** get_address_of_DevicesId_6() { return &___DevicesId_6; } inline void set_DevicesId_6(String_t* value) { ___DevicesId_6 = value; Il2CppCodeGenWriteBarrier((&___DevicesId_6), value); } inline static int32_t get_offset_of_OSVersion_7() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___OSVersion_7)); } inline String_t* get_OSVersion_7() const { return ___OSVersion_7; } inline String_t** get_address_of_OSVersion_7() { return &___OSVersion_7; } inline void set_OSVersion_7(String_t* value) { ___OSVersion_7 = value; Il2CppCodeGenWriteBarrier((&___OSVersion_7), value); } inline static int32_t get_offset_of_MobileModel_8() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___MobileModel_8)); } inline String_t* get_MobileModel_8() const { return ___MobileModel_8; } inline String_t** get_address_of_MobileModel_8() { return &___MobileModel_8; } inline void set_MobileModel_8(String_t* value) { ___MobileModel_8 = value; Il2CppCodeGenWriteBarrier((&___MobileModel_8), value); } inline static int32_t get_offset_of_ServiceProvider_9() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___ServiceProvider_9)); } inline String_t* get_ServiceProvider_9() const { return ___ServiceProvider_9; } inline String_t** get_address_of_ServiceProvider_9() { return &___ServiceProvider_9; } inline void set_ServiceProvider_9(String_t* value) { ___ServiceProvider_9 = value; Il2CppCodeGenWriteBarrier((&___ServiceProvider_9), value); } inline static int32_t get_offset_of_NetType_10() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___NetType_10)); } inline String_t* get_NetType_10() const { return ___NetType_10; } inline String_t** get_address_of_NetType_10() { return &___NetType_10; } inline void set_NetType_10(String_t* value) { ___NetType_10 = value; Il2CppCodeGenWriteBarrier((&___NetType_10), value); } inline static int32_t get_offset_of_Fashions_11() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___Fashions_11)); } inline String_t* get_Fashions_11() const { return ___Fashions_11; } inline String_t** get_address_of_Fashions_11() { return &___Fashions_11; } inline void set_Fashions_11(String_t* value) { ___Fashions_11 = value; Il2CppCodeGenWriteBarrier((&___Fashions_11), value); } inline static int32_t get_offset_of_Character_12() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___Character_12)); } inline int32_t get_Character_12() const { return ___Character_12; } inline int32_t* get_address_of_Character_12() { return &___Character_12; } inline void set_Character_12(int32_t value) { ___Character_12 = value; } inline static int32_t get_offset_of_strMac_13() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___strMac_13)); } inline String_t* get_strMac_13() const { return ___strMac_13; } inline String_t** get_address_of_strMac_13() { return &___strMac_13; } inline void set_strMac_13(String_t* value) { ___strMac_13 = value; Il2CppCodeGenWriteBarrier((&___strMac_13), value); } inline static int32_t get_offset_of_PorUid_14() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___PorUid_14)); } inline String_t* get_PorUid_14() const { return ___PorUid_14; } inline String_t** get_address_of_PorUid_14() { return &___PorUid_14; } inline void set_PorUid_14(String_t* value) { ___PorUid_14 = value; Il2CppCodeGenWriteBarrier((&___PorUid_14), value); } inline static int32_t get_offset_of_Uid_15() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___Uid_15)); } inline String_t* get_Uid_15() const { return ___Uid_15; } inline String_t** get_address_of_Uid_15() { return &___Uid_15; } inline void set_Uid_15(String_t* value) { ___Uid_15 = value; Il2CppCodeGenWriteBarrier((&___Uid_15), value); } inline static int32_t get_offset_of_ChannelCode_16() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___ChannelCode_16)); } inline String_t* get_ChannelCode_16() const { return ___ChannelCode_16; } inline String_t** get_address_of_ChannelCode_16() { return &___ChannelCode_16; } inline void set_ChannelCode_16(String_t* value) { ___ChannelCode_16 = value; Il2CppCodeGenWriteBarrier((&___ChannelCode_16), value); } inline static int32_t get_offset_of_Audit_17() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___Audit_17)); } inline String_t* get_Audit_17() const { return ___Audit_17; } inline String_t** get_address_of_Audit_17() { return &___Audit_17; } inline void set_Audit_17(String_t* value) { ___Audit_17 = value; Il2CppCodeGenWriteBarrier((&___Audit_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGCREATEROLE_T3471207702_H #ifndef CMSGCREATEROOM_T3470683415_H #define CMSGCREATEROOM_T3470683415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgCreateRoom struct CMsgCreateRoom_t3470683415 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgCreateRoom::nSceneModel int32_t ___nSceneModel_0; // System.Int32 DMCore.Net.Protocol.CMsgCreateRoom::nRoomMainType int32_t ___nRoomMainType_1; // System.Int32 DMCore.Net.Protocol.CMsgCreateRoom::nRoomType int32_t ___nRoomType_2; // System.Int32 DMCore.Net.Protocol.CMsgCreateRoom::nGuildPass int32_t ___nGuildPass_3; // System.Int32 DMCore.Net.Protocol.CMsgCreateRoom::nItemID int32_t ___nItemID_4; // System.String DMCore.Net.Protocol.CMsgCreateRoom::roomName String_t* ___roomName_5; // System.String DMCore.Net.Protocol.CMsgCreateRoom::password String_t* ___password_6; public: inline static int32_t get_offset_of_nSceneModel_0() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___nSceneModel_0)); } inline int32_t get_nSceneModel_0() const { return ___nSceneModel_0; } inline int32_t* get_address_of_nSceneModel_0() { return &___nSceneModel_0; } inline void set_nSceneModel_0(int32_t value) { ___nSceneModel_0 = value; } inline static int32_t get_offset_of_nRoomMainType_1() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___nRoomMainType_1)); } inline int32_t get_nRoomMainType_1() const { return ___nRoomMainType_1; } inline int32_t* get_address_of_nRoomMainType_1() { return &___nRoomMainType_1; } inline void set_nRoomMainType_1(int32_t value) { ___nRoomMainType_1 = value; } inline static int32_t get_offset_of_nRoomType_2() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___nRoomType_2)); } inline int32_t get_nRoomType_2() const { return ___nRoomType_2; } inline int32_t* get_address_of_nRoomType_2() { return &___nRoomType_2; } inline void set_nRoomType_2(int32_t value) { ___nRoomType_2 = value; } inline static int32_t get_offset_of_nGuildPass_3() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___nGuildPass_3)); } inline int32_t get_nGuildPass_3() const { return ___nGuildPass_3; } inline int32_t* get_address_of_nGuildPass_3() { return &___nGuildPass_3; } inline void set_nGuildPass_3(int32_t value) { ___nGuildPass_3 = value; } inline static int32_t get_offset_of_nItemID_4() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___nItemID_4)); } inline int32_t get_nItemID_4() const { return ___nItemID_4; } inline int32_t* get_address_of_nItemID_4() { return &___nItemID_4; } inline void set_nItemID_4(int32_t value) { ___nItemID_4 = value; } inline static int32_t get_offset_of_roomName_5() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___roomName_5)); } inline String_t* get_roomName_5() const { return ___roomName_5; } inline String_t** get_address_of_roomName_5() { return &___roomName_5; } inline void set_roomName_5(String_t* value) { ___roomName_5 = value; Il2CppCodeGenWriteBarrier((&___roomName_5), value); } inline static int32_t get_offset_of_password_6() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___password_6)); } inline String_t* get_password_6() const { return ___password_6; } inline String_t** get_address_of_password_6() { return &___password_6; } inline void set_password_6(String_t* value) { ___password_6 = value; Il2CppCodeGenWriteBarrier((&___password_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGCREATEROOM_T3470683415_H #ifndef REQEUSTITEM_T1337038627_H #define REQEUSTITEM_T1337038627_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CRequestManager/ReqeustItem struct ReqeustItem_t1337038627 { public: // CircleImage FitFun.CRequestManager/ReqeustItem::img CircleImage_t2126599838 * ___img_0; // System.String FitFun.CRequestManager/ReqeustItem::url String_t* ___url_1; // System.String FitFun.CRequestManager/ReqeustItem::key String_t* ___key_2; // System.String FitFun.CRequestManager/ReqeustItem::localFullPath String_t* ___localFullPath_3; public: inline static int32_t get_offset_of_img_0() { return static_cast(offsetof(ReqeustItem_t1337038627, ___img_0)); } inline CircleImage_t2126599838 * get_img_0() const { return ___img_0; } inline CircleImage_t2126599838 ** get_address_of_img_0() { return &___img_0; } inline void set_img_0(CircleImage_t2126599838 * value) { ___img_0 = value; Il2CppCodeGenWriteBarrier((&___img_0), value); } inline static int32_t get_offset_of_url_1() { return static_cast(offsetof(ReqeustItem_t1337038627, ___url_1)); } inline String_t* get_url_1() const { return ___url_1; } inline String_t** get_address_of_url_1() { return &___url_1; } inline void set_url_1(String_t* value) { ___url_1 = value; Il2CppCodeGenWriteBarrier((&___url_1), value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(ReqeustItem_t1337038627, ___key_2)); } inline String_t* get_key_2() const { return ___key_2; } inline String_t** get_address_of_key_2() { return &___key_2; } inline void set_key_2(String_t* value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((&___key_2), value); } inline static int32_t get_offset_of_localFullPath_3() { return static_cast(offsetof(ReqeustItem_t1337038627, ___localFullPath_3)); } inline String_t* get_localFullPath_3() const { return ___localFullPath_3; } inline String_t** get_address_of_localFullPath_3() { return &___localFullPath_3; } inline void set_localFullPath_3(String_t* value) { ___localFullPath_3 = value; Il2CppCodeGenWriteBarrier((&___localFullPath_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of FitFun.CRequestManager/ReqeustItem struct ReqeustItem_t1337038627_marshaled_pinvoke { CircleImage_t2126599838 * ___img_0; char* ___url_1; char* ___key_2; char* ___localFullPath_3; }; // Native definition for COM marshalling of FitFun.CRequestManager/ReqeustItem struct ReqeustItem_t1337038627_marshaled_com { CircleImage_t2126599838 * ___img_0; Il2CppChar* ___url_1; Il2CppChar* ___key_2; Il2CppChar* ___localFullPath_3; }; #endif // REQEUSTITEM_T1337038627_H #ifndef CMSGENTRYGAME_T3280175441_H #define CMSGENTRYGAME_T3280175441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgEntryGame struct CMsgEntryGame_t3280175441 : public INetMsgBaseC2S_t1364238951 { public: // System.Int64 DMCore.Net.Protocol.CMsgEntryGame::UserID int64_t ___UserID_0; public: inline static int32_t get_offset_of_UserID_0() { return static_cast(offsetof(CMsgEntryGame_t3280175441, ___UserID_0)); } inline int64_t get_UserID_0() const { return ___UserID_0; } inline int64_t* get_address_of_UserID_0() { return &___UserID_0; } inline void set_UserID_0(int64_t value) { ___UserID_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGENTRYGAME_T3280175441_H #ifndef CMSGENTRYMARRYROOM_T1647901718_H #define CMSGENTRYMARRYROOM_T1647901718_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgEntryMarryRoom struct CMsgEntryMarryRoom_t1647901718 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgEntryMarryRoom::nEntryType int32_t ___nEntryType_0; // System.Int32 DMCore.Net.Protocol.CMsgEntryMarryRoom::nRoomMainType int32_t ___nRoomMainType_1; // System.Int32 DMCore.Net.Protocol.CMsgEntryMarryRoom::nRoomType int32_t ___nRoomType_2; // System.Int32 DMCore.Net.Protocol.CMsgEntryMarryRoom::nRoomId int32_t ___nRoomId_3; // System.Int32 DMCore.Net.Protocol.CMsgEntryMarryRoom::nGuildPass int32_t ___nGuildPass_4; // System.Int32 DMCore.Net.Protocol.CMsgEntryMarryRoom::count int32_t ___count_5; // System.String DMCore.Net.Protocol.CMsgEntryMarryRoom::password String_t* ___password_6; public: inline static int32_t get_offset_of_nEntryType_0() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___nEntryType_0)); } inline int32_t get_nEntryType_0() const { return ___nEntryType_0; } inline int32_t* get_address_of_nEntryType_0() { return &___nEntryType_0; } inline void set_nEntryType_0(int32_t value) { ___nEntryType_0 = value; } inline static int32_t get_offset_of_nRoomMainType_1() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___nRoomMainType_1)); } inline int32_t get_nRoomMainType_1() const { return ___nRoomMainType_1; } inline int32_t* get_address_of_nRoomMainType_1() { return &___nRoomMainType_1; } inline void set_nRoomMainType_1(int32_t value) { ___nRoomMainType_1 = value; } inline static int32_t get_offset_of_nRoomType_2() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___nRoomType_2)); } inline int32_t get_nRoomType_2() const { return ___nRoomType_2; } inline int32_t* get_address_of_nRoomType_2() { return &___nRoomType_2; } inline void set_nRoomType_2(int32_t value) { ___nRoomType_2 = value; } inline static int32_t get_offset_of_nRoomId_3() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___nRoomId_3)); } inline int32_t get_nRoomId_3() const { return ___nRoomId_3; } inline int32_t* get_address_of_nRoomId_3() { return &___nRoomId_3; } inline void set_nRoomId_3(int32_t value) { ___nRoomId_3 = value; } inline static int32_t get_offset_of_nGuildPass_4() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___nGuildPass_4)); } inline int32_t get_nGuildPass_4() const { return ___nGuildPass_4; } inline int32_t* get_address_of_nGuildPass_4() { return &___nGuildPass_4; } inline void set_nGuildPass_4(int32_t value) { ___nGuildPass_4 = value; } inline static int32_t get_offset_of_count_5() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___count_5)); } inline int32_t get_count_5() const { return ___count_5; } inline int32_t* get_address_of_count_5() { return &___count_5; } inline void set_count_5(int32_t value) { ___count_5 = value; } inline static int32_t get_offset_of_password_6() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___password_6)); } inline String_t* get_password_6() const { return ___password_6; } inline String_t** get_address_of_password_6() { return &___password_6; } inline void set_password_6(String_t* value) { ___password_6 = value; Il2CppCodeGenWriteBarrier((&___password_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGENTRYMARRYROOM_T1647901718_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 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 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 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 STREAMWRITER_T1266378904_H #define STREAMWRITER_T1266378904_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamWriter struct StreamWriter_t1266378904 : public TextWriter_t3478189236 { public: // System.Text.Encoding System.IO.StreamWriter::internalEncoding Encoding_t1523322056 * ___internalEncoding_3; // System.IO.Stream System.IO.StreamWriter::internalStream Stream_t1273022909 * ___internalStream_4; // System.Boolean System.IO.StreamWriter::iflush bool ___iflush_5; // System.Byte[] System.IO.StreamWriter::byte_buf ByteU5BU5D_t4116647657* ___byte_buf_6; // System.Int32 System.IO.StreamWriter::byte_pos int32_t ___byte_pos_7; // System.Char[] System.IO.StreamWriter::decode_buf CharU5BU5D_t3528271667* ___decode_buf_8; // System.Int32 System.IO.StreamWriter::decode_pos int32_t ___decode_pos_9; // System.Boolean System.IO.StreamWriter::DisposedAlready bool ___DisposedAlready_10; // System.Boolean System.IO.StreamWriter::preamble_done bool ___preamble_done_11; public: inline static int32_t get_offset_of_internalEncoding_3() { return static_cast(offsetof(StreamWriter_t1266378904, ___internalEncoding_3)); } inline Encoding_t1523322056 * get_internalEncoding_3() const { return ___internalEncoding_3; } inline Encoding_t1523322056 ** get_address_of_internalEncoding_3() { return &___internalEncoding_3; } inline void set_internalEncoding_3(Encoding_t1523322056 * value) { ___internalEncoding_3 = value; Il2CppCodeGenWriteBarrier((&___internalEncoding_3), value); } inline static int32_t get_offset_of_internalStream_4() { return static_cast(offsetof(StreamWriter_t1266378904, ___internalStream_4)); } inline Stream_t1273022909 * get_internalStream_4() const { return ___internalStream_4; } inline Stream_t1273022909 ** get_address_of_internalStream_4() { return &___internalStream_4; } inline void set_internalStream_4(Stream_t1273022909 * value) { ___internalStream_4 = value; Il2CppCodeGenWriteBarrier((&___internalStream_4), value); } inline static int32_t get_offset_of_iflush_5() { return static_cast(offsetof(StreamWriter_t1266378904, ___iflush_5)); } inline bool get_iflush_5() const { return ___iflush_5; } inline bool* get_address_of_iflush_5() { return &___iflush_5; } inline void set_iflush_5(bool value) { ___iflush_5 = value; } inline static int32_t get_offset_of_byte_buf_6() { return static_cast(offsetof(StreamWriter_t1266378904, ___byte_buf_6)); } inline ByteU5BU5D_t4116647657* get_byte_buf_6() const { return ___byte_buf_6; } inline ByteU5BU5D_t4116647657** get_address_of_byte_buf_6() { return &___byte_buf_6; } inline void set_byte_buf_6(ByteU5BU5D_t4116647657* value) { ___byte_buf_6 = value; Il2CppCodeGenWriteBarrier((&___byte_buf_6), value); } inline static int32_t get_offset_of_byte_pos_7() { return static_cast(offsetof(StreamWriter_t1266378904, ___byte_pos_7)); } inline int32_t get_byte_pos_7() const { return ___byte_pos_7; } inline int32_t* get_address_of_byte_pos_7() { return &___byte_pos_7; } inline void set_byte_pos_7(int32_t value) { ___byte_pos_7 = value; } inline static int32_t get_offset_of_decode_buf_8() { return static_cast(offsetof(StreamWriter_t1266378904, ___decode_buf_8)); } inline CharU5BU5D_t3528271667* get_decode_buf_8() const { return ___decode_buf_8; } inline CharU5BU5D_t3528271667** get_address_of_decode_buf_8() { return &___decode_buf_8; } inline void set_decode_buf_8(CharU5BU5D_t3528271667* value) { ___decode_buf_8 = value; Il2CppCodeGenWriteBarrier((&___decode_buf_8), value); } inline static int32_t get_offset_of_decode_pos_9() { return static_cast(offsetof(StreamWriter_t1266378904, ___decode_pos_9)); } inline int32_t get_decode_pos_9() const { return ___decode_pos_9; } inline int32_t* get_address_of_decode_pos_9() { return &___decode_pos_9; } inline void set_decode_pos_9(int32_t value) { ___decode_pos_9 = value; } inline static int32_t get_offset_of_DisposedAlready_10() { return static_cast(offsetof(StreamWriter_t1266378904, ___DisposedAlready_10)); } inline bool get_DisposedAlready_10() const { return ___DisposedAlready_10; } inline bool* get_address_of_DisposedAlready_10() { return &___DisposedAlready_10; } inline void set_DisposedAlready_10(bool value) { ___DisposedAlready_10 = value; } inline static int32_t get_offset_of_preamble_done_11() { return static_cast(offsetof(StreamWriter_t1266378904, ___preamble_done_11)); } inline bool get_preamble_done_11() const { return ___preamble_done_11; } inline bool* get_address_of_preamble_done_11() { return &___preamble_done_11; } inline void set_preamble_done_11(bool value) { ___preamble_done_11 = value; } }; struct StreamWriter_t1266378904_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t1266378904 * ___Null_12; public: inline static int32_t get_offset_of_Null_12() { return static_cast(offsetof(StreamWriter_t1266378904_StaticFields, ___Null_12)); } inline StreamWriter_t1266378904 * get_Null_12() const { return ___Null_12; } inline StreamWriter_t1266378904 ** get_address_of_Null_12() { return &___Null_12; } inline void set_Null_12(StreamWriter_t1266378904 * value) { ___Null_12 = value; Il2CppCodeGenWriteBarrier((&___Null_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMWRITER_T1266378904_H #ifndef CNETLINK_T2605986831_H #define CNETLINK_T2605986831_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetLink struct CNetLink_t2605986831 : public INetLink_t2717826932 { public: // System.Net.Sockets.TcpClient DMCore.Net.CNetLink::m_TcpClient TcpClient_t822906377 * ___m_TcpClient_3; // System.Byte[] DMCore.Net.CNetLink::m_Buffer ByteU5BU5D_t4116647657* ___m_Buffer_4; // System.Boolean DMCore.Net.CNetLink::m_beforeClose bool ___m_beforeClose_5; public: inline static int32_t get_offset_of_m_TcpClient_3() { return static_cast(offsetof(CNetLink_t2605986831, ___m_TcpClient_3)); } inline TcpClient_t822906377 * get_m_TcpClient_3() const { return ___m_TcpClient_3; } inline TcpClient_t822906377 ** get_address_of_m_TcpClient_3() { return &___m_TcpClient_3; } inline void set_m_TcpClient_3(TcpClient_t822906377 * value) { ___m_TcpClient_3 = value; Il2CppCodeGenWriteBarrier((&___m_TcpClient_3), value); } inline static int32_t get_offset_of_m_Buffer_4() { return static_cast(offsetof(CNetLink_t2605986831, ___m_Buffer_4)); } inline ByteU5BU5D_t4116647657* get_m_Buffer_4() const { return ___m_Buffer_4; } inline ByteU5BU5D_t4116647657** get_address_of_m_Buffer_4() { return &___m_Buffer_4; } inline void set_m_Buffer_4(ByteU5BU5D_t4116647657* value) { ___m_Buffer_4 = value; Il2CppCodeGenWriteBarrier((&___m_Buffer_4), value); } inline static int32_t get_offset_of_m_beforeClose_5() { return static_cast(offsetof(CNetLink_t2605986831, ___m_beforeClose_5)); } inline bool get_m_beforeClose_5() const { return ___m_beforeClose_5; } inline bool* get_address_of_m_beforeClose_5() { return &___m_beforeClose_5; } inline void set_m_beforeClose_5(bool value) { ___m_beforeClose_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETLINK_T2605986831_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 ENUMERATOR_T1189199111_H #define ENUMERATOR_T1189199111_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_t1189199111 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3594922530 * ___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 INetListener_t2122847788 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1189199111, ___l_0)); } inline List_1_t3594922530 * get_l_0() const { return ___l_0; } inline List_1_t3594922530 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3594922530 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1189199111, ___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_t1189199111, ___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_t1189199111, ___current_3)); } inline INetListener_t2122847788 * get_current_3() const { return ___current_3; } inline INetListener_t2122847788 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(INetListener_t2122847788 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1189199111_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 LOADINGSTATE_T3533804788_H #define LOADINGSTATE_T3533804788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.LoadingState struct LoadingState_t3533804788 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOADINGSTATE_T3533804788_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 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 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 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 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 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 INFLATERINPUTSTREAM_T1176653752_H #define INFLATERINPUTSTREAM_T1176653752_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream struct InflaterInputStream_t1176653752 : public Stream_t1273022909 { public: // ICSharpCode.SharpZipLib.Zip.Compression.Inflater ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::inf Inflater_t642114133 * ___inf_1; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::inputBuffer InflaterInputBuffer_t2764071213 * ___inputBuffer_2; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::baseInputStream Stream_t1273022909 * ___baseInputStream_3; // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::csize int64_t ___csize_4; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::isClosed bool ___isClosed_5; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::isStreamOwner bool ___isStreamOwner_6; public: inline static int32_t get_offset_of_inf_1() { return static_cast(offsetof(InflaterInputStream_t1176653752, ___inf_1)); } inline Inflater_t642114133 * get_inf_1() const { return ___inf_1; } inline Inflater_t642114133 ** get_address_of_inf_1() { return &___inf_1; } inline void set_inf_1(Inflater_t642114133 * value) { ___inf_1 = value; Il2CppCodeGenWriteBarrier((&___inf_1), value); } inline static int32_t get_offset_of_inputBuffer_2() { return static_cast(offsetof(InflaterInputStream_t1176653752, ___inputBuffer_2)); } inline InflaterInputBuffer_t2764071213 * get_inputBuffer_2() const { return ___inputBuffer_2; } inline InflaterInputBuffer_t2764071213 ** get_address_of_inputBuffer_2() { return &___inputBuffer_2; } inline void set_inputBuffer_2(InflaterInputBuffer_t2764071213 * value) { ___inputBuffer_2 = value; Il2CppCodeGenWriteBarrier((&___inputBuffer_2), value); } inline static int32_t get_offset_of_baseInputStream_3() { return static_cast(offsetof(InflaterInputStream_t1176653752, ___baseInputStream_3)); } inline Stream_t1273022909 * get_baseInputStream_3() const { return ___baseInputStream_3; } inline Stream_t1273022909 ** get_address_of_baseInputStream_3() { return &___baseInputStream_3; } inline void set_baseInputStream_3(Stream_t1273022909 * value) { ___baseInputStream_3 = value; Il2CppCodeGenWriteBarrier((&___baseInputStream_3), value); } inline static int32_t get_offset_of_csize_4() { return static_cast(offsetof(InflaterInputStream_t1176653752, ___csize_4)); } inline int64_t get_csize_4() const { return ___csize_4; } inline int64_t* get_address_of_csize_4() { return &___csize_4; } inline void set_csize_4(int64_t value) { ___csize_4 = value; } inline static int32_t get_offset_of_isClosed_5() { return static_cast(offsetof(InflaterInputStream_t1176653752, ___isClosed_5)); } inline bool get_isClosed_5() const { return ___isClosed_5; } inline bool* get_address_of_isClosed_5() { return &___isClosed_5; } inline void set_isClosed_5(bool value) { ___isClosed_5 = value; } inline static int32_t get_offset_of_isStreamOwner_6() { return static_cast(offsetof(InflaterInputStream_t1176653752, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INFLATERINPUTSTREAM_T1176653752_H #ifndef BASEEVENTDATA_T3903027533_H #define BASEEVENTDATA_T3903027533_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t3903027533 : public AbstractEventData_t4171500731 { public: // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem EventSystem_t1003666588 * ___m_EventSystem_1; public: inline static int32_t get_offset_of_m_EventSystem_1() { return static_cast(offsetof(BaseEventData_t3903027533, ___m_EventSystem_1)); } inline EventSystem_t1003666588 * get_m_EventSystem_1() const { return ___m_EventSystem_1; } inline EventSystem_t1003666588 ** get_address_of_m_EventSystem_1() { return &___m_EventSystem_1; } inline void set_m_EventSystem_1(EventSystem_t1003666588 * value) { ___m_EventSystem_1 = value; Il2CppCodeGenWriteBarrier((&___m_EventSystem_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASEEVENTDATA_T3903027533_H #ifndef DRIVENRECTTRANSFORMTRACKER_T2562230146_H #define DRIVENRECTTRANSFORMTRACKER_T2562230146_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.DrivenRectTransformTracker struct DrivenRectTransformTracker_t2562230146 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DRIVENRECTTRANSFORMTRACKER_T2562230146_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 CSHOESUIINPUT_T3778557309_H #define CSHOESUIINPUT_T3778557309_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CShoesUIInput struct CShoesUIInput_t3778557309 : public IVehicleInput_t1990112580 { public: // System.Int32 CShoesUIInput::mCmd int32_t ___mCmd_13; public: inline static int32_t get_offset_of_mCmd_13() { return static_cast(offsetof(CShoesUIInput_t3778557309, ___mCmd_13)); } inline int32_t get_mCmd_13() const { return ___mCmd_13; } inline int32_t* get_address_of_mCmd_13() { return &___mCmd_13; } inline void set_mCmd_13(int32_t value) { ___mCmd_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSHOESUIINPUT_T3778557309_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 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 REDDOTSYSTEM_T3291278877_H #define REDDOTSYSTEM_T3291278877_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // RedDotSystem struct RedDotSystem_t3291278877 : public Singleton_1_t1615979323 { public: // RedDotTreeNodeBase RedDotSystem::root RedDotTreeNodeBase_t645146498 * ___root_1; // System.Boolean RedDotSystem::stop bool ___stop_2; // System.Single RedDotSystem::refreshFrequency float ___refreshFrequency_3; // System.Collections.Generic.Dictionary`2 RedDotSystem::treeDic Dictionary_2_t1951398181 * ___treeDic_4; public: inline static int32_t get_offset_of_root_1() { return static_cast(offsetof(RedDotSystem_t3291278877, ___root_1)); } inline RedDotTreeNodeBase_t645146498 * get_root_1() const { return ___root_1; } inline RedDotTreeNodeBase_t645146498 ** get_address_of_root_1() { return &___root_1; } inline void set_root_1(RedDotTreeNodeBase_t645146498 * value) { ___root_1 = value; Il2CppCodeGenWriteBarrier((&___root_1), value); } inline static int32_t get_offset_of_stop_2() { return static_cast(offsetof(RedDotSystem_t3291278877, ___stop_2)); } inline bool get_stop_2() const { return ___stop_2; } inline bool* get_address_of_stop_2() { return &___stop_2; } inline void set_stop_2(bool value) { ___stop_2 = value; } inline static int32_t get_offset_of_refreshFrequency_3() { return static_cast(offsetof(RedDotSystem_t3291278877, ___refreshFrequency_3)); } inline float get_refreshFrequency_3() const { return ___refreshFrequency_3; } inline float* get_address_of_refreshFrequency_3() { return &___refreshFrequency_3; } inline void set_refreshFrequency_3(float value) { ___refreshFrequency_3 = value; } inline static int32_t get_offset_of_treeDic_4() { return static_cast(offsetof(RedDotSystem_t3291278877, ___treeDic_4)); } inline Dictionary_2_t1951398181 * get_treeDic_4() const { return ___treeDic_4; } inline Dictionary_2_t1951398181 ** get_address_of_treeDic_4() { return &___treeDic_4; } inline void set_treeDic_4(Dictionary_2_t1951398181 * value) { ___treeDic_4 = value; Il2CppCodeGenWriteBarrier((&___treeDic_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REDDOTSYSTEM_T3291278877_H #ifndef SCANEVENTARGS_T818138135_H #define SCANEVENTARGS_T818138135_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.ScanEventArgs struct ScanEventArgs_t818138135 : public EventArgs_t3591816995 { public: // System.String ICSharpCode.SharpZipLib.Core.ScanEventArgs::name_ String_t* ___name__1; // System.Boolean ICSharpCode.SharpZipLib.Core.ScanEventArgs::continueRunning_ bool ___continueRunning__2; public: inline static int32_t get_offset_of_name__1() { return static_cast(offsetof(ScanEventArgs_t818138135, ___name__1)); } inline String_t* get_name__1() const { return ___name__1; } inline String_t** get_address_of_name__1() { return &___name__1; } inline void set_name__1(String_t* value) { ___name__1 = value; Il2CppCodeGenWriteBarrier((&___name__1), value); } inline static int32_t get_offset_of_continueRunning__2() { return static_cast(offsetof(ScanEventArgs_t818138135, ___continueRunning__2)); } inline bool get_continueRunning__2() const { return ___continueRunning__2; } inline bool* get_address_of_continueRunning__2() { return &___continueRunning__2; } inline void set_continueRunning__2(bool value) { ___continueRunning__2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCANEVENTARGS_T818138135_H #ifndef PROGRESSEVENTARGS_T2225467666_H #define PROGRESSEVENTARGS_T2225467666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Core.ProgressEventArgs struct ProgressEventArgs_t2225467666 : public EventArgs_t3591816995 { public: // System.String ICSharpCode.SharpZipLib.Core.ProgressEventArgs::name_ String_t* ___name__1; // System.Int64 ICSharpCode.SharpZipLib.Core.ProgressEventArgs::processed_ int64_t ___processed__2; // System.Int64 ICSharpCode.SharpZipLib.Core.ProgressEventArgs::target_ int64_t ___target__3; // System.Boolean ICSharpCode.SharpZipLib.Core.ProgressEventArgs::continueRunning_ bool ___continueRunning__4; public: inline static int32_t get_offset_of_name__1() { return static_cast(offsetof(ProgressEventArgs_t2225467666, ___name__1)); } inline String_t* get_name__1() const { return ___name__1; } inline String_t** get_address_of_name__1() { return &___name__1; } inline void set_name__1(String_t* value) { ___name__1 = value; Il2CppCodeGenWriteBarrier((&___name__1), value); } inline static int32_t get_offset_of_processed__2() { return static_cast(offsetof(ProgressEventArgs_t2225467666, ___processed__2)); } inline int64_t get_processed__2() const { return ___processed__2; } inline int64_t* get_address_of_processed__2() { return &___processed__2; } inline void set_processed__2(int64_t value) { ___processed__2 = value; } inline static int32_t get_offset_of_target__3() { return static_cast(offsetof(ProgressEventArgs_t2225467666, ___target__3)); } inline int64_t get_target__3() const { return ___target__3; } inline int64_t* get_address_of_target__3() { return &___target__3; } inline void set_target__3(int64_t value) { ___target__3 = value; } inline static int32_t get_offset_of_continueRunning__4() { return static_cast(offsetof(ProgressEventArgs_t2225467666, ___continueRunning__4)); } inline bool get_continueRunning__4() const { return ___continueRunning__4; } inline bool* get_address_of_continueRunning__4() { return &___continueRunning__4; } inline void set_continueRunning__4(bool value) { ___continueRunning__4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROGRESSEVENTARGS_T2225467666_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 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 MEMORYSTREAM_T94973147_H #define MEMORYSTREAM_T94973147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MemoryStream struct MemoryStream_t94973147 : public Stream_t1273022909 { public: // System.Boolean System.IO.MemoryStream::canWrite bool ___canWrite_1; // System.Boolean System.IO.MemoryStream::allowGetBuffer bool ___allowGetBuffer_2; // System.Int32 System.IO.MemoryStream::capacity int32_t ___capacity_3; // System.Int32 System.IO.MemoryStream::length int32_t ___length_4; // System.Byte[] System.IO.MemoryStream::internalBuffer ByteU5BU5D_t4116647657* ___internalBuffer_5; // System.Int32 System.IO.MemoryStream::initialIndex int32_t ___initialIndex_6; // System.Boolean System.IO.MemoryStream::expandable bool ___expandable_7; // System.Boolean System.IO.MemoryStream::streamClosed bool ___streamClosed_8; // System.Int32 System.IO.MemoryStream::position int32_t ___position_9; // System.Int32 System.IO.MemoryStream::dirty_bytes int32_t ___dirty_bytes_10; public: inline static int32_t get_offset_of_canWrite_1() { return static_cast(offsetof(MemoryStream_t94973147, ___canWrite_1)); } inline bool get_canWrite_1() const { return ___canWrite_1; } inline bool* get_address_of_canWrite_1() { return &___canWrite_1; } inline void set_canWrite_1(bool value) { ___canWrite_1 = value; } inline static int32_t get_offset_of_allowGetBuffer_2() { return static_cast(offsetof(MemoryStream_t94973147, ___allowGetBuffer_2)); } inline bool get_allowGetBuffer_2() const { return ___allowGetBuffer_2; } inline bool* get_address_of_allowGetBuffer_2() { return &___allowGetBuffer_2; } inline void set_allowGetBuffer_2(bool value) { ___allowGetBuffer_2 = value; } inline static int32_t get_offset_of_capacity_3() { return static_cast(offsetof(MemoryStream_t94973147, ___capacity_3)); } inline int32_t get_capacity_3() const { return ___capacity_3; } inline int32_t* get_address_of_capacity_3() { return &___capacity_3; } inline void set_capacity_3(int32_t value) { ___capacity_3 = value; } inline static int32_t get_offset_of_length_4() { return static_cast(offsetof(MemoryStream_t94973147, ___length_4)); } inline int32_t get_length_4() const { return ___length_4; } inline int32_t* get_address_of_length_4() { return &___length_4; } inline void set_length_4(int32_t value) { ___length_4 = value; } inline static int32_t get_offset_of_internalBuffer_5() { return static_cast(offsetof(MemoryStream_t94973147, ___internalBuffer_5)); } inline ByteU5BU5D_t4116647657* get_internalBuffer_5() const { return ___internalBuffer_5; } inline ByteU5BU5D_t4116647657** get_address_of_internalBuffer_5() { return &___internalBuffer_5; } inline void set_internalBuffer_5(ByteU5BU5D_t4116647657* value) { ___internalBuffer_5 = value; Il2CppCodeGenWriteBarrier((&___internalBuffer_5), value); } inline static int32_t get_offset_of_initialIndex_6() { return static_cast(offsetof(MemoryStream_t94973147, ___initialIndex_6)); } inline int32_t get_initialIndex_6() const { return ___initialIndex_6; } inline int32_t* get_address_of_initialIndex_6() { return &___initialIndex_6; } inline void set_initialIndex_6(int32_t value) { ___initialIndex_6 = value; } inline static int32_t get_offset_of_expandable_7() { return static_cast(offsetof(MemoryStream_t94973147, ___expandable_7)); } inline bool get_expandable_7() const { return ___expandable_7; } inline bool* get_address_of_expandable_7() { return &___expandable_7; } inline void set_expandable_7(bool value) { ___expandable_7 = value; } inline static int32_t get_offset_of_streamClosed_8() { return static_cast(offsetof(MemoryStream_t94973147, ___streamClosed_8)); } inline bool get_streamClosed_8() const { return ___streamClosed_8; } inline bool* get_address_of_streamClosed_8() { return &___streamClosed_8; } inline void set_streamClosed_8(bool value) { ___streamClosed_8 = value; } inline static int32_t get_offset_of_position_9() { return static_cast(offsetof(MemoryStream_t94973147, ___position_9)); } inline int32_t get_position_9() const { return ___position_9; } inline int32_t* get_address_of_position_9() { return &___position_9; } inline void set_position_9(int32_t value) { ___position_9 = value; } inline static int32_t get_offset_of_dirty_bytes_10() { return static_cast(offsetof(MemoryStream_t94973147, ___dirty_bytes_10)); } inline int32_t get_dirty_bytes_10() const { return ___dirty_bytes_10; } inline int32_t* get_address_of_dirty_bytes_10() { return &___dirty_bytes_10; } inline void set_dirty_bytes_10(int32_t value) { ___dirty_bytes_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMORYSTREAM_T94973147_H #ifndef MD5_T3177620429_H #define MD5_T3177620429_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.MD5 struct MD5_t3177620429 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MD5_T3177620429_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 ENUMERATOR_T2146457487_H #define ENUMERATOR_T2146457487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t2146457487 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t257213610 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2146457487, ___l_0)); } inline List_1_t257213610 * get_l_0() const { return ___l_0; } inline List_1_t257213610 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t257213610 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2146457487, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2146457487, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2146457487, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2146457487_H #ifndef 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 X509CERTIFICATE2_T714049126_H #define X509CERTIFICATE2_T714049126_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_t714049126 : public X509Certificate_t713131622 { public: // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2::_archived bool ____archived_5; // System.Security.Cryptography.X509Certificates.X509ExtensionCollection System.Security.Cryptography.X509Certificates.X509Certificate2::_extensions X509ExtensionCollection_t1350454579 * ____extensions_6; // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::_name String_t* ____name_7; // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::_serial String_t* ____serial_8; // System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2::_publicKey PublicKey_t3779582684 * ____publicKey_9; // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2::issuer_name X500DistinguishedName_t875709727 * ___issuer_name_10; // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2::subject_name X500DistinguishedName_t875709727 * ___subject_name_11; // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2::signature_algorithm Oid_t3552120260 * ___signature_algorithm_12; // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate2::_cert X509Certificate_t489243025 * ____cert_13; public: inline static int32_t get_offset_of__archived_5() { return static_cast(offsetof(X509Certificate2_t714049126, ____archived_5)); } inline bool get__archived_5() const { return ____archived_5; } inline bool* get_address_of__archived_5() { return &____archived_5; } inline void set__archived_5(bool value) { ____archived_5 = value; } inline static int32_t get_offset_of__extensions_6() { return static_cast(offsetof(X509Certificate2_t714049126, ____extensions_6)); } inline X509ExtensionCollection_t1350454579 * get__extensions_6() const { return ____extensions_6; } inline X509ExtensionCollection_t1350454579 ** get_address_of__extensions_6() { return &____extensions_6; } inline void set__extensions_6(X509ExtensionCollection_t1350454579 * value) { ____extensions_6 = value; Il2CppCodeGenWriteBarrier((&____extensions_6), value); } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(X509Certificate2_t714049126, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((&____name_7), value); } inline static int32_t get_offset_of__serial_8() { return static_cast(offsetof(X509Certificate2_t714049126, ____serial_8)); } inline String_t* get__serial_8() const { return ____serial_8; } inline String_t** get_address_of__serial_8() { return &____serial_8; } inline void set__serial_8(String_t* value) { ____serial_8 = value; Il2CppCodeGenWriteBarrier((&____serial_8), value); } inline static int32_t get_offset_of__publicKey_9() { return static_cast(offsetof(X509Certificate2_t714049126, ____publicKey_9)); } inline PublicKey_t3779582684 * get__publicKey_9() const { return ____publicKey_9; } inline PublicKey_t3779582684 ** get_address_of__publicKey_9() { return &____publicKey_9; } inline void set__publicKey_9(PublicKey_t3779582684 * value) { ____publicKey_9 = value; Il2CppCodeGenWriteBarrier((&____publicKey_9), value); } inline static int32_t get_offset_of_issuer_name_10() { return static_cast(offsetof(X509Certificate2_t714049126, ___issuer_name_10)); } inline X500DistinguishedName_t875709727 * get_issuer_name_10() const { return ___issuer_name_10; } inline X500DistinguishedName_t875709727 ** get_address_of_issuer_name_10() { return &___issuer_name_10; } inline void set_issuer_name_10(X500DistinguishedName_t875709727 * value) { ___issuer_name_10 = value; Il2CppCodeGenWriteBarrier((&___issuer_name_10), value); } inline static int32_t get_offset_of_subject_name_11() { return static_cast(offsetof(X509Certificate2_t714049126, ___subject_name_11)); } inline X500DistinguishedName_t875709727 * get_subject_name_11() const { return ___subject_name_11; } inline X500DistinguishedName_t875709727 ** get_address_of_subject_name_11() { return &___subject_name_11; } inline void set_subject_name_11(X500DistinguishedName_t875709727 * value) { ___subject_name_11 = value; Il2CppCodeGenWriteBarrier((&___subject_name_11), value); } inline static int32_t get_offset_of_signature_algorithm_12() { return static_cast(offsetof(X509Certificate2_t714049126, ___signature_algorithm_12)); } inline Oid_t3552120260 * get_signature_algorithm_12() const { return ___signature_algorithm_12; } inline Oid_t3552120260 ** get_address_of_signature_algorithm_12() { return &___signature_algorithm_12; } inline void set_signature_algorithm_12(Oid_t3552120260 * value) { ___signature_algorithm_12 = value; Il2CppCodeGenWriteBarrier((&___signature_algorithm_12), value); } inline static int32_t get_offset_of__cert_13() { return static_cast(offsetof(X509Certificate2_t714049126, ____cert_13)); } inline X509Certificate_t489243025 * get__cert_13() const { return ____cert_13; } inline X509Certificate_t489243025 ** get_address_of__cert_13() { return &____cert_13; } inline void set__cert_13(X509Certificate_t489243025 * value) { ____cert_13 = value; Il2CppCodeGenWriteBarrier((&____cert_13), value); } }; struct X509Certificate2_t714049126_StaticFields { public: // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::empty_error String_t* ___empty_error_14; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::commonName ByteU5BU5D_t4116647657* ___commonName_15; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::email ByteU5BU5D_t4116647657* ___email_16; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::signedData ByteU5BU5D_t4116647657* ___signedData_17; public: inline static int32_t get_offset_of_empty_error_14() { return static_cast(offsetof(X509Certificate2_t714049126_StaticFields, ___empty_error_14)); } inline String_t* get_empty_error_14() const { return ___empty_error_14; } inline String_t** get_address_of_empty_error_14() { return &___empty_error_14; } inline void set_empty_error_14(String_t* value) { ___empty_error_14 = value; Il2CppCodeGenWriteBarrier((&___empty_error_14), value); } inline static int32_t get_offset_of_commonName_15() { return static_cast(offsetof(X509Certificate2_t714049126_StaticFields, ___commonName_15)); } inline ByteU5BU5D_t4116647657* get_commonName_15() const { return ___commonName_15; } inline ByteU5BU5D_t4116647657** get_address_of_commonName_15() { return &___commonName_15; } inline void set_commonName_15(ByteU5BU5D_t4116647657* value) { ___commonName_15 = value; Il2CppCodeGenWriteBarrier((&___commonName_15), value); } inline static int32_t get_offset_of_email_16() { return static_cast(offsetof(X509Certificate2_t714049126_StaticFields, ___email_16)); } inline ByteU5BU5D_t4116647657* get_email_16() const { return ___email_16; } inline ByteU5BU5D_t4116647657** get_address_of_email_16() { return &___email_16; } inline void set_email_16(ByteU5BU5D_t4116647657* value) { ___email_16 = value; Il2CppCodeGenWriteBarrier((&___email_16), value); } inline static int32_t get_offset_of_signedData_17() { return static_cast(offsetof(X509Certificate2_t714049126_StaticFields, ___signedData_17)); } inline ByteU5BU5D_t4116647657* get_signedData_17() const { return ___signedData_17; } inline ByteU5BU5D_t4116647657** get_address_of_signedData_17() { return &___signedData_17; } inline void set_signedData_17(ByteU5BU5D_t4116647657* value) { ___signedData_17 = value; Il2CppCodeGenWriteBarrier((&___signedData_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE2_T714049126_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 ASCIIENCODING_T3446586211_H #define ASCIIENCODING_T3446586211_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.ASCIIEncoding struct ASCIIEncoding_t3446586211 : public Encoding_t1523322056 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASCIIENCODING_T3446586211_H #ifndef SHA1_T1803193667_H #define SHA1_T1803193667_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1 struct SHA1_t1803193667 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1_T1803193667_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 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 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 ENUMERATOR_T2973881811_H #define ENUMERATOR_T2973881811_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1/Enumerator struct Enumerator_t2973881811 { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedList`1/Enumerator::list LinkedList_1_t459286964 * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1/Enumerator::current LinkedListNode_1_t1364816058 * ___current_1; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::index int32_t ___index_2; // System.UInt32 System.Collections.Generic.LinkedList`1/Enumerator::version uint32_t ___version_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t2973881811, ___list_0)); } inline LinkedList_1_t459286964 * get_list_0() const { return ___list_0; } inline LinkedList_1_t459286964 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_t459286964 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(Enumerator_t2973881811, ___current_1)); } inline LinkedListNode_1_t1364816058 * get_current_1() const { return ___current_1; } inline LinkedListNode_1_t1364816058 ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(LinkedListNode_1_t1364816058 * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((&___current_1), value); } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t2973881811, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Enumerator_t2973881811, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2973881811_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 CCONFIGSITE_T3219909558_H #define CCONFIGSITE_T3219909558_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CConfigSite struct CConfigSite_t3219909558 : public IReloadSite_t3763082419 { public: // System.Collections.Generic.Dictionary`2 FitFun.CConfigSite::m_listTask Dictionary_2_t736164020 * ___m_listTask_0; public: inline static int32_t get_offset_of_m_listTask_0() { return static_cast(offsetof(CConfigSite_t3219909558, ___m_listTask_0)); } inline Dictionary_2_t736164020 * get_m_listTask_0() const { return ___m_listTask_0; } inline Dictionary_2_t736164020 ** get_address_of_m_listTask_0() { return &___m_listTask_0; } inline void set_m_listTask_0(Dictionary_2_t736164020 * value) { ___m_listTask_0 = value; Il2CppCodeGenWriteBarrier((&___m_listTask_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCONFIGSITE_T3219909558_H #ifndef SMSGCUSTOM_T3704812008_H #define SMSGCUSTOM_T3704812008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgCustom struct SMsgCustom_t3704812008 : public INetMsgBaseS2C_t126919271 { public: // DMCore.CDataArray DMCore.Net.Protocol.SMsgCustom::dataArray CDataArray_t4068198041 * ___dataArray_0; public: inline static int32_t get_offset_of_dataArray_0() { return static_cast(offsetof(SMsgCustom_t3704812008, ___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 // SMSGCUSTOM_T3704812008_H #ifndef SMSGRAWBYTES_T470003137_H #define SMSGRAWBYTES_T470003137_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgRawBytes struct SMsgRawBytes_t470003137 : public INetMsgBaseS2C_t126919271 { public: // System.Byte[] DMCore.Net.Protocol.SMsgRawBytes::stream ByteU5BU5D_t4116647657* ___stream_0; public: inline static int32_t get_offset_of_stream_0() { return static_cast(offsetof(SMsgRawBytes_t470003137, ___stream_0)); } inline ByteU5BU5D_t4116647657* get_stream_0() const { return ___stream_0; } inline ByteU5BU5D_t4116647657** get_address_of_stream_0() { return &___stream_0; } inline void set_stream_0(ByteU5BU5D_t4116647657* value) { ___stream_0 = value; Il2CppCodeGenWriteBarrier((&___stream_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGRAWBYTES_T470003137_H #ifndef KEYVALUEPAIR_2_T3133836187_H #define KEYVALUEPAIR_2_T3133836187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3133836187 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3133836187, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3133836187, ___value_1)); } inline String_t* get_value_1() const { return ___value_1; } inline String_t** get_address_of_value_1() { return &___value_1; } inline void set_value_1(String_t* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3133836187_H #ifndef KEYVALUEPAIR_2_T71524366_H #define KEYVALUEPAIR_2_T71524366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t71524366 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T71524366_H #ifndef 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 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 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 STCOMMONDEF_T1958868676_H #define STCOMMONDEF_T1958868676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.stCommonDef struct stCommonDef_t1958868676 { public: union { struct { }; uint8_t stCommonDef_t1958868676__padding[1]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STCOMMONDEF_T1958868676_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 LUATABLE_T1631611336_H #define LUATABLE_T1631611336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaTable struct LuaTable_t1631611336 : public LuaBase_t1730675691 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUATABLE_T1631611336_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 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 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 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 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 ENUMERATOR_T913802012_H #define ENUMERATOR_T913802012_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_t913802012 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3319525431 * ___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 String_t* ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t913802012, ___l_0)); } inline List_1_t3319525431 * get_l_0() const { return ___l_0; } inline List_1_t3319525431 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3319525431 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t913802012, ___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_t913802012, ___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_t913802012, ___current_3)); } inline String_t* get_current_3() const { return ___current_3; } inline String_t** get_address_of_current_3() { return &___current_3; } inline void set_current_3(String_t* value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T913802012_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 CMSGREQUESTROOMLIST_T720108623_H #define CMSGREQUESTROOMLIST_T720108623_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgRequestRoomList struct CMsgRequestRoomList_t720108623 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgRequestRoomList::nSelectFlag int32_t ___nSelectFlag_0; // System.Int32 DMCore.Net.Protocol.CMsgRequestRoomList::nRoomMainType int32_t ___nRoomMainType_1; // System.Int32 DMCore.Net.Protocol.CMsgRequestRoomList::nRoomType int32_t ___nRoomType_2; // System.Int32 DMCore.Net.Protocol.CMsgRequestRoomList::nSceneModel int32_t ___nSceneModel_3; // System.Int32 DMCore.Net.Protocol.CMsgRequestRoomList::nPage int32_t ___nPage_4; // System.Int32 DMCore.Net.Protocol.CMsgRequestRoomList::num int32_t ___num_5; // System.Collections.Generic.List`1 DMCore.Net.Protocol.CMsgRequestRoomList::modeId List_1_t128053199 * ___modeId_6; public: inline static int32_t get_offset_of_nSelectFlag_0() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___nSelectFlag_0)); } inline int32_t get_nSelectFlag_0() const { return ___nSelectFlag_0; } inline int32_t* get_address_of_nSelectFlag_0() { return &___nSelectFlag_0; } inline void set_nSelectFlag_0(int32_t value) { ___nSelectFlag_0 = value; } inline static int32_t get_offset_of_nRoomMainType_1() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___nRoomMainType_1)); } inline int32_t get_nRoomMainType_1() const { return ___nRoomMainType_1; } inline int32_t* get_address_of_nRoomMainType_1() { return &___nRoomMainType_1; } inline void set_nRoomMainType_1(int32_t value) { ___nRoomMainType_1 = value; } inline static int32_t get_offset_of_nRoomType_2() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___nRoomType_2)); } inline int32_t get_nRoomType_2() const { return ___nRoomType_2; } inline int32_t* get_address_of_nRoomType_2() { return &___nRoomType_2; } inline void set_nRoomType_2(int32_t value) { ___nRoomType_2 = value; } inline static int32_t get_offset_of_nSceneModel_3() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___nSceneModel_3)); } inline int32_t get_nSceneModel_3() const { return ___nSceneModel_3; } inline int32_t* get_address_of_nSceneModel_3() { return &___nSceneModel_3; } inline void set_nSceneModel_3(int32_t value) { ___nSceneModel_3 = value; } inline static int32_t get_offset_of_nPage_4() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___nPage_4)); } inline int32_t get_nPage_4() const { return ___nPage_4; } inline int32_t* get_address_of_nPage_4() { return &___nPage_4; } inline void set_nPage_4(int32_t value) { ___nPage_4 = value; } inline static int32_t get_offset_of_num_5() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___num_5)); } inline int32_t get_num_5() const { return ___num_5; } inline int32_t* get_address_of_num_5() { return &___num_5; } inline void set_num_5(int32_t value) { ___num_5 = value; } inline static int32_t get_offset_of_modeId_6() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___modeId_6)); } inline List_1_t128053199 * get_modeId_6() const { return ___modeId_6; } inline List_1_t128053199 ** get_address_of_modeId_6() { return &___modeId_6; } inline void set_modeId_6(List_1_t128053199 * value) { ___modeId_6 = value; Il2CppCodeGenWriteBarrier((&___modeId_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGREQUESTROOMLIST_T720108623_H #ifndef CMSGSEARCHROOM_T224341451_H #define CMSGSEARCHROOM_T224341451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgSearchRoom struct CMsgSearchRoom_t224341451 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgSearchRoom::nRoomId int32_t ___nRoomId_0; // System.Int32 DMCore.Net.Protocol.CMsgSearchRoom::nRoomType int32_t ___nRoomType_1; // System.Int32 DMCore.Net.Protocol.CMsgSearchRoom::nRoomMainType int32_t ___nRoomMainType_2; public: inline static int32_t get_offset_of_nRoomId_0() { return static_cast(offsetof(CMsgSearchRoom_t224341451, ___nRoomId_0)); } inline int32_t get_nRoomId_0() const { return ___nRoomId_0; } inline int32_t* get_address_of_nRoomId_0() { return &___nRoomId_0; } inline void set_nRoomId_0(int32_t value) { ___nRoomId_0 = value; } inline static int32_t get_offset_of_nRoomType_1() { return static_cast(offsetof(CMsgSearchRoom_t224341451, ___nRoomType_1)); } inline int32_t get_nRoomType_1() const { return ___nRoomType_1; } inline int32_t* get_address_of_nRoomType_1() { return &___nRoomType_1; } inline void set_nRoomType_1(int32_t value) { ___nRoomType_1 = value; } inline static int32_t get_offset_of_nRoomMainType_2() { return static_cast(offsetof(CMsgSearchRoom_t224341451, ___nRoomMainType_2)); } inline int32_t get_nRoomMainType_2() const { return ___nRoomMainType_2; } inline int32_t* get_address_of_nRoomMainType_2() { return &___nRoomMainType_2; } inline void set_nRoomMainType_2(int32_t value) { ___nRoomMainType_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGSEARCHROOM_T224341451_H #ifndef X509VERIFICATIONFLAGS_T2086244306_H #define X509VERIFICATIONFLAGS_T2086244306_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509VerificationFlags struct X509VerificationFlags_t2086244306 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509VerificationFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509VerificationFlags_t2086244306, ___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 // X509VERIFICATIONFLAGS_T2086244306_H #ifndef X509REVOCATIONMODE_T2571829933_H #define X509REVOCATIONMODE_T2571829933_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509RevocationMode struct X509RevocationMode_t2571829933 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509RevocationMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509RevocationMode_t2571829933, ___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 // X509REVOCATIONMODE_T2571829933_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 X509CHAINSTATUSFLAGS_T1026973125_H #define X509CHAINSTATUSFLAGS_T1026973125_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags struct X509ChainStatusFlags_t1026973125 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509ChainStatusFlags_t1026973125, ___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 // X509CHAINSTATUSFLAGS_T1026973125_H #ifndef SSLPOLICYERRORS_T2205227823_H #define SSLPOLICYERRORS_T2205227823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.SslPolicyErrors struct SslPolicyErrors_t2205227823 { public: // System.Int32 System.Net.Security.SslPolicyErrors::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SslPolicyErrors_t2205227823, ___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 // SSLPOLICYERRORS_T2205227823_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 X509REVOCATIONFLAG_T2592711905_H #define X509REVOCATIONFLAG_T2592711905_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509RevocationFlag struct X509RevocationFlag_t2592711905 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509RevocationFlag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509RevocationFlag_t2592711905, ___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 // X509REVOCATIONFLAG_T2592711905_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 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 FILTERTYPE_T764285233_H #define FILTERTYPE_T764285233_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Logger/FilterType struct FilterType_t764285233 { public: // System.Byte FitFun.Logger/FilterType::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FilterType_t764285233, ___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 // FILTERTYPE_T764285233_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 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 LOGTYPE_T73765434_H #define LOGTYPE_T73765434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LogType struct LogType_t73765434 { public: // System.Int32 UnityEngine.LogType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogType_t73765434, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGTYPE_T73765434_H #ifndef 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 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 HTTPREQUESTCACHELEVEL_T1254316655_H #define HTTPREQUESTCACHELEVEL_T1254316655_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.HttpRequestCacheLevel struct HttpRequestCacheLevel_t1254316655 { public: // System.Int32 System.Net.Cache.HttpRequestCacheLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HttpRequestCacheLevel_t1254316655, ___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 // HTTPREQUESTCACHELEVEL_T1254316655_H #ifndef EMUNITTYPE_T520700700_H #define EMUNITTYPE_T520700700_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.emUnitType struct emUnitType_t520700700 { public: // System.Int32 DMCore.emUnitType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(emUnitType_t520700700, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EMUNITTYPE_T520700700_H #ifndef 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 ORIENTTYPE_T1731166963_H #define ORIENTTYPE_T1731166963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.OrientType struct OrientType_t1731166963 { public: // System.Int32 DG.Tweening.Plugins.Options.OrientType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OrientType_t1731166963, ___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 // ORIENTTYPE_T1731166963_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 LUAENV_T2152703515_H #define LUAENV_T2152703515_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaEnv struct LuaEnv_t2152703515 : public RuntimeObject { public: // System.IntPtr XLua.LuaEnv::rawL intptr_t ___rawL_2; // XLua.LuaTable XLua.LuaEnv::_G LuaTable_t1631611336 * ____G_3; // XLua.ObjectTranslator XLua.LuaEnv::translator ObjectTranslator_t2020767555 * ___translator_4; // System.Int32 XLua.LuaEnv::errorFuncRef int32_t ___errorFuncRef_5; // System.Int32 XLua.LuaEnv::last_check_point int32_t ___last_check_point_8; // System.Int32 XLua.LuaEnv::max_check_per_tick int32_t ___max_check_per_tick_9; // System.Func`2 XLua.LuaEnv::object_valid_checker Func_2_t3759279471 * ___object_valid_checker_10; // System.Boolean XLua.LuaEnv::disposed bool ___disposed_11; // System.Collections.Generic.Queue`1 XLua.LuaEnv::refQueue Queue_1_t1426481692 * ___refQueue_12; // System.String XLua.LuaEnv::init_xlua String_t* ___init_xlua_13; // System.Collections.Generic.List`1 XLua.LuaEnv::customLoaders List_1_t1937904963 * ___customLoaders_14; // System.Collections.Generic.Dictionary`2 XLua.LuaEnv::buildin_initer Dictionary_2_t668780358 * ___buildin_initer_15; public: inline static int32_t get_offset_of_rawL_2() { return static_cast(offsetof(LuaEnv_t2152703515, ___rawL_2)); } inline intptr_t get_rawL_2() const { return ___rawL_2; } inline intptr_t* get_address_of_rawL_2() { return &___rawL_2; } inline void set_rawL_2(intptr_t value) { ___rawL_2 = value; } inline static int32_t get_offset_of__G_3() { return static_cast(offsetof(LuaEnv_t2152703515, ____G_3)); } inline LuaTable_t1631611336 * get__G_3() const { return ____G_3; } inline LuaTable_t1631611336 ** get_address_of__G_3() { return &____G_3; } inline void set__G_3(LuaTable_t1631611336 * value) { ____G_3 = value; Il2CppCodeGenWriteBarrier((&____G_3), value); } inline static int32_t get_offset_of_translator_4() { return static_cast(offsetof(LuaEnv_t2152703515, ___translator_4)); } inline ObjectTranslator_t2020767555 * get_translator_4() const { return ___translator_4; } inline ObjectTranslator_t2020767555 ** get_address_of_translator_4() { return &___translator_4; } inline void set_translator_4(ObjectTranslator_t2020767555 * value) { ___translator_4 = value; Il2CppCodeGenWriteBarrier((&___translator_4), value); } inline static int32_t get_offset_of_errorFuncRef_5() { return static_cast(offsetof(LuaEnv_t2152703515, ___errorFuncRef_5)); } inline int32_t get_errorFuncRef_5() const { return ___errorFuncRef_5; } inline int32_t* get_address_of_errorFuncRef_5() { return &___errorFuncRef_5; } inline void set_errorFuncRef_5(int32_t value) { ___errorFuncRef_5 = value; } inline static int32_t get_offset_of_last_check_point_8() { return static_cast(offsetof(LuaEnv_t2152703515, ___last_check_point_8)); } inline int32_t get_last_check_point_8() const { return ___last_check_point_8; } inline int32_t* get_address_of_last_check_point_8() { return &___last_check_point_8; } inline void set_last_check_point_8(int32_t value) { ___last_check_point_8 = value; } inline static int32_t get_offset_of_max_check_per_tick_9() { return static_cast(offsetof(LuaEnv_t2152703515, ___max_check_per_tick_9)); } inline int32_t get_max_check_per_tick_9() const { return ___max_check_per_tick_9; } inline int32_t* get_address_of_max_check_per_tick_9() { return &___max_check_per_tick_9; } inline void set_max_check_per_tick_9(int32_t value) { ___max_check_per_tick_9 = value; } inline static int32_t get_offset_of_object_valid_checker_10() { return static_cast(offsetof(LuaEnv_t2152703515, ___object_valid_checker_10)); } inline Func_2_t3759279471 * get_object_valid_checker_10() const { return ___object_valid_checker_10; } inline Func_2_t3759279471 ** get_address_of_object_valid_checker_10() { return &___object_valid_checker_10; } inline void set_object_valid_checker_10(Func_2_t3759279471 * value) { ___object_valid_checker_10 = value; Il2CppCodeGenWriteBarrier((&___object_valid_checker_10), value); } inline static int32_t get_offset_of_disposed_11() { return static_cast(offsetof(LuaEnv_t2152703515, ___disposed_11)); } inline bool get_disposed_11() const { return ___disposed_11; } inline bool* get_address_of_disposed_11() { return &___disposed_11; } inline void set_disposed_11(bool value) { ___disposed_11 = value; } inline static int32_t get_offset_of_refQueue_12() { return static_cast(offsetof(LuaEnv_t2152703515, ___refQueue_12)); } inline Queue_1_t1426481692 * get_refQueue_12() const { return ___refQueue_12; } inline Queue_1_t1426481692 ** get_address_of_refQueue_12() { return &___refQueue_12; } inline void set_refQueue_12(Queue_1_t1426481692 * value) { ___refQueue_12 = value; Il2CppCodeGenWriteBarrier((&___refQueue_12), value); } inline static int32_t get_offset_of_init_xlua_13() { return static_cast(offsetof(LuaEnv_t2152703515, ___init_xlua_13)); } inline String_t* get_init_xlua_13() const { return ___init_xlua_13; } inline String_t** get_address_of_init_xlua_13() { return &___init_xlua_13; } inline void set_init_xlua_13(String_t* value) { ___init_xlua_13 = value; Il2CppCodeGenWriteBarrier((&___init_xlua_13), value); } inline static int32_t get_offset_of_customLoaders_14() { return static_cast(offsetof(LuaEnv_t2152703515, ___customLoaders_14)); } inline List_1_t1937904963 * get_customLoaders_14() const { return ___customLoaders_14; } inline List_1_t1937904963 ** get_address_of_customLoaders_14() { return &___customLoaders_14; } inline void set_customLoaders_14(List_1_t1937904963 * value) { ___customLoaders_14 = value; Il2CppCodeGenWriteBarrier((&___customLoaders_14), value); } inline static int32_t get_offset_of_buildin_initer_15() { return static_cast(offsetof(LuaEnv_t2152703515, ___buildin_initer_15)); } inline Dictionary_2_t668780358 * get_buildin_initer_15() const { return ___buildin_initer_15; } inline Dictionary_2_t668780358 ** get_address_of_buildin_initer_15() { return &___buildin_initer_15; } inline void set_buildin_initer_15(Dictionary_2_t668780358 * value) { ___buildin_initer_15 = value; Il2CppCodeGenWriteBarrier((&___buildin_initer_15), value); } }; struct LuaEnv_t2152703515_StaticFields { public: // System.Collections.Generic.List`1> XLua.LuaEnv::initers List_1_t1475235752 * ___initers_7; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_16; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache1 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache1_17; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache2 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache2_18; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache3 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache3_19; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache4 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache4_20; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache5 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache5_21; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache6 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache6_22; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache7 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache7_23; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache8 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache8_24; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache9 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache9_25; public: inline static int32_t get_offset_of_initers_7() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___initers_7)); } inline List_1_t1475235752 * get_initers_7() const { return ___initers_7; } inline List_1_t1475235752 ** get_address_of_initers_7() { return &___initers_7; } inline void set_initers_7(List_1_t1475235752 * value) { ___initers_7 = value; Il2CppCodeGenWriteBarrier((&___initers_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_16() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache0_16)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_16() const { return ___U3CU3Ef__mgU24cache0_16; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_16() { return &___U3CU3Ef__mgU24cache0_16; } inline void set_U3CU3Ef__mgU24cache0_16(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_16), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_17() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache1_17)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache1_17() const { return ___U3CU3Ef__mgU24cache1_17; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache1_17() { return &___U3CU3Ef__mgU24cache1_17; } inline void set_U3CU3Ef__mgU24cache1_17(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache1_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_17), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_18() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache2_18)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache2_18() const { return ___U3CU3Ef__mgU24cache2_18; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache2_18() { return &___U3CU3Ef__mgU24cache2_18; } inline void set_U3CU3Ef__mgU24cache2_18(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache2_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_19() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache3_19)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache3_19() const { return ___U3CU3Ef__mgU24cache3_19; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache3_19() { return &___U3CU3Ef__mgU24cache3_19; } inline void set_U3CU3Ef__mgU24cache3_19(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache3_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_20() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache4_20)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache4_20() const { return ___U3CU3Ef__mgU24cache4_20; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache4_20() { return &___U3CU3Ef__mgU24cache4_20; } inline void set_U3CU3Ef__mgU24cache4_20(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache4_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_20), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_21() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache5_21)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache5_21() const { return ___U3CU3Ef__mgU24cache5_21; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache5_21() { return &___U3CU3Ef__mgU24cache5_21; } inline void set_U3CU3Ef__mgU24cache5_21(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache5_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_21), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_22() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache6_22)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache6_22() const { return ___U3CU3Ef__mgU24cache6_22; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache6_22() { return &___U3CU3Ef__mgU24cache6_22; } inline void set_U3CU3Ef__mgU24cache6_22(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache6_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_22), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_23() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache7_23)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache7_23() const { return ___U3CU3Ef__mgU24cache7_23; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache7_23() { return &___U3CU3Ef__mgU24cache7_23; } inline void set_U3CU3Ef__mgU24cache7_23(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache7_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_23), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_24() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache8_24)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache8_24() const { return ___U3CU3Ef__mgU24cache8_24; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache8_24() { return &___U3CU3Ef__mgU24cache8_24; } inline void set_U3CU3Ef__mgU24cache8_24(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache8_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_24), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_25() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache9_25)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache9_25() const { return ___U3CU3Ef__mgU24cache9_25; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache9_25() { return &___U3CU3Ef__mgU24cache9_25; } inline void set_U3CU3Ef__mgU24cache9_25(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache9_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUAENV_T2152703515_H #ifndef DASHTYPE_T3688434419_H #define DASHTYPE_T3688434419_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AssetManager/DashType struct DashType_t3688434419 { public: // System.Int32 FitFun.AssetManager/DashType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DashType_t3688434419, ___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 // DASHTYPE_T3688434419_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 FILESHARE_T3553318550_H #define FILESHARE_T3553318550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileShare struct FileShare_t3553318550 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileShare_t3553318550, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESHARE_T3553318550_H #ifndef 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 LIFE_T1196123398_H #define LIFE_T1196123398_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CTimerManager/Life struct Life_t1196123398 { public: // System.Int32 CTimerManager/Life::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Life_t1196123398, ___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 // LIFE_T1196123398_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 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 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 CUSTOMCLIENT_T858558603_H #define CUSTOMCLIENT_T858558603_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CustomClient struct CustomClient_t858558603 { public: // System.Int32 DMCore.Net.CustomClient::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CustomClient_t858558603, ___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 // CUSTOMCLIENT_T858558603_H #ifndef SHA1CRYPTOSERVICEPROVIDER_T3661059764_H #define SHA1CRYPTOSERVICEPROVIDER_T3661059764_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1CryptoServiceProvider struct SHA1CryptoServiceProvider_t3661059764 : public SHA1_t1803193667 { public: // System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1CryptoServiceProvider::sha SHA1Internal_t3251293021 * ___sha_4; public: inline static int32_t get_offset_of_sha_4() { return static_cast(offsetof(SHA1CryptoServiceProvider_t3661059764, ___sha_4)); } inline SHA1Internal_t3251293021 * get_sha_4() const { return ___sha_4; } inline SHA1Internal_t3251293021 ** get_address_of_sha_4() { return &___sha_4; } inline void set_sha_4(SHA1Internal_t3251293021 * value) { ___sha_4 = value; Il2CppCodeGenWriteBarrier((&___sha_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1CRYPTOSERVICEPROVIDER_T3661059764_H #ifndef CUSTOMSERVER_T3388599715_H #define CUSTOMSERVER_T3388599715_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CustomServer struct CustomServer_t3388599715 { public: // System.Int16 DMCore.Net.CustomServer::value__ int16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CustomServer_t3388599715, ___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 // CUSTOMSERVER_T3388599715_H #ifndef CONTROLMUSIC_T1288851012_H #define CONTROLMUSIC_T1288851012_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AudioManager/ControlMusic struct ControlMusic_t1288851012 { public: // System.Int32 FitFun.AudioManager/ControlMusic::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ControlMusic_t1288851012, ___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 // CONTROLMUSIC_T1288851012_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 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 NOTIMPLEMENTEDEXCEPTION_T3489357830_H #define NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotImplementedException struct NotImplementedException_t3489357830 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTIMPLEMENTEDEXCEPTION_T3489357830_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 THREADPRIORITY_T1774350854_H #define THREADPRIORITY_T1774350854_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ThreadPriority struct ThreadPriority_t1774350854 { public: // System.Int32 UnityEngine.ThreadPriority::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadPriority_t1774350854, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADPRIORITY_T1774350854_H #ifndef NULLABLE_1_T4278248406_H #define NULLABLE_1_T4278248406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t4278248406 { public: // T System.Nullable`1::value Color_t2555686324 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t4278248406, ___value_0)); } inline Color_t2555686324 get_value_0() const { return ___value_0; } inline Color_t2555686324 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Color_t2555686324 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t4278248406, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T4278248406_H #ifndef INPUTBUTTON_T3704011348_H #define INPUTBUTTON_T3704011348_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.PointerEventData/InputButton struct InputButton_t3704011348 { public: // System.Int32 UnityEngine.EventSystems.PointerEventData/InputButton::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(InputButton_t3704011348, ___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 // INPUTBUTTON_T3704011348_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 CONSTRAINT_T814224393_H #define CONSTRAINT_T814224393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.GridLayoutGroup/Constraint struct Constraint_t814224393 { public: // System.Int32 UnityEngine.UI.GridLayoutGroup/Constraint::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Constraint_t814224393, ___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 // CONSTRAINT_T814224393_H #ifndef AXIS_T3613393006_H #define AXIS_T3613393006_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.GridLayoutGroup/Axis struct Axis_t3613393006 { public: // System.Int32 UnityEngine.UI.GridLayoutGroup/Axis::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Axis_t3613393006, ___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 // AXIS_T3613393006_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 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 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 ENUMMEMBERLEVEL_T3960553378_H #define ENUMMEMBERLEVEL_T3960553378_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // enumMemberLevel struct enumMemberLevel_t3960553378 { public: // System.Int32 enumMemberLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMemberLevel_t3960553378, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMEMBERLEVEL_T3960553378_H #ifndef IOEXCEPTION_T4088381929_H #define IOEXCEPTION_T4088381929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.IOException struct IOException_t4088381929 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOEXCEPTION_T4088381929_H #ifndef 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 EADEVENT_TYPE_T1987080399_H #define EADEVENT_TYPE_T1987080399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EADEvent_Type struct EADEvent_Type_t1987080399 { public: // System.Int32 EADEvent_Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EADEvent_Type_t1987080399, ___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 // EADEVENT_TYPE_T1987080399_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 CORNER_T1493259673_H #define CORNER_T1493259673_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.GridLayoutGroup/Corner struct Corner_t1493259673 { public: // System.Int32 UnityEngine.UI.GridLayoutGroup/Corner::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Corner_t1493259673, ___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 // CORNER_T1493259673_H #ifndef SOCKETTYPE_T2175930299_H #define SOCKETTYPE_T2175930299_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketType struct SocketType_t2175930299 { public: // System.Int32 System.Net.Sockets.SocketType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketType_t2175930299, ___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 // SOCKETTYPE_T2175930299_H #ifndef ADDRESSFAMILY_T2612549059_H #define ADDRESSFAMILY_T2612549059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.AddressFamily struct AddressFamily_t2612549059 { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AddressFamily_t2612549059, ___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 // ADDRESSFAMILY_T2612549059_H #ifndef HTTPSTATUSCODE_T3035121829_H #define HTTPSTATUSCODE_T3035121829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpStatusCode struct HttpStatusCode_t3035121829 { public: // System.Int32 System.Net.HttpStatusCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HttpStatusCode_t3035121829, ___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 // HTTPSTATUSCODE_T3035121829_H #ifndef DECOMPRESSIONMETHODS_T1612219745_H #define DECOMPRESSIONMETHODS_T1612219745_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DecompressionMethods struct DecompressionMethods_t1612219745 { public: // System.Int32 System.Net.DecompressionMethods::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DecompressionMethods_t1612219745, ___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 // DECOMPRESSIONMETHODS_T1612219745_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 STORELOCATION_T2864310644_H #define STORELOCATION_T2864310644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.StoreLocation struct StoreLocation_t2864310644 { public: // System.Int32 System.Security.Cryptography.X509Certificates.StoreLocation::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StoreLocation_t2864310644, ___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 // STORELOCATION_T2864310644_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 COMMON_T3802143103_H #define COMMON_T3802143103_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Common struct Common_t3802143103 : public RuntimeObject { public: public: }; struct Common_t3802143103_StaticFields { public: // System.Int32 DMCore.Common::INVALID_ID int32_t ___INVALID_ID_0; // System.Int32 DMCore.Common::MIN_LEVEL_NUMBER int32_t ___MIN_LEVEL_NUMBER_1; // System.Int32 DMCore.Common::MAX_LEVEL_NUMBER int32_t ___MAX_LEVEL_NUMBER_2; // System.Int32 DMCore.Common::CHAT_SAVE_MAX_COUNT int32_t ___CHAT_SAVE_MAX_COUNT_3; // System.Int32 DMCore.Common::CHAT_SAVE_TIME_SPAN int32_t ___CHAT_SAVE_TIME_SPAN_4; // System.Int32 DMCore.Common::CHAT_CONTENT_COUNT_CACHE int32_t ___CHAT_CONTENT_COUNT_CACHE_5; // System.Int32 DMCore.Common::MESSAGE_SAVE_MAX_COUNT int32_t ___MESSAGE_SAVE_MAX_COUNT_6; // System.Int32 DMCore.Common::MESSAGE_SAVE_TIME_SPAN int32_t ___MESSAGE_SAVE_TIME_SPAN_7; // System.Single DMCore.Common::SYSTEMBROAD_ROLL_SPEED float ___SYSTEMBROAD_ROLL_SPEED_8; // System.Int32 DMCore.Common::SHOPPING_CART_MAX_CAPACITY int32_t ___SHOPPING_CART_MAX_CAPACITY_9; // System.Int32 DMCore.Common::CURRENT_PROTOCOL_VERSION int32_t ___CURRENT_PROTOCOL_VERSION_10; // System.Single DMCore.Common::NET_MESSAGE_OVER_TIME float ___NET_MESSAGE_OVER_TIME_11; // System.Int32 DMCore.Common::MAX_SEND_INVITED_TIMES int32_t ___MAX_SEND_INVITED_TIMES_12; // System.Int32 DMCore.Common::MAX_RECV_INVITED_TIMES int32_t ___MAX_RECV_INVITED_TIMES_13; // System.Single DMCore.Common::TIME_SPAN_TO_RESET_RECV_CNT float ___TIME_SPAN_TO_RESET_RECV_CNT_14; // System.Single DMCore.Common::MAX_SPEAKER_LIFE_TIME float ___MAX_SPEAKER_LIFE_TIME_15; // System.Single DMCore.Common::CHAT_REFRESH_ONLINESTATE float ___CHAT_REFRESH_ONLINESTATE_16; // System.Int32 DMCore.Common::MIN_CLOTH_CONFIG_ID int32_t ___MIN_CLOTH_CONFIG_ID_17; // System.Int32 DMCore.Common::MIN_PROPS_CONFIG_ID int32_t ___MIN_PROPS_CONFIG_ID_18; // System.Single DMCore.Common::FULL_DOWN_CHECK_FREQUENCY float ___FULL_DOWN_CHECK_FREQUENCY_19; // System.Int32 DMCore.Common::CLASSICAL_QUEUE_BEAT_COUNT int32_t ___CLASSICAL_QUEUE_BEAT_COUNT_20; // System.Int32 DMCore.Common::CLASSICAL_JUDGE_BEAT_COUNT int32_t ___CLASSICAL_JUDGE_BEAT_COUNT_21; // System.Int32 DMCore.Common::CLASSICAL_MIN_KEY_LEVEL int32_t ___CLASSICAL_MIN_KEY_LEVEL_22; // System.Int32 DMCore.Common::CLASSICAL_MAX_KEY_LEVEL int32_t ___CLASSICAL_MAX_KEY_LEVEL_23; // System.Int32 DMCore.Common::CLASSICAL_USER_RANDOM_KEY int32_t ___CLASSICAL_USER_RANDOM_KEY_24; // System.Int32 DMCore.Common::PROTECTED_LEVEL int32_t ___PROTECTED_LEVEL_25; // System.Int32 DMCore.Common::ROOM_COUNT_ONE_PAGE int32_t ___ROOM_COUNT_ONE_PAGE_26; // System.Single DMCore.Common::PET_DEFAULT_WALK_SPEED float ___PET_DEFAULT_WALK_SPEED_27; // System.Single DMCore.Common::PET_DEFAULT_SAFE_DISTANCE float ___PET_DEFAULT_SAFE_DISTANCE_28; // UnityEngine.Vector3 DMCore.Common::PET_DEFAULT_SHOW_POSITION Vector3_t3722313464 ___PET_DEFAULT_SHOW_POSITION_29; // UnityEngine.Vector3 DMCore.Common::PET_DEFAULT_SHOW_POSITION_W Vector3_t3722313464 ___PET_DEFAULT_SHOW_POSITION_W_30; // System.Single DMCore.Common::SINGLE_PAGE_DEPTH float ___SINGLE_PAGE_DEPTH_31; public: inline static int32_t get_offset_of_INVALID_ID_0() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___INVALID_ID_0)); } inline int32_t get_INVALID_ID_0() const { return ___INVALID_ID_0; } inline int32_t* get_address_of_INVALID_ID_0() { return &___INVALID_ID_0; } inline void set_INVALID_ID_0(int32_t value) { ___INVALID_ID_0 = value; } inline static int32_t get_offset_of_MIN_LEVEL_NUMBER_1() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MIN_LEVEL_NUMBER_1)); } inline int32_t get_MIN_LEVEL_NUMBER_1() const { return ___MIN_LEVEL_NUMBER_1; } inline int32_t* get_address_of_MIN_LEVEL_NUMBER_1() { return &___MIN_LEVEL_NUMBER_1; } inline void set_MIN_LEVEL_NUMBER_1(int32_t value) { ___MIN_LEVEL_NUMBER_1 = value; } inline static int32_t get_offset_of_MAX_LEVEL_NUMBER_2() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_LEVEL_NUMBER_2)); } inline int32_t get_MAX_LEVEL_NUMBER_2() const { return ___MAX_LEVEL_NUMBER_2; } inline int32_t* get_address_of_MAX_LEVEL_NUMBER_2() { return &___MAX_LEVEL_NUMBER_2; } inline void set_MAX_LEVEL_NUMBER_2(int32_t value) { ___MAX_LEVEL_NUMBER_2 = value; } inline static int32_t get_offset_of_CHAT_SAVE_MAX_COUNT_3() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_SAVE_MAX_COUNT_3)); } inline int32_t get_CHAT_SAVE_MAX_COUNT_3() const { return ___CHAT_SAVE_MAX_COUNT_3; } inline int32_t* get_address_of_CHAT_SAVE_MAX_COUNT_3() { return &___CHAT_SAVE_MAX_COUNT_3; } inline void set_CHAT_SAVE_MAX_COUNT_3(int32_t value) { ___CHAT_SAVE_MAX_COUNT_3 = value; } inline static int32_t get_offset_of_CHAT_SAVE_TIME_SPAN_4() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_SAVE_TIME_SPAN_4)); } inline int32_t get_CHAT_SAVE_TIME_SPAN_4() const { return ___CHAT_SAVE_TIME_SPAN_4; } inline int32_t* get_address_of_CHAT_SAVE_TIME_SPAN_4() { return &___CHAT_SAVE_TIME_SPAN_4; } inline void set_CHAT_SAVE_TIME_SPAN_4(int32_t value) { ___CHAT_SAVE_TIME_SPAN_4 = value; } inline static int32_t get_offset_of_CHAT_CONTENT_COUNT_CACHE_5() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_CONTENT_COUNT_CACHE_5)); } inline int32_t get_CHAT_CONTENT_COUNT_CACHE_5() const { return ___CHAT_CONTENT_COUNT_CACHE_5; } inline int32_t* get_address_of_CHAT_CONTENT_COUNT_CACHE_5() { return &___CHAT_CONTENT_COUNT_CACHE_5; } inline void set_CHAT_CONTENT_COUNT_CACHE_5(int32_t value) { ___CHAT_CONTENT_COUNT_CACHE_5 = value; } inline static int32_t get_offset_of_MESSAGE_SAVE_MAX_COUNT_6() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MESSAGE_SAVE_MAX_COUNT_6)); } inline int32_t get_MESSAGE_SAVE_MAX_COUNT_6() const { return ___MESSAGE_SAVE_MAX_COUNT_6; } inline int32_t* get_address_of_MESSAGE_SAVE_MAX_COUNT_6() { return &___MESSAGE_SAVE_MAX_COUNT_6; } inline void set_MESSAGE_SAVE_MAX_COUNT_6(int32_t value) { ___MESSAGE_SAVE_MAX_COUNT_6 = value; } inline static int32_t get_offset_of_MESSAGE_SAVE_TIME_SPAN_7() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MESSAGE_SAVE_TIME_SPAN_7)); } inline int32_t get_MESSAGE_SAVE_TIME_SPAN_7() const { return ___MESSAGE_SAVE_TIME_SPAN_7; } inline int32_t* get_address_of_MESSAGE_SAVE_TIME_SPAN_7() { return &___MESSAGE_SAVE_TIME_SPAN_7; } inline void set_MESSAGE_SAVE_TIME_SPAN_7(int32_t value) { ___MESSAGE_SAVE_TIME_SPAN_7 = value; } inline static int32_t get_offset_of_SYSTEMBROAD_ROLL_SPEED_8() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___SYSTEMBROAD_ROLL_SPEED_8)); } inline float get_SYSTEMBROAD_ROLL_SPEED_8() const { return ___SYSTEMBROAD_ROLL_SPEED_8; } inline float* get_address_of_SYSTEMBROAD_ROLL_SPEED_8() { return &___SYSTEMBROAD_ROLL_SPEED_8; } inline void set_SYSTEMBROAD_ROLL_SPEED_8(float value) { ___SYSTEMBROAD_ROLL_SPEED_8 = value; } inline static int32_t get_offset_of_SHOPPING_CART_MAX_CAPACITY_9() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___SHOPPING_CART_MAX_CAPACITY_9)); } inline int32_t get_SHOPPING_CART_MAX_CAPACITY_9() const { return ___SHOPPING_CART_MAX_CAPACITY_9; } inline int32_t* get_address_of_SHOPPING_CART_MAX_CAPACITY_9() { return &___SHOPPING_CART_MAX_CAPACITY_9; } inline void set_SHOPPING_CART_MAX_CAPACITY_9(int32_t value) { ___SHOPPING_CART_MAX_CAPACITY_9 = value; } inline static int32_t get_offset_of_CURRENT_PROTOCOL_VERSION_10() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CURRENT_PROTOCOL_VERSION_10)); } inline int32_t get_CURRENT_PROTOCOL_VERSION_10() const { return ___CURRENT_PROTOCOL_VERSION_10; } inline int32_t* get_address_of_CURRENT_PROTOCOL_VERSION_10() { return &___CURRENT_PROTOCOL_VERSION_10; } inline void set_CURRENT_PROTOCOL_VERSION_10(int32_t value) { ___CURRENT_PROTOCOL_VERSION_10 = value; } inline static int32_t get_offset_of_NET_MESSAGE_OVER_TIME_11() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___NET_MESSAGE_OVER_TIME_11)); } inline float get_NET_MESSAGE_OVER_TIME_11() const { return ___NET_MESSAGE_OVER_TIME_11; } inline float* get_address_of_NET_MESSAGE_OVER_TIME_11() { return &___NET_MESSAGE_OVER_TIME_11; } inline void set_NET_MESSAGE_OVER_TIME_11(float value) { ___NET_MESSAGE_OVER_TIME_11 = value; } inline static int32_t get_offset_of_MAX_SEND_INVITED_TIMES_12() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_SEND_INVITED_TIMES_12)); } inline int32_t get_MAX_SEND_INVITED_TIMES_12() const { return ___MAX_SEND_INVITED_TIMES_12; } inline int32_t* get_address_of_MAX_SEND_INVITED_TIMES_12() { return &___MAX_SEND_INVITED_TIMES_12; } inline void set_MAX_SEND_INVITED_TIMES_12(int32_t value) { ___MAX_SEND_INVITED_TIMES_12 = value; } inline static int32_t get_offset_of_MAX_RECV_INVITED_TIMES_13() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_RECV_INVITED_TIMES_13)); } inline int32_t get_MAX_RECV_INVITED_TIMES_13() const { return ___MAX_RECV_INVITED_TIMES_13; } inline int32_t* get_address_of_MAX_RECV_INVITED_TIMES_13() { return &___MAX_RECV_INVITED_TIMES_13; } inline void set_MAX_RECV_INVITED_TIMES_13(int32_t value) { ___MAX_RECV_INVITED_TIMES_13 = value; } inline static int32_t get_offset_of_TIME_SPAN_TO_RESET_RECV_CNT_14() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___TIME_SPAN_TO_RESET_RECV_CNT_14)); } inline float get_TIME_SPAN_TO_RESET_RECV_CNT_14() const { return ___TIME_SPAN_TO_RESET_RECV_CNT_14; } inline float* get_address_of_TIME_SPAN_TO_RESET_RECV_CNT_14() { return &___TIME_SPAN_TO_RESET_RECV_CNT_14; } inline void set_TIME_SPAN_TO_RESET_RECV_CNT_14(float value) { ___TIME_SPAN_TO_RESET_RECV_CNT_14 = value; } inline static int32_t get_offset_of_MAX_SPEAKER_LIFE_TIME_15() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_SPEAKER_LIFE_TIME_15)); } inline float get_MAX_SPEAKER_LIFE_TIME_15() const { return ___MAX_SPEAKER_LIFE_TIME_15; } inline float* get_address_of_MAX_SPEAKER_LIFE_TIME_15() { return &___MAX_SPEAKER_LIFE_TIME_15; } inline void set_MAX_SPEAKER_LIFE_TIME_15(float value) { ___MAX_SPEAKER_LIFE_TIME_15 = value; } inline static int32_t get_offset_of_CHAT_REFRESH_ONLINESTATE_16() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_REFRESH_ONLINESTATE_16)); } inline float get_CHAT_REFRESH_ONLINESTATE_16() const { return ___CHAT_REFRESH_ONLINESTATE_16; } inline float* get_address_of_CHAT_REFRESH_ONLINESTATE_16() { return &___CHAT_REFRESH_ONLINESTATE_16; } inline void set_CHAT_REFRESH_ONLINESTATE_16(float value) { ___CHAT_REFRESH_ONLINESTATE_16 = value; } inline static int32_t get_offset_of_MIN_CLOTH_CONFIG_ID_17() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MIN_CLOTH_CONFIG_ID_17)); } inline int32_t get_MIN_CLOTH_CONFIG_ID_17() const { return ___MIN_CLOTH_CONFIG_ID_17; } inline int32_t* get_address_of_MIN_CLOTH_CONFIG_ID_17() { return &___MIN_CLOTH_CONFIG_ID_17; } inline void set_MIN_CLOTH_CONFIG_ID_17(int32_t value) { ___MIN_CLOTH_CONFIG_ID_17 = value; } inline static int32_t get_offset_of_MIN_PROPS_CONFIG_ID_18() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MIN_PROPS_CONFIG_ID_18)); } inline int32_t get_MIN_PROPS_CONFIG_ID_18() const { return ___MIN_PROPS_CONFIG_ID_18; } inline int32_t* get_address_of_MIN_PROPS_CONFIG_ID_18() { return &___MIN_PROPS_CONFIG_ID_18; } inline void set_MIN_PROPS_CONFIG_ID_18(int32_t value) { ___MIN_PROPS_CONFIG_ID_18 = value; } inline static int32_t get_offset_of_FULL_DOWN_CHECK_FREQUENCY_19() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___FULL_DOWN_CHECK_FREQUENCY_19)); } inline float get_FULL_DOWN_CHECK_FREQUENCY_19() const { return ___FULL_DOWN_CHECK_FREQUENCY_19; } inline float* get_address_of_FULL_DOWN_CHECK_FREQUENCY_19() { return &___FULL_DOWN_CHECK_FREQUENCY_19; } inline void set_FULL_DOWN_CHECK_FREQUENCY_19(float value) { ___FULL_DOWN_CHECK_FREQUENCY_19 = value; } inline static int32_t get_offset_of_CLASSICAL_QUEUE_BEAT_COUNT_20() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_QUEUE_BEAT_COUNT_20)); } inline int32_t get_CLASSICAL_QUEUE_BEAT_COUNT_20() const { return ___CLASSICAL_QUEUE_BEAT_COUNT_20; } inline int32_t* get_address_of_CLASSICAL_QUEUE_BEAT_COUNT_20() { return &___CLASSICAL_QUEUE_BEAT_COUNT_20; } inline void set_CLASSICAL_QUEUE_BEAT_COUNT_20(int32_t value) { ___CLASSICAL_QUEUE_BEAT_COUNT_20 = value; } inline static int32_t get_offset_of_CLASSICAL_JUDGE_BEAT_COUNT_21() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_JUDGE_BEAT_COUNT_21)); } inline int32_t get_CLASSICAL_JUDGE_BEAT_COUNT_21() const { return ___CLASSICAL_JUDGE_BEAT_COUNT_21; } inline int32_t* get_address_of_CLASSICAL_JUDGE_BEAT_COUNT_21() { return &___CLASSICAL_JUDGE_BEAT_COUNT_21; } inline void set_CLASSICAL_JUDGE_BEAT_COUNT_21(int32_t value) { ___CLASSICAL_JUDGE_BEAT_COUNT_21 = value; } inline static int32_t get_offset_of_CLASSICAL_MIN_KEY_LEVEL_22() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_MIN_KEY_LEVEL_22)); } inline int32_t get_CLASSICAL_MIN_KEY_LEVEL_22() const { return ___CLASSICAL_MIN_KEY_LEVEL_22; } inline int32_t* get_address_of_CLASSICAL_MIN_KEY_LEVEL_22() { return &___CLASSICAL_MIN_KEY_LEVEL_22; } inline void set_CLASSICAL_MIN_KEY_LEVEL_22(int32_t value) { ___CLASSICAL_MIN_KEY_LEVEL_22 = value; } inline static int32_t get_offset_of_CLASSICAL_MAX_KEY_LEVEL_23() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_MAX_KEY_LEVEL_23)); } inline int32_t get_CLASSICAL_MAX_KEY_LEVEL_23() const { return ___CLASSICAL_MAX_KEY_LEVEL_23; } inline int32_t* get_address_of_CLASSICAL_MAX_KEY_LEVEL_23() { return &___CLASSICAL_MAX_KEY_LEVEL_23; } inline void set_CLASSICAL_MAX_KEY_LEVEL_23(int32_t value) { ___CLASSICAL_MAX_KEY_LEVEL_23 = value; } inline static int32_t get_offset_of_CLASSICAL_USER_RANDOM_KEY_24() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_USER_RANDOM_KEY_24)); } inline int32_t get_CLASSICAL_USER_RANDOM_KEY_24() const { return ___CLASSICAL_USER_RANDOM_KEY_24; } inline int32_t* get_address_of_CLASSICAL_USER_RANDOM_KEY_24() { return &___CLASSICAL_USER_RANDOM_KEY_24; } inline void set_CLASSICAL_USER_RANDOM_KEY_24(int32_t value) { ___CLASSICAL_USER_RANDOM_KEY_24 = value; } inline static int32_t get_offset_of_PROTECTED_LEVEL_25() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PROTECTED_LEVEL_25)); } inline int32_t get_PROTECTED_LEVEL_25() const { return ___PROTECTED_LEVEL_25; } inline int32_t* get_address_of_PROTECTED_LEVEL_25() { return &___PROTECTED_LEVEL_25; } inline void set_PROTECTED_LEVEL_25(int32_t value) { ___PROTECTED_LEVEL_25 = value; } inline static int32_t get_offset_of_ROOM_COUNT_ONE_PAGE_26() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___ROOM_COUNT_ONE_PAGE_26)); } inline int32_t get_ROOM_COUNT_ONE_PAGE_26() const { return ___ROOM_COUNT_ONE_PAGE_26; } inline int32_t* get_address_of_ROOM_COUNT_ONE_PAGE_26() { return &___ROOM_COUNT_ONE_PAGE_26; } inline void set_ROOM_COUNT_ONE_PAGE_26(int32_t value) { ___ROOM_COUNT_ONE_PAGE_26 = value; } inline static int32_t get_offset_of_PET_DEFAULT_WALK_SPEED_27() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_WALK_SPEED_27)); } inline float get_PET_DEFAULT_WALK_SPEED_27() const { return ___PET_DEFAULT_WALK_SPEED_27; } inline float* get_address_of_PET_DEFAULT_WALK_SPEED_27() { return &___PET_DEFAULT_WALK_SPEED_27; } inline void set_PET_DEFAULT_WALK_SPEED_27(float value) { ___PET_DEFAULT_WALK_SPEED_27 = value; } inline static int32_t get_offset_of_PET_DEFAULT_SAFE_DISTANCE_28() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_SAFE_DISTANCE_28)); } inline float get_PET_DEFAULT_SAFE_DISTANCE_28() const { return ___PET_DEFAULT_SAFE_DISTANCE_28; } inline float* get_address_of_PET_DEFAULT_SAFE_DISTANCE_28() { return &___PET_DEFAULT_SAFE_DISTANCE_28; } inline void set_PET_DEFAULT_SAFE_DISTANCE_28(float value) { ___PET_DEFAULT_SAFE_DISTANCE_28 = value; } inline static int32_t get_offset_of_PET_DEFAULT_SHOW_POSITION_29() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_SHOW_POSITION_29)); } inline Vector3_t3722313464 get_PET_DEFAULT_SHOW_POSITION_29() const { return ___PET_DEFAULT_SHOW_POSITION_29; } inline Vector3_t3722313464 * get_address_of_PET_DEFAULT_SHOW_POSITION_29() { return &___PET_DEFAULT_SHOW_POSITION_29; } inline void set_PET_DEFAULT_SHOW_POSITION_29(Vector3_t3722313464 value) { ___PET_DEFAULT_SHOW_POSITION_29 = value; } inline static int32_t get_offset_of_PET_DEFAULT_SHOW_POSITION_W_30() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_SHOW_POSITION_W_30)); } inline Vector3_t3722313464 get_PET_DEFAULT_SHOW_POSITION_W_30() const { return ___PET_DEFAULT_SHOW_POSITION_W_30; } inline Vector3_t3722313464 * get_address_of_PET_DEFAULT_SHOW_POSITION_W_30() { return &___PET_DEFAULT_SHOW_POSITION_W_30; } inline void set_PET_DEFAULT_SHOW_POSITION_W_30(Vector3_t3722313464 value) { ___PET_DEFAULT_SHOW_POSITION_W_30 = value; } inline static int32_t get_offset_of_SINGLE_PAGE_DEPTH_31() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___SINGLE_PAGE_DEPTH_31)); } inline float get_SINGLE_PAGE_DEPTH_31() const { return ___SINGLE_PAGE_DEPTH_31; } inline float* get_address_of_SINGLE_PAGE_DEPTH_31() { return &___SINGLE_PAGE_DEPTH_31; } inline void set_SINGLE_PAGE_DEPTH_31(float value) { ___SINGLE_PAGE_DEPTH_31 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMMON_T3802143103_H #ifndef PROTOCOLTYPE_T303635025_H #define PROTOCOLTYPE_T303635025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.ProtocolType struct ProtocolType_t303635025 { public: // System.Int32 System.Net.Sockets.ProtocolType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ProtocolType_t303635025, ___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 // PROTOCOLTYPE_T303635025_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 BOUNDS_T2266837910_H #define BOUNDS_T2266837910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Bounds struct Bounds_t2266837910 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t3722313464 ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t3722313464 ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t2266837910, ___m_Center_0)); } inline Vector3_t3722313464 get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t3722313464 * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t3722313464 value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t2266837910, ___m_Extents_1)); } inline Vector3_t3722313464 get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t3722313464 * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t3722313464 value) { ___m_Extents_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOUNDS_T2266837910_H #ifndef SCROLLBARVISIBILITY_T705693775_H #define SCROLLBARVISIBILITY_T705693775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ScrollRect/ScrollbarVisibility struct ScrollbarVisibility_t705693775 { public: // System.Int32 UnityEngine.UI.ScrollRect/ScrollbarVisibility::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScrollbarVisibility_t705693775, ___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 // SCROLLBARVISIBILITY_T705693775_H #ifndef ENUMNETWORKMODE_T3278745794_H #define ENUMNETWORKMODE_T3278745794_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.enumNetWorkMode struct enumNetWorkMode_t3278745794 { public: // System.Int32 DMCore.Net.enumNetWorkMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumNetWorkMode_t3278745794, ___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 // ENUMNETWORKMODE_T3278745794_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 PATHMODE_T2165603100_H #define PATHMODE_T2165603100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.PathMode struct PathMode_t2165603100 { public: // System.Int32 DG.Tweening.PathMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PathMode_t2165603100, ___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 // PATHMODE_T2165603100_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 PATHTYPE_T3777299409_H #define PATHTYPE_T3777299409_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.PathType struct PathType_t3777299409 { public: // System.Int32 DG.Tweening.PathType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PathType_t3777299409, ___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 // PATHTYPE_T3777299409_H #ifndef MOVEMENTTYPE_T4072922106_H #define MOVEMENTTYPE_T4072922106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ScrollRect/MovementType struct MovementType_t4072922106 { public: // System.Int32 UnityEngine.UI.ScrollRect/MovementType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MovementType_t4072922106, ___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 // MOVEMENTTYPE_T4072922106_H #ifndef SOCKETOPTIONNAME_T403346465_H #define SOCKETOPTIONNAME_T403346465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketOptionName struct SocketOptionName_t403346465 { public: // System.Int32 System.Net.Sockets.SocketOptionName::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketOptionName_t403346465, ___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 // SOCKETOPTIONNAME_T403346465_H #ifndef SOCKETOPTIONLEVEL_T201167901_H #define SOCKETOPTIONLEVEL_T201167901_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketOptionLevel struct SocketOptionLevel_t201167901 { public: // System.Int32 System.Net.Sockets.SocketOptionLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketOptionLevel_t201167901, ___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 // SOCKETOPTIONLEVEL_T201167901_H #ifndef ENUMERATOR_T3923002270_H #define ENUMERATOR_T3923002270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t3923002270 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1968819495 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t71524366 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3923002270, ___dictionary_0)); } inline Dictionary_2_t1968819495 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1968819495 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1968819495 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3923002270, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t3923002270, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3923002270, ___current_3)); } inline KeyValuePair_2_t71524366 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t71524366 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t71524366 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3923002270_H #ifndef FILEMODE_T1183438340_H #define FILEMODE_T1183438340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileMode struct FileMode_t1183438340 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileMode_t1183438340, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEMODE_T1183438340_H #ifndef FASTZIPEVENTS_T2506806086_H #define FASTZIPEVENTS_T2506806086_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.FastZipEvents struct FastZipEvents_t2506806086 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Core.ProcessDirectoryHandler ICSharpCode.SharpZipLib.Zip.FastZipEvents::ProcessDirectory ProcessDirectoryHandler_t654447416 * ___ProcessDirectory_0; // ICSharpCode.SharpZipLib.Core.ProcessFileHandler ICSharpCode.SharpZipLib.Zip.FastZipEvents::ProcessFile ProcessFileHandler_t2351317767 * ___ProcessFile_1; // ICSharpCode.SharpZipLib.Core.ProgressHandler ICSharpCode.SharpZipLib.Zip.FastZipEvents::Progress ProgressHandler_t1501555482 * ___Progress_2; // ICSharpCode.SharpZipLib.Core.CompletedFileHandler ICSharpCode.SharpZipLib.Zip.FastZipEvents::CompletedFile CompletedFileHandler_t2674014880 * ___CompletedFile_3; // ICSharpCode.SharpZipLib.Core.DirectoryFailureHandler ICSharpCode.SharpZipLib.Zip.FastZipEvents::DirectoryFailure DirectoryFailureHandler_t4214878643 * ___DirectoryFailure_4; // ICSharpCode.SharpZipLib.Core.FileFailureHandler ICSharpCode.SharpZipLib.Zip.FastZipEvents::FileFailure FileFailureHandler_t1120837788 * ___FileFailure_5; // System.TimeSpan ICSharpCode.SharpZipLib.Zip.FastZipEvents::progressInterval_ TimeSpan_t881159249 ___progressInterval__6; public: inline static int32_t get_offset_of_ProcessDirectory_0() { return static_cast(offsetof(FastZipEvents_t2506806086, ___ProcessDirectory_0)); } inline ProcessDirectoryHandler_t654447416 * get_ProcessDirectory_0() const { return ___ProcessDirectory_0; } inline ProcessDirectoryHandler_t654447416 ** get_address_of_ProcessDirectory_0() { return &___ProcessDirectory_0; } inline void set_ProcessDirectory_0(ProcessDirectoryHandler_t654447416 * value) { ___ProcessDirectory_0 = value; Il2CppCodeGenWriteBarrier((&___ProcessDirectory_0), value); } inline static int32_t get_offset_of_ProcessFile_1() { return static_cast(offsetof(FastZipEvents_t2506806086, ___ProcessFile_1)); } inline ProcessFileHandler_t2351317767 * get_ProcessFile_1() const { return ___ProcessFile_1; } inline ProcessFileHandler_t2351317767 ** get_address_of_ProcessFile_1() { return &___ProcessFile_1; } inline void set_ProcessFile_1(ProcessFileHandler_t2351317767 * value) { ___ProcessFile_1 = value; Il2CppCodeGenWriteBarrier((&___ProcessFile_1), value); } inline static int32_t get_offset_of_Progress_2() { return static_cast(offsetof(FastZipEvents_t2506806086, ___Progress_2)); } inline ProgressHandler_t1501555482 * get_Progress_2() const { return ___Progress_2; } inline ProgressHandler_t1501555482 ** get_address_of_Progress_2() { return &___Progress_2; } inline void set_Progress_2(ProgressHandler_t1501555482 * value) { ___Progress_2 = value; Il2CppCodeGenWriteBarrier((&___Progress_2), value); } inline static int32_t get_offset_of_CompletedFile_3() { return static_cast(offsetof(FastZipEvents_t2506806086, ___CompletedFile_3)); } inline CompletedFileHandler_t2674014880 * get_CompletedFile_3() const { return ___CompletedFile_3; } inline CompletedFileHandler_t2674014880 ** get_address_of_CompletedFile_3() { return &___CompletedFile_3; } inline void set_CompletedFile_3(CompletedFileHandler_t2674014880 * value) { ___CompletedFile_3 = value; Il2CppCodeGenWriteBarrier((&___CompletedFile_3), value); } inline static int32_t get_offset_of_DirectoryFailure_4() { return static_cast(offsetof(FastZipEvents_t2506806086, ___DirectoryFailure_4)); } inline DirectoryFailureHandler_t4214878643 * get_DirectoryFailure_4() const { return ___DirectoryFailure_4; } inline DirectoryFailureHandler_t4214878643 ** get_address_of_DirectoryFailure_4() { return &___DirectoryFailure_4; } inline void set_DirectoryFailure_4(DirectoryFailureHandler_t4214878643 * value) { ___DirectoryFailure_4 = value; Il2CppCodeGenWriteBarrier((&___DirectoryFailure_4), value); } inline static int32_t get_offset_of_FileFailure_5() { return static_cast(offsetof(FastZipEvents_t2506806086, ___FileFailure_5)); } inline FileFailureHandler_t1120837788 * get_FileFailure_5() const { return ___FileFailure_5; } inline FileFailureHandler_t1120837788 ** get_address_of_FileFailure_5() { return &___FileFailure_5; } inline void set_FileFailure_5(FileFailureHandler_t1120837788 * value) { ___FileFailure_5 = value; Il2CppCodeGenWriteBarrier((&___FileFailure_5), value); } inline static int32_t get_offset_of_progressInterval__6() { return static_cast(offsetof(FastZipEvents_t2506806086, ___progressInterval__6)); } inline TimeSpan_t881159249 get_progressInterval__6() const { return ___progressInterval__6; } inline TimeSpan_t881159249 * get_address_of_progressInterval__6() { return &___progressInterval__6; } inline void set_progressInterval__6(TimeSpan_t881159249 value) { ___progressInterval__6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FASTZIPEVENTS_T2506806086_H #ifndef ZIPINPUTSTREAM_T3401940135_H #define ZIPINPUTSTREAM_T3401940135_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.ZipInputStream struct ZipInputStream_t3401940135 : public InflaterInputStream_t1176653752 { public: // ICSharpCode.SharpZipLib.Zip.ZipInputStream/ReadDataHandler ICSharpCode.SharpZipLib.Zip.ZipInputStream::internalReader ReadDataHandler_t2345607579 * ___internalReader_7; // ICSharpCode.SharpZipLib.Checksums.Crc32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::crc Crc32_t4094429278 * ___crc_8; // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipInputStream::entry ZipEntry_t658048195 * ___entry_9; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipInputStream::size int64_t ___size_10; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::method int32_t ___method_11; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::flags int32_t ___flags_12; // System.String ICSharpCode.SharpZipLib.Zip.ZipInputStream::password String_t* ___password_13; public: inline static int32_t get_offset_of_internalReader_7() { return static_cast(offsetof(ZipInputStream_t3401940135, ___internalReader_7)); } inline ReadDataHandler_t2345607579 * get_internalReader_7() const { return ___internalReader_7; } inline ReadDataHandler_t2345607579 ** get_address_of_internalReader_7() { return &___internalReader_7; } inline void set_internalReader_7(ReadDataHandler_t2345607579 * value) { ___internalReader_7 = value; Il2CppCodeGenWriteBarrier((&___internalReader_7), value); } inline static int32_t get_offset_of_crc_8() { return static_cast(offsetof(ZipInputStream_t3401940135, ___crc_8)); } inline Crc32_t4094429278 * get_crc_8() const { return ___crc_8; } inline Crc32_t4094429278 ** get_address_of_crc_8() { return &___crc_8; } inline void set_crc_8(Crc32_t4094429278 * value) { ___crc_8 = value; Il2CppCodeGenWriteBarrier((&___crc_8), value); } inline static int32_t get_offset_of_entry_9() { return static_cast(offsetof(ZipInputStream_t3401940135, ___entry_9)); } inline ZipEntry_t658048195 * get_entry_9() const { return ___entry_9; } inline ZipEntry_t658048195 ** get_address_of_entry_9() { return &___entry_9; } inline void set_entry_9(ZipEntry_t658048195 * value) { ___entry_9 = value; Il2CppCodeGenWriteBarrier((&___entry_9), value); } inline static int32_t get_offset_of_size_10() { return static_cast(offsetof(ZipInputStream_t3401940135, ___size_10)); } inline int64_t get_size_10() const { return ___size_10; } inline int64_t* get_address_of_size_10() { return &___size_10; } inline void set_size_10(int64_t value) { ___size_10 = value; } inline static int32_t get_offset_of_method_11() { return static_cast(offsetof(ZipInputStream_t3401940135, ___method_11)); } inline int32_t get_method_11() const { return ___method_11; } inline int32_t* get_address_of_method_11() { return &___method_11; } inline void set_method_11(int32_t value) { ___method_11 = value; } inline static int32_t get_offset_of_flags_12() { return static_cast(offsetof(ZipInputStream_t3401940135, ___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_password_13() { return static_cast(offsetof(ZipInputStream_t3401940135, ___password_13)); } inline String_t* get_password_13() const { return ___password_13; } inline String_t** get_address_of_password_13() { return &___password_13; } inline void set_password_13(String_t* value) { ___password_13 = value; Il2CppCodeGenWriteBarrier((&___password_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZIPINPUTSTREAM_T3401940135_H #ifndef SCROLLDIR_T1940814202_H #define SCROLLDIR_T1940814202_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CenterOnChild/ScrollDir struct ScrollDir_t1940814202 { public: // System.Int32 FitFun.CenterOnChild/ScrollDir::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScrollDir_t1940814202, ___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 // SCROLLDIR_T1940814202_H #ifndef ENUMNETSTATE_T4019694684_H #define ENUMNETSTATE_T4019694684_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.enumNetState struct enumNetState_t4019694684 { public: // System.Int32 FitFun.enumNetState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumNetState_t4019694684, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMNETSTATE_T4019694684_H #ifndef ENUMERATOR_T1126803642_H #define ENUMERATOR_T1126803642_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_t1126803642 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3467588163 * ___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_t1570293034 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1126803642, ___dictionary_0)); } inline Dictionary_2_t3467588163 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3467588163 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3467588163 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1126803642, ___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_t1126803642, ___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_t1126803642, ___current_3)); } inline KeyValuePair_2_t1570293034 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1570293034 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1570293034 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1126803642_H #ifndef ENUMC2S_T1501570991_H #define ENUMC2S_T1501570991_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.enumC2S struct enumC2S_t1501570991 { public: // System.Int16 DMCore.Net.Protocol.enumC2S::value__ int16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumC2S_t1501570991, ___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 // ENUMC2S_T1501570991_H #ifndef ENUMERATOR_T2690346795_H #define ENUMERATOR_T2690346795_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t2690346795 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t736164020 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t3133836187 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2690346795, ___dictionary_0)); } inline Dictionary_2_t736164020 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t736164020 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t736164020 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2690346795, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t2690346795, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2690346795, ___current_3)); } inline KeyValuePair_2_t3133836187 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3133836187 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3133836187 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2690346795_H #ifndef ENUMS2C_T789110255_H #define ENUMS2C_T789110255_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.enumS2C struct enumS2C_t789110255 { public: // System.Int16 DMCore.Net.Protocol.enumS2C::value__ int16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumS2C_t789110255, ___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 // ENUMS2C_T789110255_H #ifndef EVENTDEFINE_T59081529_H #define EVENTDEFINE_T59081529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.EventDefine struct EventDefine_t59081529 { public: // System.Int32 FitFun.EventDefine::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EventDefine_t59081529, ___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 // EVENTDEFINE_T59081529_H #ifndef UPLOADHANDLER_T2993558019_H #define UPLOADHANDLER_T2993558019_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Networking.UploadHandler struct UploadHandler_t2993558019 : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.UploadHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(UploadHandler_t2993558019, ___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.Networking.UploadHandler struct UploadHandler_t2993558019_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.UploadHandler struct UploadHandler_t2993558019_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // UPLOADHANDLER_T2993558019_H #ifndef ENUMERATOR_T2414800553_H #define ENUMERATOR_T2414800553_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_t2414800553 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t460617778 * ___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_t2858289945 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2414800553, ___dictionary_0)); } inline Dictionary_2_t460617778 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t460617778 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t460617778 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2414800553, ___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_t2414800553, ___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_t2414800553, ___current_3)); } inline KeyValuePair_2_t2858289945 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2858289945 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2858289945 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2414800553_H #ifndef DOWNLOADHANDLER_T2937767557_H #define DOWNLOADHANDLER_T2937767557_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Networking.DownloadHandler struct DownloadHandler_t2937767557 : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.DownloadHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(DownloadHandler_t2937767557, ___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.Networking.DownloadHandler struct DownloadHandler_t2937767557_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.DownloadHandler struct DownloadHandler_t2937767557_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // DOWNLOADHANDLER_T2937767557_H #ifndef ENUMERATOR_T2746469176_H #define ENUMERATOR_T2746469176_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_t2746469176 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t792286401 * ___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_t3189958568 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2746469176, ___dictionary_0)); } inline Dictionary_2_t792286401 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t792286401 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t792286401 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2746469176, ___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_t2746469176, ___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_t2746469176, ___current_3)); } inline KeyValuePair_2_t3189958568 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3189958568 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3189958568 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2746469176_H #ifndef ENUMSYSTEMINFOTYPE_T4254507432_H #define ENUMSYSTEMINFOTYPE_T4254507432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.enumSystemInfoType struct enumSystemInfoType_t4254507432 { public: // System.Int32 FitFun.enumSystemInfoType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSystemInfoType_t4254507432, ___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 // ENUMSYSTEMINFOTYPE_T4254507432_H #ifndef TEXTUREFORMAT_T2701165832_H #define TEXTUREFORMAT_T2701165832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextureFormat struct TextureFormat_t2701165832 { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextureFormat_t2701165832, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTUREFORMAT_T2701165832_H #ifndef MD5CRYPTOSERVICEPROVIDER_T3005586042_H #define MD5CRYPTOSERVICEPROVIDER_T3005586042_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.MD5CryptoServiceProvider struct MD5CryptoServiceProvider_t3005586042 : public MD5_t3177620429 { public: // System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::_H UInt32U5BU5D_t2770800703* ____H_4; // System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::buff UInt32U5BU5D_t2770800703* ___buff_5; // System.UInt64 System.Security.Cryptography.MD5CryptoServiceProvider::count uint64_t ___count_6; // System.Byte[] System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBuffer ByteU5BU5D_t4116647657* ____ProcessingBuffer_7; // System.Int32 System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBufferCount int32_t ____ProcessingBufferCount_8; public: inline static int32_t get_offset_of__H_4() { return static_cast(offsetof(MD5CryptoServiceProvider_t3005586042, ____H_4)); } inline UInt32U5BU5D_t2770800703* get__H_4() const { return ____H_4; } inline UInt32U5BU5D_t2770800703** get_address_of__H_4() { return &____H_4; } inline void set__H_4(UInt32U5BU5D_t2770800703* value) { ____H_4 = value; Il2CppCodeGenWriteBarrier((&____H_4), value); } inline static int32_t get_offset_of_buff_5() { return static_cast(offsetof(MD5CryptoServiceProvider_t3005586042, ___buff_5)); } inline UInt32U5BU5D_t2770800703* get_buff_5() const { return ___buff_5; } inline UInt32U5BU5D_t2770800703** get_address_of_buff_5() { return &___buff_5; } inline void set_buff_5(UInt32U5BU5D_t2770800703* value) { ___buff_5 = value; Il2CppCodeGenWriteBarrier((&___buff_5), value); } inline static int32_t get_offset_of_count_6() { return static_cast(offsetof(MD5CryptoServiceProvider_t3005586042, ___count_6)); } inline uint64_t get_count_6() const { return ___count_6; } inline uint64_t* get_address_of_count_6() { return &___count_6; } inline void set_count_6(uint64_t value) { ___count_6 = value; } inline static int32_t get_offset_of__ProcessingBuffer_7() { return static_cast(offsetof(MD5CryptoServiceProvider_t3005586042, ____ProcessingBuffer_7)); } inline ByteU5BU5D_t4116647657* get__ProcessingBuffer_7() const { return ____ProcessingBuffer_7; } inline ByteU5BU5D_t4116647657** get_address_of__ProcessingBuffer_7() { return &____ProcessingBuffer_7; } inline void set__ProcessingBuffer_7(ByteU5BU5D_t4116647657* value) { ____ProcessingBuffer_7 = value; Il2CppCodeGenWriteBarrier((&____ProcessingBuffer_7), value); } inline static int32_t get_offset_of__ProcessingBufferCount_8() { return static_cast(offsetof(MD5CryptoServiceProvider_t3005586042, ____ProcessingBufferCount_8)); } inline int32_t get__ProcessingBufferCount_8() const { return ____ProcessingBufferCount_8; } inline int32_t* get_address_of__ProcessingBufferCount_8() { return &____ProcessingBufferCount_8; } inline void set__ProcessingBufferCount_8(int32_t value) { ____ProcessingBufferCount_8 = value; } }; struct MD5CryptoServiceProvider_t3005586042_StaticFields { public: // System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::K UInt32U5BU5D_t2770800703* ___K_9; public: inline static int32_t get_offset_of_K_9() { return static_cast(offsetof(MD5CryptoServiceProvider_t3005586042_StaticFields, ___K_9)); } inline UInt32U5BU5D_t2770800703* get_K_9() const { return ___K_9; } inline UInt32U5BU5D_t2770800703** get_address_of_K_9() { return &___K_9; } inline void set_K_9(UInt32U5BU5D_t2770800703* value) { ___K_9 = value; Il2CppCodeGenWriteBarrier((&___K_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MD5CRYPTOSERVICEPROVIDER_T3005586042_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 ENUMERATOR_T2020096166_H #define ENUMERATOR_T2020096166_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_t2020096166 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t65913391 * ___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_t2463585558 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2020096166, ___dictionary_0)); } inline Dictionary_2_t65913391 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t65913391 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t65913391 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2020096166, ___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_t2020096166, ___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_t2020096166, ___current_3)); } inline KeyValuePair_2_t2463585558 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2463585558 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2463585558 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2020096166_H #ifndef SEEKORIGIN_T1441174344_H #define SEEKORIGIN_T1441174344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SeekOrigin struct SeekOrigin_t1441174344 { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SeekOrigin_t1441174344, ___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 // SEEKORIGIN_T1441174344_H #ifndef U3CDOWNLOADIMAGEU3EC__ANONSTOREY1_T2100352889_H #define U3CDOWNLOADIMAGEU3EC__ANONSTOREY1_T2100352889_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CImageManager/c__Iterator0/c__AnonStorey1 struct U3CDownloadImageU3Ec__AnonStorey1_t2100352889 : public RuntimeObject { public: // FitFun.CImageManager/ReqeustItem FitFun.CImageManager/c__Iterator0/c__AnonStorey1::s ReqeustItem_t1619640955 ___s_0; // FitFun.CImageManager/c__Iterator0 FitFun.CImageManager/c__Iterator0/c__AnonStorey1::<>f__ref$0 U3CDownloadImageU3Ec__Iterator0_t3282353693 * ___U3CU3Ef__refU240_1; public: inline static int32_t get_offset_of_s_0() { return static_cast(offsetof(U3CDownloadImageU3Ec__AnonStorey1_t2100352889, ___s_0)); } inline ReqeustItem_t1619640955 get_s_0() const { return ___s_0; } inline ReqeustItem_t1619640955 * get_address_of_s_0() { return &___s_0; } inline void set_s_0(ReqeustItem_t1619640955 value) { ___s_0 = value; } inline static int32_t get_offset_of_U3CU3Ef__refU240_1() { return static_cast(offsetof(U3CDownloadImageU3Ec__AnonStorey1_t2100352889, ___U3CU3Ef__refU240_1)); } inline U3CDownloadImageU3Ec__Iterator0_t3282353693 * get_U3CU3Ef__refU240_1() const { return ___U3CU3Ef__refU240_1; } inline U3CDownloadImageU3Ec__Iterator0_t3282353693 ** get_address_of_U3CU3Ef__refU240_1() { return &___U3CU3Ef__refU240_1; } inline void set_U3CU3Ef__refU240_1(U3CDownloadImageU3Ec__Iterator0_t3282353693 * value) { ___U3CU3Ef__refU240_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU240_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CDOWNLOADIMAGEU3EC__ANONSTOREY1_T2100352889_H #ifndef LINKEDLISTNODE_1_T1364816058_H #define LINKEDLISTNODE_1_T1364816058_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t1364816058 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item ReqeustItem_t1619640955 ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t459286964 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t1364816058 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t1364816058 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t1364816058, ___item_0)); } inline ReqeustItem_t1619640955 get_item_0() const { return ___item_0; } inline ReqeustItem_t1619640955 * get_address_of_item_0() { return &___item_0; } inline void set_item_0(ReqeustItem_t1619640955 value) { ___item_0 = value; } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t1364816058, ___container_1)); } inline LinkedList_1_t459286964 * get_container_1() const { return ___container_1; } inline LinkedList_1_t459286964 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t459286964 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t1364816058, ___forward_2)); } inline LinkedListNode_1_t1364816058 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t1364816058 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t1364816058 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t1364816058, ___back_3)); } inline LinkedListNode_1_t1364816058 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t1364816058 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t1364816058 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T1364816058_H #ifndef U3CDOWNLOADIMAGEU3EC__ITERATOR0_T3282353693_H #define U3CDOWNLOADIMAGEU3EC__ITERATOR0_T3282353693_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CImageManager/c__Iterator0 struct U3CDownloadImageU3Ec__Iterator0_t3282353693 : public RuntimeObject { public: // FitFun.CImageManager/ReqeustItem FitFun.CImageManager/c__Iterator0::s ReqeustItem_t1619640955 ___s_0; // FitFun.CImageManager FitFun.CImageManager/c__Iterator0::$this CImageManager_t3249303509 * ___U24this_1; // System.Object FitFun.CImageManager/c__Iterator0::$current RuntimeObject * ___U24current_2; // System.Boolean FitFun.CImageManager/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 FitFun.CImageManager/c__Iterator0::$PC int32_t ___U24PC_4; // FitFun.CImageManager/c__Iterator0/c__AnonStorey1 FitFun.CImageManager/c__Iterator0::$locvar0 U3CDownloadImageU3Ec__AnonStorey1_t2100352889 * ___U24locvar0_5; public: inline static int32_t get_offset_of_s_0() { return static_cast(offsetof(U3CDownloadImageU3Ec__Iterator0_t3282353693, ___s_0)); } inline ReqeustItem_t1619640955 get_s_0() const { return ___s_0; } inline ReqeustItem_t1619640955 * get_address_of_s_0() { return &___s_0; } inline void set_s_0(ReqeustItem_t1619640955 value) { ___s_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CDownloadImageU3Ec__Iterator0_t3282353693, ___U24this_1)); } inline CImageManager_t3249303509 * get_U24this_1() const { return ___U24this_1; } inline CImageManager_t3249303509 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(CImageManager_t3249303509 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CDownloadImageU3Ec__Iterator0_t3282353693, ___U24current_2)); } inline RuntimeObject * get_U24current_2() const { return ___U24current_2; } inline RuntimeObject ** get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(RuntimeObject * value) { ___U24current_2 = value; Il2CppCodeGenWriteBarrier((&___U24current_2), value); } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CDownloadImageU3Ec__Iterator0_t3282353693, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CDownloadImageU3Ec__Iterator0_t3282353693, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } inline static int32_t get_offset_of_U24locvar0_5() { return static_cast(offsetof(U3CDownloadImageU3Ec__Iterator0_t3282353693, ___U24locvar0_5)); } inline U3CDownloadImageU3Ec__AnonStorey1_t2100352889 * get_U24locvar0_5() const { return ___U24locvar0_5; } inline U3CDownloadImageU3Ec__AnonStorey1_t2100352889 ** get_address_of_U24locvar0_5() { return &___U24locvar0_5; } inline void set_U24locvar0_5(U3CDownloadImageU3Ec__AnonStorey1_t2100352889 * value) { ___U24locvar0_5 = value; Il2CppCodeGenWriteBarrier((&___U24locvar0_5), value); } }; struct U3CDownloadImageU3Ec__Iterator0_t3282353693_StaticFields { public: // System.Action FitFun.CImageManager/c__Iterator0::<>f__am$cache0 Action_t1264377477 * ___U3CU3Ef__amU24cache0_6; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_6() { return static_cast(offsetof(U3CDownloadImageU3Ec__Iterator0_t3282353693_StaticFields, ___U3CU3Ef__amU24cache0_6)); } inline Action_t1264377477 * get_U3CU3Ef__amU24cache0_6() const { return ___U3CU3Ef__amU24cache0_6; } inline Action_t1264377477 ** get_address_of_U3CU3Ef__amU24cache0_6() { return &___U3CU3Ef__amU24cache0_6; } inline void set_U3CU3Ef__amU24cache0_6(Action_t1264377477 * value) { ___U3CU3Ef__amU24cache0_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CDOWNLOADIMAGEU3EC__ITERATOR0_T3282353693_H #ifndef UPLOADHANDLERRAW_T25761545_H #define UPLOADHANDLERRAW_T25761545_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Networking.UploadHandlerRaw struct UploadHandlerRaw_t25761545 : public UploadHandler_t2993558019 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Networking.UploadHandlerRaw struct UploadHandlerRaw_t25761545_marshaled_pinvoke : public UploadHandler_t2993558019_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.Networking.UploadHandlerRaw struct UploadHandlerRaw_t25761545_marshaled_com : public UploadHandler_t2993558019_marshaled_com { }; #endif // UPLOADHANDLERRAW_T25761545_H #ifndef SPRITEATLAS_T646931412_H #define SPRITEATLAS_T646931412_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.U2D.SpriteAtlas struct SpriteAtlas_t646931412 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPRITEATLAS_T646931412_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 DOWNLOADHANDLERBUFFER_T2928496527_H #define DOWNLOADHANDLERBUFFER_T2928496527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Networking.DownloadHandlerBuffer struct DownloadHandlerBuffer_t2928496527 : public DownloadHandler_t2937767557 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Networking.DownloadHandlerBuffer struct DownloadHandlerBuffer_t2928496527_marshaled_pinvoke : public DownloadHandler_t2937767557_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.Networking.DownloadHandlerBuffer struct DownloadHandlerBuffer_t2928496527_marshaled_com : public DownloadHandler_t2937767557_marshaled_com { }; #endif // DOWNLOADHANDLERBUFFER_T2928496527_H #ifndef UNITYWEBREQUEST_T463507806_H #define UNITYWEBREQUEST_T463507806_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_t463507806 : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.UnityWebRequest::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::m_DownloadHandler DownloadHandler_t2937767557 * ___m_DownloadHandler_1; // UnityEngine.Networking.UploadHandler UnityEngine.Networking.UnityWebRequest::m_UploadHandler UploadHandler_t2993558019 * ___m_UploadHandler_2; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_9; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_10; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(UnityWebRequest_t463507806, ___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_DownloadHandler_1() { return static_cast(offsetof(UnityWebRequest_t463507806, ___m_DownloadHandler_1)); } inline DownloadHandler_t2937767557 * get_m_DownloadHandler_1() const { return ___m_DownloadHandler_1; } inline DownloadHandler_t2937767557 ** get_address_of_m_DownloadHandler_1() { return &___m_DownloadHandler_1; } inline void set_m_DownloadHandler_1(DownloadHandler_t2937767557 * value) { ___m_DownloadHandler_1 = value; Il2CppCodeGenWriteBarrier((&___m_DownloadHandler_1), value); } inline static int32_t get_offset_of_m_UploadHandler_2() { return static_cast(offsetof(UnityWebRequest_t463507806, ___m_UploadHandler_2)); } inline UploadHandler_t2993558019 * get_m_UploadHandler_2() const { return ___m_UploadHandler_2; } inline UploadHandler_t2993558019 ** get_address_of_m_UploadHandler_2() { return &___m_UploadHandler_2; } inline void set_m_UploadHandler_2(UploadHandler_t2993558019 * value) { ___m_UploadHandler_2 = value; Il2CppCodeGenWriteBarrier((&___m_UploadHandler_2), value); } inline static int32_t get_offset_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_9() { return static_cast(offsetof(UnityWebRequest_t463507806, ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_9)); } inline bool get_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_9() const { return ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_9; } inline bool* get_address_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_9() { return &___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_9; } inline void set_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_9(bool value) { ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_10() { return static_cast(offsetof(UnityWebRequest_t463507806, ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_10)); } inline bool get_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_10() const { return ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_10; } inline bool* get_address_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_10() { return &___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_10; } inline void set_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_10(bool value) { ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_t463507806_marshaled_pinvoke { intptr_t ___m_Ptr_0; DownloadHandler_t2937767557_marshaled_pinvoke ___m_DownloadHandler_1; UploadHandler_t2993558019_marshaled_pinvoke ___m_UploadHandler_2; int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_9; int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_10; }; // Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_t463507806_marshaled_com { intptr_t ___m_Ptr_0; DownloadHandler_t2937767557_marshaled_com* ___m_DownloadHandler_1; UploadHandler_t2993558019_marshaled_com* ___m_UploadHandler_2; int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_9; int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_10; }; #endif // UNITYWEBREQUEST_T463507806_H #ifndef HTTPREQUESTCACHEPOLICY_T1798236577_H #define HTTPREQUESTCACHEPOLICY_T1798236577_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.HttpRequestCachePolicy struct HttpRequestCachePolicy_t1798236577 : public RequestCachePolicy_t2923596909 { public: // System.Net.Cache.HttpRequestCacheLevel System.Net.Cache.HttpRequestCachePolicy::level int32_t ___level_0; public: inline static int32_t get_offset_of_level_0() { return static_cast(offsetof(HttpRequestCachePolicy_t1798236577, ___level_0)); } inline int32_t get_level_0() const { return ___level_0; } inline int32_t* get_address_of_level_0() { return &___level_0; } inline void set_level_0(int32_t value) { ___level_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPREQUESTCACHEPOLICY_T1798236577_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 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 LOGS_T1939582617_H #define LOGS_T1939582617_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Logger/Logs struct Logs_t1939582617 : public RuntimeObject { public: // System.String FitFun.Logger/Logs::content String_t* ___content_0; // System.String FitFun.Logger/Logs::stackTrace String_t* ___stackTrace_1; // UnityEngine.LogType FitFun.Logger/Logs::type int32_t ___type_2; // System.String FitFun.Logger/Logs::dateTime String_t* ___dateTime_3; public: inline static int32_t get_offset_of_content_0() { return static_cast(offsetof(Logs_t1939582617, ___content_0)); } inline String_t* get_content_0() const { return ___content_0; } inline String_t** get_address_of_content_0() { return &___content_0; } inline void set_content_0(String_t* value) { ___content_0 = value; Il2CppCodeGenWriteBarrier((&___content_0), value); } inline static int32_t get_offset_of_stackTrace_1() { return static_cast(offsetof(Logs_t1939582617, ___stackTrace_1)); } inline String_t* get_stackTrace_1() const { return ___stackTrace_1; } inline String_t** get_address_of_stackTrace_1() { return &___stackTrace_1; } inline void set_stackTrace_1(String_t* value) { ___stackTrace_1 = value; Il2CppCodeGenWriteBarrier((&___stackTrace_1), value); } inline static int32_t get_offset_of_type_2() { return static_cast(offsetof(Logs_t1939582617, ___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_dateTime_3() { return static_cast(offsetof(Logs_t1939582617, ___dateTime_3)); } inline String_t* get_dateTime_3() const { return ___dateTime_3; } inline String_t** get_address_of_dateTime_3() { return &___dateTime_3; } inline void set_dateTime_3(String_t* value) { ___dateTime_3 = value; Il2CppCodeGenWriteBarrier((&___dateTime_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGS_T1939582617_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 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 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 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 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 AUDIOCLIP_T3680889665_H #define AUDIOCLIP_T3680889665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AudioClip struct AudioClip_t3680889665 : public Object_t631007953 { public: // UnityEngine.AudioClip/PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback PCMReaderCallback_t1677636661 * ___m_PCMReaderCallback_2; // UnityEngine.AudioClip/PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback PCMSetPositionCallback_t1059417452 * ___m_PCMSetPositionCallback_3; public: inline static int32_t get_offset_of_m_PCMReaderCallback_2() { return static_cast(offsetof(AudioClip_t3680889665, ___m_PCMReaderCallback_2)); } inline PCMReaderCallback_t1677636661 * get_m_PCMReaderCallback_2() const { return ___m_PCMReaderCallback_2; } inline PCMReaderCallback_t1677636661 ** get_address_of_m_PCMReaderCallback_2() { return &___m_PCMReaderCallback_2; } inline void set_m_PCMReaderCallback_2(PCMReaderCallback_t1677636661 * value) { ___m_PCMReaderCallback_2 = value; Il2CppCodeGenWriteBarrier((&___m_PCMReaderCallback_2), value); } inline static int32_t get_offset_of_m_PCMSetPositionCallback_3() { return static_cast(offsetof(AudioClip_t3680889665, ___m_PCMSetPositionCallback_3)); } inline PCMSetPositionCallback_t1059417452 * get_m_PCMSetPositionCallback_3() const { return ___m_PCMSetPositionCallback_3; } inline PCMSetPositionCallback_t1059417452 ** get_address_of_m_PCMSetPositionCallback_3() { return &___m_PCMSetPositionCallback_3; } inline void set_m_PCMSetPositionCallback_3(PCMSetPositionCallback_t1059417452 * value) { ___m_PCMSetPositionCallback_3 = value; Il2CppCodeGenWriteBarrier((&___m_PCMSetPositionCallback_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUDIOCLIP_T3680889665_H #ifndef 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 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 PATHOPTIONS_T2074623791_H #define PATHOPTIONS_T2074623791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.PathOptions struct PathOptions_t2074623791 { public: // DG.Tweening.PathMode DG.Tweening.Plugins.Options.PathOptions::mode int32_t ___mode_0; // DG.Tweening.Plugins.Options.OrientType DG.Tweening.Plugins.Options.PathOptions::orientType int32_t ___orientType_1; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockPositionAxis int32_t ___lockPositionAxis_2; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockRotationAxis int32_t ___lockRotationAxis_3; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isClosedPath bool ___isClosedPath_4; // UnityEngine.Vector3 DG.Tweening.Plugins.Options.PathOptions::lookAtPosition Vector3_t3722313464 ___lookAtPosition_5; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::lookAtTransform Transform_t3600365921 * ___lookAtTransform_6; // System.Single DG.Tweening.Plugins.Options.PathOptions::lookAhead float ___lookAhead_7; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::hasCustomForwardDirection bool ___hasCustomForwardDirection_8; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::forward Quaternion_t2301928331 ___forward_9; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::useLocalPosition bool ___useLocalPosition_10; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::parent Transform_t3600365921 * ___parent_11; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isRigidbody bool ___isRigidbody_12; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::startupRot Quaternion_t2301928331 ___startupRot_13; // System.Single DG.Tweening.Plugins.Options.PathOptions::startupZRot float ___startupZRot_14; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraStartWp bool ___addedExtraStartWp_15; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraEndWp bool ___addedExtraEndWp_16; public: inline static int32_t get_offset_of_mode_0() { return static_cast(offsetof(PathOptions_t2074623791, ___mode_0)); } inline int32_t get_mode_0() const { return ___mode_0; } inline int32_t* get_address_of_mode_0() { return &___mode_0; } inline void set_mode_0(int32_t value) { ___mode_0 = value; } inline static int32_t get_offset_of_orientType_1() { return static_cast(offsetof(PathOptions_t2074623791, ___orientType_1)); } inline int32_t get_orientType_1() const { return ___orientType_1; } inline int32_t* get_address_of_orientType_1() { return &___orientType_1; } inline void set_orientType_1(int32_t value) { ___orientType_1 = value; } inline static int32_t get_offset_of_lockPositionAxis_2() { return static_cast(offsetof(PathOptions_t2074623791, ___lockPositionAxis_2)); } inline int32_t get_lockPositionAxis_2() const { return ___lockPositionAxis_2; } inline int32_t* get_address_of_lockPositionAxis_2() { return &___lockPositionAxis_2; } inline void set_lockPositionAxis_2(int32_t value) { ___lockPositionAxis_2 = value; } inline static int32_t get_offset_of_lockRotationAxis_3() { return static_cast(offsetof(PathOptions_t2074623791, ___lockRotationAxis_3)); } inline int32_t get_lockRotationAxis_3() const { return ___lockRotationAxis_3; } inline int32_t* get_address_of_lockRotationAxis_3() { return &___lockRotationAxis_3; } inline void set_lockRotationAxis_3(int32_t value) { ___lockRotationAxis_3 = value; } inline static int32_t get_offset_of_isClosedPath_4() { return static_cast(offsetof(PathOptions_t2074623791, ___isClosedPath_4)); } inline bool get_isClosedPath_4() const { return ___isClosedPath_4; } inline bool* get_address_of_isClosedPath_4() { return &___isClosedPath_4; } inline void set_isClosedPath_4(bool value) { ___isClosedPath_4 = value; } inline static int32_t get_offset_of_lookAtPosition_5() { return static_cast(offsetof(PathOptions_t2074623791, ___lookAtPosition_5)); } inline Vector3_t3722313464 get_lookAtPosition_5() const { return ___lookAtPosition_5; } inline Vector3_t3722313464 * get_address_of_lookAtPosition_5() { return &___lookAtPosition_5; } inline void set_lookAtPosition_5(Vector3_t3722313464 value) { ___lookAtPosition_5 = value; } inline static int32_t get_offset_of_lookAtTransform_6() { return static_cast(offsetof(PathOptions_t2074623791, ___lookAtTransform_6)); } inline Transform_t3600365921 * get_lookAtTransform_6() const { return ___lookAtTransform_6; } inline Transform_t3600365921 ** get_address_of_lookAtTransform_6() { return &___lookAtTransform_6; } inline void set_lookAtTransform_6(Transform_t3600365921 * value) { ___lookAtTransform_6 = value; Il2CppCodeGenWriteBarrier((&___lookAtTransform_6), value); } inline static int32_t get_offset_of_lookAhead_7() { return static_cast(offsetof(PathOptions_t2074623791, ___lookAhead_7)); } inline float get_lookAhead_7() const { return ___lookAhead_7; } inline float* get_address_of_lookAhead_7() { return &___lookAhead_7; } inline void set_lookAhead_7(float value) { ___lookAhead_7 = value; } inline static int32_t get_offset_of_hasCustomForwardDirection_8() { return static_cast(offsetof(PathOptions_t2074623791, ___hasCustomForwardDirection_8)); } inline bool get_hasCustomForwardDirection_8() const { return ___hasCustomForwardDirection_8; } inline bool* get_address_of_hasCustomForwardDirection_8() { return &___hasCustomForwardDirection_8; } inline void set_hasCustomForwardDirection_8(bool value) { ___hasCustomForwardDirection_8 = value; } inline static int32_t get_offset_of_forward_9() { return static_cast(offsetof(PathOptions_t2074623791, ___forward_9)); } inline Quaternion_t2301928331 get_forward_9() const { return ___forward_9; } inline Quaternion_t2301928331 * get_address_of_forward_9() { return &___forward_9; } inline void set_forward_9(Quaternion_t2301928331 value) { ___forward_9 = value; } inline static int32_t get_offset_of_useLocalPosition_10() { return static_cast(offsetof(PathOptions_t2074623791, ___useLocalPosition_10)); } inline bool get_useLocalPosition_10() const { return ___useLocalPosition_10; } inline bool* get_address_of_useLocalPosition_10() { return &___useLocalPosition_10; } inline void set_useLocalPosition_10(bool value) { ___useLocalPosition_10 = value; } inline static int32_t get_offset_of_parent_11() { return static_cast(offsetof(PathOptions_t2074623791, ___parent_11)); } inline Transform_t3600365921 * get_parent_11() const { return ___parent_11; } inline Transform_t3600365921 ** get_address_of_parent_11() { return &___parent_11; } inline void set_parent_11(Transform_t3600365921 * value) { ___parent_11 = value; Il2CppCodeGenWriteBarrier((&___parent_11), value); } inline static int32_t get_offset_of_isRigidbody_12() { return static_cast(offsetof(PathOptions_t2074623791, ___isRigidbody_12)); } inline bool get_isRigidbody_12() const { return ___isRigidbody_12; } inline bool* get_address_of_isRigidbody_12() { return &___isRigidbody_12; } inline void set_isRigidbody_12(bool value) { ___isRigidbody_12 = value; } inline static int32_t get_offset_of_startupRot_13() { return static_cast(offsetof(PathOptions_t2074623791, ___startupRot_13)); } inline Quaternion_t2301928331 get_startupRot_13() const { return ___startupRot_13; } inline Quaternion_t2301928331 * get_address_of_startupRot_13() { return &___startupRot_13; } inline void set_startupRot_13(Quaternion_t2301928331 value) { ___startupRot_13 = value; } inline static int32_t get_offset_of_startupZRot_14() { return static_cast(offsetof(PathOptions_t2074623791, ___startupZRot_14)); } inline float get_startupZRot_14() const { return ___startupZRot_14; } inline float* get_address_of_startupZRot_14() { return &___startupZRot_14; } inline void set_startupZRot_14(float value) { ___startupZRot_14 = value; } inline static int32_t get_offset_of_addedExtraStartWp_15() { return static_cast(offsetof(PathOptions_t2074623791, ___addedExtraStartWp_15)); } inline bool get_addedExtraStartWp_15() const { return ___addedExtraStartWp_15; } inline bool* get_address_of_addedExtraStartWp_15() { return &___addedExtraStartWp_15; } inline void set_addedExtraStartWp_15(bool value) { ___addedExtraStartWp_15 = value; } inline static int32_t get_offset_of_addedExtraEndWp_16() { return static_cast(offsetof(PathOptions_t2074623791, ___addedExtraEndWp_16)); } inline bool get_addedExtraEndWp_16() const { return ___addedExtraEndWp_16; } inline bool* get_address_of_addedExtraEndWp_16() { return &___addedExtraEndWp_16; } inline void set_addedExtraEndWp_16(bool value) { ___addedExtraEndWp_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_t2074623791_marshaled_pinvoke { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t3722313464 ___lookAtPosition_5; Transform_t3600365921 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t2301928331 ___forward_9; int32_t ___useLocalPosition_10; Transform_t3600365921 * ___parent_11; int32_t ___isRigidbody_12; Quaternion_t2301928331 ___startupRot_13; float ___startupZRot_14; int32_t ___addedExtraStartWp_15; int32_t ___addedExtraEndWp_16; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_t2074623791_marshaled_com { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t3722313464 ___lookAtPosition_5; Transform_t3600365921 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t2301928331 ___forward_9; int32_t ___useLocalPosition_10; Transform_t3600365921 * ___parent_11; int32_t ___isRigidbody_12; Quaternion_t2301928331 ___startupRot_13; float ___startupZRot_14; int32_t ___addedExtraStartWp_15; int32_t ___addedExtraEndWp_16; }; #endif // PATHOPTIONS_T2074623791_H #ifndef ASSETBUNDLECREATEREQUEST_T3119663542_H #define ASSETBUNDLECREATEREQUEST_T3119663542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t3119663542 : public AsyncOperation_t1445031843 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t3119663542_marshaled_pinvoke : public AsyncOperation_t1445031843_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t3119663542_marshaled_com : public AsyncOperation_t1445031843_marshaled_com { }; #endif // ASSETBUNDLECREATEREQUEST_T3119663542_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 SOCKET_T1119025450_H #define SOCKET_T1119025450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket struct Socket_t1119025450 : public RuntimeObject { public: // System.Collections.Queue System.Net.Sockets.Socket::readQ Queue_t3637523393 * ___readQ_0; // System.Collections.Queue System.Net.Sockets.Socket::writeQ Queue_t3637523393 * ___writeQ_1; // System.Boolean System.Net.Sockets.Socket::islistening bool ___islistening_2; // System.Boolean System.Net.Sockets.Socket::useoverlappedIO bool ___useoverlappedIO_3; // System.Int32 System.Net.Sockets.Socket::MinListenPort int32_t ___MinListenPort_4; // System.Int32 System.Net.Sockets.Socket::MaxListenPort int32_t ___MaxListenPort_5; // System.Int32 System.Net.Sockets.Socket::linger_timeout int32_t ___linger_timeout_8; // System.IntPtr System.Net.Sockets.Socket::socket intptr_t ___socket_9; // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::address_family int32_t ___address_family_10; // System.Net.Sockets.SocketType System.Net.Sockets.Socket::socket_type int32_t ___socket_type_11; // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocol_type int32_t ___protocol_type_12; // System.Boolean System.Net.Sockets.Socket::blocking bool ___blocking_13; // System.Threading.Thread System.Net.Sockets.Socket::blocking_thread Thread_t2300836069 * ___blocking_thread_14; // System.Boolean System.Net.Sockets.Socket::isbound bool ___isbound_15; // System.Int32 System.Net.Sockets.Socket::max_bind_count int32_t ___max_bind_count_17; // System.Boolean System.Net.Sockets.Socket::connected bool ___connected_18; // System.Boolean System.Net.Sockets.Socket::closed bool ___closed_19; // System.Boolean System.Net.Sockets.Socket::disposed bool ___disposed_20; // System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint EndPoint_t982345378 * ___seed_endpoint_21; public: inline static int32_t get_offset_of_readQ_0() { return static_cast(offsetof(Socket_t1119025450, ___readQ_0)); } inline Queue_t3637523393 * get_readQ_0() const { return ___readQ_0; } inline Queue_t3637523393 ** get_address_of_readQ_0() { return &___readQ_0; } inline void set_readQ_0(Queue_t3637523393 * value) { ___readQ_0 = value; Il2CppCodeGenWriteBarrier((&___readQ_0), value); } inline static int32_t get_offset_of_writeQ_1() { return static_cast(offsetof(Socket_t1119025450, ___writeQ_1)); } inline Queue_t3637523393 * get_writeQ_1() const { return ___writeQ_1; } inline Queue_t3637523393 ** get_address_of_writeQ_1() { return &___writeQ_1; } inline void set_writeQ_1(Queue_t3637523393 * value) { ___writeQ_1 = value; Il2CppCodeGenWriteBarrier((&___writeQ_1), value); } inline static int32_t get_offset_of_islistening_2() { return static_cast(offsetof(Socket_t1119025450, ___islistening_2)); } inline bool get_islistening_2() const { return ___islistening_2; } inline bool* get_address_of_islistening_2() { return &___islistening_2; } inline void set_islistening_2(bool value) { ___islistening_2 = value; } inline static int32_t get_offset_of_useoverlappedIO_3() { return static_cast(offsetof(Socket_t1119025450, ___useoverlappedIO_3)); } inline bool get_useoverlappedIO_3() const { return ___useoverlappedIO_3; } inline bool* get_address_of_useoverlappedIO_3() { return &___useoverlappedIO_3; } inline void set_useoverlappedIO_3(bool value) { ___useoverlappedIO_3 = value; } inline static int32_t get_offset_of_MinListenPort_4() { return static_cast(offsetof(Socket_t1119025450, ___MinListenPort_4)); } inline int32_t get_MinListenPort_4() const { return ___MinListenPort_4; } inline int32_t* get_address_of_MinListenPort_4() { return &___MinListenPort_4; } inline void set_MinListenPort_4(int32_t value) { ___MinListenPort_4 = value; } inline static int32_t get_offset_of_MaxListenPort_5() { return static_cast(offsetof(Socket_t1119025450, ___MaxListenPort_5)); } inline int32_t get_MaxListenPort_5() const { return ___MaxListenPort_5; } inline int32_t* get_address_of_MaxListenPort_5() { return &___MaxListenPort_5; } inline void set_MaxListenPort_5(int32_t value) { ___MaxListenPort_5 = value; } inline static int32_t get_offset_of_linger_timeout_8() { return static_cast(offsetof(Socket_t1119025450, ___linger_timeout_8)); } inline int32_t get_linger_timeout_8() const { return ___linger_timeout_8; } inline int32_t* get_address_of_linger_timeout_8() { return &___linger_timeout_8; } inline void set_linger_timeout_8(int32_t value) { ___linger_timeout_8 = value; } inline static int32_t get_offset_of_socket_9() { return static_cast(offsetof(Socket_t1119025450, ___socket_9)); } inline intptr_t get_socket_9() const { return ___socket_9; } inline intptr_t* get_address_of_socket_9() { return &___socket_9; } inline void set_socket_9(intptr_t value) { ___socket_9 = value; } inline static int32_t get_offset_of_address_family_10() { return static_cast(offsetof(Socket_t1119025450, ___address_family_10)); } inline int32_t get_address_family_10() const { return ___address_family_10; } inline int32_t* get_address_of_address_family_10() { return &___address_family_10; } inline void set_address_family_10(int32_t value) { ___address_family_10 = value; } inline static int32_t get_offset_of_socket_type_11() { return static_cast(offsetof(Socket_t1119025450, ___socket_type_11)); } inline int32_t get_socket_type_11() const { return ___socket_type_11; } inline int32_t* get_address_of_socket_type_11() { return &___socket_type_11; } inline void set_socket_type_11(int32_t value) { ___socket_type_11 = value; } inline static int32_t get_offset_of_protocol_type_12() { return static_cast(offsetof(Socket_t1119025450, ___protocol_type_12)); } inline int32_t get_protocol_type_12() const { return ___protocol_type_12; } inline int32_t* get_address_of_protocol_type_12() { return &___protocol_type_12; } inline void set_protocol_type_12(int32_t value) { ___protocol_type_12 = value; } inline static int32_t get_offset_of_blocking_13() { return static_cast(offsetof(Socket_t1119025450, ___blocking_13)); } inline bool get_blocking_13() const { return ___blocking_13; } inline bool* get_address_of_blocking_13() { return &___blocking_13; } inline void set_blocking_13(bool value) { ___blocking_13 = value; } inline static int32_t get_offset_of_blocking_thread_14() { return static_cast(offsetof(Socket_t1119025450, ___blocking_thread_14)); } inline Thread_t2300836069 * get_blocking_thread_14() const { return ___blocking_thread_14; } inline Thread_t2300836069 ** get_address_of_blocking_thread_14() { return &___blocking_thread_14; } inline void set_blocking_thread_14(Thread_t2300836069 * value) { ___blocking_thread_14 = value; Il2CppCodeGenWriteBarrier((&___blocking_thread_14), value); } inline static int32_t get_offset_of_isbound_15() { return static_cast(offsetof(Socket_t1119025450, ___isbound_15)); } inline bool get_isbound_15() const { return ___isbound_15; } inline bool* get_address_of_isbound_15() { return &___isbound_15; } inline void set_isbound_15(bool value) { ___isbound_15 = value; } inline static int32_t get_offset_of_max_bind_count_17() { return static_cast(offsetof(Socket_t1119025450, ___max_bind_count_17)); } inline int32_t get_max_bind_count_17() const { return ___max_bind_count_17; } inline int32_t* get_address_of_max_bind_count_17() { return &___max_bind_count_17; } inline void set_max_bind_count_17(int32_t value) { ___max_bind_count_17 = value; } inline static int32_t get_offset_of_connected_18() { return static_cast(offsetof(Socket_t1119025450, ___connected_18)); } inline bool get_connected_18() const { return ___connected_18; } inline bool* get_address_of_connected_18() { return &___connected_18; } inline void set_connected_18(bool value) { ___connected_18 = value; } inline static int32_t get_offset_of_closed_19() { return static_cast(offsetof(Socket_t1119025450, ___closed_19)); } inline bool get_closed_19() const { return ___closed_19; } inline bool* get_address_of_closed_19() { return &___closed_19; } inline void set_closed_19(bool value) { ___closed_19 = value; } inline static int32_t get_offset_of_disposed_20() { return static_cast(offsetof(Socket_t1119025450, ___disposed_20)); } inline bool get_disposed_20() const { return ___disposed_20; } inline bool* get_address_of_disposed_20() { return &___disposed_20; } inline void set_disposed_20(bool value) { ___disposed_20 = value; } inline static int32_t get_offset_of_seed_endpoint_21() { return static_cast(offsetof(Socket_t1119025450, ___seed_endpoint_21)); } inline EndPoint_t982345378 * get_seed_endpoint_21() const { return ___seed_endpoint_21; } inline EndPoint_t982345378 ** get_address_of_seed_endpoint_21() { return &___seed_endpoint_21; } inline void set_seed_endpoint_21(EndPoint_t982345378 * value) { ___seed_endpoint_21 = value; Il2CppCodeGenWriteBarrier((&___seed_endpoint_21), value); } }; struct Socket_t1119025450_StaticFields { public: // System.Int32 System.Net.Sockets.Socket::ipv4Supported int32_t ___ipv4Supported_6; // System.Int32 System.Net.Sockets.Socket::ipv6Supported int32_t ___ipv6Supported_7; // System.Int32 System.Net.Sockets.Socket::current_bind_count int32_t ___current_bind_count_16; // System.Reflection.MethodInfo System.Net.Sockets.Socket::check_socket_policy MethodInfo_t * ___check_socket_policy_22; public: inline static int32_t get_offset_of_ipv4Supported_6() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___ipv4Supported_6)); } inline int32_t get_ipv4Supported_6() const { return ___ipv4Supported_6; } inline int32_t* get_address_of_ipv4Supported_6() { return &___ipv4Supported_6; } inline void set_ipv4Supported_6(int32_t value) { ___ipv4Supported_6 = value; } inline static int32_t get_offset_of_ipv6Supported_7() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___ipv6Supported_7)); } inline int32_t get_ipv6Supported_7() const { return ___ipv6Supported_7; } inline int32_t* get_address_of_ipv6Supported_7() { return &___ipv6Supported_7; } inline void set_ipv6Supported_7(int32_t value) { ___ipv6Supported_7 = value; } inline static int32_t get_offset_of_current_bind_count_16() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___current_bind_count_16)); } inline int32_t get_current_bind_count_16() const { return ___current_bind_count_16; } inline int32_t* get_address_of_current_bind_count_16() { return &___current_bind_count_16; } inline void set_current_bind_count_16(int32_t value) { ___current_bind_count_16 = value; } inline static int32_t get_offset_of_check_socket_policy_22() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___check_socket_policy_22)); } inline MethodInfo_t * get_check_socket_policy_22() const { return ___check_socket_policy_22; } inline MethodInfo_t ** get_address_of_check_socket_policy_22() { return &___check_socket_policy_22; } inline void set_check_socket_policy_22(MethodInfo_t * value) { ___check_socket_policy_22 = value; Il2CppCodeGenWriteBarrier((&___check_socket_policy_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKET_T1119025450_H #ifndef HTTPWEBRESPONSE_T3286585418_H #define HTTPWEBRESPONSE_T3286585418_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebResponse struct HttpWebResponse_t3286585418 : public WebResponse_t229922639 { public: // System.Uri System.Net.HttpWebResponse::uri Uri_t100236324 * ___uri_1; // System.Net.WebHeaderCollection System.Net.HttpWebResponse::webHeaders WebHeaderCollection_t1942268960 * ___webHeaders_2; // System.Net.CookieCollection System.Net.HttpWebResponse::cookieCollection CookieCollection_t3881042616 * ___cookieCollection_3; // System.String System.Net.HttpWebResponse::method String_t* ___method_4; // System.Version System.Net.HttpWebResponse::version Version_t3456873960 * ___version_5; // System.Net.HttpStatusCode System.Net.HttpWebResponse::statusCode int32_t ___statusCode_6; // System.String System.Net.HttpWebResponse::statusDescription String_t* ___statusDescription_7; // System.Int64 System.Net.HttpWebResponse::contentLength int64_t ___contentLength_8; // System.String System.Net.HttpWebResponse::contentType String_t* ___contentType_9; // System.Net.CookieContainer System.Net.HttpWebResponse::cookie_container CookieContainer_t2331592909 * ___cookie_container_10; // System.Boolean System.Net.HttpWebResponse::disposed bool ___disposed_11; // System.IO.Stream System.Net.HttpWebResponse::stream Stream_t1273022909 * ___stream_12; // System.String[] System.Net.HttpWebResponse::cookieExpiresFormats StringU5BU5D_t1281789340* ___cookieExpiresFormats_13; public: inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___uri_1)); } inline Uri_t100236324 * get_uri_1() const { return ___uri_1; } inline Uri_t100236324 ** get_address_of_uri_1() { return &___uri_1; } inline void set_uri_1(Uri_t100236324 * value) { ___uri_1 = value; Il2CppCodeGenWriteBarrier((&___uri_1), value); } inline static int32_t get_offset_of_webHeaders_2() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___webHeaders_2)); } inline WebHeaderCollection_t1942268960 * get_webHeaders_2() const { return ___webHeaders_2; } inline WebHeaderCollection_t1942268960 ** get_address_of_webHeaders_2() { return &___webHeaders_2; } inline void set_webHeaders_2(WebHeaderCollection_t1942268960 * value) { ___webHeaders_2 = value; Il2CppCodeGenWriteBarrier((&___webHeaders_2), value); } inline static int32_t get_offset_of_cookieCollection_3() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___cookieCollection_3)); } inline CookieCollection_t3881042616 * get_cookieCollection_3() const { return ___cookieCollection_3; } inline CookieCollection_t3881042616 ** get_address_of_cookieCollection_3() { return &___cookieCollection_3; } inline void set_cookieCollection_3(CookieCollection_t3881042616 * value) { ___cookieCollection_3 = value; Il2CppCodeGenWriteBarrier((&___cookieCollection_3), value); } inline static int32_t get_offset_of_method_4() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___method_4)); } inline String_t* get_method_4() const { return ___method_4; } inline String_t** get_address_of_method_4() { return &___method_4; } inline void set_method_4(String_t* value) { ___method_4 = value; Il2CppCodeGenWriteBarrier((&___method_4), value); } inline static int32_t get_offset_of_version_5() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___version_5)); } inline Version_t3456873960 * get_version_5() const { return ___version_5; } inline Version_t3456873960 ** get_address_of_version_5() { return &___version_5; } inline void set_version_5(Version_t3456873960 * value) { ___version_5 = value; Il2CppCodeGenWriteBarrier((&___version_5), value); } inline static int32_t get_offset_of_statusCode_6() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___statusCode_6)); } inline int32_t get_statusCode_6() const { return ___statusCode_6; } inline int32_t* get_address_of_statusCode_6() { return &___statusCode_6; } inline void set_statusCode_6(int32_t value) { ___statusCode_6 = value; } inline static int32_t get_offset_of_statusDescription_7() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___statusDescription_7)); } inline String_t* get_statusDescription_7() const { return ___statusDescription_7; } inline String_t** get_address_of_statusDescription_7() { return &___statusDescription_7; } inline void set_statusDescription_7(String_t* value) { ___statusDescription_7 = value; Il2CppCodeGenWriteBarrier((&___statusDescription_7), value); } inline static int32_t get_offset_of_contentLength_8() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___contentLength_8)); } inline int64_t get_contentLength_8() const { return ___contentLength_8; } inline int64_t* get_address_of_contentLength_8() { return &___contentLength_8; } inline void set_contentLength_8(int64_t value) { ___contentLength_8 = value; } inline static int32_t get_offset_of_contentType_9() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___contentType_9)); } inline String_t* get_contentType_9() const { return ___contentType_9; } inline String_t** get_address_of_contentType_9() { return &___contentType_9; } inline void set_contentType_9(String_t* value) { ___contentType_9 = value; Il2CppCodeGenWriteBarrier((&___contentType_9), value); } inline static int32_t get_offset_of_cookie_container_10() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___cookie_container_10)); } inline CookieContainer_t2331592909 * get_cookie_container_10() const { return ___cookie_container_10; } inline CookieContainer_t2331592909 ** get_address_of_cookie_container_10() { return &___cookie_container_10; } inline void set_cookie_container_10(CookieContainer_t2331592909 * value) { ___cookie_container_10 = value; Il2CppCodeGenWriteBarrier((&___cookie_container_10), value); } inline static int32_t get_offset_of_disposed_11() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___disposed_11)); } inline bool get_disposed_11() const { return ___disposed_11; } inline bool* get_address_of_disposed_11() { return &___disposed_11; } inline void set_disposed_11(bool value) { ___disposed_11 = value; } inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___stream_12)); } inline Stream_t1273022909 * get_stream_12() const { return ___stream_12; } inline Stream_t1273022909 ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_t1273022909 * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((&___stream_12), value); } inline static int32_t get_offset_of_cookieExpiresFormats_13() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___cookieExpiresFormats_13)); } inline StringU5BU5D_t1281789340* get_cookieExpiresFormats_13() const { return ___cookieExpiresFormats_13; } inline StringU5BU5D_t1281789340** get_address_of_cookieExpiresFormats_13() { return &___cookieExpiresFormats_13; } inline void set_cookieExpiresFormats_13(StringU5BU5D_t1281789340* value) { ___cookieExpiresFormats_13 = value; Il2CppCodeGenWriteBarrier((&___cookieExpiresFormats_13), value); } }; struct HttpWebResponse_t3286585418_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Net.HttpWebResponse::<>f__switch$map8 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map8_14; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map8_14() { return static_cast(offsetof(HttpWebResponse_t3286585418_StaticFields, ___U3CU3Ef__switchU24map8_14)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map8_14() const { return ___U3CU3Ef__switchU24map8_14; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map8_14() { return &___U3CU3Ef__switchU24map8_14; } inline void set_U3CU3Ef__switchU24map8_14(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map8_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map8_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBRESPONSE_T3286585418_H #ifndef FASTZIP_T1787039230_H #define FASTZIP_T1787039230_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ICSharpCode.SharpZipLib.Zip.FastZip struct FastZip_t1787039230 : public RuntimeObject { public: // System.Boolean ICSharpCode.SharpZipLib.Zip.FastZip::continueRunning_ bool ___continueRunning__0; // System.Byte[] ICSharpCode.SharpZipLib.Zip.FastZip::buffer_ ByteU5BU5D_t4116647657* ___buffer__1; // ICSharpCode.SharpZipLib.Zip.ZipOutputStream ICSharpCode.SharpZipLib.Zip.FastZip::outputStream_ ZipOutputStream_t3000418837 * ___outputStream__2; // System.String ICSharpCode.SharpZipLib.Zip.FastZip::sourceDirectory_ String_t* ___sourceDirectory__3; // System.Boolean ICSharpCode.SharpZipLib.Zip.FastZip::createEmptyDirectories_ bool ___createEmptyDirectories__4; // ICSharpCode.SharpZipLib.Zip.FastZipEvents ICSharpCode.SharpZipLib.Zip.FastZip::events_ FastZipEvents_t2506806086 * ___events__5; // ICSharpCode.SharpZipLib.Zip.IEntryFactory ICSharpCode.SharpZipLib.Zip.FastZip::entryFactory_ RuntimeObject* ___entryFactory__6; // ICSharpCode.SharpZipLib.Zip.UseZip64 ICSharpCode.SharpZipLib.Zip.FastZip::useZip64_ int32_t ___useZip64__7; // System.String ICSharpCode.SharpZipLib.Zip.FastZip::password_ String_t* ___password__8; public: inline static int32_t get_offset_of_continueRunning__0() { return static_cast(offsetof(FastZip_t1787039230, ___continueRunning__0)); } inline bool get_continueRunning__0() const { return ___continueRunning__0; } inline bool* get_address_of_continueRunning__0() { return &___continueRunning__0; } inline void set_continueRunning__0(bool value) { ___continueRunning__0 = value; } inline static int32_t get_offset_of_buffer__1() { return static_cast(offsetof(FastZip_t1787039230, ___buffer__1)); } inline ByteU5BU5D_t4116647657* get_buffer__1() const { return ___buffer__1; } inline ByteU5BU5D_t4116647657** get_address_of_buffer__1() { return &___buffer__1; } inline void set_buffer__1(ByteU5BU5D_t4116647657* value) { ___buffer__1 = value; Il2CppCodeGenWriteBarrier((&___buffer__1), value); } inline static int32_t get_offset_of_outputStream__2() { return static_cast(offsetof(FastZip_t1787039230, ___outputStream__2)); } inline ZipOutputStream_t3000418837 * get_outputStream__2() const { return ___outputStream__2; } inline ZipOutputStream_t3000418837 ** get_address_of_outputStream__2() { return &___outputStream__2; } inline void set_outputStream__2(ZipOutputStream_t3000418837 * value) { ___outputStream__2 = value; Il2CppCodeGenWriteBarrier((&___outputStream__2), value); } inline static int32_t get_offset_of_sourceDirectory__3() { return static_cast(offsetof(FastZip_t1787039230, ___sourceDirectory__3)); } inline String_t* get_sourceDirectory__3() const { return ___sourceDirectory__3; } inline String_t** get_address_of_sourceDirectory__3() { return &___sourceDirectory__3; } inline void set_sourceDirectory__3(String_t* value) { ___sourceDirectory__3 = value; Il2CppCodeGenWriteBarrier((&___sourceDirectory__3), value); } inline static int32_t get_offset_of_createEmptyDirectories__4() { return static_cast(offsetof(FastZip_t1787039230, ___createEmptyDirectories__4)); } inline bool get_createEmptyDirectories__4() const { return ___createEmptyDirectories__4; } inline bool* get_address_of_createEmptyDirectories__4() { return &___createEmptyDirectories__4; } inline void set_createEmptyDirectories__4(bool value) { ___createEmptyDirectories__4 = value; } inline static int32_t get_offset_of_events__5() { return static_cast(offsetof(FastZip_t1787039230, ___events__5)); } inline FastZipEvents_t2506806086 * get_events__5() const { return ___events__5; } inline FastZipEvents_t2506806086 ** get_address_of_events__5() { return &___events__5; } inline void set_events__5(FastZipEvents_t2506806086 * value) { ___events__5 = value; Il2CppCodeGenWriteBarrier((&___events__5), value); } inline static int32_t get_offset_of_entryFactory__6() { return static_cast(offsetof(FastZip_t1787039230, ___entryFactory__6)); } inline RuntimeObject* get_entryFactory__6() const { return ___entryFactory__6; } inline RuntimeObject** get_address_of_entryFactory__6() { return &___entryFactory__6; } inline void set_entryFactory__6(RuntimeObject* value) { ___entryFactory__6 = value; Il2CppCodeGenWriteBarrier((&___entryFactory__6), value); } inline static int32_t get_offset_of_useZip64__7() { return static_cast(offsetof(FastZip_t1787039230, ___useZip64__7)); } inline int32_t get_useZip64__7() const { return ___useZip64__7; } inline int32_t* get_address_of_useZip64__7() { return &___useZip64__7; } inline void set_useZip64__7(int32_t value) { ___useZip64__7 = value; } inline static int32_t get_offset_of_password__8() { return static_cast(offsetof(FastZip_t1787039230, ___password__8)); } inline String_t* get_password__8() const { return ___password__8; } inline String_t** get_address_of_password__8() { return &___password__8; } inline void set_password__8(String_t* value) { ___password__8 = value; Il2CppCodeGenWriteBarrier((&___password__8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FASTZIP_T1787039230_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 IPADDRESS_T241777590_H #define IPADDRESS_T241777590_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPAddress struct IPAddress_t241777590 : public RuntimeObject { public: // System.Int64 System.Net.IPAddress::m_Address int64_t ___m_Address_0; // System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family int32_t ___m_Family_1; // System.UInt16[] System.Net.IPAddress::m_Numbers UInt16U5BU5D_t3326319531* ___m_Numbers_2; // System.Int64 System.Net.IPAddress::m_ScopeId int64_t ___m_ScopeId_3; // System.Int32 System.Net.IPAddress::m_HashCode int32_t ___m_HashCode_11; public: inline static int32_t get_offset_of_m_Address_0() { return static_cast(offsetof(IPAddress_t241777590, ___m_Address_0)); } inline int64_t get_m_Address_0() const { return ___m_Address_0; } inline int64_t* get_address_of_m_Address_0() { return &___m_Address_0; } inline void set_m_Address_0(int64_t value) { ___m_Address_0 = value; } inline static int32_t get_offset_of_m_Family_1() { return static_cast(offsetof(IPAddress_t241777590, ___m_Family_1)); } inline int32_t get_m_Family_1() const { return ___m_Family_1; } inline int32_t* get_address_of_m_Family_1() { return &___m_Family_1; } inline void set_m_Family_1(int32_t value) { ___m_Family_1 = value; } inline static int32_t get_offset_of_m_Numbers_2() { return static_cast(offsetof(IPAddress_t241777590, ___m_Numbers_2)); } inline UInt16U5BU5D_t3326319531* get_m_Numbers_2() const { return ___m_Numbers_2; } inline UInt16U5BU5D_t3326319531** get_address_of_m_Numbers_2() { return &___m_Numbers_2; } inline void set_m_Numbers_2(UInt16U5BU5D_t3326319531* value) { ___m_Numbers_2 = value; Il2CppCodeGenWriteBarrier((&___m_Numbers_2), value); } inline static int32_t get_offset_of_m_ScopeId_3() { return static_cast(offsetof(IPAddress_t241777590, ___m_ScopeId_3)); } inline int64_t get_m_ScopeId_3() const { return ___m_ScopeId_3; } inline int64_t* get_address_of_m_ScopeId_3() { return &___m_ScopeId_3; } inline void set_m_ScopeId_3(int64_t value) { ___m_ScopeId_3 = value; } inline static int32_t get_offset_of_m_HashCode_11() { return static_cast(offsetof(IPAddress_t241777590, ___m_HashCode_11)); } inline int32_t get_m_HashCode_11() const { return ___m_HashCode_11; } inline int32_t* get_address_of_m_HashCode_11() { return &___m_HashCode_11; } inline void set_m_HashCode_11(int32_t value) { ___m_HashCode_11 = value; } }; struct IPAddress_t241777590_StaticFields { public: // System.Net.IPAddress System.Net.IPAddress::Any IPAddress_t241777590 * ___Any_4; // System.Net.IPAddress System.Net.IPAddress::Broadcast IPAddress_t241777590 * ___Broadcast_5; // System.Net.IPAddress System.Net.IPAddress::Loopback IPAddress_t241777590 * ___Loopback_6; // System.Net.IPAddress System.Net.IPAddress::None IPAddress_t241777590 * ___None_7; // System.Net.IPAddress System.Net.IPAddress::IPv6Any IPAddress_t241777590 * ___IPv6Any_8; // System.Net.IPAddress System.Net.IPAddress::IPv6Loopback IPAddress_t241777590 * ___IPv6Loopback_9; // System.Net.IPAddress System.Net.IPAddress::IPv6None IPAddress_t241777590 * ___IPv6None_10; public: inline static int32_t get_offset_of_Any_4() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___Any_4)); } inline IPAddress_t241777590 * get_Any_4() const { return ___Any_4; } inline IPAddress_t241777590 ** get_address_of_Any_4() { return &___Any_4; } inline void set_Any_4(IPAddress_t241777590 * value) { ___Any_4 = value; Il2CppCodeGenWriteBarrier((&___Any_4), value); } inline static int32_t get_offset_of_Broadcast_5() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___Broadcast_5)); } inline IPAddress_t241777590 * get_Broadcast_5() const { return ___Broadcast_5; } inline IPAddress_t241777590 ** get_address_of_Broadcast_5() { return &___Broadcast_5; } inline void set_Broadcast_5(IPAddress_t241777590 * value) { ___Broadcast_5 = value; Il2CppCodeGenWriteBarrier((&___Broadcast_5), value); } inline static int32_t get_offset_of_Loopback_6() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___Loopback_6)); } inline IPAddress_t241777590 * get_Loopback_6() const { return ___Loopback_6; } inline IPAddress_t241777590 ** get_address_of_Loopback_6() { return &___Loopback_6; } inline void set_Loopback_6(IPAddress_t241777590 * value) { ___Loopback_6 = value; Il2CppCodeGenWriteBarrier((&___Loopback_6), value); } inline static int32_t get_offset_of_None_7() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___None_7)); } inline IPAddress_t241777590 * get_None_7() const { return ___None_7; } inline IPAddress_t241777590 ** get_address_of_None_7() { return &___None_7; } inline void set_None_7(IPAddress_t241777590 * value) { ___None_7 = value; Il2CppCodeGenWriteBarrier((&___None_7), value); } inline static int32_t get_offset_of_IPv6Any_8() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___IPv6Any_8)); } inline IPAddress_t241777590 * get_IPv6Any_8() const { return ___IPv6Any_8; } inline IPAddress_t241777590 ** get_address_of_IPv6Any_8() { return &___IPv6Any_8; } inline void set_IPv6Any_8(IPAddress_t241777590 * value) { ___IPv6Any_8 = value; Il2CppCodeGenWriteBarrier((&___IPv6Any_8), value); } inline static int32_t get_offset_of_IPv6Loopback_9() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___IPv6Loopback_9)); } inline IPAddress_t241777590 * get_IPv6Loopback_9() const { return ___IPv6Loopback_9; } inline IPAddress_t241777590 ** get_address_of_IPv6Loopback_9() { return &___IPv6Loopback_9; } inline void set_IPv6Loopback_9(IPAddress_t241777590 * value) { ___IPv6Loopback_9 = value; Il2CppCodeGenWriteBarrier((&___IPv6Loopback_9), value); } inline static int32_t get_offset_of_IPv6None_10() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___IPv6None_10)); } inline IPAddress_t241777590 * get_IPv6None_10() const { return ___IPv6None_10; } inline IPAddress_t241777590 ** get_address_of_IPv6None_10() { return &___IPv6None_10; } inline void set_IPv6None_10(IPAddress_t241777590 * value) { ___IPv6None_10 = value; Il2CppCodeGenWriteBarrier((&___IPv6None_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPADDRESS_T241777590_H #ifndef POINTEREVENTDATA_T3807901092_H #define POINTEREVENTDATA_T3807901092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.PointerEventData struct PointerEventData_t3807901092 : public BaseEventData_t3903027533 { public: // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_t1113636619 * ___U3CpointerEnterU3Ek__BackingField_2; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::m_PointerPress GameObject_t1113636619 * ___m_PointerPress_3; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_t1113636619 * ___U3ClastPressU3Ek__BackingField_4; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_t1113636619 * ___U3CrawPointerPressU3Ek__BackingField_5; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_t1113636619 * ___U3CpointerDragU3Ek__BackingField_6; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t3360306849 ___U3CpointerCurrentRaycastU3Ek__BackingField_7; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t3360306849 ___U3CpointerPressRaycastU3Ek__BackingField_8; // System.Collections.Generic.List`1 UnityEngine.EventSystems.PointerEventData::hovered List_1_t2585711361 * ___hovered_9; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CeligibleForClickU3Ek__BackingField_10; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CpointerIdU3Ek__BackingField_11; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_t2156229523 ___U3CpositionU3Ek__BackingField_12; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_t2156229523 ___U3CdeltaU3Ek__BackingField_13; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_t2156229523 ___U3CpressPositionU3Ek__BackingField_14; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_t3722313464 ___U3CworldPositionU3Ek__BackingField_15; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_t3722313464 ___U3CworldNormalU3Ek__BackingField_16; // System.Single UnityEngine.EventSystems.PointerEventData::k__BackingField float ___U3CclickTimeU3Ek__BackingField_17; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CclickCountU3Ek__BackingField_18; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_t2156229523 ___U3CscrollDeltaU3Ek__BackingField_19; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CuseDragThresholdU3Ek__BackingField_20; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CdraggingU3Ek__BackingField_21; // UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerEventData::