#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 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; 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 VirtActionInvoker7 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker7 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; 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 InterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker7 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker7 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; // LitJson.JsonMockWrapper struct JsonMockWrapper_t82875095; // System.String struct String_t; // LitJson.JsonWriter struct JsonWriter_t3570089748; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Collections.ICollection struct ICollection_t3904884886; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // LitJson.JsonReader struct JsonReader_t836887441; // System.IO.StringReader struct StringReader_t3465604688; // System.IO.TextReader struct TextReader_t283511965; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.Collections.Generic.Stack`1 struct Stack_1_t3794335208; // LitJson.Lexer struct Lexer_t1514038666; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t921491721; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3568926999; // LitJson.JsonException struct JsonException_t3682484112; // System.Exception struct Exception_t; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Text.StringBuilder struct StringBuilder_t; // System.IO.StringWriter struct StringWriter_t802263757; // System.IO.TextWriter struct TextWriter_t3478189236; // System.Collections.Generic.Stack`1 struct Stack_1_t1854483454; // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619; // LitJson.WriterContext struct WriterContext_t1011093999; // System.Char[] struct CharU5BU5D_t3528271667; // System.IFormatProvider struct IFormatProvider_t2518567562; // LitJson.FsmContext struct FsmContext_t2331368794; // LitJson.Lexer/StateHandler struct StateHandler_t105866779; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Type struct Type_t; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t1976548163; // LitJson.OrderedDictionaryEnumerator struct OrderedDictionaryEnumerator_t386339177; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t4140357341; // LitJson.JsonData struct JsonData_t1524858407; // LitJson.WrapperFactory struct WrapperFactory_t2158548929; // LitJson.IJsonWrapper struct IJsonWrapper_t1028825384; // LMSettingProperty struct LMSettingProperty_t1483900569; // LoadBundleTest struct LoadBundleTest_t835619704; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t416264252; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // UnityEngine.Coroutine struct Coroutine_t3829159415; // LoadBundleTest/c__Iterator0 struct U3CLoadALLGameObjectU3Ec__Iterator0_t1094424362; // UnityEngine.Object struct Object_t631007953; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.Transform struct Transform_t3600365921; // UnityEngine.WWW struct WWW_t3688466362; // UnityEngine.AssetBundle struct AssetBundle_t1153907252; // UnityEngine.AssetBundleRequest struct AssetBundleRequest_t699759206; // UnityEngine.AsyncOperation struct AsyncOperation_t1445031843; // UnityEngine.Object[] struct ObjectU5BU5D_t1417781964; // System.NotSupportedException struct NotSupportedException_t1314879016; // LobbyState struct LobbyState_t3690741510; // ProcedureFsm struct ProcedureFsm_t3181162420; // FitFun.SimpleState struct SimpleState_t1424650207; // FitFun.SimpleFSM struct SimpleFSM_t3686535260; // LocalLinkedEffect struct LocalLinkedEffect_t997770122; // UnityEngine.Component struct Component_t1923634451; // LocalVersion struct LocalVersion_t3255972034; // LoginState struct LoginState_t1898701884; // FitFun.Bootup struct Bootup_t2754385117; // LongPress struct LongPress_t2888755705; // LongPress/LoopPressEvent struct LoopPressEvent_t2496491905; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_t3807901092; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3832605257; // LongPressDameon struct LongPressDameon_t4238306222; // System.Action struct Action_t1264377477; // System.Action`1 struct Action_1_t1569734369; // LongPressEventTrigger struct LongPressEventTrigger_t1397252346; // UnityEngine.Events.UnityEvent struct UnityEvent_t2581268647; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_t3495933518; // Loom struct Loom_t3759828253; // System.Collections.Generic.List`1 struct List_1_t3974351631; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Collections.Generic.List`1 struct List_1_t2499617678; // System.Action`1 struct Action_1_t2019918284; // LoomParam struct LoomParam_t2502276889; // System.Threading.Thread struct Thread_t2300836069; // System.Threading.WaitCallback struct WaitCallback_t2448485498; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1482129778; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2059959053; // System.Action`1 struct Action_1_t3252573759; // System.Func`2 struct Func_2_t1573880443; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t7395825; // LuaBehaviourTest struct LuaBehaviourTest_t3411125439; // FitFun.CSharpCallLuaDelegates struct CSharpCallLuaDelegates_t1038426297; // FitFun.CSharpCallLuaDelegates/ILuaBattle struct ILuaBattle_t1192267769; // UnityEngine.UI.InputField struct InputField_t3762917431; // LuaCallCS struct LuaCallCS_t241064727; // System.Object[] struct ObjectU5BU5D_t2843939325; // FitFun.InputManager struct InputManager_t3933257607; // System.Action`1 struct Action_1_t3123413348; // XLua.LuaTable struct LuaTable_t1631611336; // FitFun.Logger struct Logger_t2670188180; // DMCore.Framework.Plugin.CFitfunApiPlugin struct CFitfunApiPlugin_t3372796910; // UnityEngine.Component[] struct ComponentU5BU5D_t3294940482; // LuaConfig struct LuaConfig_t51891751; // FitFun.Singleton`1 struct Singleton_1_t2671559493; // FitFun.Singleton`1 struct Singleton_1_t1404806610; // FitFun.CSharpCallLuaDelegates/ILuaData struct ILuaData_t3716405543; // MainRoleBehaviour struct MainRoleBehaviour_t2008678249; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t489123574; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t1560551489; // FitFun.CSharpCallLuaDelegates/ILuaUser struct ILuaUser_t187406211; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // CAnimSite struct CAnimSite_t233742424; // UnityEngine.Animation struct Animation_t3648466861; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // DMCore.Framework.Scene.ISceneAvatarBody struct ISceneAvatarBody_t3588558973; // DMCore.Framework.Scene.CRoleModelItem struct CRoleModelItem_t1608531946; // System.Collections.Generic.List`1 struct List_1_t128053199; // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925; // DMCore.Framework.Scene.AvatarInfo struct AvatarInfo_t571832948; // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager struct CRoleModelItem_SuitConfigManager_t3017667155; // DMCore.Framework.Scene.CRoleModelItem_SuitConfig struct CRoleModelItem_SuitConfig_t3912215432; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2944330537; // UnityEngine.UI.Image struct Image_t2670269651; // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // MapInfo struct MapInfo_t3366890786; // MessageHandler struct MessageHandler_t3017544858; // MessageHandler/Motion struct Motion_t930787875; // System.Delegate struct Delegate_t1188392813; // Shoe struct Shoe_t2230938918; // Response`1 struct Response_1_t1633997678; // User struct User_t2909415622; // BetterList`1 struct BetterList_1_t2064435940; // BetterList`1 struct BetterList_1_t2235126482; // System.Action`2 struct Action_2_t3073627706; // System.Action`2 struct Action_2_t11315885; // MessageHandler/ActionHandler struct ActionHandler_t1919085295; // MessageHandler/MotionHandler struct MotionHandler_t4071239806; // MessageHandler/StepHandler struct StepHandler_t3504542481; // MessageHandler/DeviceHandler struct DeviceHandler_t706368662; // MessageHandler/UserFriendsHandler struct UserFriendsHandler_t191220723; // MessageHandler/InviteFriendHandler struct InviteFriendHandler_t2781888241; // MessageHandler/GetRankHandler struct GetRankHandler_t3785569513; // MessageHandler/GameEndResponseHandler struct GameEndResponseHandler_t57937780; // MessageHandler/RotateHandler struct RotateHandler_t1509059459; // MuteDefault struct MuteDefault_t818847033; // MyRigibody struct MyRigibody_t3328894600; // UnityEngine.Rigidbody struct Rigidbody_t3916780224; // MyVector struct MyVector_t1644117909; // System.Collections.Generic.List`1 struct List_1_t3628304265; // UnityEngine.Collision struct Collision_t4262080450; // UnityEngine.Collider struct Collider_t1773347010; // netSendingCache struct netSendingCache_t1115576376; // DMCore.CDataArray struct CDataArray_t4068198041; // BetterList`1 struct BetterList_1_t3223218359; // ObjectShake struct ObjectShake_t668312845; // OutsideClickDetector struct OutsideClickDetector_t2977435540; // UnityEngine.RectTransform struct RectTransform_t3704657025; // UnityEngine.Camera struct Camera_t4157153871; // System.Action`1 struct Action_1_t269755560; // PerformanceState struct PerformanceState_t2197578412; // Player struct Player_t3266647312; // UnityEngine.CapsuleCollider struct CapsuleCollider_t197597763; // PlayerCollider struct PlayerCollider_t1469251972; // System.Action`1 struct Action_1_t139580749; // UnityEngine.Collider[] struct ColliderU5BU5D_t4234922487; // UnityEngine.WheelCollider struct WheelCollider_t2307365979; // PoliceLights struct PoliceLights_t2300708812; // UnityEngine.AudioSource struct AudioSource_t3935305588; // UnityEngine.AudioClip struct AudioClip_t3680889665; // UnityEngine.Behaviour struct Behaviour_t1437897464; // UnityEngine.Light struct Light_t3756812086; // ProcedureMonoBehaviour struct ProcedureMonoBehaviour_t793143596; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t3568556217; // SplashScreenState struct SplashScreenState_t1121436819; // HotFixState struct HotFixState_t4251295459; // CloakRoomState struct CloakRoomState_t1228583589; // CoutureState struct CoutureState_t1888044669; // BlindBoxState struct BlindBoxState_t3527472116; // FriendState struct FriendState_t2272626805; // HotPerformState struct HotPerformState_t4166388103; // ShareState struct ShareState_t3509984762; // FitFun.LoadingState struct LoadingState_t3533804788; // QiuQiuState struct QiuQiuState_t120169273; // QGamingState struct QGamingState_t1065222333; // FitFun.SimpleState[] struct SimpleStateU5BU5D_t2736705990; // RadiusBlur struct RadiusBlur_t6254319; // UnityEngine.Material struct Material_t340375123; // UnityEngine.RenderTexture struct RenderTexture_t2108887433; // UnityEngine.Texture struct Texture_t3661962703; // RapidBlurEffect struct RapidBlurEffect_t1608626209; // UnityEngine.Shader struct Shader_t4151988712; // RawImageStick struct RawImageStick_t4076414794; // UnityEngine.UI.RawImage struct RawImage_t3182918964; // RedDotSystem struct RedDotSystem_t3291278877; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1951398181; // FitFun.Singleton`1 struct Singleton_1_t1615979323; // FitFun.DataTableManager struct DataTableManager_t1337041569; // FitFun.DataTable struct DataTable_t3682331864; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t460617778; // RedDotTreeNode struct RedDotTreeNode_t3062684850; // FitFun.TableRow struct TableRow_t675361479; // RedDotTreeNodeBase struct RedDotTreeNodeBase_t645146498; // FitFun.TreeNode struct TreeNode_t4280910666; // System.Collections.Generic.List`1 struct List_1_t1458018112; // FitFun.MonoBeBehaviourManager struct MonoBeBehaviourManager_t4147374129; // RedDotSystem/c__Iterator0 struct U3CCoUpdateTreeU3Ec__Iterator0_t384025646; // UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251; // FitFun.LuaManager struct LuaManager_t2836562188; // XLua.LuaEnv struct LuaEnv_t2152703515; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // ResUtil struct ResUtil_t3326262599; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Action`3 struct Action_3_t1489460982; // System.Byte[] struct ByteU5BU5D_t4116647657; // UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t3119663542; // RuntimeHelper struct RuntimeHelper_t3490552088; // UnityEngine.Font struct Font_t1956802104; // SceneAmbient struct SceneAmbient_t703263291; // SceneOwnedBase struct SceneOwnedBase_t782830988; // ScrollIndexCallback1 struct ScrollIndexCallback1_t75482585; // ScrollIndexCallback2 struct ScrollIndexCallback2_t2031797721; // ScrollIndexCallback3 struct ScrollIndexCallback3_t3988112857; // SDKParams struct SDKParams_t3933363587; // SDKProxyManager struct SDKProxyManager_t1131642099; // ServerSetting struct ServerSetting_t2760349885; // FitFun.Singleton`1 struct Singleton_1_t1085050331; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // UnityEngine.TextAsset struct TextAsset_t3022178571; // System.Xml.XmlNode struct XmlNode_t3767805227; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // VersionNodeValue struct VersionNodeValue_t855201913; // SG.InitOnStart struct InitOnStart_t1773419138; // UnityEngine.UI.LoopScrollRect struct LoopScrollRect_t4090119715; // SG.Pool struct Pool_t3508098211; // System.Collections.Generic.Stack`1 struct Stack_1_t1072324851; // SG.PoolObject struct PoolObject_t228935396; // SG.ResourceManager struct ResourceManager_t3111165296; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3293354510; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t3483029981; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t322220623; // System.Collections.Generic.List`1 struct List_1_t3319525431; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t827303578; // SG.ResourceManager/ResourceInfo struct ResourceInfo_t1121949828; // DMCore.Logic.IShoe struct IShoe_t2709100496; // SpriteAnimation struct SpriteAnimation_t3239586151; // System.Collections.Generic.List`1 struct List_1_t1752731834; // UnityEngine.Sprite struct Sprite_t280657092; // TabControl struct TabControl_t2561039729; // UnityEngine.UI.Button struct Button_t4055032469; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_t48803504; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // UnityEngine.EventSystems.EventSystem struct EventSystem_t1003666588; // System.Action`1 struct Action_1_t4227500064; // TabCutDoublePitchOn struct TabCutDoublePitchOn_t2052311532; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2349950; // System.Action`2 struct Action_2_t4177122770; // UnityEngine.UI.Toggle struct Toggle_t2735377061; // TabCutPitchOn struct TabCutPitchOn_t654092039; // Test struct Test_t650638817; // System.Collections.Generic.List`1 struct List_1_t2869341516; // UnityEngine.UI.ScrollRect struct ScrollRect_t4137855814; // UnityEngine.UI.LayoutGroup struct LayoutGroup_t2436138090; // UnityEngine.UI.HorizontalOrVerticalLayoutGroup struct HorizontalOrVerticalLayoutGroup_t729725570; // UnityEngine.UI.GridLayoutGroup struct GridLayoutGroup_t3046220461; // TitleTest struct TitleTest_t2526999315; // Toast struct Toast_t1349653669; // UnityEngine.CanvasGroup struct CanvasGroup_t4083511760; // Toast/c__Iterator0 struct U3CShowHintU3Ec__Iterator0_t2666423301; // ToggleTest struct ToggleTest_t2334158869; // UnityEngine.UI.ToggleGroup struct ToggleGroup_t123837990; // ToggleTest/c__AnonStorey0 struct U3CAwakeU3Ec__AnonStorey0_t2461756345; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t682124106; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t978947469; // TransformUtils struct TransformUtils_t3782716328; // System.Int64[] struct Int64U5BU5D_t2559172825; // TricycleListView struct TricycleListView_t3565999212; // UnityEngine.UI.HorizontalLayoutGroup struct HorizontalLayoutGroup_t2586782146; // System.Action`2 struct Action_2_t2825508248; // System.Action`2 struct Action_2_t2340848427; // DG.Tweening.Tween struct Tween_t2342918553; // DG.Tweening.Sequence struct Sequence_t2050373119; // DG.Tweening.Tweener struct Tweener_t436044680; // DG.Tweening.TweenCallback struct TweenCallback_t3727756325; // TricycleListView/c__Iterator0 struct U3CscollU3Ec__Iterator0_t840004613; // UnityEngine.YieldInstruction struct YieldInstruction_t403091072; // TricycleRole struct TricycleRole_t1774079251; // DMCore.Framework.Scene.CPropData struct CPropData_t2491857930; // Ts struct Ts_t165420854; // TypeWriter struct TypeWriter_t3681830951; // UnityEngine.UI.Text struct Text_t1901882714; // UIAnim struct UIAnim_t49643849; // UnityEngine.MeshRenderer struct MeshRenderer_t587009260; // UnityEngine.Renderer struct Renderer_t2627027031; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t245602842; // uiPhoto struct uiPhoto_t2013647259; // CircleImage struct CircleImage_t2126599838; // uiPhotoEdit struct uiPhotoEdit_t787247777; // UnityEngine.UI.Graphic struct Graphic_t1660335611; // DMCore.Logic.CPhotoManager struct CPhotoManager_t704993275; // DMCore.Framework.URL.CURLManager struct CURLManager_t2578998768; // System.String[] struct StringU5BU5D_t1281789340; // HUBSDKManager struct HUBSDKManager_t2315102214; // FitFun.Event struct Event_t709265659; // UnityEngine.Texture2D struct Texture2D_t3840446185; // UnityEngine.Event struct Event_t2956885303; // UnityEngine.Touch[] struct TouchU5BU5D_t1849554061; // CMonoSnapLib struct CMonoSnapLib_t2382924513; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t497245277; // DMCore.Framework.Scene.IAvatarSkin struct IAvatarSkin_t3391917898; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1029701331; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t687096698; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3210789151; // DMCore.Framework.Scene.CRoleModelItem/stItemState struct stItemState_t244584211; // CSkeletonSite struct CSkeletonSite_t1178137573; // CSkeletonSite/CSkeletonSnap struct CSkeletonSnap_t2156242323; // BetterList`1 struct BetterList_1_t2419161419; // BetterList`1 struct BetterList_1_t3563600241; // BetterList`1 struct BetterList_1_t1002471007; // BetterList`1 struct BetterList_1_t1473526305; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // CBetterSet`1> struct CBetterSet_1_t2134195988; // System.Collections.Generic.List`1 struct List_1_t2822533831; // System.Collections.Generic.Dictionary`2[] struct Dictionary_2U5BU5D_t635963316; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2800928763; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4097355377; // System.Collections.Generic.List`1 struct List_1_t1176315644; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t313363538; // UnityEngine.Events.InvokableCallList struct InvokableCallList_t2498835369; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t3050769227; // Loom/DelayedQueueItem[] struct DelayedQueueItemU5BU5D_t658540297; // LoomParam[] struct LoomParamU5BU5D_t4287329380; // User[] struct UserU5BU5D_t16395619; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // FitFun.TableRow[] struct TableRowU5BU5D_t205413950; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3350792962; // RedDotTreeNode[] struct RedDotTreeNodeU5BU5D_t1274900551; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t879239395; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2078069596; // FitFun.TreeNode[] struct TreeNodeU5BU5D_t3688637519; // SG.PoolObject[] struct PoolObjectU5BU5D_t1843916045; // UnityEngine.Sprite[] struct SpriteU5BU5D_t2581906349; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2932937990; // System.Single[] struct SingleU5BU5D_t1444911251; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // SG.Pool[] struct PoolU5BU5D_t1667796338; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t518208054; // DMCore.CDataArray[] struct CDataArrayU5BU5D_t1895413476; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t268193680; // LitJson.Lexer/StateHandler[] struct StateHandlerU5BU5D_t1323790106; // LitJson.WriterContext[] struct WriterContextU5BU5D_t1224381814; // System.Collections.Generic.IDictionary`2[] struct IDictionary_2U5BU5D_t2726772819; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2331111663; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Int32[][] struct Int32U5BU5DU5BU5D_t3365920845; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2970259689; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Xml.XmlElement struct XmlElement_t561603118; // System.Void struct Void_t1185182177; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Xml.XmlImplementation struct XmlImplementation_t254178875; // System.Xml.XmlResolver struct XmlResolver_t626023767; // System.Xml.XmlNameEntryCache struct XmlNameEntryCache_t2890546907; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3467588163; // FitFun.CSharpCallLuaDelegates/ILuaGameManager struct ILuaGameManager_t724692347; // FitFun.CSharpCallLuaDelegates/ILuaNetwork struct ILuaNetwork_t2860134254; // FitFun.CSharpCallLuaDelegates/ILuaEvent struct ILuaEvent_t43302983; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1416867635; // 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; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_t4150874583; // UnityEngine.ContactPoint[] struct ContactPointU5BU5D_t872956888; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Action`1 struct Action_1_t1617499438; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_t463507806; // System.Collections.Generic.List`1 struct List_1_t2585711361; // DMCore.CDataProperty struct CDataProperty_t2806246268; // System.Collections.Generic.List`1 struct List_1_t817360128; // DMCore.Framework.Scene.CAudioSite struct CAudioSite_t2953826499; // System.Action`1 struct Action_1_t2129269699; // UnityEngine.Font/FontTextureRebuildCallback struct FontTextureRebuildCallback_t2467502454; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t1677636661; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t1059417452; // UnityEngine.UI.Selectable struct Selectable_t3250028441; // System.Collections.Generic.IDictionary`2> struct IDictionary_2_t3680310408; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t149664596; // UnityEngine.LightProbes struct LightProbes_t649210852; // LMRendererInfo[] struct LMRendererInfoU5BU5D_t4046529225; // 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.Reflection.MemberFilter struct MemberFilter_t426314064; // DMCore.Framework.Scene.CRoleModelFace struct CRoleModelFace_t1285730091; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3009965658; // DG.Tweening.EaseFunction struct EaseFunction_t3531141372; // System.Collections.Generic.List`1 struct List_1_t3814993295; // System.Collections.Generic.List`1 struct List_1_t553148457; // DMCore.Framework.Scene.CRoleMovePlugin struct CRoleMovePlugin_t1887142873; // System.Collections.Generic.List`1 struct List_1_t1017553631; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1258266594; // UnityEngine.AudioSourceExtension struct AudioSourceExtension_t3064908834; // UnityEngine.UI.Button[] struct ButtonU5BU5D_t2297175928; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // UnityEngine.AudioClip[] struct AudioClipU5BU5D_t143221404; // UnityEngine.Light[] struct LightU5BU5D_t3678959411; // UnityEngine.UI.LayoutElement struct LayoutElement_t1785403678; // DMCore.Framework.Scene.CFollowWidget struct CFollowWidget_t3808191733; // 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; // Shoe[] struct ShoeU5BU5D_t1468951427; // UnityEngine.CanvasRenderer struct CanvasRenderer_t2598313366; // UnityEngine.Canvas struct Canvas_t3310196443; // UnityEngine.Mesh struct Mesh_t3648964284; // UnityEngine.UI.VertexHelper struct VertexHelper_t2453304189; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3055525458; // UnityEngine.UI.LoopScrollPrefabSource struct LoopScrollPrefabSource_t3905500011; // UnityEngine.UI.LoopScrollDataSource struct LoopScrollDataSource_t4146522895; // UnityEngine.UI.Scrollbar struct Scrollbar_t1494447233; // UnityEngine.UI.LoopScrollRect/ScrollRectEvent struct ScrollRectEvent_t1736412085; // UnityEngine.RectOffset struct RectOffset_t1369453676; // System.Collections.Generic.List`1 struct List_1_t881764471; // IVehicleInput struct IVehicleInput_t1990112580; // System.Action`2 struct Action_2_t1290832230; // ADInfo struct ADInfo_t3964066602; // UnityEngine.UI.ScrollRect/ScrollRectEvent struct ScrollRectEvent_t343079324; // FitFun.Logger/LogInfo struct LogInfo_t275467388; // System.Collections.Generic.List`1 struct List_1_t427135887; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_t2532145056; // System.Collections.Generic.List`1 struct List_1_t1260619206; // System.Collections.Generic.List`1 struct List_1_t4207451803; // System.Predicate`1 struct Predicate_1_t3560671185; // System.Func`2 struct Func_2_t3446800538; // System.Collections.Generic.List`1 struct List_1_t3491343620; // UnityEngine.EventSystems.BaseInputModule struct BaseInputModule_t2019268878; // System.Collections.Generic.List`1 struct List_1_t2475741330; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t3903027533; // System.Comparison`1 struct Comparison_1_t3135238028; // XLua.LuaEnv/CustomLoader struct CustomLoader_t465830221; // UnityEngine.UI.Toggle/ToggleEvent struct ToggleEvent_t1873685584; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t731888065; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t648412432; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t467195904; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t2355412304; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_t1981460040; // UnityEngine.TextGenerator struct TextGenerator_t3211863866; // UnityEngine.UI.RectMask2D struct RectMask2D_t3474889437; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t3661388177; // UnityEngine.UI.FontData struct FontData_t746620069; // System.Collections.Generic.List`1 struct List_1_t4142344393; // System.Action`1 struct Action_1_t819399007; // System.Collections.Generic.List`1 struct List_1_t899420910; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const uint32_t JsonMockWrapper_GetString_m1455639520_MetadataUsageId; extern const uint32_t JsonMockWrapper_ToJson_m1882177526_MetadataUsageId; extern RuntimeClass* StringReader_t3465604688_il2cpp_TypeInfo_var; extern const uint32_t JsonReader__ctor_m1297809221_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* Stack_1_t3794335208_il2cpp_TypeInfo_var; extern RuntimeClass* Lexer_t1514038666_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonReader__ctor_m141007973_RuntimeMethod_var; extern const RuntimeMethod* Stack_1__ctor_m113769803_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Push_m2177882517_RuntimeMethod_var; extern String_t* _stringLiteral3529812268; extern const uint32_t JsonReader__ctor_m141007973_MetadataUsageId; extern RuntimeClass* Dictionary_2_t921491721_il2cpp_TypeInfo_var; extern RuntimeClass* JsonReader_t836887441_il2cpp_TypeInfo_var; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1227275383_RuntimeMethod_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255371____U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255371____U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255371____U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255371____U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255371____U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255371____U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9_FieldInfo_var; extern const uint32_t JsonReader_PopulateParseTable_m3523639334_MetadataUsageId; extern RuntimeClass* IDictionary_2_t3680310408_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionary_2_t2032778390_il2cpp_TypeInfo_var; extern const uint32_t JsonReader_TableAddCol_m2820841847_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3568926999_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m893838985_RuntimeMethod_var; extern const uint32_t JsonReader_TableAddRow_m3468167234_MetadataUsageId; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern const uint32_t JsonReader_ProcessNumber_m1763128378_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t JsonReader_ProcessSymbol_m1079061290_MetadataUsageId; extern RuntimeClass* JsonException_t3682484112_il2cpp_TypeInfo_var; extern RuntimeClass* KeyNotFoundException_t2292407383_il2cpp_TypeInfo_var; extern const RuntimeMethod* Stack_1_Clear_m3857829451_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Peek_m4184154580_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Pop_m2599871233_RuntimeMethod_var; extern const RuntimeMethod* JsonReader_Read_m2661163174_RuntimeMethod_var; extern String_t* _stringLiteral320911726; extern const uint32_t JsonReader_Read_m2661163174_MetadataUsageId; extern RuntimeClass* NumberFormatInfo_t435877138_il2cpp_TypeInfo_var; extern RuntimeClass* JsonWriter_t3570089748_il2cpp_TypeInfo_var; extern const uint32_t JsonWriter__cctor_m4079708480_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* StringWriter_t802263757_il2cpp_TypeInfo_var; extern const uint32_t JsonWriter__ctor_m1780975115_MetadataUsageId; extern const uint32_t JsonWriter__ctor_m253699815_MetadataUsageId; extern const RuntimeMethod* JsonWriter__ctor_m2781877538_RuntimeMethod_var; extern String_t* _stringLiteral1980498921; extern const uint32_t JsonWriter__ctor_m2781877538_MetadataUsageId; extern const RuntimeMethod* JsonWriter_DoValidation_m3720573283_RuntimeMethod_var; extern String_t* _stringLiteral3717129058; extern String_t* _stringLiteral4103647921; extern String_t* _stringLiteral1740842079; extern String_t* _stringLiteral2856579791; extern String_t* _stringLiteral393113856; extern String_t* _stringLiteral4135352181; extern const uint32_t JsonWriter_DoValidation_m3720573283_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* Stack_1_t1854483454_il2cpp_TypeInfo_var; extern RuntimeClass* WriterContext_t1011093999_il2cpp_TypeInfo_var; extern const RuntimeMethod* Stack_1__ctor_m2155362428_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Push_m1652061791_RuntimeMethod_var; extern const uint32_t JsonWriter_Init_m2021803741_MetadataUsageId; extern String_t* _stringLiteral3454842868; extern String_t* _stringLiteral3455629300; extern String_t* _stringLiteral3455498228; extern String_t* _stringLiteral3454318580; extern String_t* _stringLiteral3454580724; extern String_t* _stringLiteral3455432692; extern const uint32_t JsonWriter_PutString_m1134683299_MetadataUsageId; extern const uint32_t JsonWriter_ToString_m1597768463_MetadataUsageId; extern const RuntimeMethod* Stack_1_Clear_m1125338639_RuntimeMethod_var; extern const uint32_t JsonWriter_Reset_m1337472812_MetadataUsageId; extern String_t* _stringLiteral4002445229; extern String_t* _stringLiteral3875954633; extern const uint32_t JsonWriter_Write_m2445807389_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const uint32_t JsonWriter_Write_m3898175898_MetadataUsageId; extern String_t* _stringLiteral3451565954; extern const uint32_t JsonWriter_Write_m1157331754_MetadataUsageId; extern const uint32_t JsonWriter_Write_m3372360412_MetadataUsageId; extern const uint32_t JsonWriter_Write_m3372753631_MetadataUsageId; extern String_t* _stringLiteral1202628576; extern const uint32_t JsonWriter_Write_m470866366_MetadataUsageId; extern const uint32_t JsonWriter_Write_m1937799895_MetadataUsageId; extern const RuntimeMethod* Stack_1_Pop_m376171544_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_get_Count_m2197686965_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Peek_m634478750_RuntimeMethod_var; extern String_t* _stringLiteral3452614643; extern const uint32_t JsonWriter_WriteArrayEnd_m4212030344_MetadataUsageId; extern String_t* _stringLiteral3452614645; extern const uint32_t JsonWriter_WriteArrayStart_m2860784547_MetadataUsageId; extern String_t* _stringLiteral3452614611; extern const uint32_t JsonWriter_WriteObjectEnd_m3752603488_MetadataUsageId; extern String_t* _stringLiteral3452614613; extern const uint32_t JsonWriter_WriteObjectStart_m1149206805_MetadataUsageId; extern String_t* _stringLiteral3450517398; extern const uint32_t JsonWriter_WritePropertyName_m2049458875_MetadataUsageId; extern RuntimeClass* FsmContext_t2331368794_il2cpp_TypeInfo_var; extern const uint32_t Lexer__ctor_m2391221585_MetadataUsageId; extern RuntimeClass* StateHandlerU5BU5D_t1323790106_il2cpp_TypeInfo_var; extern RuntimeClass* StateHandler_t105866779_il2cpp_TypeInfo_var; extern const RuntimeMethod* Lexer_State1_m630944111_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State2_m2046757324_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State3_m3838405303_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State4_m161341214_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State5_m1300265169_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State6_m852077224_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State7_m47209804_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State8_m4236629208_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State9_m3063268735_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State10_m757572457_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State11_m915935908_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State12_m532381763_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State13_m145470406_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State14_m601587845_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State15_m512027856_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State16_m406117359_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State17_m581225490_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State18_m475323441_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State19_m356044460_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State20_m2792040308_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State21_m2950403759_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State22_m2566849614_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State23_m2179938257_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State24_m2636055696_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State25_m2546495707_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State26_m2440585210_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State27_m2615693341_RuntimeMethod_var; extern const RuntimeMethod* Lexer_State28_m2509791292_RuntimeMethod_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255371____U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10_FieldInfo_var; extern const uint32_t Lexer_PopulateFsmTables_m504913204_MetadataUsageId; extern const uint32_t Lexer_ProcessEscChar_m3583053019_MetadataUsageId; extern const uint32_t Lexer_State21_m2950403759_MetadataUsageId; extern const uint32_t Lexer_State22_m2566849614_MetadataUsageId; extern const RuntimeMethod* Lexer_NextToken_m915562469_RuntimeMethod_var; extern const uint32_t Lexer_NextToken_m915562469_MetadataUsageId; extern const RuntimeType* JsonData_t1524858407_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t ObjectMetadata_get_ElementType_m3745587648_MetadataUsageId; extern RuntimeClass* DictionaryEntry_t3123975638_il2cpp_TypeInfo_var; extern const uint32_t OrderedDictionaryEnumerator_get_Current_m1996378305_MetadataUsageId; extern RuntimeClass* IEnumerator_1_t4140357341_il2cpp_TypeInfo_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m960528961_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m702912653_RuntimeMethod_var; extern const uint32_t OrderedDictionaryEnumerator_get_Entry_m2398410097_MetadataUsageId; extern const uint32_t OrderedDictionaryEnumerator_get_Key_m1675498256_MetadataUsageId; extern const uint32_t OrderedDictionaryEnumerator_get_Value_m3246958518_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern const uint32_t OrderedDictionaryEnumerator_MoveNext_m235317833_MetadataUsageId; extern const uint32_t OrderedDictionaryEnumerator_Reset_m1884280464_MetadataUsageId; extern const uint32_t LoadBundleTest__ctor_m4046291526_MetadataUsageId; extern RuntimeClass* Dictionary_2_t416264252_il2cpp_TypeInfo_var; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1914125715_RuntimeMethod_var; extern String_t* _stringLiteral3210138015; extern String_t* _stringLiteral1554321871; extern String_t* _stringLiteral4054833267; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral3812991549; extern String_t* _stringLiteral3191659854; extern String_t* _stringLiteral2940661631; extern const uint32_t LoadBundleTest_Start_m2304272270_MetadataUsageId; extern RuntimeClass* U3CLoadALLGameObjectU3Ec__Iterator0_t1094424362_il2cpp_TypeInfo_var; extern const uint32_t LoadBundleTest_LoadALLGameObject_m1200195521_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const uint32_t LoadBundleTest_LateUpdate_m1519304478_MetadataUsageId; extern String_t* _stringLiteral2323074440; extern const uint32_t LoadBundleTest_Update_m695501932_MetadataUsageId; extern RuntimeClass* WWW_t3688466362_il2cpp_TypeInfo_var; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m3085317832_RuntimeMethod_var; extern String_t* _stringLiteral4022776746; extern String_t* _stringLiteral3814851919; extern String_t* _stringLiteral103457229; extern const uint32_t U3CLoadALLGameObjectU3Ec__Iterator0_MoveNext_m1474736801_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CLoadALLGameObjectU3Ec__Iterator0_Reset_m3404396538_RuntimeMethod_var; extern const uint32_t U3CLoadALLGameObjectU3Ec__Iterator0_Reset_m3404396538_MetadataUsageId; extern String_t* _stringLiteral3267370131; extern const uint32_t LobbyState_Enter_m3601247441_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* Matrix4x4_t1817901843_il2cpp_TypeInfo_var; extern const uint32_t LocalLinkedEffect_OnAfterAnim_m2209397981_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m3943819778_RuntimeMethod_var; extern const uint32_t LoginState_Enter_m1996700341_MetadataUsageId; extern RuntimeClass* LoopPressEvent_t2496491905_il2cpp_TypeInfo_var; extern const uint32_t LongPress__ctor_m3752033369_MetadataUsageId; extern RuntimeClass* Input_t1431474628_il2cpp_TypeInfo_var; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const RuntimeMethod* UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var; extern const uint32_t LongPress_OnPointerUp_m1364301411_MetadataUsageId; extern const uint32_t LongPress_OnPointerDown_m1955866546_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1__ctor_m3816765192_RuntimeMethod_var; extern const uint32_t LoopPressEvent__ctor_m1581968709_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3116534930; extern const uint32_t LongPressDameon_Reset_m3478380285_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m2159083576_RuntimeMethod_var; extern String_t* _stringLiteral2324343375; extern const uint32_t LongPressDameon_Push_m2738386640_MetadataUsageId; extern RuntimeClass* UnityEvent_t2581268647_il2cpp_TypeInfo_var; extern const uint32_t LongPressEventTrigger__ctor_m130811909_MetadataUsageId; extern const uint32_t LongPressEventTrigger_Update_m462075024_MetadataUsageId; extern RuntimeClass* List_1_t3974351631_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2499617678_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4089794182_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3178979345_RuntimeMethod_var; extern const uint32_t Loom__ctor_m3817918221_MetadataUsageId; extern RuntimeClass* Loom_t3759828253_il2cpp_TypeInfo_var; extern const uint32_t Loom_get_Current_m1133460506_MetadataUsageId; extern const uint32_t Loom_Awake_m3546779126_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisLoom_t3759828253_m3262702326_RuntimeMethod_var; extern String_t* _stringLiteral2755003859; extern const uint32_t Loom_Initialize_m647855750_MetadataUsageId; extern const uint32_t Loom_QueueOnMainThread_m1011641833_MetadataUsageId; extern RuntimeClass* LoomParam_t2502276889_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m2963593273_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3465797982_RuntimeMethod_var; extern const uint32_t Loom_QueueOnMainThread_m2425728491_MetadataUsageId; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern RuntimeClass* WaitCallback_t2448485498_il2cpp_TypeInfo_var; extern const RuntimeMethod* Loom_RunAction_m2582464502_RuntimeMethod_var; extern const uint32_t Loom_RunAsync_m3073108896_MetadataUsageId; extern RuntimeClass* Action_t1264377477_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t Loom_RunAction_m2582464502_MetadataUsageId; extern const uint32_t Loom_OnDisable_m2869689973_MetadataUsageId; extern RuntimeClass* Func_2_t1573880443_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m982086132_RuntimeMethod_var; extern const RuntimeMethod* List_1_AddRange_m669374747_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m1655559311_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1316805767_RuntimeMethod_var; extern const RuntimeMethod* Action_1_Invoke_m3134296422_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m417182292_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1009807896_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m2127924545_RuntimeMethod_var; extern const RuntimeMethod* Loom_U3CUpdateU3Em__0_m951239159_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m3835612240_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Where_TisDelayedQueueItem_t1027542936_m4086968425_RuntimeMethod_var; extern const RuntimeMethod* List_1_AddRange_m178148047_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m2078161870_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1587659164_RuntimeMethod_var; extern const RuntimeMethod* List_1_Remove_m1127752898_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2281580424_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1104083697_RuntimeMethod_var; extern const uint32_t Loom_Update_m1664342559_MetadataUsageId; extern const uint32_t Loom__cctor_m835196188_MetadataUsageId; extern RuntimeClass* Action_1_t2019918284_il2cpp_TypeInfo_var; extern const uint32_t DelayedQueueItem_t1027542936_pinvoke_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t DelayedQueueItem_t1027542936_com_FromNativeMethodDefinition_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614543; extern const uint32_t LuaBehaviourTest__ctor_m2004432748_MetadataUsageId; extern RuntimeClass* Singleton_1_t3658094039_il2cpp_TypeInfo_var; extern RuntimeClass* ILuaBattle_t1192267769_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m3534645186_RuntimeMethod_var; extern const uint32_t LuaBehaviourTest_Start_m320729400_MetadataUsageId; extern const uint32_t LuaBehaviourTest_DoTestSingleGame_m105127487_MetadataUsageId; extern const uint32_t LuaBehaviourTest_DoTestDoubleGame_m141743591_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1947097179; extern const uint32_t LuaCallCS_GetFloat_m2708140225_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m3536181504_RuntimeMethod_var; extern const uint32_t LuaCallCS_SetInputManagerState_m2748495487_MetadataUsageId; extern const uint32_t LuaCallCS_GetAppid_m647137959_MetadataUsageId; extern RuntimeClass* LuaCallCS_t241064727_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3908949379; extern const uint32_t LuaCallCS_ShowUIAndScene_m3406697102_MetadataUsageId; extern const uint32_t LuaCallCS_setLevelEditor_m2169208064_MetadataUsageId; extern const uint32_t LuaCallCS_isLevelEditor_m239037901_MetadataUsageId; extern const uint32_t LuaCallCS_isOffline_m3060229587_MetadataUsageId; extern const uint32_t LuaCallCS_SetIsOffline_m1540807927_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m2522746645_RuntimeMethod_var; extern const uint32_t LuaCallCS_SetFilter_m3872032963_MetadataUsageId; extern RuntimeClass* CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1821367602; extern const uint32_t LuaCallCS_JumpWebURL_m144633991_MetadataUsageId; extern const uint32_t LuaCallCS_RemoveAllComponent_m3173932390_MetadataUsageId; extern RuntimeClass* Singleton_1_t2671559493_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1__ctor_m3336771243_RuntimeMethod_var; extern const uint32_t LuaConfig__ctor_m2826289513_MetadataUsageId; extern RuntimeClass* ILuaData_t3716405543_il2cpp_TypeInfo_var; extern const RuntimeMethod* LuaTable_Get_TisInt32_t2950945753_m118041880_RuntimeMethod_var; extern String_t* _stringLiteral3555805600; extern const uint32_t LuaConfig_GetInt_m2185897830_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m1207824069_RuntimeMethod_var; extern const uint32_t MainRoleBehaviour__ctor_m1393332835_MetadataUsageId; extern RuntimeClass* CPropDictionary_t1184658084_il2cpp_TypeInfo_var; extern RuntimeClass* ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var; extern RuntimeClass* ILuaUser_t187406211_il2cpp_TypeInfo_var; extern RuntimeClass* CSceneService_t551449725_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4166355951; extern String_t* _stringLiteral989714396; extern String_t* _stringLiteral2522787689; extern String_t* _stringLiteral217883487; extern String_t* _stringLiteral795478587; extern String_t* _stringLiteral3941088982; extern String_t* _stringLiteral3883940818; extern String_t* _stringLiteral228405444; extern String_t* _stringLiteral2008899781; extern String_t* _stringLiteral62725275; extern String_t* _stringLiteral633177143; extern String_t* _stringLiteral350069932; extern String_t* _stringLiteral4208712415; extern const uint32_t MainRoleBehaviour_Init_m531731510_MetadataUsageId; extern const uint32_t MainRoleBehaviour_Update_m1189058962_MetadataUsageId; extern const uint32_t MainRoleBehaviour_LateUpdate_m4233223703_MetadataUsageId; extern const uint32_t MainRoleBehaviour_ResetIdleAnim_m1981879373_MetadataUsageId; extern const uint32_t MainRoleBehaviour_ClearAnimCached_m2092859488_MetadataUsageId; extern const uint32_t MainRoleBehaviour_StopAnim_m932441252_MetadataUsageId; extern const uint32_t MainRoleBehaviour_PlayAnimOnce_m1614325368_MetadataUsageId; extern const uint32_t MainRoleBehaviour_PlayAnim_m2683462071_MetadataUsageId; extern const RuntimeMethod* ComponentUtil_AddComponentIfNotExist_TisAnimation_t3648466861_m3499552618_RuntimeMethod_var; extern String_t* _stringLiteral236357546; extern const uint32_t MainRoleBehaviour_PlayCamera_m3510557450_MetadataUsageId; extern const uint32_t MainRoleBehaviour_WearCloth_m4050592173_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m987949881_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m361000296_RuntimeMethod_var; extern const uint32_t MainRoleBehaviour_IsEquipCloth_m1030584618_MetadataUsageId; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m697420525_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m59556516_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1600580383_RuntimeMethod_var; extern const uint32_t MainRoleBehaviour_GetRoleCloths_m1122804108_MetadataUsageId; extern const uint32_t MainRoleBehaviour_TakeOffModel_m3684391518_MetadataUsageId; extern const uint32_t MainRoleBehaviour_TryOn_m4200291338_MetadataUsageId; extern const uint32_t MainRoleBehaviour_RestRoleCloth_m1431207166_MetadataUsageId; extern const uint32_t MainRoleBehaviour_RestRoleRotate_m2582665422_MetadataUsageId; extern const uint32_t MainRoleBehaviour_SetRolePosition_m2943299767_MetadataUsageId; extern const uint32_t MainRoleBehaviour_SetRoleRotate_m2274602450_MetadataUsageId; extern RuntimeClass* CRoleModelItem_SuitConfig_t3912215432_il2cpp_TypeInfo_var; extern const uint32_t MainRoleBehaviour_GetSuitCloth_m1713333852_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisImage_t2670269651_m2486712510_RuntimeMethod_var; extern String_t* _stringLiteral3887723905; extern const uint32_t MainRoleBehaviour_TestCS_m10707980_MetadataUsageId; extern RuntimeClass* CPetModel_t3783790547_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3005481750; extern const uint32_t MainRoleBehaviour_CreateGameObj_m1747655648_MetadataUsageId; extern const uint32_t MainRoleBehaviour_ChangeSex_m3204087376_MetadataUsageId; extern const uint32_t MainRoleBehaviour_ChangeModelID_m3738220068_MetadataUsageId; extern RuntimeClass* Motion_t930787875_il2cpp_TypeInfo_var; extern const uint32_t MessageHandler_add_MotionEvent_m368493499_MetadataUsageId; extern const uint32_t MessageHandler_remove_MotionEvent_m2424569369_MetadataUsageId; extern RuntimeClass* MessageHandler_t3017544858_il2cpp_TypeInfo_var; extern const uint32_t MessageHandler_GetShoe_m4116293397_MetadataUsageId; extern RuntimeClass* Shoe_t2230938918_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_AddComponent_TisMessageHandler_t3017544858_m1549143245_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisMessageHandler_t3017544858_m772012332_RuntimeMethod_var; extern String_t* _stringLiteral2012720464; extern const uint32_t MessageHandler_GetInstance_m511688706_MetadataUsageId; extern const uint32_t MessageHandler_OnDestroy_m1412686985_MetadataUsageId; extern RuntimeClass* Ts_t165420854_il2cpp_TypeInfo_var; extern const uint32_t MessageHandler_ActionInner_m1492943205_MetadataUsageId; extern const uint32_t MessageHandler_MotionInner_m3126250861_MetadataUsageId; extern const uint32_t MessageHandler_TranslateInner_m3011921679_MetadataUsageId; extern const uint32_t MessageHandler_RotateInner_m2617740496_MetadataUsageId; extern const uint32_t MessageHandler_StepInner_m1799540801_MetadataUsageId; extern RuntimeClass* CKDDeviceService_t1823984140_il2cpp_TypeInfo_var; extern const uint32_t MessageHandler_DeviceInner_m2945538751_MetadataUsageId; extern const RuntimeMethod* JsonUtility_FromJson_TisResponse_1_t1633997678_m187628165_RuntimeMethod_var; extern String_t* _stringLiteral4184491880; extern const uint32_t MessageHandler_UserFriendsInner_m613430048_MetadataUsageId; extern const RuntimeMethod* BetterList_1_get_Count_m2942560900_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m1683465891_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_RemoveAt_m970749873_RuntimeMethod_var; extern const uint32_t MessageHandler__QueryInviteInfo_m2672840379_MetadataUsageId; extern const RuntimeMethod* JsonUtility_FromJson_TisUser_t2909415622_m456058016_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m1180923055_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Clear_m38783867_RuntimeMethod_var; extern String_t* _stringLiteral3788748006; extern String_t* _stringLiteral88567268; extern String_t* _stringLiteral3450517380; extern const uint32_t MessageHandler_InviteFriendInner_m3996847314_MetadataUsageId; extern const uint32_t MessageHandler_OnGetRankInner_m72906911_MetadataUsageId; extern const RuntimeMethod* Action_2_Invoke_m761859474_RuntimeMethod_var; extern const uint32_t MessageHandler_OnGameEndResponseInner_m2567029194_MetadataUsageId; extern const uint32_t MessageHandler_motionHandler_m3388679817_MetadataUsageId; extern const uint32_t MessageHandler_actionHandler_m385857625_MetadataUsageId; extern const uint32_t MessageHandler_stepHandler_m2956251515_MetadataUsageId; extern const uint32_t MessageHandler_deviceHandler_m2664690459_MetadataUsageId; extern const uint32_t MessageHandler_userFriendsHandler_m1531076387_MetadataUsageId; extern const uint32_t MessageHandler_inviteFriendHandler_m2454710401_MetadataUsageId; extern const uint32_t MessageHandler_getRankHandler_m537359869_MetadataUsageId; extern const uint32_t MessageHandler_getGameEndResponseHandler_m3702368154_MetadataUsageId; extern const uint32_t MessageHandler_getRotateHandler_m3361076917_MetadataUsageId; extern const uint32_t MessageHandler_GetUserInfo_m2537110112_MetadataUsageId; extern RuntimeClass* ActionHandler_t1919085295_il2cpp_TypeInfo_var; extern RuntimeClass* Marshal_t1757017490_il2cpp_TypeInfo_var; extern RuntimeClass* MotionHandler_t4071239806_il2cpp_TypeInfo_var; extern RuntimeClass* StepHandler_t3504542481_il2cpp_TypeInfo_var; extern RuntimeClass* DeviceHandler_t706368662_il2cpp_TypeInfo_var; extern RuntimeClass* UserFriendsHandler_t191220723_il2cpp_TypeInfo_var; extern RuntimeClass* InviteFriendHandler_t2781888241_il2cpp_TypeInfo_var; extern RuntimeClass* GetRankHandler_t3785569513_il2cpp_TypeInfo_var; extern RuntimeClass* GameEndResponseHandler_t57937780_il2cpp_TypeInfo_var; extern RuntimeClass* RotateHandler_t1509059459_il2cpp_TypeInfo_var; extern const RuntimeMethod* MessageHandler_actionHandler_m385857625_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_motionHandler_m3388679817_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_stepHandler_m2956251515_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_deviceHandler_m2664690459_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_userFriendsHandler_m1531076387_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_inviteFriendHandler_m2454710401_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_getRankHandler_m537359869_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_getGameEndResponseHandler_m3702368154_RuntimeMethod_var; extern const RuntimeMethod* MessageHandler_getRotateHandler_m3361076917_RuntimeMethod_var; extern const uint32_t MessageHandler_Start_m880489104_MetadataUsageId; extern const uint32_t MessageHandler__GameStart_m37161625_MetadataUsageId; extern String_t* _stringLiteral1289203719; extern const uint32_t MessageHandler__GameEnd_m428946612_MetadataUsageId; extern const uint32_t MessageHandler__GetUserFriends_m2597751967_MetadataUsageId; extern const uint32_t MessageHandler__SearchDevice_m3959814054_MetadataUsageId; extern const uint32_t MessageHandler__ConnectDevice_m423380452_MetadataUsageId; extern const uint32_t MessageHandler__DisConnectDevice_m1005113274_MetadataUsageId; extern const uint32_t MessageHandler__InviteFriend_m2370002818_MetadataUsageId; extern const uint32_t MessageHandler__GetInviteInfo_m1531162491_MetadataUsageId; extern const uint32_t MessageHandler__Vibrate_m2456671630_MetadataUsageId; extern const uint32_t MessageHandler__VibrateS_m3111939567_MetadataUsageId; extern const uint32_t MessageHandler__ScreenProjection_m2971384337_MetadataUsageId; extern const uint32_t MessageHandler__ShowInviteFriend_m3369651822_MetadataUsageId; extern const uint32_t MessageHandler__GetRank_m2995778738_MetadataUsageId; extern const uint32_t MessageHandler__OnBackPressed_m2575032582_MetadataUsageId; extern const uint32_t MessageHandler__NativeGetAttX_m546124875_MetadataUsageId; extern const uint32_t MessageHandler__GetShoe_m3710654055_MetadataUsageId; extern RuntimeClass* BetterList_1_t2064435940_il2cpp_TypeInfo_var; extern RuntimeClass* ShoeU5BU5D_t1468951427_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m3253745553_RuntimeMethod_var; extern const uint32_t MessageHandler__cctor_m2058400479_MetadataUsageId; extern const uint32_t ActionHandler_BeginInvoke_m3086216637_MetadataUsageId; extern const uint32_t DeviceHandler_BeginInvoke_m3882373086_MetadataUsageId; extern const uint32_t GameEndResponseHandler_BeginInvoke_m3033313415_MetadataUsageId; extern const uint32_t GetRankHandler_BeginInvoke_m449380510_MetadataUsageId; extern const uint32_t InviteFriendHandler_BeginInvoke_m3711164033_MetadataUsageId; extern const uint32_t Motion_BeginInvoke_m1618200185_MetadataUsageId; extern const uint32_t MotionHandler_BeginInvoke_m1197685111_MetadataUsageId; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern const uint32_t RotateHandler_BeginInvoke_m3645826902_MetadataUsageId; extern const uint32_t StepHandler_BeginInvoke_m1708587966_MetadataUsageId; extern const uint32_t UserFriendsHandler_BeginInvoke_m3280995379_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisRigidbody_t3916780224_m103215539_RuntimeMethod_var; extern const uint32_t MyRigibody_Start_m1901362100_MetadataUsageId; extern String_t* _stringLiteral1930566815; extern String_t* _stringLiteral2119001385; extern const uint32_t MyRigibody_Update_m2744119042_MetadataUsageId; extern String_t* _stringLiteral1930566783; extern const uint32_t MyRigibody_FixedUpdate_m1414153896_MetadataUsageId; extern String_t* _stringLiteral4066456661; extern const uint32_t MyVector_TestDot_m1009575280_MetadataUsageId; extern String_t* _stringLiteral628085470; extern const uint32_t MyVector_TestCalc_m3171384252_MetadataUsageId; extern RuntimeClass* List_1_t3628304265_il2cpp_TypeInfo_var; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2503988995_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2298161512_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m809843680_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2598000980_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1378751541_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m4079852040_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2367629053_RuntimeMethod_var; extern String_t* _stringLiteral3689728403; extern String_t* _stringLiteral906174290; extern String_t* _stringLiteral1610554202; extern String_t* _stringLiteral3629576965; extern String_t* _stringLiteral228418903; extern String_t* _stringLiteral3936350710; extern String_t* _stringLiteral2379236676; extern String_t* _stringLiteral3272945855; extern String_t* _stringLiteral35351445; extern String_t* _stringLiteral3534537889; extern String_t* _stringLiteral2904643814; extern const uint32_t MyVector_TestAngle2D_m3229133432_MetadataUsageId; extern const uint32_t MyVector_OnCollisionEnter_m3803533670_MetadataUsageId; extern const uint32_t MyVector_OnCollisionExit_m3792540981_MetadataUsageId; extern RuntimeClass* netSendingCache_t1115576376_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Add_m3661312299_RuntimeMethod_var; extern const uint32_t netSendingCache_SendMsg_m3930715145_MetadataUsageId; extern const uint32_t netSendingCache_BeginPopMsg_m1857426800_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m3055923047_RuntimeMethod_var; extern const uint32_t netSendingCache_EndPopMsg_m1048125316_MetadataUsageId; extern RuntimeClass* BetterList_1_t3223218359_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m411292744_RuntimeMethod_var; extern const uint32_t netSendingCache__cctor_m1596551278_MetadataUsageId; extern const uint32_t ObjectShake_Update_m2073513093_MetadataUsageId; extern RuntimeClass* RectTransformUtility_t1743242446_il2cpp_TypeInfo_var; extern const RuntimeMethod* Action_1_Invoke_m1933767679_RuntimeMethod_var; extern const uint32_t OutsideClickDetector_Update_m3340230019_MetadataUsageId; extern String_t* _stringLiteral3630177149; extern const uint32_t PerformanceState_Enter_m276416093_MetadataUsageId; extern RuntimeClass* Action_1_t139580749_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponentInChildren_TisRigidbody_t3916780224_m1809139552_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponentInChildren_TisCapsuleCollider_t197597763_m247329781_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisPlayerCollider_t1469251972_m2102450154_RuntimeMethod_var; extern const RuntimeMethod* Player_OnCollisionEnter_m771411732_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m2561371878_RuntimeMethod_var; extern const RuntimeMethod* Player_OnCollisionExit_m2058343412_RuntimeMethod_var; extern const uint32_t Player_Start_m250748966_MetadataUsageId; extern String_t* _stringLiteral1828639942; extern const uint32_t Player_Update_m2111558832_MetadataUsageId; extern const uint32_t Player_FixedUpdate_m170756310_MetadataUsageId; extern String_t* _stringLiteral3701963945; extern const uint32_t Player_OnCollisionEnter_m771411732_MetadataUsageId; extern String_t* _stringLiteral1694796468; extern const uint32_t Player_OnCollisionExit_m2058343412_MetadataUsageId; extern const uint32_t Player_OnTriggerEnter_m1599663788_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisWheelCollider_t2307365979_m2801828003_RuntimeMethod_var; extern String_t* _stringLiteral764908577; extern String_t* _stringLiteral1439438656; extern const uint32_t Player_TestAddWheel_m3201852744_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m178285167_RuntimeMethod_var; extern String_t* _stringLiteral985443766; extern const uint32_t PlayerCollider_OnCollisionEnter_m3545401213_MetadataUsageId; extern String_t* _stringLiteral237194108; extern const uint32_t PlayerCollider_OnCollisionExit_m90245421_MetadataUsageId; extern const uint32_t PoliceLights_Update_m524713284_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1__ctor_m1026965445_RuntimeMethod_var; extern const uint32_t ProcedureMonoBehaviour__ctor_m3350498648_MetadataUsageId; extern RuntimeClass* ProcedureFsm_t3181162420_il2cpp_TypeInfo_var; extern RuntimeClass* SimpleStateU5BU5D_t2736705990_il2cpp_TypeInfo_var; extern RuntimeClass* SplashScreenState_t1121436819_il2cpp_TypeInfo_var; extern RuntimeClass* HotFixState_t4251295459_il2cpp_TypeInfo_var; extern RuntimeClass* LoginState_t1898701884_il2cpp_TypeInfo_var; extern RuntimeClass* LobbyState_t3690741510_il2cpp_TypeInfo_var; extern RuntimeClass* CloakRoomState_t1228583589_il2cpp_TypeInfo_var; extern RuntimeClass* PerformanceState_t2197578412_il2cpp_TypeInfo_var; extern RuntimeClass* CoutureState_t1888044669_il2cpp_TypeInfo_var; extern RuntimeClass* BlindBoxState_t3527472116_il2cpp_TypeInfo_var; extern RuntimeClass* FriendState_t2272626805_il2cpp_TypeInfo_var; extern RuntimeClass* HotPerformState_t4166388103_il2cpp_TypeInfo_var; extern RuntimeClass* ShareState_t3509984762_il2cpp_TypeInfo_var; extern RuntimeClass* LoadingState_t3533804788_il2cpp_TypeInfo_var; extern RuntimeClass* QiuQiuState_t120169273_il2cpp_TypeInfo_var; extern RuntimeClass* QGamingState_t1065222333_il2cpp_TypeInfo_var; extern const uint32_t ProcedureMonoBehaviour_Start_m648911660_MetadataUsageId; extern String_t* _stringLiteral2474485797; extern const uint32_t ProcedureMonoBehaviour_TransformToState_m1972623924_MetadataUsageId; extern RuntimeClass* AssetManager_t2546491902_il2cpp_TypeInfo_var; extern RuntimeClass* Material_t340375123_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3331224337; extern const uint32_t RadiusBlur_SetMaterialPath_m3122345704_MetadataUsageId; extern RuntimeClass* RadiusBlur_t6254319_il2cpp_TypeInfo_var; extern RuntimeClass* Vector4_t3319028937_il2cpp_TypeInfo_var; extern const uint32_t RadiusBlur_get_radius_data_m2175840898_MetadataUsageId; extern const uint32_t RadiusBlur_set_radius_data_m2783210833_MetadataUsageId; extern const uint32_t RadiusBlur_get_iteration_m731882730_MetadataUsageId; extern const uint32_t RadiusBlur_set_iteration_m3177034621_MetadataUsageId; extern const uint32_t RadiusBlur_get_radius_center_range_m3128154353_MetadataUsageId; extern const uint32_t RadiusBlur_set_radius_center_range_m690747796_MetadataUsageId; extern const uint32_t RadiusBlur_Awake_m921830685_MetadataUsageId; extern RuntimeClass* Graphics_t783367614_il2cpp_TypeInfo_var; extern const uint32_t RadiusBlur_OnRenderImage_m3601848673_MetadataUsageId; extern String_t* _stringLiteral2765775143; extern String_t* _stringLiteral1767705861; extern String_t* _stringLiteral2463729729; extern String_t* _stringLiteral1047055082; extern const uint32_t RadiusBlur__cctor_m2657186873_MetadataUsageId; extern String_t* _stringLiteral555800787; extern const uint32_t RapidBlurEffect__ctor_m1295647106_MetadataUsageId; extern const uint32_t RapidBlurEffect_get_material_m1766500691_MetadataUsageId; extern RuntimeClass* RapidBlurEffect_t1608626209_il2cpp_TypeInfo_var; extern const uint32_t RapidBlurEffect_Start_m2922877688_MetadataUsageId; extern String_t* _stringLiteral2807922421; extern const uint32_t RapidBlurEffect_OnRenderImage_m368143838_MetadataUsageId; extern const uint32_t RapidBlurEffect_OnValidate_m236496648_MetadataUsageId; extern const uint32_t RapidBlurEffect_Update_m1640955377_MetadataUsageId; extern const uint32_t RapidBlurEffect_OnDisable_m1091658232_MetadataUsageId; extern RuntimeClass* Texture_t3661962703_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisRawImage_t3182918964_m527061191_RuntimeMethod_var; extern const uint32_t RawImageStick_Awake_m2188383175_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1951398181_il2cpp_TypeInfo_var; extern RuntimeClass* Singleton_1_t1615979323_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3848086506_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1__ctor_m437143102_RuntimeMethod_var; extern const uint32_t RedDotSystem__ctor_m3664601562_MetadataUsageId; extern RuntimeClass* Singleton_1_t3956709311_il2cpp_TypeInfo_var; extern RuntimeClass* RedDotTreeNode_t3062684850_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m2217995416_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m3018808710_RuntimeMethod_var; 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* Dictionary_2_Add_m106533658_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m106689760_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1924643067_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2878062195_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2880506966_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m3163472334_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3368012589_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m1821536191_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m4169201005_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m3554301169_RuntimeMethod_var; extern String_t* _stringLiteral846580117; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral1558689677; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral2092007728; extern String_t* _stringLiteral1534769276; extern String_t* _stringLiteral440882168; extern String_t* _stringLiteral3768059853; extern const uint32_t RedDotSystem_Init_m721849100_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3394254037_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m441130545_RuntimeMethod_var; extern const uint32_t RedDotSystem_UpdateTree_m508856399_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m4042176937_RuntimeMethod_var; extern const uint32_t RedDotSystem_CoStart_m4195500073_MetadataUsageId; extern RuntimeClass* U3CCoUpdateTreeU3Ec__Iterator0_t384025646_il2cpp_TypeInfo_var; extern const uint32_t RedDotSystem_CoUpdateTree_m3606096143_MetadataUsageId; extern const uint32_t RedDotSystem_CreateTreeNodeDynamic_m1096149612_MetadataUsageId; extern String_t* _stringLiteral3748658420; extern const uint32_t RedDotSystem_GetTreeNode_m381243726_MetadataUsageId; extern String_t* _stringLiteral3255153429; extern String_t* _stringLiteral644499468; extern const uint32_t RedDotSystem_AttachTreeNodeDynamic_m1154163324_MetadataUsageId; extern String_t* _stringLiteral123969273; extern const uint32_t RedDotSystem_RemoveTreeNodeDynamic_m3656708570_MetadataUsageId; extern String_t* _stringLiteral1156997309; extern const uint32_t RedDotSystem_CreateBranchDynamic_m1149073167_MetadataUsageId; extern RuntimeClass* WaitForSeconds_t1699091251_il2cpp_TypeInfo_var; extern const uint32_t U3CCoUpdateTreeU3Ec__Iterator0_MoveNext_m909230485_MetadataUsageId; extern const RuntimeMethod* U3CCoUpdateTreeU3Ec__Iterator0_Reset_m3865775017_RuntimeMethod_var; extern const uint32_t U3CCoUpdateTreeU3Ec__Iterator0_Reset_m3865775017_MetadataUsageId; extern const uint32_t RedDotTreeNode_ToggleOffRedDot_m1922504838_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m3580302717_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Set_TisString_t_TisBoolean_t97287965_m1785294667_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisBoolean_t97287965_m2390127818_RuntimeMethod_var; extern String_t* _stringLiteral2301725359; extern String_t* _stringLiteral3450976136; extern String_t* _stringLiteral2017734699; extern const uint32_t RedDotTreeNode_ToggleOnRedDot_m464316560_MetadataUsageId; extern const uint32_t RedDotTreeNode_ToggleOnParent_m958421647_MetadataUsageId; extern RuntimeClass* Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t3704657025_m2005094398_RuntimeMethod_var; extern String_t* _stringLiteral3126658803; extern String_t* _stringLiteral3204414345; extern const uint32_t RedDotTreeNode_DoToggle_m2523531176_MetadataUsageId; extern const uint32_t ResUtil_SkipDash_m241695123_MetadataUsageId; extern RuntimeClass* ResUtil_t3326262599_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1595803724; extern const uint32_t ResUtil_GetLocalizationFile_m30682766_MetadataUsageId; extern String_t* _stringLiteral381666465; extern const uint32_t ResUtil_GetManifestPath_m2374845035_MetadataUsageId; extern String_t* _stringLiteral2696870674; extern const uint32_t ResUtil_GetPlatformString_m71274847_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614545; extern String_t* _stringLiteral3452614522; extern String_t* _stringLiteral2131714090; extern const uint32_t ResUtil_GetUrlByParam_m3791255920_MetadataUsageId; extern String_t* _stringLiteral3099472343; extern String_t* _stringLiteral572794213; extern const uint32_t ResUtil_Decryption_m3583894516_MetadataUsageId; extern const uint32_t ResUtil_DecryptionAync_m249835850_MetadataUsageId; extern const uint32_t ResUtil_EncryptionFile_m2892475019_MetadataUsageId; extern const uint32_t ResUtil_DecryptionFile_m1922134420_MetadataUsageId; extern String_t* _stringLiteral2692802399; extern String_t* _stringLiteral158781865; extern const uint32_t ResUtil__cctor_m3895593711_MetadataUsageId; extern String_t* _stringLiteral1635321654; extern const uint32_t RuntimeHelper_GetFontlen_m2325041370_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var; extern const uint32_t SceneAmbient_LateUpdate_m2001425620_MetadataUsageId; extern const uint32_t SceneOwnedBase_SafeActive_m148350927_MetadataUsageId; extern String_t* _stringLiteral4294272145; extern const uint32_t ScrollIndexCallback1_ScrollCellIndex_m4186641463_MetadataUsageId; extern const uint32_t ScrollIndexCallback1_Rainbow_m3055122381_MetadataUsageId; extern RuntimeClass* ScrollIndexCallback2_t2031797721_il2cpp_TypeInfo_var; extern const uint32_t ScrollIndexCallback2_ScrollCellIndex_m885935046_MetadataUsageId; extern RuntimeClass* SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255371____U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3_FieldInfo_var; extern const uint32_t ScrollIndexCallback2__cctor_m1259518172_MetadataUsageId; extern const uint32_t ScrollIndexCallback3_ScrollCellIndex_m3463886934_MetadataUsageId; extern const uint32_t SDKParams__ctor_m813539062_MetadataUsageId; extern const uint32_t SDKProxyManager_Get_m623790032_MetadataUsageId; extern RuntimeClass* Singleton_1_t1085050331_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1__ctor_m3485911461_RuntimeMethod_var; extern const uint32_t ServerSetting__ctor_m40405048_MetadataUsageId; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2350189105; extern String_t* _stringLiteral1017091031; extern String_t* _stringLiteral1094137180; extern String_t* _stringLiteral2328036797; extern String_t* _stringLiteral1524303671; extern String_t* _stringLiteral1902401671; extern const uint32_t ServerSetting_Load_m257433754_MetadataUsageId; extern RuntimeClass* VersionNodeValue_t855201913_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3493618073; extern const uint32_t ServerSetting_tryParseValueNode_m1512964015_MetadataUsageId; extern String_t* _stringLiteral2686405363; extern const uint32_t ServerSetting_GetPropertyValue_m2475801718_MetadataUsageId; extern const uint32_t ServerSetting_SetPropertyValue_m1688266769_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisLoopScrollRect_t4090119715_m2789047610_RuntimeMethod_var; extern const uint32_t InitOnStart_Start_m148460791_MetadataUsageId; extern RuntimeClass* Stack_1_t1072324851_il2cpp_TypeInfo_var; extern const RuntimeMethod* Stack_1__ctor_m851012640_RuntimeMethod_var; extern const RuntimeMethod* Object_Instantiate_TisGameObject_t1113636619_m4070250708_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisPoolObject_t228935396_m1382764735_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisPoolObject_t228935396_m863839631_RuntimeMethod_var; extern String_t* _stringLiteral798688735; extern const uint32_t Pool__ctor_m3170970884_MetadataUsageId; extern const RuntimeMethod* Stack_1_Push_m4222101372_RuntimeMethod_var; extern const uint32_t Pool_AddObjectToPool_m4089505723_MetadataUsageId; extern const RuntimeMethod* Stack_1_Peek_m1168349742_RuntimeMethod_var; extern const RuntimeMethod* Object_Instantiate_TisPoolObject_t228935396_m735112093_RuntimeMethod_var; extern const uint32_t Pool_populatePool_m2502358913_MetadataUsageId; extern const RuntimeMethod* Stack_1_get_Count_m3508105240_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Pop_m840109780_RuntimeMethod_var; extern const uint32_t Pool_NextAvailableObject_m3967845445_MetadataUsageId; extern String_t* _stringLiteral1067855691; extern const uint32_t Pool_ReturnObjectToPool_m3467394601_MetadataUsageId; extern const RuntimeMethod* Stack_1_Clear_m3653094337_RuntimeMethod_var; extern const uint32_t Pool_Cleanup_m2484513250_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3293354510_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m742618684_RuntimeMethod_var; extern const uint32_t ResourceManager__ctor_m194492909_MetadataUsageId; extern const RuntimeType* ResourceManager_t3111165296_0_0_0_var; extern RuntimeClass* ResourceManager_t3111165296_il2cpp_TypeInfo_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisResourceManager_t3111165296_m2496212186_RuntimeMethod_var; extern String_t* _stringLiteral3774540516; extern String_t* _stringLiteral2822374932; extern const uint32_t ResourceManager_get_Instance_m3745652422_MetadataUsageId; extern RuntimeClass* Pool_t3508098211_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1193636911_RuntimeMethod_var; extern String_t* _stringLiteral2430951466; extern String_t* _stringLiteral1198589672; extern const uint32_t ResourceManager_InitPool_m3739914087_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3870009166_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m529361018_RuntimeMethod_var; extern const uint32_t ResourceManager_GetObjectFromPool_m1654617308_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1803593432_RuntimeMethod_var; extern const uint32_t ResourceManager_ReturnObjectToPool_m1130676162_MetadataUsageId; extern const uint32_t ResourceManager_ReturnTransformToPool_m2971648375_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m3898805747_RuntimeMethod_var; extern const uint32_t ResourceManager_Cleanup_m1889201522_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Keys_m730723926_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToList_TisString_t_m353451066_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 uint32_t ResourceManager_CleanAll_m3315334158_MetadataUsageId; extern RuntimeClass* Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var; extern const uint32_t Shoe__ctor_m2317315053_MetadataUsageId; extern const uint32_t Shoe_Valid_m1480264663_MetadataUsageId; extern const uint32_t Shoe_GetRadianX_m4247448374_MetadataUsageId; extern RuntimeClass* List_1_t1752731834_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3831661836_RuntimeMethod_var; extern const uint32_t SpriteAnimation__ctor_m65469963_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisImage_t2670269651_m980647750_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m853141894_RuntimeMethod_var; extern const uint32_t SpriteAnimation_Awake_m2532803731_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1550008287_RuntimeMethod_var; extern const uint32_t SpriteAnimation_Update_m543868117_MetadataUsageId; extern RuntimeClass* UnityAction_t3245792599_il2cpp_TypeInfo_var; extern const RuntimeMethod* TabControl_OnTabButtonClick_m2862532348_RuntimeMethod_var; extern const uint32_t TabControl_Start_m1554112834_MetadataUsageId; extern RuntimeClass* EventSystem_t1003666588_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisButton_t4055032469_m1515138076_RuntimeMethod_var; extern const uint32_t TabControl_OnTabButtonClick_m2862532348_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m3928305365_RuntimeMethod_var; extern const uint32_t TabControl_SetCurrentSelect_m622123353_MetadataUsageId; extern RuntimeClass* BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var; extern const uint32_t TabCutDoublePitchOn__ctor_m2423604898_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m984986132_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3566417159_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2650129204_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m3178192169_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3079560983_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1505666544_RuntimeMethod_var; extern const RuntimeMethod* Action_2_Invoke_m3616124733_RuntimeMethod_var; extern const uint32_t TabCutDoublePitchOn_onBtnClicked_m3484592232_MetadataUsageId; extern const RuntimeMethod* TabCutDoublePitchOn_onBtnClicked_m3484592232_RuntimeMethod_var; extern const uint32_t TabCutDoublePitchOn_RemoveAllListeners_m2528909552_MetadataUsageId; extern const uint32_t TabCutDoublePitchOn_AddAllListeners_m1322839825_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2349950_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1313944780_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisButton_t4055032469_m1381873113_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m754758468_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisToggle_t2735377061_m2939058295_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Count_m1518087335_RuntimeMethod_var; extern const RuntimeMethod* TabCutDoublePitchOn_Awake_m2144809106_RuntimeMethod_var; extern String_t* _stringLiteral3424414989; extern const uint32_t TabCutDoublePitchOn_Awake_m2144809106_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1810667750_RuntimeMethod_var; extern const uint32_t TabCutDoublePitchOn_OnUpdate_m3515916419_MetadataUsageId; extern String_t* _stringLiteral430323243; extern String_t* _stringLiteral1688947170; extern const uint32_t TabCutDoublePitchOn_SelectObj_m1453004124_MetadataUsageId; extern const uint32_t TabCutDoublePitchOn_Reactive_m914707525_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m3401007060_RuntimeMethod_var; extern const uint32_t TabCutPitchOn_onBtnClicked_m3467582421_MetadataUsageId; extern const RuntimeMethod* TabCutPitchOn_onBtnClicked_m3467582421_RuntimeMethod_var; extern const uint32_t TabCutPitchOn_RemoveAllListeners_m236144518_MetadataUsageId; extern const uint32_t TabCutPitchOn_AddAllListeners_m558984276_MetadataUsageId; extern const uint32_t TabCutPitchOn_Awake_m3296844740_MetadataUsageId; extern const uint32_t TabCutPitchOn_BindGameObject_m889558455_MetadataUsageId; extern String_t* _stringLiteral733085508; extern String_t* _stringLiteral2838404616; extern const uint32_t TabCutPitchOn_OnUpdate_m785756940_MetadataUsageId; extern const uint32_t TabCutPitchOn_SetChild0Active_m338345153_MetadataUsageId; extern const uint32_t TabCutPitchOn_RemoveChild_m533079649_MetadataUsageId; extern RuntimeClass* List_1_t2869341516_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3152364487_RuntimeMethod_var; extern const uint32_t Test__ctor_m1854393510_MetadataUsageId; extern const uint32_t Test_get_CurCenterChildItem_m2352846765_MetadataUsageId; extern const RuntimeMethod* Test_U3CStartU3Em__0_m723187676_RuntimeMethod_var; extern const uint32_t Test_Start_m2130910232_MetadataUsageId; extern const uint32_t Test_SetCellScale_m3168167218_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_TisScrollRect_t4137855814_m3636214290_RuntimeMethod_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* _stringLiteral3598780652; extern String_t* _stringLiteral1234373666; extern String_t* _stringLiteral2178622814; extern String_t* _stringLiteral2459382427; extern const uint32_t Test_Awake_m3527523707_MetadataUsageId; extern RuntimeClass* RectTransform_t3704657025_il2cpp_TypeInfo_var; extern const uint32_t Test_GetChildItemWidth_m3097148029_MetadataUsageId; extern const uint32_t Test_GetChildItemHeight_m3281674610_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 Test_FindClosestChildPos_m2662278985_MetadataUsageId; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisButton_t4055032469_m550157704_RuntimeMethod_var; extern String_t* _stringLiteral1208991571; extern String_t* _stringLiteral820751583; extern String_t* _stringLiteral823026589; extern const uint32_t TitleTest_Awake_m2659444288_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisCanvasGroup_t4083511760_m1030459026_RuntimeMethod_var; extern String_t* _stringLiteral3456350174; extern const uint32_t Toast_Init_m3806113229_MetadataUsageId; extern RuntimeClass* U3CShowHintU3Ec__Iterator0_t2666423301_il2cpp_TypeInfo_var; extern const uint32_t Toast_ShowHint_m1905591693_MetadataUsageId; extern const RuntimeMethod* U3CShowHintU3Ec__Iterator0_Reset_m1337396255_RuntimeMethod_var; extern const uint32_t U3CShowHintU3Ec__Iterator0_Reset_m1337396255_MetadataUsageId; extern RuntimeClass* U3CAwakeU3Ec__AnonStorey0_t2461756345_il2cpp_TypeInfo_var; extern RuntimeClass* UnityAction_1_t682124106_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisToggleGroup_t123837990_m140216552_RuntimeMethod_var; extern const RuntimeMethod* U3CAwakeU3Ec__AnonStorey0_U3CU3Em__0_m741618852_RuntimeMethod_var; extern const RuntimeMethod* UnityAction_1__ctor_m3007623985_RuntimeMethod_var; extern const RuntimeMethod* UnityEvent_1_AddListener_m2847988282_RuntimeMethod_var; extern String_t* _stringLiteral2188220816; extern const uint32_t ToggleTest_Awake_m2835867006_MetadataUsageId; extern String_t* _stringLiteral3602899752; extern const uint32_t U3CAwakeU3Ec__AnonStorey0_U3CU3Em__0_m741618852_MetadataUsageId; extern const uint32_t TransformUtils_GetDirFrom2Vec3_m4267400434_MetadataUsageId; extern const uint32_t TransformUtils_GetDistanceFrom2Vec3_m1135234793_MetadataUsageId; extern const uint32_t TransformUtils_Add2Vec3_m1724512950_MetadataUsageId; extern const uint32_t TransformUtils_RectTransformToScreenSpace_m1022526963_MetadataUsageId; extern RuntimeClass* TricycleGame_t208650683_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1645171548; extern const uint32_t TricycleGame_CreateRole3_m2627815305_MetadataUsageId; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m979856877_RuntimeMethod_var; extern String_t* _stringLiteral516490371; extern const uint32_t TricycleGame_CreateRole2_m2374760085_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255371____U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12_FieldInfo_var; extern const uint32_t TricycleGame_CreateRole_m1491203849_MetadataUsageId; extern String_t* _stringLiteral2984967002; extern const uint32_t TricycleGame_CreateRoles_m2599902349_MetadataUsageId; extern const uint32_t TricycleGame_PlayAnimOnce_m750949595_MetadataUsageId; extern const uint32_t TricycleGame_PlayAnim_m310514749_MetadataUsageId; extern const uint32_t TricycleGame_SetAnimSpeed_m752603363_MetadataUsageId; extern String_t* _stringLiteral3451565965; extern String_t* _stringLiteral1623165157; extern const uint32_t TricycleGame_SetAddSpeedEffect_m4092636023_MetadataUsageId; extern const uint32_t TricycleGame_CreateMainRoleInfo_m535125814_MetadataUsageId; extern String_t* _stringLiteral1949248208; extern const uint32_t TricycleGame_InitRole_m2549565092_MetadataUsageId; extern const uint32_t TricycleListView_Awake_m1505778252_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisHorizontalLayoutGroup_t2586782146_m1824140114_RuntimeMethod_var; extern const uint32_t TricycleListView_Start_m696617405_MetadataUsageId; extern const RuntimeMethod* Action_2_Invoke_m3054755986_RuntimeMethod_var; extern const uint32_t TricycleListView_refreshData_m72841450_MetadataUsageId; extern RuntimeClass* DOTween_t2744875806_il2cpp_TypeInfo_var; extern RuntimeClass* TricycleListView_t3565999212_il2cpp_TypeInfo_var; extern RuntimeClass* TweenCallback_t3727756325_il2cpp_TypeInfo_var; extern const RuntimeMethod* TweenExtensions_Play_TisSequence_t2050373119_m3588372647_RuntimeMethod_var; extern const RuntimeMethod* TricycleListView_U3CscrollLeftU3Em__0_m2788795954_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnComplete_TisSequence_t2050373119_m3059140164_RuntimeMethod_var; extern const uint32_t TricycleListView_scrollLeft_m2039519000_MetadataUsageId; extern const uint32_t TricycleListView_scrollRight_m3029396713_MetadataUsageId; extern const uint32_t TricycleListView_Update_m1386391421_MetadataUsageId; extern RuntimeClass* U3CscollU3Ec__Iterator0_t840004613_il2cpp_TypeInfo_var; extern const uint32_t TricycleListView_scoll_m2058052255_MetadataUsageId; extern const uint32_t TricycleListView_GetGesture_m4102147578_MetadataUsageId; extern String_t* _stringLiteral4232828969; extern const uint32_t U3CscollU3Ec__Iterator0_MoveNext_m2226428987_MetadataUsageId; extern const RuntimeMethod* U3CscollU3Ec__Iterator0_Reset_m2468416741_RuntimeMethod_var; extern const uint32_t U3CscollU3Ec__Iterator0_Reset_m2468416741_MetadataUsageId; extern String_t* _stringLiteral3548496905; extern const uint32_t TricycleRole_OnModelChanged_m1669910420_MetadataUsageId; extern const uint32_t TricycleRole_OnNetPropChangeBefore_m3510301785_MetadataUsageId; extern const uint32_t TricycleRole_OnNetPropChangeEnd_m1131933912_MetadataUsageId; extern const uint32_t Ts_diff_m1710208128_MetadataUsageId; extern const uint32_t Ts_now_m735081008_MetadataUsageId; extern const uint32_t Ts__cctor_m1127298388_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisText_t1901882714_m4196288697_RuntimeMethod_var; extern const uint32_t TypeWriter_Prepare_m1308001178_MetadataUsageId; extern String_t* _stringLiteral3184621405; extern const uint32_t UIAnim__ctor_m4273573682_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisMeshRenderer_t587009260_m1897496259_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185_RuntimeMethod_var; extern const uint32_t UIAnim_Update_m2691343662_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisCircleImage_t2126599838_m1048749474_RuntimeMethod_var; extern const uint32_t uiPhoto_Awake_m3516484578_MetadataUsageId; extern const uint32_t uiPhoto_Update_m1752725676_MetadataUsageId; extern const uint32_t uiPhotoEdit__ctor_m1644026021_MetadataUsageId; extern RuntimeClass* Rect_t2360479859_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2137650821; extern String_t* _stringLiteral3158372585; extern String_t* _stringLiteral1036118513; extern String_t* _stringLiteral100159630; extern String_t* _stringLiteral729242786; extern String_t* _stringLiteral3199862690; extern String_t* _stringLiteral3199862691; extern const uint32_t uiPhotoEdit_Awake_m2933340269_MetadataUsageId; extern const RuntimeMethod* uiPhotoEdit_OnClkOK_m2768296509_RuntimeMethod_var; extern const RuntimeMethod* uiPhotoEdit_OnClkCancel_m170865941_RuntimeMethod_var; extern const RuntimeMethod* uiPhotoEdit_OnClkRechoose_m1858440675_RuntimeMethod_var; extern const uint32_t uiPhotoEdit_Start_m4282063265_MetadataUsageId; extern RuntimeClass* Event_t709265659_il2cpp_TypeInfo_var; extern RuntimeClass* EventManager_t1658312912_il2cpp_TypeInfo_var; extern const RuntimeMethod* SingletonMonobehaviour_1_get_Instance_m2732641717_RuntimeMethod_var; extern String_t* _stringLiteral3000521114; extern String_t* _stringLiteral3589525207; extern String_t* _stringLiteral863100640; extern const uint32_t uiPhotoEdit_Update_m703863835_MetadataUsageId; extern const uint32_t uiPhotoEdit_OnGUI_m1754038272_MetadataUsageId; extern const uint32_t uiPhotoEdit_SetSelect_m4094251322_MetadataUsageId; extern String_t* _stringLiteral430828917; extern String_t* _stringLiteral3459440724; extern String_t* _stringLiteral2087242916; extern String_t* _stringLiteral893579347; extern const uint32_t uiPhotoEdit_CheckMouseMoveSelect_m3719271957_MetadataUsageId; extern String_t* _stringLiteral2860068956; extern const uint32_t uiPhotoEdit_OnClkOK_m2768296509_MetadataUsageId; extern RuntimeClass* CIOVar_t2470797383_il2cpp_TypeInfo_var; extern const uint32_t uiPhotoEdit_OnClkCancel_m170865941_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisCMonoSnapLib_t2382924513_m1578455370_RuntimeMethod_var; extern const RuntimeMethod* uiPhotoEdit_OnSnapDoneCallback_m1780370395_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m838414602_RuntimeMethod_var; extern const RuntimeMethod* uiPhotoEdit_OnCameraCancelCallback_m4188144376_RuntimeMethod_var; extern const RuntimeMethod* uiPhotoEdit_OnAlbumCancelCallback_m1503834478_RuntimeMethod_var; extern String_t* _stringLiteral3052773392; extern const uint32_t uiPhotoEdit_OnClkRechoose_m1858440675_MetadataUsageId; extern RuntimeClass* Texture2D_t3840446185_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2152618785; extern const uint32_t uiPhotoEdit_OnSnapDoneCallback_m1780370395_MetadataUsageId; extern String_t* _stringLiteral3452614542; extern const uint32_t uiPhotoEdit_OnCameraCancelCallback_m4188144376_MetadataUsageId; extern const uint32_t uiPhotoEdit_OnAlbumCancelCallback_m1503834478_MetadataUsageId; struct ContactPoint_t3758755253 ; struct Int32U5BU5D_t385246372; struct CharU5BU5D_t3528271667; struct StateHandlerU5BU5D_t1323790106; struct ObjectU5BU5D_t1417781964; struct StringU5BU5D_t1281789340; struct ObjectU5BU5D_t2843939325; struct ComponentU5BU5D_t3294940482; struct ShoeU5BU5D_t1468951427; struct Int64U5BU5D_t2559172825; struct ColliderU5BU5D_t4234922487; struct AudioClipU5BU5D_t143221404; struct LightU5BU5D_t3678959411; struct SimpleStateU5BU5D_t2736705990; struct Vector3U5BU5D_t1718750761; struct ByteU5BU5D_t4116647657; struct SingleU5BU5D_t1444911251; struct TypeU5BU5D_t3940880105; struct ButtonU5BU5D_t2297175928; struct BooleanU5BU5D_t2897418192; struct TouchU5BU5D_t1849554061; #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 AVATARINFO_T571832948_H #define AVATARINFO_T571832948_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.AvatarInfo struct AvatarInfo_t571832948 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.AvatarInfo::k__BackingField int32_t ___U3CSexU3Ek__BackingField_0; // System.Int32 DMCore.Framework.Scene.AvatarInfo::k__BackingField int32_t ___U3CCategoryU3Ek__BackingField_1; // System.Int32 DMCore.Framework.Scene.AvatarInfo::k__BackingField int32_t ___U3CSubIndexU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSexU3Ek__BackingField_0() { return static_cast(offsetof(AvatarInfo_t571832948, ___U3CSexU3Ek__BackingField_0)); } inline int32_t get_U3CSexU3Ek__BackingField_0() const { return ___U3CSexU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CSexU3Ek__BackingField_0() { return &___U3CSexU3Ek__BackingField_0; } inline void set_U3CSexU3Ek__BackingField_0(int32_t value) { ___U3CSexU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCategoryU3Ek__BackingField_1() { return static_cast(offsetof(AvatarInfo_t571832948, ___U3CCategoryU3Ek__BackingField_1)); } inline int32_t get_U3CCategoryU3Ek__BackingField_1() const { return ___U3CCategoryU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCategoryU3Ek__BackingField_1() { return &___U3CCategoryU3Ek__BackingField_1; } inline void set_U3CCategoryU3Ek__BackingField_1(int32_t value) { ___U3CCategoryU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CSubIndexU3Ek__BackingField_2() { return static_cast(offsetof(AvatarInfo_t571832948, ___U3CSubIndexU3Ek__BackingField_2)); } inline int32_t get_U3CSubIndexU3Ek__BackingField_2() const { return ___U3CSubIndexU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CSubIndexU3Ek__BackingField_2() { return &___U3CSubIndexU3Ek__BackingField_2; } inline void set_U3CSubIndexU3Ek__BackingField_2(int32_t value) { ___U3CSubIndexU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AVATARINFO_T571832948_H #ifndef CAVATARSITE_T1752665925_H #define CAVATARSITE_T1752665925_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneAvatarBody DMCore.Framework.Scene.CAvatarSite::k__BackingField ISceneAvatarBody_t3588558973 * ___U3CSceneRoleU3Ek__BackingField_0; // System.Int32 DMCore.Framework.Scene.CAvatarSite::k__BackingField int32_t ___U3CSkinIDU3Ek__BackingField_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CAvatarSite::m_listAvatar Dictionary_2_t497245277 * ___m_listAvatar_2; // System.Boolean DMCore.Framework.Scene.CAvatarSite::m_combineBody bool ___m_combineBody_3; // DMCore.Framework.Scene.IAvatarSkin DMCore.Framework.Scene.CAvatarSite::m_SkinHead IAvatarSkin_t3391917898 * ___m_SkinHead_4; // DMCore.Framework.Scene.IAvatarSkin DMCore.Framework.Scene.CAvatarSite::m_SkinUpper IAvatarSkin_t3391917898 * ___m_SkinUpper_5; // DMCore.Framework.Scene.IAvatarSkin DMCore.Framework.Scene.CAvatarSite::m_SkinLower IAvatarSkin_t3391917898 * ___m_SkinLower_6; public: inline static int32_t get_offset_of_U3CSceneRoleU3Ek__BackingField_0() { return static_cast(offsetof(CAvatarSite_t1752665925, ___U3CSceneRoleU3Ek__BackingField_0)); } inline ISceneAvatarBody_t3588558973 * get_U3CSceneRoleU3Ek__BackingField_0() const { return ___U3CSceneRoleU3Ek__BackingField_0; } inline ISceneAvatarBody_t3588558973 ** get_address_of_U3CSceneRoleU3Ek__BackingField_0() { return &___U3CSceneRoleU3Ek__BackingField_0; } inline void set_U3CSceneRoleU3Ek__BackingField_0(ISceneAvatarBody_t3588558973 * value) { ___U3CSceneRoleU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CSceneRoleU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CSkinIDU3Ek__BackingField_1() { return static_cast(offsetof(CAvatarSite_t1752665925, ___U3CSkinIDU3Ek__BackingField_1)); } inline int32_t get_U3CSkinIDU3Ek__BackingField_1() const { return ___U3CSkinIDU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CSkinIDU3Ek__BackingField_1() { return &___U3CSkinIDU3Ek__BackingField_1; } inline void set_U3CSkinIDU3Ek__BackingField_1(int32_t value) { ___U3CSkinIDU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_listAvatar_2() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_listAvatar_2)); } inline Dictionary_2_t497245277 * get_m_listAvatar_2() const { return ___m_listAvatar_2; } inline Dictionary_2_t497245277 ** get_address_of_m_listAvatar_2() { return &___m_listAvatar_2; } inline void set_m_listAvatar_2(Dictionary_2_t497245277 * value) { ___m_listAvatar_2 = value; Il2CppCodeGenWriteBarrier((&___m_listAvatar_2), value); } inline static int32_t get_offset_of_m_combineBody_3() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_combineBody_3)); } inline bool get_m_combineBody_3() const { return ___m_combineBody_3; } inline bool* get_address_of_m_combineBody_3() { return &___m_combineBody_3; } inline void set_m_combineBody_3(bool value) { ___m_combineBody_3 = value; } inline static int32_t get_offset_of_m_SkinHead_4() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_SkinHead_4)); } inline IAvatarSkin_t3391917898 * get_m_SkinHead_4() const { return ___m_SkinHead_4; } inline IAvatarSkin_t3391917898 ** get_address_of_m_SkinHead_4() { return &___m_SkinHead_4; } inline void set_m_SkinHead_4(IAvatarSkin_t3391917898 * value) { ___m_SkinHead_4 = value; Il2CppCodeGenWriteBarrier((&___m_SkinHead_4), value); } inline static int32_t get_offset_of_m_SkinUpper_5() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_SkinUpper_5)); } inline IAvatarSkin_t3391917898 * get_m_SkinUpper_5() const { return ___m_SkinUpper_5; } inline IAvatarSkin_t3391917898 ** get_address_of_m_SkinUpper_5() { return &___m_SkinUpper_5; } inline void set_m_SkinUpper_5(IAvatarSkin_t3391917898 * value) { ___m_SkinUpper_5 = value; Il2CppCodeGenWriteBarrier((&___m_SkinUpper_5), value); } inline static int32_t get_offset_of_m_SkinLower_6() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_SkinLower_6)); } inline IAvatarSkin_t3391917898 * get_m_SkinLower_6() const { return ___m_SkinLower_6; } inline IAvatarSkin_t3391917898 ** get_address_of_m_SkinLower_6() { return &___m_SkinLower_6; } inline void set_m_SkinLower_6(IAvatarSkin_t3391917898 * value) { ___m_SkinLower_6 = value; Il2CppCodeGenWriteBarrier((&___m_SkinLower_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATARSITE_T1752665925_H #ifndef CURLMANAGER_T2578998768_H #define CURLMANAGER_T2578998768_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.URL.CURLManager struct CURLManager_t2578998768 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.URL.CURLManager::m_DictionaryRes Dictionary_2_t1029701331 * ___m_DictionaryRes_0; // System.Collections.Generic.LinkedList`1 DMCore.Framework.URL.CURLManager::m_TaskList LinkedList_1_t687096698 * ___m_TaskList_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.URL.CURLManager::m_postTask Dictionary_2_t3210789151 * ___m_postTask_2; // System.Collections.Generic.LinkedList`1 DMCore.Framework.URL.CURLManager::m_postTskList LinkedList_1_t687096698 * ___m_postTskList_3; public: inline static int32_t get_offset_of_m_DictionaryRes_0() { return static_cast(offsetof(CURLManager_t2578998768, ___m_DictionaryRes_0)); } inline Dictionary_2_t1029701331 * get_m_DictionaryRes_0() const { return ___m_DictionaryRes_0; } inline Dictionary_2_t1029701331 ** get_address_of_m_DictionaryRes_0() { return &___m_DictionaryRes_0; } inline void set_m_DictionaryRes_0(Dictionary_2_t1029701331 * value) { ___m_DictionaryRes_0 = value; Il2CppCodeGenWriteBarrier((&___m_DictionaryRes_0), value); } inline static int32_t get_offset_of_m_TaskList_1() { return static_cast(offsetof(CURLManager_t2578998768, ___m_TaskList_1)); } inline LinkedList_1_t687096698 * get_m_TaskList_1() const { return ___m_TaskList_1; } inline LinkedList_1_t687096698 ** get_address_of_m_TaskList_1() { return &___m_TaskList_1; } inline void set_m_TaskList_1(LinkedList_1_t687096698 * value) { ___m_TaskList_1 = value; Il2CppCodeGenWriteBarrier((&___m_TaskList_1), value); } inline static int32_t get_offset_of_m_postTask_2() { return static_cast(offsetof(CURLManager_t2578998768, ___m_postTask_2)); } inline Dictionary_2_t3210789151 * get_m_postTask_2() const { return ___m_postTask_2; } inline Dictionary_2_t3210789151 ** get_address_of_m_postTask_2() { return &___m_postTask_2; } inline void set_m_postTask_2(Dictionary_2_t3210789151 * value) { ___m_postTask_2 = value; Il2CppCodeGenWriteBarrier((&___m_postTask_2), value); } inline static int32_t get_offset_of_m_postTskList_3() { return static_cast(offsetof(CURLManager_t2578998768, ___m_postTskList_3)); } inline LinkedList_1_t687096698 * get_m_postTskList_3() const { return ___m_postTskList_3; } inline LinkedList_1_t687096698 ** get_address_of_m_postTskList_3() { return &___m_postTskList_3; } inline void set_m_postTskList_3(LinkedList_1_t687096698 * value) { ___m_postTskList_3 = value; Il2CppCodeGenWriteBarrier((&___m_postTskList_3), value); } }; struct CURLManager_t2578998768_StaticFields { public: // DMCore.Framework.URL.CURLManager DMCore.Framework.URL.CURLManager::s_Instance CURLManager_t2578998768 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CURLManager_t2578998768_StaticFields, ___s_Instance_4)); } inline CURLManager_t2578998768 * get_s_Instance_4() const { return ___s_Instance_4; } inline CURLManager_t2578998768 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CURLManager_t2578998768 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURLMANAGER_T2578998768_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 CROLEMODELITEM_T1608531946_H #define CROLEMODELITEM_T1608531946_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem struct CRoleModelItem_t1608531946 : public RuntimeObject { public: // UnityEngine.Object DMCore.Framework.Scene.CRoleModelItem::k__BackingField Object_t631007953 * ___U3COriginalResU3Ek__BackingField_0; // UnityEngine.Object DMCore.Framework.Scene.CRoleModelItem::k__BackingField Object_t631007953 * ___U3CAttachedResU3Ek__BackingField_1; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_Category int32_t ___m_Category_2; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_SubModelIndex int32_t ___m_SubModelIndex_3; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_SexVal int32_t ___m_SexVal_4; // DMCore.Framework.Scene.CAvatarSite DMCore.Framework.Scene.CRoleModelItem::m_avatarSite CAvatarSite_t1752665925 * ___m_avatarSite_5; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bEnable bool ___m_bEnable_6; // System.String DMCore.Framework.Scene.CRoleModelItem::m_PrefabName String_t* ___m_PrefabName_7; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LastValidPrefabName String_t* ___m_LastValidPrefabName_8; // UnityEngine.GameObject DMCore.Framework.Scene.CRoleModelItem::m_originalGo GameObject_t1113636619 * ___m_originalGo_9; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bSendChange bool ___m_bSendChange_10; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bAsUnderwearFullShow bool ___m_bAsUnderwearFullShow_11; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_OwnSelfSkeletons bool ___m_OwnSelfSkeletons_12; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LinkBoneName String_t* ___m_LinkBoneName_13; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LocalRoot String_t* ___m_LocalRoot_14; // System.Single DMCore.Framework.Scene.CRoleModelItem::m_timeIdleSwitchPlay float ___m_timeIdleSwitchPlay_15; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bStateIdle bool ___m_bStateIdle_16; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bNeedSubmit bool ___m_bNeedSubmit_17; // System.String DMCore.Framework.Scene.CRoleModelItem::m_curAnimName String_t* ___m_curAnimName_18; // DMCore.Framework.Scene.CRoleModelItem/stItemState DMCore.Framework.Scene.CRoleModelItem::m_currentState stItemState_t244584211 * ___m_currentState_19; // DMCore.Framework.Scene.CRoleModelItem/stItemState DMCore.Framework.Scene.CRoleModelItem::m_lastState stItemState_t244584211 * ___m_lastState_20; public: inline static int32_t get_offset_of_U3COriginalResU3Ek__BackingField_0() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___U3COriginalResU3Ek__BackingField_0)); } inline Object_t631007953 * get_U3COriginalResU3Ek__BackingField_0() const { return ___U3COriginalResU3Ek__BackingField_0; } inline Object_t631007953 ** get_address_of_U3COriginalResU3Ek__BackingField_0() { return &___U3COriginalResU3Ek__BackingField_0; } inline void set_U3COriginalResU3Ek__BackingField_0(Object_t631007953 * value) { ___U3COriginalResU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3COriginalResU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CAttachedResU3Ek__BackingField_1() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___U3CAttachedResU3Ek__BackingField_1)); } inline Object_t631007953 * get_U3CAttachedResU3Ek__BackingField_1() const { return ___U3CAttachedResU3Ek__BackingField_1; } inline Object_t631007953 ** get_address_of_U3CAttachedResU3Ek__BackingField_1() { return &___U3CAttachedResU3Ek__BackingField_1; } inline void set_U3CAttachedResU3Ek__BackingField_1(Object_t631007953 * value) { ___U3CAttachedResU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CAttachedResU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_m_Category_2() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_Category_2)); } inline int32_t get_m_Category_2() const { return ___m_Category_2; } inline int32_t* get_address_of_m_Category_2() { return &___m_Category_2; } inline void set_m_Category_2(int32_t value) { ___m_Category_2 = value; } inline static int32_t get_offset_of_m_SubModelIndex_3() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_SubModelIndex_3)); } inline int32_t get_m_SubModelIndex_3() const { return ___m_SubModelIndex_3; } inline int32_t* get_address_of_m_SubModelIndex_3() { return &___m_SubModelIndex_3; } inline void set_m_SubModelIndex_3(int32_t value) { ___m_SubModelIndex_3 = value; } inline static int32_t get_offset_of_m_SexVal_4() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_SexVal_4)); } inline int32_t get_m_SexVal_4() const { return ___m_SexVal_4; } inline int32_t* get_address_of_m_SexVal_4() { return &___m_SexVal_4; } inline void set_m_SexVal_4(int32_t value) { ___m_SexVal_4 = value; } inline static int32_t get_offset_of_m_avatarSite_5() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_avatarSite_5)); } inline CAvatarSite_t1752665925 * get_m_avatarSite_5() const { return ___m_avatarSite_5; } inline CAvatarSite_t1752665925 ** get_address_of_m_avatarSite_5() { return &___m_avatarSite_5; } inline void set_m_avatarSite_5(CAvatarSite_t1752665925 * value) { ___m_avatarSite_5 = value; Il2CppCodeGenWriteBarrier((&___m_avatarSite_5), value); } inline static int32_t get_offset_of_m_bEnable_6() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bEnable_6)); } inline bool get_m_bEnable_6() const { return ___m_bEnable_6; } inline bool* get_address_of_m_bEnable_6() { return &___m_bEnable_6; } inline void set_m_bEnable_6(bool value) { ___m_bEnable_6 = value; } inline static int32_t get_offset_of_m_PrefabName_7() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_PrefabName_7)); } inline String_t* get_m_PrefabName_7() const { return ___m_PrefabName_7; } inline String_t** get_address_of_m_PrefabName_7() { return &___m_PrefabName_7; } inline void set_m_PrefabName_7(String_t* value) { ___m_PrefabName_7 = value; Il2CppCodeGenWriteBarrier((&___m_PrefabName_7), value); } inline static int32_t get_offset_of_m_LastValidPrefabName_8() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LastValidPrefabName_8)); } inline String_t* get_m_LastValidPrefabName_8() const { return ___m_LastValidPrefabName_8; } inline String_t** get_address_of_m_LastValidPrefabName_8() { return &___m_LastValidPrefabName_8; } inline void set_m_LastValidPrefabName_8(String_t* value) { ___m_LastValidPrefabName_8 = value; Il2CppCodeGenWriteBarrier((&___m_LastValidPrefabName_8), value); } inline static int32_t get_offset_of_m_originalGo_9() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_originalGo_9)); } inline GameObject_t1113636619 * get_m_originalGo_9() const { return ___m_originalGo_9; } inline GameObject_t1113636619 ** get_address_of_m_originalGo_9() { return &___m_originalGo_9; } inline void set_m_originalGo_9(GameObject_t1113636619 * value) { ___m_originalGo_9 = value; Il2CppCodeGenWriteBarrier((&___m_originalGo_9), value); } inline static int32_t get_offset_of_m_bSendChange_10() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bSendChange_10)); } inline bool get_m_bSendChange_10() const { return ___m_bSendChange_10; } inline bool* get_address_of_m_bSendChange_10() { return &___m_bSendChange_10; } inline void set_m_bSendChange_10(bool value) { ___m_bSendChange_10 = value; } inline static int32_t get_offset_of_m_bAsUnderwearFullShow_11() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bAsUnderwearFullShow_11)); } inline bool get_m_bAsUnderwearFullShow_11() const { return ___m_bAsUnderwearFullShow_11; } inline bool* get_address_of_m_bAsUnderwearFullShow_11() { return &___m_bAsUnderwearFullShow_11; } inline void set_m_bAsUnderwearFullShow_11(bool value) { ___m_bAsUnderwearFullShow_11 = value; } inline static int32_t get_offset_of_m_OwnSelfSkeletons_12() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_OwnSelfSkeletons_12)); } inline bool get_m_OwnSelfSkeletons_12() const { return ___m_OwnSelfSkeletons_12; } inline bool* get_address_of_m_OwnSelfSkeletons_12() { return &___m_OwnSelfSkeletons_12; } inline void set_m_OwnSelfSkeletons_12(bool value) { ___m_OwnSelfSkeletons_12 = value; } inline static int32_t get_offset_of_m_LinkBoneName_13() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LinkBoneName_13)); } inline String_t* get_m_LinkBoneName_13() const { return ___m_LinkBoneName_13; } inline String_t** get_address_of_m_LinkBoneName_13() { return &___m_LinkBoneName_13; } inline void set_m_LinkBoneName_13(String_t* value) { ___m_LinkBoneName_13 = value; Il2CppCodeGenWriteBarrier((&___m_LinkBoneName_13), value); } inline static int32_t get_offset_of_m_LocalRoot_14() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LocalRoot_14)); } inline String_t* get_m_LocalRoot_14() const { return ___m_LocalRoot_14; } inline String_t** get_address_of_m_LocalRoot_14() { return &___m_LocalRoot_14; } inline void set_m_LocalRoot_14(String_t* value) { ___m_LocalRoot_14 = value; Il2CppCodeGenWriteBarrier((&___m_LocalRoot_14), value); } inline static int32_t get_offset_of_m_timeIdleSwitchPlay_15() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_timeIdleSwitchPlay_15)); } inline float get_m_timeIdleSwitchPlay_15() const { return ___m_timeIdleSwitchPlay_15; } inline float* get_address_of_m_timeIdleSwitchPlay_15() { return &___m_timeIdleSwitchPlay_15; } inline void set_m_timeIdleSwitchPlay_15(float value) { ___m_timeIdleSwitchPlay_15 = value; } inline static int32_t get_offset_of_m_bStateIdle_16() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bStateIdle_16)); } inline bool get_m_bStateIdle_16() const { return ___m_bStateIdle_16; } inline bool* get_address_of_m_bStateIdle_16() { return &___m_bStateIdle_16; } inline void set_m_bStateIdle_16(bool value) { ___m_bStateIdle_16 = value; } inline static int32_t get_offset_of_m_bNeedSubmit_17() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bNeedSubmit_17)); } inline bool get_m_bNeedSubmit_17() const { return ___m_bNeedSubmit_17; } inline bool* get_address_of_m_bNeedSubmit_17() { return &___m_bNeedSubmit_17; } inline void set_m_bNeedSubmit_17(bool value) { ___m_bNeedSubmit_17 = value; } inline static int32_t get_offset_of_m_curAnimName_18() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_curAnimName_18)); } inline String_t* get_m_curAnimName_18() const { return ___m_curAnimName_18; } inline String_t** get_address_of_m_curAnimName_18() { return &___m_curAnimName_18; } inline void set_m_curAnimName_18(String_t* value) { ___m_curAnimName_18 = value; Il2CppCodeGenWriteBarrier((&___m_curAnimName_18), value); } inline static int32_t get_offset_of_m_currentState_19() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_currentState_19)); } inline stItemState_t244584211 * get_m_currentState_19() const { return ___m_currentState_19; } inline stItemState_t244584211 ** get_address_of_m_currentState_19() { return &___m_currentState_19; } inline void set_m_currentState_19(stItemState_t244584211 * value) { ___m_currentState_19 = value; Il2CppCodeGenWriteBarrier((&___m_currentState_19), value); } inline static int32_t get_offset_of_m_lastState_20() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_lastState_20)); } inline stItemState_t244584211 * get_m_lastState_20() const { return ___m_lastState_20; } inline stItemState_t244584211 ** get_address_of_m_lastState_20() { return &___m_lastState_20; } inline void set_m_lastState_20(stItemState_t244584211 * value) { ___m_lastState_20 = value; Il2CppCodeGenWriteBarrier((&___m_lastState_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_T1608531946_H #ifndef CANIMSITE_T233742424_H #define CANIMSITE_T233742424_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAnimSite struct CAnimSite_t233742424 : public RuntimeObject { public: // UnityEngine.Animation CAnimSite::m_AnimPlayer Animation_t3648466861 * ___m_AnimPlayer_0; // CSkeletonSite CAnimSite::m_SkeletonSite CSkeletonSite_t1178137573 * ___m_SkeletonSite_1; // CSkeletonSite/CSkeletonSnap CAnimSite::m_animSnap CSkeletonSnap_t2156242323 * ___m_animSnap_2; // BetterList`1 CAnimSite::m_listAnimCritical BetterList_1_t2419161419 * ___m_listAnimCritical_3; // BetterList`1 CAnimSite::m_listAnimDefault BetterList_1_t2419161419 * ___m_listAnimDefault_4; // UnityEngine.AnimationClip CAnimSite::m_IdleClip AnimationClip_t2318505987 * ___m_IdleClip_5; // System.Single CAnimSite::m_IdleAnimFadeIn float ___m_IdleAnimFadeIn_6; // System.String CAnimSite::m_IdleAnimName String_t* ___m_IdleAnimName_7; // System.Boolean CAnimSite::m_existPlaying bool ___m_existPlaying_8; // System.Boolean CAnimSite::m_bPaused bool ___m_bPaused_9; // System.Boolean CAnimSite::m_bNeedCheckDirty bool ___m_bNeedCheckDirty_10; // System.String CAnimSite::m_activeIdleName String_t* ___m_activeIdleName_11; // System.String CAnimSite::m_curPlayingName String_t* ___m_curPlayingName_12; // System.Int32 CAnimSite::m_playingIndex int32_t ___m_playingIndex_13; // BetterList`1 CAnimSite::m_listAnimInPlaying BetterList_1_t3563600241 * ___m_listAnimInPlaying_14; // DMCore.Framework.Scene.ISceneBaseObj CAnimSite::m_sceneOwner ISceneBaseObj_t858622483 * ___m_sceneOwner_15; // System.Boolean CAnimSite::m_bIgnoreOwner bool ___m_bIgnoreOwner_16; public: inline static int32_t get_offset_of_m_AnimPlayer_0() { return static_cast(offsetof(CAnimSite_t233742424, ___m_AnimPlayer_0)); } inline Animation_t3648466861 * get_m_AnimPlayer_0() const { return ___m_AnimPlayer_0; } inline Animation_t3648466861 ** get_address_of_m_AnimPlayer_0() { return &___m_AnimPlayer_0; } inline void set_m_AnimPlayer_0(Animation_t3648466861 * value) { ___m_AnimPlayer_0 = value; Il2CppCodeGenWriteBarrier((&___m_AnimPlayer_0), value); } inline static int32_t get_offset_of_m_SkeletonSite_1() { return static_cast(offsetof(CAnimSite_t233742424, ___m_SkeletonSite_1)); } inline CSkeletonSite_t1178137573 * get_m_SkeletonSite_1() const { return ___m_SkeletonSite_1; } inline CSkeletonSite_t1178137573 ** get_address_of_m_SkeletonSite_1() { return &___m_SkeletonSite_1; } inline void set_m_SkeletonSite_1(CSkeletonSite_t1178137573 * value) { ___m_SkeletonSite_1 = value; Il2CppCodeGenWriteBarrier((&___m_SkeletonSite_1), value); } inline static int32_t get_offset_of_m_animSnap_2() { return static_cast(offsetof(CAnimSite_t233742424, ___m_animSnap_2)); } inline CSkeletonSnap_t2156242323 * get_m_animSnap_2() const { return ___m_animSnap_2; } inline CSkeletonSnap_t2156242323 ** get_address_of_m_animSnap_2() { return &___m_animSnap_2; } inline void set_m_animSnap_2(CSkeletonSnap_t2156242323 * value) { ___m_animSnap_2 = value; Il2CppCodeGenWriteBarrier((&___m_animSnap_2), value); } inline static int32_t get_offset_of_m_listAnimCritical_3() { return static_cast(offsetof(CAnimSite_t233742424, ___m_listAnimCritical_3)); } inline BetterList_1_t2419161419 * get_m_listAnimCritical_3() const { return ___m_listAnimCritical_3; } inline BetterList_1_t2419161419 ** get_address_of_m_listAnimCritical_3() { return &___m_listAnimCritical_3; } inline void set_m_listAnimCritical_3(BetterList_1_t2419161419 * value) { ___m_listAnimCritical_3 = value; Il2CppCodeGenWriteBarrier((&___m_listAnimCritical_3), value); } inline static int32_t get_offset_of_m_listAnimDefault_4() { return static_cast(offsetof(CAnimSite_t233742424, ___m_listAnimDefault_4)); } inline BetterList_1_t2419161419 * get_m_listAnimDefault_4() const { return ___m_listAnimDefault_4; } inline BetterList_1_t2419161419 ** get_address_of_m_listAnimDefault_4() { return &___m_listAnimDefault_4; } inline void set_m_listAnimDefault_4(BetterList_1_t2419161419 * value) { ___m_listAnimDefault_4 = value; Il2CppCodeGenWriteBarrier((&___m_listAnimDefault_4), value); } inline static int32_t get_offset_of_m_IdleClip_5() { return static_cast(offsetof(CAnimSite_t233742424, ___m_IdleClip_5)); } inline AnimationClip_t2318505987 * get_m_IdleClip_5() const { return ___m_IdleClip_5; } inline AnimationClip_t2318505987 ** get_address_of_m_IdleClip_5() { return &___m_IdleClip_5; } inline void set_m_IdleClip_5(AnimationClip_t2318505987 * value) { ___m_IdleClip_5 = value; Il2CppCodeGenWriteBarrier((&___m_IdleClip_5), value); } inline static int32_t get_offset_of_m_IdleAnimFadeIn_6() { return static_cast(offsetof(CAnimSite_t233742424, ___m_IdleAnimFadeIn_6)); } inline float get_m_IdleAnimFadeIn_6() const { return ___m_IdleAnimFadeIn_6; } inline float* get_address_of_m_IdleAnimFadeIn_6() { return &___m_IdleAnimFadeIn_6; } inline void set_m_IdleAnimFadeIn_6(float value) { ___m_IdleAnimFadeIn_6 = value; } inline static int32_t get_offset_of_m_IdleAnimName_7() { return static_cast(offsetof(CAnimSite_t233742424, ___m_IdleAnimName_7)); } inline String_t* get_m_IdleAnimName_7() const { return ___m_IdleAnimName_7; } inline String_t** get_address_of_m_IdleAnimName_7() { return &___m_IdleAnimName_7; } inline void set_m_IdleAnimName_7(String_t* value) { ___m_IdleAnimName_7 = value; Il2CppCodeGenWriteBarrier((&___m_IdleAnimName_7), value); } inline static int32_t get_offset_of_m_existPlaying_8() { return static_cast(offsetof(CAnimSite_t233742424, ___m_existPlaying_8)); } inline bool get_m_existPlaying_8() const { return ___m_existPlaying_8; } inline bool* get_address_of_m_existPlaying_8() { return &___m_existPlaying_8; } inline void set_m_existPlaying_8(bool value) { ___m_existPlaying_8 = value; } inline static int32_t get_offset_of_m_bPaused_9() { return static_cast(offsetof(CAnimSite_t233742424, ___m_bPaused_9)); } inline bool get_m_bPaused_9() const { return ___m_bPaused_9; } inline bool* get_address_of_m_bPaused_9() { return &___m_bPaused_9; } inline void set_m_bPaused_9(bool value) { ___m_bPaused_9 = value; } inline static int32_t get_offset_of_m_bNeedCheckDirty_10() { return static_cast(offsetof(CAnimSite_t233742424, ___m_bNeedCheckDirty_10)); } inline bool get_m_bNeedCheckDirty_10() const { return ___m_bNeedCheckDirty_10; } inline bool* get_address_of_m_bNeedCheckDirty_10() { return &___m_bNeedCheckDirty_10; } inline void set_m_bNeedCheckDirty_10(bool value) { ___m_bNeedCheckDirty_10 = value; } inline static int32_t get_offset_of_m_activeIdleName_11() { return static_cast(offsetof(CAnimSite_t233742424, ___m_activeIdleName_11)); } inline String_t* get_m_activeIdleName_11() const { return ___m_activeIdleName_11; } inline String_t** get_address_of_m_activeIdleName_11() { return &___m_activeIdleName_11; } inline void set_m_activeIdleName_11(String_t* value) { ___m_activeIdleName_11 = value; Il2CppCodeGenWriteBarrier((&___m_activeIdleName_11), value); } inline static int32_t get_offset_of_m_curPlayingName_12() { return static_cast(offsetof(CAnimSite_t233742424, ___m_curPlayingName_12)); } inline String_t* get_m_curPlayingName_12() const { return ___m_curPlayingName_12; } inline String_t** get_address_of_m_curPlayingName_12() { return &___m_curPlayingName_12; } inline void set_m_curPlayingName_12(String_t* value) { ___m_curPlayingName_12 = value; Il2CppCodeGenWriteBarrier((&___m_curPlayingName_12), value); } inline static int32_t get_offset_of_m_playingIndex_13() { return static_cast(offsetof(CAnimSite_t233742424, ___m_playingIndex_13)); } inline int32_t get_m_playingIndex_13() const { return ___m_playingIndex_13; } inline int32_t* get_address_of_m_playingIndex_13() { return &___m_playingIndex_13; } inline void set_m_playingIndex_13(int32_t value) { ___m_playingIndex_13 = value; } inline static int32_t get_offset_of_m_listAnimInPlaying_14() { return static_cast(offsetof(CAnimSite_t233742424, ___m_listAnimInPlaying_14)); } inline BetterList_1_t3563600241 * get_m_listAnimInPlaying_14() const { return ___m_listAnimInPlaying_14; } inline BetterList_1_t3563600241 ** get_address_of_m_listAnimInPlaying_14() { return &___m_listAnimInPlaying_14; } inline void set_m_listAnimInPlaying_14(BetterList_1_t3563600241 * value) { ___m_listAnimInPlaying_14 = value; Il2CppCodeGenWriteBarrier((&___m_listAnimInPlaying_14), value); } inline static int32_t get_offset_of_m_sceneOwner_15() { return static_cast(offsetof(CAnimSite_t233742424, ___m_sceneOwner_15)); } inline ISceneBaseObj_t858622483 * get_m_sceneOwner_15() const { return ___m_sceneOwner_15; } inline ISceneBaseObj_t858622483 ** get_address_of_m_sceneOwner_15() { return &___m_sceneOwner_15; } inline void set_m_sceneOwner_15(ISceneBaseObj_t858622483 * value) { ___m_sceneOwner_15 = value; Il2CppCodeGenWriteBarrier((&___m_sceneOwner_15), value); } inline static int32_t get_offset_of_m_bIgnoreOwner_16() { return static_cast(offsetof(CAnimSite_t233742424, ___m_bIgnoreOwner_16)); } inline bool get_m_bIgnoreOwner_16() const { return ___m_bIgnoreOwner_16; } inline bool* get_address_of_m_bIgnoreOwner_16() { return &___m_bIgnoreOwner_16; } inline void set_m_bIgnoreOwner_16(bool value) { ___m_bIgnoreOwner_16 = value; } }; struct CAnimSite_t233742424_StaticFields { public: // BetterList`1 CAnimSite::s_CachedList BetterList_1_t1002471007 * ___s_CachedList_17; // BetterList`1 CAnimSite::s_CachedClipList BetterList_1_t1473526305 * ___s_CachedClipList_18; public: inline static int32_t get_offset_of_s_CachedList_17() { return static_cast(offsetof(CAnimSite_t233742424_StaticFields, ___s_CachedList_17)); } inline BetterList_1_t1002471007 * get_s_CachedList_17() const { return ___s_CachedList_17; } inline BetterList_1_t1002471007 ** get_address_of_s_CachedList_17() { return &___s_CachedList_17; } inline void set_s_CachedList_17(BetterList_1_t1002471007 * value) { ___s_CachedList_17 = value; Il2CppCodeGenWriteBarrier((&___s_CachedList_17), value); } inline static int32_t get_offset_of_s_CachedClipList_18() { return static_cast(offsetof(CAnimSite_t233742424_StaticFields, ___s_CachedClipList_18)); } inline BetterList_1_t1473526305 * get_s_CachedClipList_18() const { return ___s_CachedClipList_18; } inline BetterList_1_t1473526305 ** get_address_of_s_CachedClipList_18() { return &___s_CachedClipList_18; } inline void set_s_CachedClipList_18(BetterList_1_t1473526305 * value) { ___s_CachedClipList_18 = value; Il2CppCodeGenWriteBarrier((&___s_CachedClipList_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMSITE_T233742424_H #ifndef CPROPERTY_T963755051_H #define CPROPERTY_T963755051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CProperty struct CProperty_t963755051 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CProperty::m_DicPropData Dictionary_2_t1380571261 * ___m_DicPropData_0; // System.Collections.Generic.Dictionary`2>> DMCore.Framework.Scene.CProperty::m_DicWatch Dictionary_2_t3277249325 * ___m_DicWatch_1; // CBetterSet`1> DMCore.Framework.Scene.CProperty::m_propChangeBefore CBetterSet_1_t433888323 * ___m_propChangeBefore_2; // CBetterSet`1> DMCore.Framework.Scene.CProperty::m_propChangeEnd CBetterSet_1_t2134195988 * ___m_propChangeEnd_3; public: inline static int32_t get_offset_of_m_DicPropData_0() { return static_cast(offsetof(CProperty_t963755051, ___m_DicPropData_0)); } inline Dictionary_2_t1380571261 * get_m_DicPropData_0() const { return ___m_DicPropData_0; } inline Dictionary_2_t1380571261 ** get_address_of_m_DicPropData_0() { return &___m_DicPropData_0; } inline void set_m_DicPropData_0(Dictionary_2_t1380571261 * value) { ___m_DicPropData_0 = value; Il2CppCodeGenWriteBarrier((&___m_DicPropData_0), value); } inline static int32_t get_offset_of_m_DicWatch_1() { return static_cast(offsetof(CProperty_t963755051, ___m_DicWatch_1)); } inline Dictionary_2_t3277249325 * get_m_DicWatch_1() const { return ___m_DicWatch_1; } inline Dictionary_2_t3277249325 ** get_address_of_m_DicWatch_1() { return &___m_DicWatch_1; } inline void set_m_DicWatch_1(Dictionary_2_t3277249325 * value) { ___m_DicWatch_1 = value; Il2CppCodeGenWriteBarrier((&___m_DicWatch_1), value); } inline static int32_t get_offset_of_m_propChangeBefore_2() { return static_cast(offsetof(CProperty_t963755051, ___m_propChangeBefore_2)); } inline CBetterSet_1_t433888323 * get_m_propChangeBefore_2() const { return ___m_propChangeBefore_2; } inline CBetterSet_1_t433888323 ** get_address_of_m_propChangeBefore_2() { return &___m_propChangeBefore_2; } inline void set_m_propChangeBefore_2(CBetterSet_1_t433888323 * value) { ___m_propChangeBefore_2 = value; Il2CppCodeGenWriteBarrier((&___m_propChangeBefore_2), value); } inline static int32_t get_offset_of_m_propChangeEnd_3() { return static_cast(offsetof(CProperty_t963755051, ___m_propChangeEnd_3)); } inline CBetterSet_1_t2134195988 * get_m_propChangeEnd_3() const { return ___m_propChangeEnd_3; } inline CBetterSet_1_t2134195988 ** get_address_of_m_propChangeEnd_3() { return &___m_propChangeEnd_3; } inline void set_m_propChangeEnd_3(CBetterSet_1_t2134195988 * value) { ___m_propChangeEnd_3 = value; Il2CppCodeGenWriteBarrier((&___m_propChangeEnd_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPERTY_T963755051_H #ifndef CROLEMODELITEM_SUITCONFIG_T3912215432_H #define CROLEMODELITEM_SUITCONFIG_T3912215432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_SuitConfig struct CRoleModelItem_SuitConfig_t3912215432 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::m_modelItems List_1_t128053199 * ___m_modelItems_0; // System.Boolean DMCore.Framework.Scene.CRoleModelItem_SuitConfig::m_bIsDone bool ___m_bIsDone_1; // System.Int32 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::m_suitID int32_t ___m_suitID_2; public: inline static int32_t get_offset_of_m_modelItems_0() { return static_cast(offsetof(CRoleModelItem_SuitConfig_t3912215432, ___m_modelItems_0)); } inline List_1_t128053199 * get_m_modelItems_0() const { return ___m_modelItems_0; } inline List_1_t128053199 ** get_address_of_m_modelItems_0() { return &___m_modelItems_0; } inline void set_m_modelItems_0(List_1_t128053199 * value) { ___m_modelItems_0 = value; Il2CppCodeGenWriteBarrier((&___m_modelItems_0), value); } inline static int32_t get_offset_of_m_bIsDone_1() { return static_cast(offsetof(CRoleModelItem_SuitConfig_t3912215432, ___m_bIsDone_1)); } inline bool get_m_bIsDone_1() const { return ___m_bIsDone_1; } inline bool* get_address_of_m_bIsDone_1() { return &___m_bIsDone_1; } inline void set_m_bIsDone_1(bool value) { ___m_bIsDone_1 = value; } inline static int32_t get_offset_of_m_suitID_2() { return static_cast(offsetof(CRoleModelItem_SuitConfig_t3912215432, ___m_suitID_2)); } inline int32_t get_m_suitID_2() const { return ___m_suitID_2; } inline int32_t* get_address_of_m_suitID_2() { return &___m_suitID_2; } inline void set_m_suitID_2(int32_t value) { ___m_suitID_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_SUITCONFIG_T3912215432_H #ifndef USER_T2909415622_H #define USER_T2909415622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // User struct User_t2909415622 : public RuntimeObject { public: // System.Int32 User::id int32_t ___id_0; // System.String User::nickname String_t* ___nickname_1; // System.String User::avatar String_t* ___avatar_2; // System.Int32 User::gender int32_t ___gender_3; // System.String User::address String_t* ___address_4; // System.String User::invite_info String_t* ___invite_info_5; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(User_t2909415622, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_nickname_1() { return static_cast(offsetof(User_t2909415622, ___nickname_1)); } inline String_t* get_nickname_1() const { return ___nickname_1; } inline String_t** get_address_of_nickname_1() { return &___nickname_1; } inline void set_nickname_1(String_t* value) { ___nickname_1 = value; Il2CppCodeGenWriteBarrier((&___nickname_1), value); } inline static int32_t get_offset_of_avatar_2() { return static_cast(offsetof(User_t2909415622, ___avatar_2)); } inline String_t* get_avatar_2() const { return ___avatar_2; } inline String_t** get_address_of_avatar_2() { return &___avatar_2; } inline void set_avatar_2(String_t* value) { ___avatar_2 = value; Il2CppCodeGenWriteBarrier((&___avatar_2), value); } inline static int32_t get_offset_of_gender_3() { return static_cast(offsetof(User_t2909415622, ___gender_3)); } inline int32_t get_gender_3() const { return ___gender_3; } inline int32_t* get_address_of_gender_3() { return &___gender_3; } inline void set_gender_3(int32_t value) { ___gender_3 = value; } inline static int32_t get_offset_of_address_4() { return static_cast(offsetof(User_t2909415622, ___address_4)); } inline String_t* get_address_4() const { return ___address_4; } inline String_t** get_address_of_address_4() { return &___address_4; } inline void set_address_4(String_t* value) { ___address_4 = value; Il2CppCodeGenWriteBarrier((&___address_4), value); } inline static int32_t get_offset_of_invite_info_5() { return static_cast(offsetof(User_t2909415622, ___invite_info_5)); } inline String_t* get_invite_info_5() const { return ___invite_info_5; } inline String_t** get_address_of_invite_info_5() { return &___invite_info_5; } inline void set_invite_info_5(String_t* value) { ___invite_info_5 = value; Il2CppCodeGenWriteBarrier((&___invite_info_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USER_T2909415622_H #ifndef RESPONSE_1_T1633997678_H #define RESPONSE_1_T1633997678_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Response`1 struct Response_1_t1633997678 : public RuntimeObject { public: // System.Collections.Generic.List`1 Response`1::list List_1_t2822533831 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Response_1_t1633997678, ___list_0)); } inline List_1_t2822533831 * get_list_0() const { return ___list_0; } inline List_1_t2822533831 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t2822533831 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESPONSE_1_T1633997678_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 MAPINFO_T3366890786_H #define MAPINFO_T3366890786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MapInfo struct MapInfo_t3366890786 : public RuntimeObject { public: // System.String MapInfo::nameText String_t* ___nameText_0; // System.String MapInfo::smallMapImage String_t* ___smallMapImage_1; // System.Int32 MapInfo::difficultyStar int32_t ___difficultyStar_2; // System.String MapInfo::weather String_t* ___weather_3; // System.String MapInfo::weatherImage String_t* ___weatherImage_4; public: inline static int32_t get_offset_of_nameText_0() { return static_cast(offsetof(MapInfo_t3366890786, ___nameText_0)); } inline String_t* get_nameText_0() const { return ___nameText_0; } inline String_t** get_address_of_nameText_0() { return &___nameText_0; } inline void set_nameText_0(String_t* value) { ___nameText_0 = value; Il2CppCodeGenWriteBarrier((&___nameText_0), value); } inline static int32_t get_offset_of_smallMapImage_1() { return static_cast(offsetof(MapInfo_t3366890786, ___smallMapImage_1)); } inline String_t* get_smallMapImage_1() const { return ___smallMapImage_1; } inline String_t** get_address_of_smallMapImage_1() { return &___smallMapImage_1; } inline void set_smallMapImage_1(String_t* value) { ___smallMapImage_1 = value; Il2CppCodeGenWriteBarrier((&___smallMapImage_1), value); } inline static int32_t get_offset_of_difficultyStar_2() { return static_cast(offsetof(MapInfo_t3366890786, ___difficultyStar_2)); } inline int32_t get_difficultyStar_2() const { return ___difficultyStar_2; } inline int32_t* get_address_of_difficultyStar_2() { return &___difficultyStar_2; } inline void set_difficultyStar_2(int32_t value) { ___difficultyStar_2 = value; } inline static int32_t get_offset_of_weather_3() { return static_cast(offsetof(MapInfo_t3366890786, ___weather_3)); } inline String_t* get_weather_3() const { return ___weather_3; } inline String_t** get_address_of_weather_3() { return &___weather_3; } inline void set_weather_3(String_t* value) { ___weather_3 = value; Il2CppCodeGenWriteBarrier((&___weather_3), value); } inline static int32_t get_offset_of_weatherImage_4() { return static_cast(offsetof(MapInfo_t3366890786, ___weatherImage_4)); } inline String_t* get_weatherImage_4() const { return ___weatherImage_4; } inline String_t** get_address_of_weatherImage_4() { return &___weatherImage_4; } inline void set_weatherImage_4(String_t* value) { ___weatherImage_4 = value; Il2CppCodeGenWriteBarrier((&___weatherImage_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MAPINFO_T3366890786_H #ifndef CPROPDATA_T2491857930_H #define CPROPDATA_T2491857930_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CPropData struct CPropData_t2491857930 : public RuntimeObject { public: // System.Byte[] DMCore.Framework.Scene.CPropData::m_buffer ByteU5BU5D_t4116647657* ___m_buffer_0; // System.Int32 DMCore.Framework.Scene.CPropData::m_nType int32_t ___m_nType_1; public: inline static int32_t get_offset_of_m_buffer_0() { return static_cast(offsetof(CPropData_t2491857930, ___m_buffer_0)); } inline ByteU5BU5D_t4116647657* get_m_buffer_0() const { return ___m_buffer_0; } inline ByteU5BU5D_t4116647657** get_address_of_m_buffer_0() { return &___m_buffer_0; } inline void set_m_buffer_0(ByteU5BU5D_t4116647657* value) { ___m_buffer_0 = value; Il2CppCodeGenWriteBarrier((&___m_buffer_0), value); } inline static int32_t get_offset_of_m_nType_1() { return static_cast(offsetof(CPropData_t2491857930, ___m_nType_1)); } inline int32_t get_m_nType_1() const { return ___m_nType_1; } inline int32_t* get_address_of_m_nType_1() { return &___m_nType_1; } inline void set_m_nType_1(int32_t value) { ___m_nType_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPDATA_T2491857930_H #ifndef CPHOTOMANAGER_T704993275_H #define CPHOTOMANAGER_T704993275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPhotoManager struct CPhotoManager_t704993275 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CPhotoManager::k__BackingField bool ___U3CActiveU3Ek__BackingField_0; // System.Collections.Generic.Dictionary`2[] DMCore.Logic.CPhotoManager::m_rolePhotoLibArray Dictionary_2U5BU5D_t635963316* ___m_rolePhotoLibArray_1; // System.Int64 DMCore.Logic.CPhotoManager::m_activeUserID int64_t ___m_activeUserID_3; // UnityEngine.Texture2D DMCore.Logic.CPhotoManager::m_curActivePhoto Texture2D_t3840446185 * ___m_curActivePhoto_4; // System.String DMCore.Logic.CPhotoManager::m_curActivePhotoPath String_t* ___m_curActivePhotoPath_5; // System.Boolean DMCore.Logic.CPhotoManager::m_curTypeCamera bool ___m_curTypeCamera_6; public: inline static int32_t get_offset_of_U3CActiveU3Ek__BackingField_0() { return static_cast(offsetof(CPhotoManager_t704993275, ___U3CActiveU3Ek__BackingField_0)); } inline bool get_U3CActiveU3Ek__BackingField_0() const { return ___U3CActiveU3Ek__BackingField_0; } inline bool* get_address_of_U3CActiveU3Ek__BackingField_0() { return &___U3CActiveU3Ek__BackingField_0; } inline void set_U3CActiveU3Ek__BackingField_0(bool value) { ___U3CActiveU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_rolePhotoLibArray_1() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_rolePhotoLibArray_1)); } inline Dictionary_2U5BU5D_t635963316* get_m_rolePhotoLibArray_1() const { return ___m_rolePhotoLibArray_1; } inline Dictionary_2U5BU5D_t635963316** get_address_of_m_rolePhotoLibArray_1() { return &___m_rolePhotoLibArray_1; } inline void set_m_rolePhotoLibArray_1(Dictionary_2U5BU5D_t635963316* value) { ___m_rolePhotoLibArray_1 = value; Il2CppCodeGenWriteBarrier((&___m_rolePhotoLibArray_1), value); } inline static int32_t get_offset_of_m_activeUserID_3() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_activeUserID_3)); } inline int64_t get_m_activeUserID_3() const { return ___m_activeUserID_3; } inline int64_t* get_address_of_m_activeUserID_3() { return &___m_activeUserID_3; } inline void set_m_activeUserID_3(int64_t value) { ___m_activeUserID_3 = value; } inline static int32_t get_offset_of_m_curActivePhoto_4() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_curActivePhoto_4)); } inline Texture2D_t3840446185 * get_m_curActivePhoto_4() const { return ___m_curActivePhoto_4; } inline Texture2D_t3840446185 ** get_address_of_m_curActivePhoto_4() { return &___m_curActivePhoto_4; } inline void set_m_curActivePhoto_4(Texture2D_t3840446185 * value) { ___m_curActivePhoto_4 = value; Il2CppCodeGenWriteBarrier((&___m_curActivePhoto_4), value); } inline static int32_t get_offset_of_m_curActivePhotoPath_5() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_curActivePhotoPath_5)); } inline String_t* get_m_curActivePhotoPath_5() const { return ___m_curActivePhotoPath_5; } inline String_t** get_address_of_m_curActivePhotoPath_5() { return &___m_curActivePhotoPath_5; } inline void set_m_curActivePhotoPath_5(String_t* value) { ___m_curActivePhotoPath_5 = value; Il2CppCodeGenWriteBarrier((&___m_curActivePhotoPath_5), value); } inline static int32_t get_offset_of_m_curTypeCamera_6() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_curTypeCamera_6)); } inline bool get_m_curTypeCamera_6() const { return ___m_curTypeCamera_6; } inline bool* get_address_of_m_curTypeCamera_6() { return &___m_curTypeCamera_6; } inline void set_m_curTypeCamera_6(bool value) { ___m_curTypeCamera_6 = value; } }; struct CPhotoManager_t704993275_StaticFields { public: // DMCore.Logic.CPhotoManager DMCore.Logic.CPhotoManager::s_Instance CPhotoManager_t704993275 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CPhotoManager_t704993275_StaticFields, ___s_Instance_2)); } inline CPhotoManager_t704993275 * get_s_Instance_2() const { return ___s_Instance_2; } inline CPhotoManager_t704993275 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CPhotoManager_t704993275 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPHOTOMANAGER_T704993275_H #ifndef 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 CROLEMODELITEM_SUITCONFIGMANAGER_T3017667155_H #define CROLEMODELITEM_SUITCONFIGMANAGER_T3017667155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager struct CRoleModelItem_SuitConfigManager_t3017667155 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::m_configItemContainer Dictionary_2_t2800928763 * ___m_configItemContainer_0; // System.Collections.Generic.Dictionary`2> DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::m_cfgCallBack Dictionary_2_t4097355377 * ___m_cfgCallBack_1; public: inline static int32_t get_offset_of_m_configItemContainer_0() { return static_cast(offsetof(CRoleModelItem_SuitConfigManager_t3017667155, ___m_configItemContainer_0)); } inline Dictionary_2_t2800928763 * get_m_configItemContainer_0() const { return ___m_configItemContainer_0; } inline Dictionary_2_t2800928763 ** get_address_of_m_configItemContainer_0() { return &___m_configItemContainer_0; } inline void set_m_configItemContainer_0(Dictionary_2_t2800928763 * value) { ___m_configItemContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_configItemContainer_0), value); } inline static int32_t get_offset_of_m_cfgCallBack_1() { return static_cast(offsetof(CRoleModelItem_SuitConfigManager_t3017667155, ___m_cfgCallBack_1)); } inline Dictionary_2_t4097355377 * get_m_cfgCallBack_1() const { return ___m_cfgCallBack_1; } inline Dictionary_2_t4097355377 ** get_address_of_m_cfgCallBack_1() { return &___m_cfgCallBack_1; } inline void set_m_cfgCallBack_1(Dictionary_2_t4097355377 * value) { ___m_cfgCallBack_1 = value; Il2CppCodeGenWriteBarrier((&___m_cfgCallBack_1), value); } }; struct CRoleModelItem_SuitConfigManager_t3017667155_StaticFields { public: // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::s_Instance CRoleModelItem_SuitConfigManager_t3017667155 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CRoleModelItem_SuitConfigManager_t3017667155_StaticFields, ___s_Instance_2)); } inline CRoleModelItem_SuitConfigManager_t3017667155 * get_s_Instance_2() const { return ___s_Instance_2; } inline CRoleModelItem_SuitConfigManager_t3017667155 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CRoleModelItem_SuitConfigManager_t3017667155 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_SUITCONFIGMANAGER_T3017667155_H #ifndef 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 CRITICALFINALIZEROBJECT_T701527852_H #define CRITICALFINALIZEROBJECT_T701527852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t701527852 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T701527852_H #ifndef SINGLETON_1_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 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 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 ISCENESITE_T3999208198_H #define ISCENESITE_T3999208198_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneSite struct ISceneSite_t3999208198 : public RuntimeObject { public: // System.Single DMCore.Framework.Scene.ISceneSite::m_fTime float ___m_fTime_0; // System.Single DMCore.Framework.Scene.ISceneSite::m_fCurDelta float ___m_fCurDelta_1; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneSite::m_LogicChildren List_1_t1176315644 * ___m_LogicChildren_2; // DMCore.Framework.Scene.ISceneSite DMCore.Framework.Scene.ISceneSite::m_Father ISceneSite_t3999208198 * ___m_Father_3; public: inline static int32_t get_offset_of_m_fTime_0() { return static_cast(offsetof(ISceneSite_t3999208198, ___m_fTime_0)); } inline float get_m_fTime_0() const { return ___m_fTime_0; } inline float* get_address_of_m_fTime_0() { return &___m_fTime_0; } inline void set_m_fTime_0(float value) { ___m_fTime_0 = value; } inline static int32_t get_offset_of_m_fCurDelta_1() { return static_cast(offsetof(ISceneSite_t3999208198, ___m_fCurDelta_1)); } inline float get_m_fCurDelta_1() const { return ___m_fCurDelta_1; } inline float* get_address_of_m_fCurDelta_1() { return &___m_fCurDelta_1; } inline void set_m_fCurDelta_1(float value) { ___m_fCurDelta_1 = value; } inline static int32_t get_offset_of_m_LogicChildren_2() { return static_cast(offsetof(ISceneSite_t3999208198, ___m_LogicChildren_2)); } inline List_1_t1176315644 * get_m_LogicChildren_2() const { return ___m_LogicChildren_2; } inline List_1_t1176315644 ** get_address_of_m_LogicChildren_2() { return &___m_LogicChildren_2; } inline void set_m_LogicChildren_2(List_1_t1176315644 * value) { ___m_LogicChildren_2 = value; Il2CppCodeGenWriteBarrier((&___m_LogicChildren_2), value); } inline static int32_t get_offset_of_m_Father_3() { return static_cast(offsetof(ISceneSite_t3999208198, ___m_Father_3)); } inline ISceneSite_t3999208198 * get_m_Father_3() const { return ___m_Father_3; } inline ISceneSite_t3999208198 ** get_address_of_m_Father_3() { return &___m_Father_3; } inline void set_m_Father_3(ISceneSite_t3999208198 * value) { ___m_Father_3 = value; Il2CppCodeGenWriteBarrier((&___m_Father_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENESITE_T3999208198_H #ifndef 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 UNITYEVENTBASE_T3960448221_H #define UNITYEVENTBASE_T3960448221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEventBase struct UnityEventBase_t3960448221 : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_t2498835369 * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t3050769227 * ___m_PersistentCalls_1; // System.String UnityEngine.Events.UnityEventBase::m_TypeName String_t* ___m_TypeName_2; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_3; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_Calls_0)); } inline InvokableCallList_t2498835369 * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_t2498835369 ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_t2498835369 * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((&___m_Calls_0), value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t3050769227 * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t3050769227 ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t3050769227 * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((&___m_PersistentCalls_1), value); } inline static int32_t get_offset_of_m_TypeName_2() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_TypeName_2)); } inline String_t* get_m_TypeName_2() const { return ___m_TypeName_2; } inline String_t** get_address_of_m_TypeName_2() { return &___m_TypeName_2; } inline void set_m_TypeName_2(String_t* value) { ___m_TypeName_2 = value; Il2CppCodeGenWriteBarrier((&___m_TypeName_2), value); } inline static int32_t get_offset_of_m_CallsDirty_3() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_CallsDirty_3)); } inline bool get_m_CallsDirty_3() const { return ___m_CallsDirty_3; } inline bool* get_address_of_m_CallsDirty_3() { return &___m_CallsDirty_3; } inline void set_m_CallsDirty_3(bool value) { ___m_CallsDirty_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENTBASE_T3960448221_H #ifndef SINGLETON_1_T2671559493_H #define SINGLETON_1_T2671559493_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_t2671559493 : public RuntimeObject { public: public: }; struct Singleton_1_t2671559493_StaticFields { public: // T FitFun.Singleton`1::instance LuaConfig_t51891751 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t2671559493_StaticFields, ___instance_0)); } inline LuaConfig_t51891751 * get_instance_0() const { return ___instance_0; } inline LuaConfig_t51891751 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(LuaConfig_t51891751 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T2671559493_H #ifndef CFITFUNAPIPLUGIN_T3372796910_H #define CFITFUNAPIPLUGIN_T3372796910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CFitfunApiPlugin struct CFitfunApiPlugin_t3372796910 : public RuntimeObject { public: public: }; struct CFitfunApiPlugin_t3372796910_StaticFields { public: // DMCore.Framework.Plugin.CFitfunApiPlugin DMCore.Framework.Plugin.CFitfunApiPlugin::s_instance CFitfunApiPlugin_t3372796910 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CFitfunApiPlugin_t3372796910_StaticFields, ___s_instance_0)); } inline CFitfunApiPlugin_t3372796910 * get_s_instance_0() const { return ___s_instance_0; } inline CFitfunApiPlugin_t3372796910 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CFitfunApiPlugin_t3372796910 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFITFUNAPIPLUGIN_T3372796910_H #ifndef TREENODE_T4280910666_H #define TREENODE_T4280910666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.TreeNode struct TreeNode_t4280910666 : public RuntimeObject { public: // FitFun.TreeNode FitFun.TreeNode::k__BackingField TreeNode_t4280910666 * ___U3CParentU3Ek__BackingField_0; // System.Collections.Generic.List`1 FitFun.TreeNode::childList List_1_t1458018112 * ___childList_1; public: inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_0() { return static_cast(offsetof(TreeNode_t4280910666, ___U3CParentU3Ek__BackingField_0)); } inline TreeNode_t4280910666 * get_U3CParentU3Ek__BackingField_0() const { return ___U3CParentU3Ek__BackingField_0; } inline TreeNode_t4280910666 ** get_address_of_U3CParentU3Ek__BackingField_0() { return &___U3CParentU3Ek__BackingField_0; } inline void set_U3CParentU3Ek__BackingField_0(TreeNode_t4280910666 * value) { ___U3CParentU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CParentU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_childList_1() { return static_cast(offsetof(TreeNode_t4280910666, ___childList_1)); } inline List_1_t1458018112 * get_childList_1() const { return ___childList_1; } inline List_1_t1458018112 ** get_address_of_childList_1() { return &___childList_1; } inline void set_childList_1(List_1_t1458018112 * value) { ___childList_1 = value; Il2CppCodeGenWriteBarrier((&___childList_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TREENODE_T4280910666_H #ifndef LUACALLCS_T241064727_H #define LUACALLCS_T241064727_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LuaCallCS struct LuaCallCS_t241064727 : public RuntimeObject { public: public: }; struct LuaCallCS_t241064727_StaticFields { public: // System.Boolean LuaCallCS::m_isLevelEditor bool ___m_isLevelEditor_0; // UnityEngine.GameObject LuaCallCS::scgui GameObject_t1113636619 * ___scgui_1; // System.Boolean LuaCallCS::mIsOffline bool ___mIsOffline_2; public: inline static int32_t get_offset_of_m_isLevelEditor_0() { return static_cast(offsetof(LuaCallCS_t241064727_StaticFields, ___m_isLevelEditor_0)); } inline bool get_m_isLevelEditor_0() const { return ___m_isLevelEditor_0; } inline bool* get_address_of_m_isLevelEditor_0() { return &___m_isLevelEditor_0; } inline void set_m_isLevelEditor_0(bool value) { ___m_isLevelEditor_0 = value; } inline static int32_t get_offset_of_scgui_1() { return static_cast(offsetof(LuaCallCS_t241064727_StaticFields, ___scgui_1)); } inline GameObject_t1113636619 * get_scgui_1() const { return ___scgui_1; } inline GameObject_t1113636619 ** get_address_of_scgui_1() { return &___scgui_1; } inline void set_scgui_1(GameObject_t1113636619 * value) { ___scgui_1 = value; Il2CppCodeGenWriteBarrier((&___scgui_1), value); } inline static int32_t get_offset_of_mIsOffline_2() { return static_cast(offsetof(LuaCallCS_t241064727_StaticFields, ___mIsOffline_2)); } inline bool get_mIsOffline_2() const { return ___mIsOffline_2; } inline bool* get_address_of_mIsOffline_2() { return &___mIsOffline_2; } inline void set_mIsOffline_2(bool value) { ___mIsOffline_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUACALLCS_T241064727_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 LOOMPARAM_T2502276889_H #define LOOMPARAM_T2502276889_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LoomParam struct LoomParam_t2502276889 : public RuntimeObject { public: // System.String LoomParam::txt String_t* ___txt_0; // System.Action`1 LoomParam::action Action_1_t2019918284 * ___action_1; public: inline static int32_t get_offset_of_txt_0() { return static_cast(offsetof(LoomParam_t2502276889, ___txt_0)); } inline String_t* get_txt_0() const { return ___txt_0; } inline String_t** get_address_of_txt_0() { return &___txt_0; } inline void set_txt_0(String_t* value) { ___txt_0 = value; Il2CppCodeGenWriteBarrier((&___txt_0), value); } inline static int32_t get_offset_of_action_1() { return static_cast(offsetof(LoomParam_t2502276889, ___action_1)); } inline Action_1_t2019918284 * get_action_1() const { return ___action_1; } inline Action_1_t2019918284 ** get_address_of_action_1() { return &___action_1; } inline void set_action_1(Action_1_t2019918284 * value) { ___action_1 = value; Il2CppCodeGenWriteBarrier((&___action_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOOMPARAM_T2502276889_H #ifndef LIST_1_T2499617678_H #define LIST_1_T2499617678_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_t2499617678 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DelayedQueueItemU5BU5D_t658540297* ____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_t2499617678, ____items_1)); } inline DelayedQueueItemU5BU5D_t658540297* get__items_1() const { return ____items_1; } inline DelayedQueueItemU5BU5D_t658540297** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DelayedQueueItemU5BU5D_t658540297* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2499617678, ____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_t2499617678, ____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_t2499617678_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray DelayedQueueItemU5BU5D_t658540297* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2499617678_StaticFields, ___EmptyArray_4)); } inline DelayedQueueItemU5BU5D_t658540297* get_EmptyArray_4() const { return ___EmptyArray_4; } inline DelayedQueueItemU5BU5D_t658540297** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(DelayedQueueItemU5BU5D_t658540297* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2499617678_H #ifndef LIST_1_T3974351631_H #define LIST_1_T3974351631_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_t3974351631 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items LoomParamU5BU5D_t4287329380* ____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_t3974351631, ____items_1)); } inline LoomParamU5BU5D_t4287329380* get__items_1() const { return ____items_1; } inline LoomParamU5BU5D_t4287329380** get_address_of__items_1() { return &____items_1; } inline void set__items_1(LoomParamU5BU5D_t4287329380* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3974351631, ____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_t3974351631, ____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_t3974351631_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray LoomParamU5BU5D_t4287329380* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3974351631_StaticFields, ___EmptyArray_4)); } inline LoomParamU5BU5D_t4287329380* get_EmptyArray_4() const { return ___EmptyArray_4; } inline LoomParamU5BU5D_t4287329380** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(LoomParamU5BU5D_t4287329380* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3974351631_H #ifndef BETTERLIST_1_T2064435940_H #define BETTERLIST_1_T2064435940_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_t2064435940 : public RuntimeObject { public: // T[] BetterList`1::buffer UserU5BU5D_t16395619* ___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_t2064435940, ___buffer_0)); } inline UserU5BU5D_t16395619* get_buffer_0() const { return ___buffer_0; } inline UserU5BU5D_t16395619** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(UserU5BU5D_t16395619* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2064435940, ___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_T2064435940_H #ifndef RUNTIMEHELPER_T3490552088_H #define RUNTIMEHELPER_T3490552088_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // RuntimeHelper struct RuntimeHelper_t3490552088 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEHELPER_T3490552088_H #ifndef SDKPARAMS_T3933363587_H #define SDKPARAMS_T3933363587_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SDKParams struct SDKParams_t3933363587 : public RuntimeObject { public: // System.String SDKParams::openId String_t* ___openId_0; // System.String SDKParams::gameId String_t* ___gameId_1; // System.String SDKParams::sessionId String_t* ___sessionId_2; // System.Int32 SDKParams::version int32_t ___version_3; // System.String SDKParams::whiteSign String_t* ___whiteSign_4; public: inline static int32_t get_offset_of_openId_0() { return static_cast(offsetof(SDKParams_t3933363587, ___openId_0)); } inline String_t* get_openId_0() const { return ___openId_0; } inline String_t** get_address_of_openId_0() { return &___openId_0; } inline void set_openId_0(String_t* value) { ___openId_0 = value; Il2CppCodeGenWriteBarrier((&___openId_0), value); } inline static int32_t get_offset_of_gameId_1() { return static_cast(offsetof(SDKParams_t3933363587, ___gameId_1)); } inline String_t* get_gameId_1() const { return ___gameId_1; } inline String_t** get_address_of_gameId_1() { return &___gameId_1; } inline void set_gameId_1(String_t* value) { ___gameId_1 = value; Il2CppCodeGenWriteBarrier((&___gameId_1), value); } inline static int32_t get_offset_of_sessionId_2() { return static_cast(offsetof(SDKParams_t3933363587, ___sessionId_2)); } inline String_t* get_sessionId_2() const { return ___sessionId_2; } inline String_t** get_address_of_sessionId_2() { return &___sessionId_2; } inline void set_sessionId_2(String_t* value) { ___sessionId_2 = value; Il2CppCodeGenWriteBarrier((&___sessionId_2), value); } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(SDKParams_t3933363587, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_whiteSign_4() { return static_cast(offsetof(SDKParams_t3933363587, ___whiteSign_4)); } inline String_t* get_whiteSign_4() const { return ___whiteSign_4; } inline String_t** get_address_of_whiteSign_4() { return &___whiteSign_4; } inline void set_whiteSign_4(String_t* value) { ___whiteSign_4 = value; Il2CppCodeGenWriteBarrier((&___whiteSign_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SDKPARAMS_T3933363587_H #ifndef 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 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 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 VERSIONNODEVALUE_T855201913_H #define VERSIONNODEVALUE_T855201913_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // VersionNodeValue struct VersionNodeValue_t855201913 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 VersionNodeValue::propertyDic Dictionary_2_t1632706988 * ___propertyDic_0; public: inline static int32_t get_offset_of_propertyDic_0() { return static_cast(offsetof(VersionNodeValue_t855201913, ___propertyDic_0)); } inline Dictionary_2_t1632706988 * get_propertyDic_0() const { return ___propertyDic_0; } inline Dictionary_2_t1632706988 ** get_address_of_propertyDic_0() { return &___propertyDic_0; } inline void set_propertyDic_0(Dictionary_2_t1632706988 * value) { ___propertyDic_0 = value; Il2CppCodeGenWriteBarrier((&___propertyDic_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERSIONNODEVALUE_T855201913_H #ifndef SETPROPERTYUTILITYEXT_T2967470485_H #define SETPROPERTYUTILITYEXT_T2967470485_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SetPropertyUtilityExt struct SetPropertyUtilityExt_t2967470485 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SETPROPERTYUTILITYEXT_T2967470485_H #ifndef HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef 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_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 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 DICTIONARY_2_T1951398181_H #define DICTIONARY_2_T1951398181_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_t1951398181 : 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 RedDotTreeNodeU5BU5D_t1274900551* ___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_t1951398181, ___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_t1951398181, ___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_t1951398181, ___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_t1951398181, ___valueSlots_7)); } inline RedDotTreeNodeU5BU5D_t1274900551* get_valueSlots_7() const { return ___valueSlots_7; } inline RedDotTreeNodeU5BU5D_t1274900551** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(RedDotTreeNodeU5BU5D_t1274900551* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1951398181, ___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_t1951398181, ___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_t1951398181, ___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_t1951398181, ___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_t1951398181, ___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_t1951398181, ___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_t1951398181, ___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_t1951398181_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t879239395 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1951398181_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t879239395 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t879239395 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t879239395 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1951398181_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 LIST_1_T1458018112_H #define LIST_1_T1458018112_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1458018112 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TreeNodeU5BU5D_t3688637519* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1458018112, ____items_1)); } inline TreeNodeU5BU5D_t3688637519* get__items_1() const { return ____items_1; } inline TreeNodeU5BU5D_t3688637519** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TreeNodeU5BU5D_t3688637519* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1458018112, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1458018112, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1458018112_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TreeNodeU5BU5D_t3688637519* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1458018112_StaticFields, ___EmptyArray_4)); } inline TreeNodeU5BU5D_t3688637519* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TreeNodeU5BU5D_t3688637519** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TreeNodeU5BU5D_t3688637519* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1458018112_H #ifndef U3CCOUPDATETREEU3EC__ITERATOR0_T384025646_H #define U3CCOUPDATETREEU3EC__ITERATOR0_T384025646_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // RedDotSystem/c__Iterator0 struct U3CCoUpdateTreeU3Ec__Iterator0_t384025646 : public RuntimeObject { public: // RedDotSystem RedDotSystem/c__Iterator0::$this RedDotSystem_t3291278877 * ___U24this_0; // System.Object RedDotSystem/c__Iterator0::$current RuntimeObject * ___U24current_1; // System.Boolean RedDotSystem/c__Iterator0::$disposing bool ___U24disposing_2; // System.Int32 RedDotSystem/c__Iterator0::$PC int32_t ___U24PC_3; public: inline static int32_t get_offset_of_U24this_0() { return static_cast(offsetof(U3CCoUpdateTreeU3Ec__Iterator0_t384025646, ___U24this_0)); } inline RedDotSystem_t3291278877 * get_U24this_0() const { return ___U24this_0; } inline RedDotSystem_t3291278877 ** get_address_of_U24this_0() { return &___U24this_0; } inline void set_U24this_0(RedDotSystem_t3291278877 * value) { ___U24this_0 = value; Il2CppCodeGenWriteBarrier((&___U24this_0), value); } inline static int32_t get_offset_of_U24current_1() { return static_cast(offsetof(U3CCoUpdateTreeU3Ec__Iterator0_t384025646, ___U24current_1)); } inline RuntimeObject * get_U24current_1() const { return ___U24current_1; } inline RuntimeObject ** get_address_of_U24current_1() { return &___U24current_1; } inline void set_U24current_1(RuntimeObject * value) { ___U24current_1 = value; Il2CppCodeGenWriteBarrier((&___U24current_1), value); } inline static int32_t get_offset_of_U24disposing_2() { return static_cast(offsetof(U3CCoUpdateTreeU3Ec__Iterator0_t384025646, ___U24disposing_2)); } inline bool get_U24disposing_2() const { return ___U24disposing_2; } inline bool* get_address_of_U24disposing_2() { return &___U24disposing_2; } inline void set_U24disposing_2(bool value) { ___U24disposing_2 = value; } inline static int32_t get_offset_of_U24PC_3() { return static_cast(offsetof(U3CCoUpdateTreeU3Ec__Iterator0_t384025646, ___U24PC_3)); } inline int32_t get_U24PC_3() const { return ___U24PC_3; } inline int32_t* get_address_of_U24PC_3() { return &___U24PC_3; } inline void set_U24PC_3(int32_t value) { ___U24PC_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCOUPDATETREEU3EC__ITERATOR0_T384025646_H #ifndef RESUTIL_T3326262599_H #define RESUTIL_T3326262599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ResUtil struct ResUtil_t3326262599 : public RuntimeObject { public: public: }; struct ResUtil_t3326262599_StaticFields { public: // System.String ResUtil::s_assetPath String_t* ___s_assetPath_0; // System.String ResUtil::bundleKey String_t* ___bundleKey_1; public: inline static int32_t get_offset_of_s_assetPath_0() { return static_cast(offsetof(ResUtil_t3326262599_StaticFields, ___s_assetPath_0)); } inline String_t* get_s_assetPath_0() const { return ___s_assetPath_0; } inline String_t** get_address_of_s_assetPath_0() { return &___s_assetPath_0; } inline void set_s_assetPath_0(String_t* value) { ___s_assetPath_0 = value; Il2CppCodeGenWriteBarrier((&___s_assetPath_0), value); } inline static int32_t get_offset_of_bundleKey_1() { return static_cast(offsetof(ResUtil_t3326262599_StaticFields, ___bundleKey_1)); } inline String_t* get_bundleKey_1() const { return ___bundleKey_1; } inline String_t** get_address_of_bundleKey_1() { return &___bundleKey_1; } inline void set_bundleKey_1(String_t* value) { ___bundleKey_1 = value; Il2CppCodeGenWriteBarrier((&___bundleKey_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESUTIL_T3326262599_H #ifndef STACK_1_T1072324851_H #define STACK_1_T1072324851_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Stack`1 struct Stack_1_t1072324851 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array PoolObjectU5BU5D_t1843916045* ____array_1; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__array_1() { return static_cast(offsetof(Stack_1_t1072324851, ____array_1)); } inline PoolObjectU5BU5D_t1843916045* get__array_1() const { return ____array_1; } inline PoolObjectU5BU5D_t1843916045** get_address_of__array_1() { return &____array_1; } inline void set__array_1(PoolObjectU5BU5D_t1843916045* value) { ____array_1 = value; Il2CppCodeGenWriteBarrier((&____array_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Stack_1_t1072324851, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(Stack_1_t1072324851, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T1072324851_H #ifndef LIST_1_T1752731834_H #define LIST_1_T1752731834_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_t1752731834 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SpriteU5BU5D_t2581906349* ____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_t1752731834, ____items_1)); } inline SpriteU5BU5D_t2581906349* get__items_1() const { return ____items_1; } inline SpriteU5BU5D_t2581906349** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SpriteU5BU5D_t2581906349* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1752731834, ____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_t1752731834, ____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_t1752731834_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SpriteU5BU5D_t2581906349* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1752731834_StaticFields, ___EmptyArray_4)); } inline SpriteU5BU5D_t2581906349* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SpriteU5BU5D_t2581906349** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SpriteU5BU5D_t2581906349* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1752731834_H #ifndef DICTIONARY_2_T2349950_H #define DICTIONARY_2_T2349950_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_t2349950 : 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 GameObjectU5BU5D_t3328599146* ___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_t2349950, ___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_t2349950, ___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_t2349950, ___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_t2349950, ___valueSlots_7)); } inline GameObjectU5BU5D_t3328599146* get_valueSlots_7() const { return ___valueSlots_7; } inline GameObjectU5BU5D_t3328599146** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(GameObjectU5BU5D_t3328599146* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2349950, ___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_t2349950, ___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_t2349950, ___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_t2349950, ___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_t2349950, ___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_t2349950, ___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_t2349950, ___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_t2349950_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2932937990 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2349950_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2932937990 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2932937990 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2932937990 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2349950_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 U3CSHOWHINTU3EC__ITERATOR0_T2666423301_H #define U3CSHOWHINTU3EC__ITERATOR0_T2666423301_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Toast/c__Iterator0 struct U3CShowHintU3Ec__Iterator0_t2666423301 : public RuntimeObject { public: // System.Single Toast/c__Iterator0::__0 float ___U3CcounterU3E__0_0; // System.Int32 Toast/c__Iterator0::duration int32_t ___duration_1; // Toast Toast/c__Iterator0::$this Toast_t1349653669 * ___U24this_2; // System.Object Toast/c__Iterator0::$current RuntimeObject * ___U24current_3; // System.Boolean Toast/c__Iterator0::$disposing bool ___U24disposing_4; // System.Int32 Toast/c__Iterator0::$PC int32_t ___U24PC_5; public: inline static int32_t get_offset_of_U3CcounterU3E__0_0() { return static_cast(offsetof(U3CShowHintU3Ec__Iterator0_t2666423301, ___U3CcounterU3E__0_0)); } inline float get_U3CcounterU3E__0_0() const { return ___U3CcounterU3E__0_0; } inline float* get_address_of_U3CcounterU3E__0_0() { return &___U3CcounterU3E__0_0; } inline void set_U3CcounterU3E__0_0(float value) { ___U3CcounterU3E__0_0 = value; } inline static int32_t get_offset_of_duration_1() { return static_cast(offsetof(U3CShowHintU3Ec__Iterator0_t2666423301, ___duration_1)); } inline int32_t get_duration_1() const { return ___duration_1; } inline int32_t* get_address_of_duration_1() { return &___duration_1; } inline void set_duration_1(int32_t value) { ___duration_1 = value; } inline static int32_t get_offset_of_U24this_2() { return static_cast(offsetof(U3CShowHintU3Ec__Iterator0_t2666423301, ___U24this_2)); } inline Toast_t1349653669 * get_U24this_2() const { return ___U24this_2; } inline Toast_t1349653669 ** get_address_of_U24this_2() { return &___U24this_2; } inline void set_U24this_2(Toast_t1349653669 * value) { ___U24this_2 = value; Il2CppCodeGenWriteBarrier((&___U24this_2), value); } inline static int32_t get_offset_of_U24current_3() { return static_cast(offsetof(U3CShowHintU3Ec__Iterator0_t2666423301, ___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(U3CShowHintU3Ec__Iterator0_t2666423301, ___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(U3CShowHintU3Ec__Iterator0_t2666423301, ___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 // U3CSHOWHINTU3EC__ITERATOR0_T2666423301_H #ifndef U3CAWAKEU3EC__ANONSTOREY0_T2461756345_H #define U3CAWAKEU3EC__ANONSTOREY0_T2461756345_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ToggleTest/c__AnonStorey0 struct U3CAwakeU3Ec__AnonStorey0_t2461756345 : public RuntimeObject { public: // UnityEngine.UI.Toggle ToggleTest/c__AnonStorey0::t Toggle_t2735377061 * ___t_0; public: inline static int32_t get_offset_of_t_0() { return static_cast(offsetof(U3CAwakeU3Ec__AnonStorey0_t2461756345, ___t_0)); } inline Toggle_t2735377061 * get_t_0() const { return ___t_0; } inline Toggle_t2735377061 ** get_address_of_t_0() { return &___t_0; } inline void set_t_0(Toggle_t2735377061 * value) { ___t_0 = value; Il2CppCodeGenWriteBarrier((&___t_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CAWAKEU3EC__ANONSTOREY0_T2461756345_H #ifndef TRANSFORMUTILS_T3782716328_H #define TRANSFORMUTILS_T3782716328_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TransformUtils struct TransformUtils_t3782716328 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSFORMUTILS_T3782716328_H #ifndef TRICYCLEGAME_T208650683_H #define TRICYCLEGAME_T208650683_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TricycleGame struct TricycleGame_t208650683 : public RuntimeObject { public: public: }; struct TricycleGame_t208650683_StaticFields { public: // System.Boolean TricycleGame::m_mainRoleInited bool ___m_mainRoleInited_0; public: inline static int32_t get_offset_of_m_mainRoleInited_0() { return static_cast(offsetof(TricycleGame_t208650683_StaticFields, ___m_mainRoleInited_0)); } inline bool get_m_mainRoleInited_0() const { return ___m_mainRoleInited_0; } inline bool* get_address_of_m_mainRoleInited_0() { return &___m_mainRoleInited_0; } inline void set_m_mainRoleInited_0(bool value) { ___m_mainRoleInited_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRICYCLEGAME_T208650683_H #ifndef LIST_1_T3628304265_H #define LIST_1_T3628304265_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3628304265 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector2U5BU5D_t1457185986* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3628304265, ____items_1)); } inline Vector2U5BU5D_t1457185986* get__items_1() const { return ____items_1; } inline Vector2U5BU5D_t1457185986** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector2U5BU5D_t1457185986* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3628304265, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3628304265, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t3628304265_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Vector2U5BU5D_t1457185986* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3628304265_StaticFields, ___EmptyArray_4)); } inline Vector2U5BU5D_t1457185986* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Vector2U5BU5D_t1457185986** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Vector2U5BU5D_t1457185986* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3628304265_H #ifndef DICTIONARY_2_T3293354510_H #define DICTIONARY_2_T3293354510_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_t3293354510 : 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 PoolU5BU5D_t1667796338* ___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_t3293354510, ___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_t3293354510, ___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_t3293354510, ___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_t3293354510, ___valueSlots_7)); } inline PoolU5BU5D_t1667796338* get_valueSlots_7() const { return ___valueSlots_7; } inline PoolU5BU5D_t1667796338** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(PoolU5BU5D_t1667796338* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3293354510, ___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_t3293354510, ___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_t3293354510, ___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_t3293354510, ___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_t3293354510, ___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_t3293354510, ___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_t3293354510, ___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_t3293354510_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t518208054 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3293354510_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t518208054 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t518208054 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t518208054 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3293354510_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 KEYCOLLECTION_T3483029981_H #define KEYCOLLECTION_T3483029981_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/KeyCollection struct KeyCollection_t3483029981 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t3293354510 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t3483029981, ___dictionary_0)); } inline Dictionary_2_t3293354510 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3293354510 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3293354510 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCOLLECTION_T3483029981_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 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 NETSENDINGCACHE_T1115576376_H #define NETSENDINGCACHE_T1115576376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // netSendingCache struct netSendingCache_t1115576376 : public RuntimeObject { public: public: }; struct netSendingCache_t1115576376_StaticFields { public: // BetterList`1 netSendingCache::s_msgList BetterList_1_t3223218359 * ___s_msgList_0; public: inline static int32_t get_offset_of_s_msgList_0() { return static_cast(offsetof(netSendingCache_t1115576376_StaticFields, ___s_msgList_0)); } inline BetterList_1_t3223218359 * get_s_msgList_0() const { return ___s_msgList_0; } inline BetterList_1_t3223218359 ** get_address_of_s_msgList_0() { return &___s_msgList_0; } inline void set_s_msgList_0(BetterList_1_t3223218359 * value) { ___s_msgList_0 = value; Il2CppCodeGenWriteBarrier((&___s_msgList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETSENDINGCACHE_T1115576376_H #ifndef RESOURCEINFO_T1121949828_H #define RESOURCEINFO_T1121949828_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SG.ResourceManager/ResourceInfo struct ResourceInfo_t1121949828 : public RuntimeObject { public: // System.Boolean SG.ResourceManager/ResourceInfo::useResource bool ___useResource_0; // UnityEngine.GameObject SG.ResourceManager/ResourceInfo::resourceHandle GameObject_t1113636619 * ___resourceHandle_1; public: inline static int32_t get_offset_of_useResource_0() { return static_cast(offsetof(ResourceInfo_t1121949828, ___useResource_0)); } inline bool get_useResource_0() const { return ___useResource_0; } inline bool* get_address_of_useResource_0() { return &___useResource_0; } inline void set_useResource_0(bool value) { ___useResource_0 = value; } inline static int32_t get_offset_of_resourceHandle_1() { return static_cast(offsetof(ResourceInfo_t1121949828, ___resourceHandle_1)); } inline GameObject_t1113636619 * get_resourceHandle_1() const { return ___resourceHandle_1; } inline GameObject_t1113636619 ** get_address_of_resourceHandle_1() { return &___resourceHandle_1; } inline void set_resourceHandle_1(GameObject_t1113636619 * value) { ___resourceHandle_1 = value; Il2CppCodeGenWriteBarrier((&___resourceHandle_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOURCEINFO_T1121949828_H #ifndef ISHOE_T2709100496_H #define ISHOE_T2709100496_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IShoe struct IShoe_t2709100496 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISHOE_T2709100496_H #ifndef DICTIONARY_2_T416264252_H #define DICTIONARY_2_T416264252_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_t416264252 : 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 ObjectU5BU5D_t1417781964* ___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_t416264252, ___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_t416264252, ___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_t416264252, ___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_t416264252, ___valueSlots_7)); } inline ObjectU5BU5D_t1417781964* get_valueSlots_7() const { return ___valueSlots_7; } inline ObjectU5BU5D_t1417781964** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ObjectU5BU5D_t1417781964* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t416264252, ___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_t416264252, ___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_t416264252, ___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_t416264252, ___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_t416264252, ___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_t416264252, ___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_t416264252, ___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_t416264252_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t268193680 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t416264252_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t268193680 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t268193680 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t268193680 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T416264252_H #ifndef LEXER_T1514038666_H #define LEXER_T1514038666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.Lexer struct Lexer_t1514038666 : public RuntimeObject { public: // System.Boolean LitJson.Lexer::allow_comments bool ___allow_comments_2; // System.Boolean LitJson.Lexer::allow_single_quoted_strings bool ___allow_single_quoted_strings_3; // System.Boolean LitJson.Lexer::end_of_input bool ___end_of_input_4; // LitJson.FsmContext LitJson.Lexer::fsm_context FsmContext_t2331368794 * ___fsm_context_5; // System.Int32 LitJson.Lexer::input_buffer int32_t ___input_buffer_6; // System.Int32 LitJson.Lexer::input_char int32_t ___input_char_7; // System.IO.TextReader LitJson.Lexer::reader TextReader_t283511965 * ___reader_8; // System.Int32 LitJson.Lexer::state int32_t ___state_9; // System.Text.StringBuilder LitJson.Lexer::string_buffer StringBuilder_t * ___string_buffer_10; // System.String LitJson.Lexer::string_value String_t* ___string_value_11; // System.Int32 LitJson.Lexer::token int32_t ___token_12; // System.Int32 LitJson.Lexer::unichar int32_t ___unichar_13; public: inline static int32_t get_offset_of_allow_comments_2() { return static_cast(offsetof(Lexer_t1514038666, ___allow_comments_2)); } inline bool get_allow_comments_2() const { return ___allow_comments_2; } inline bool* get_address_of_allow_comments_2() { return &___allow_comments_2; } inline void set_allow_comments_2(bool value) { ___allow_comments_2 = value; } inline static int32_t get_offset_of_allow_single_quoted_strings_3() { return static_cast(offsetof(Lexer_t1514038666, ___allow_single_quoted_strings_3)); } inline bool get_allow_single_quoted_strings_3() const { return ___allow_single_quoted_strings_3; } inline bool* get_address_of_allow_single_quoted_strings_3() { return &___allow_single_quoted_strings_3; } inline void set_allow_single_quoted_strings_3(bool value) { ___allow_single_quoted_strings_3 = value; } inline static int32_t get_offset_of_end_of_input_4() { return static_cast(offsetof(Lexer_t1514038666, ___end_of_input_4)); } inline bool get_end_of_input_4() const { return ___end_of_input_4; } inline bool* get_address_of_end_of_input_4() { return &___end_of_input_4; } inline void set_end_of_input_4(bool value) { ___end_of_input_4 = value; } inline static int32_t get_offset_of_fsm_context_5() { return static_cast(offsetof(Lexer_t1514038666, ___fsm_context_5)); } inline FsmContext_t2331368794 * get_fsm_context_5() const { return ___fsm_context_5; } inline FsmContext_t2331368794 ** get_address_of_fsm_context_5() { return &___fsm_context_5; } inline void set_fsm_context_5(FsmContext_t2331368794 * value) { ___fsm_context_5 = value; Il2CppCodeGenWriteBarrier((&___fsm_context_5), value); } inline static int32_t get_offset_of_input_buffer_6() { return static_cast(offsetof(Lexer_t1514038666, ___input_buffer_6)); } inline int32_t get_input_buffer_6() const { return ___input_buffer_6; } inline int32_t* get_address_of_input_buffer_6() { return &___input_buffer_6; } inline void set_input_buffer_6(int32_t value) { ___input_buffer_6 = value; } inline static int32_t get_offset_of_input_char_7() { return static_cast(offsetof(Lexer_t1514038666, ___input_char_7)); } inline int32_t get_input_char_7() const { return ___input_char_7; } inline int32_t* get_address_of_input_char_7() { return &___input_char_7; } inline void set_input_char_7(int32_t value) { ___input_char_7 = value; } inline static int32_t get_offset_of_reader_8() { return static_cast(offsetof(Lexer_t1514038666, ___reader_8)); } inline TextReader_t283511965 * get_reader_8() const { return ___reader_8; } inline TextReader_t283511965 ** get_address_of_reader_8() { return &___reader_8; } inline void set_reader_8(TextReader_t283511965 * value) { ___reader_8 = value; Il2CppCodeGenWriteBarrier((&___reader_8), value); } inline static int32_t get_offset_of_state_9() { return static_cast(offsetof(Lexer_t1514038666, ___state_9)); } inline int32_t get_state_9() const { return ___state_9; } inline int32_t* get_address_of_state_9() { return &___state_9; } inline void set_state_9(int32_t value) { ___state_9 = value; } inline static int32_t get_offset_of_string_buffer_10() { return static_cast(offsetof(Lexer_t1514038666, ___string_buffer_10)); } inline StringBuilder_t * get_string_buffer_10() const { return ___string_buffer_10; } inline StringBuilder_t ** get_address_of_string_buffer_10() { return &___string_buffer_10; } inline void set_string_buffer_10(StringBuilder_t * value) { ___string_buffer_10 = value; Il2CppCodeGenWriteBarrier((&___string_buffer_10), value); } inline static int32_t get_offset_of_string_value_11() { return static_cast(offsetof(Lexer_t1514038666, ___string_value_11)); } inline String_t* get_string_value_11() const { return ___string_value_11; } inline String_t** get_address_of_string_value_11() { return &___string_value_11; } inline void set_string_value_11(String_t* value) { ___string_value_11 = value; Il2CppCodeGenWriteBarrier((&___string_value_11), value); } inline static int32_t get_offset_of_token_12() { return static_cast(offsetof(Lexer_t1514038666, ___token_12)); } inline int32_t get_token_12() const { return ___token_12; } inline int32_t* get_address_of_token_12() { return &___token_12; } inline void set_token_12(int32_t value) { ___token_12 = value; } inline static int32_t get_offset_of_unichar_13() { return static_cast(offsetof(Lexer_t1514038666, ___unichar_13)); } inline int32_t get_unichar_13() const { return ___unichar_13; } inline int32_t* get_address_of_unichar_13() { return &___unichar_13; } inline void set_unichar_13(int32_t value) { ___unichar_13 = value; } }; struct Lexer_t1514038666_StaticFields { public: // System.Int32[] LitJson.Lexer::fsm_return_table Int32U5BU5D_t385246372* ___fsm_return_table_0; // LitJson.Lexer/StateHandler[] LitJson.Lexer::fsm_handler_table StateHandlerU5BU5D_t1323790106* ___fsm_handler_table_1; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache0 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache0_14; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache1 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache1_15; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache2 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache2_16; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache3 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache3_17; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache4 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache4_18; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache5 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache5_19; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache6 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache6_20; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache7 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache7_21; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache8 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache8_22; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache9 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache9_23; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cacheA StateHandler_t105866779 * ___U3CU3Ef__mgU24cacheA_24; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cacheB StateHandler_t105866779 * ___U3CU3Ef__mgU24cacheB_25; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cacheC StateHandler_t105866779 * ___U3CU3Ef__mgU24cacheC_26; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cacheD StateHandler_t105866779 * ___U3CU3Ef__mgU24cacheD_27; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cacheE StateHandler_t105866779 * ___U3CU3Ef__mgU24cacheE_28; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cacheF StateHandler_t105866779 * ___U3CU3Ef__mgU24cacheF_29; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache10 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache10_30; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache11 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache11_31; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache12 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache12_32; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache13 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache13_33; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache14 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache14_34; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache15 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache15_35; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache16 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache16_36; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache17 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache17_37; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache18 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache18_38; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache19 StateHandler_t105866779 * ___U3CU3Ef__mgU24cache19_39; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache1A StateHandler_t105866779 * ___U3CU3Ef__mgU24cache1A_40; // LitJson.Lexer/StateHandler LitJson.Lexer::<>f__mg$cache1B StateHandler_t105866779 * ___U3CU3Ef__mgU24cache1B_41; public: inline static int32_t get_offset_of_fsm_return_table_0() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___fsm_return_table_0)); } inline Int32U5BU5D_t385246372* get_fsm_return_table_0() const { return ___fsm_return_table_0; } inline Int32U5BU5D_t385246372** get_address_of_fsm_return_table_0() { return &___fsm_return_table_0; } inline void set_fsm_return_table_0(Int32U5BU5D_t385246372* value) { ___fsm_return_table_0 = value; Il2CppCodeGenWriteBarrier((&___fsm_return_table_0), value); } inline static int32_t get_offset_of_fsm_handler_table_1() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___fsm_handler_table_1)); } inline StateHandlerU5BU5D_t1323790106* get_fsm_handler_table_1() const { return ___fsm_handler_table_1; } inline StateHandlerU5BU5D_t1323790106** get_address_of_fsm_handler_table_1() { return &___fsm_handler_table_1; } inline void set_fsm_handler_table_1(StateHandlerU5BU5D_t1323790106* value) { ___fsm_handler_table_1 = value; Il2CppCodeGenWriteBarrier((&___fsm_handler_table_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_14() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache0_14)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache0_14() const { return ___U3CU3Ef__mgU24cache0_14; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache0_14() { return &___U3CU3Ef__mgU24cache0_14; } inline void set_U3CU3Ef__mgU24cache0_14(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache0_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_14), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_15() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache1_15)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache1_15() const { return ___U3CU3Ef__mgU24cache1_15; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache1_15() { return &___U3CU3Ef__mgU24cache1_15; } inline void set_U3CU3Ef__mgU24cache1_15(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache1_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_15), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_16() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache2_16)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache2_16() const { return ___U3CU3Ef__mgU24cache2_16; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache2_16() { return &___U3CU3Ef__mgU24cache2_16; } inline void set_U3CU3Ef__mgU24cache2_16(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache2_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_16), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_17() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache3_17)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache3_17() const { return ___U3CU3Ef__mgU24cache3_17; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache3_17() { return &___U3CU3Ef__mgU24cache3_17; } inline void set_U3CU3Ef__mgU24cache3_17(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache3_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_17), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_18() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache4_18)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache4_18() const { return ___U3CU3Ef__mgU24cache4_18; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache4_18() { return &___U3CU3Ef__mgU24cache4_18; } inline void set_U3CU3Ef__mgU24cache4_18(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache4_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_19() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache5_19)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache5_19() const { return ___U3CU3Ef__mgU24cache5_19; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache5_19() { return &___U3CU3Ef__mgU24cache5_19; } inline void set_U3CU3Ef__mgU24cache5_19(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache5_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_20() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache6_20)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache6_20() const { return ___U3CU3Ef__mgU24cache6_20; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache6_20() { return &___U3CU3Ef__mgU24cache6_20; } inline void set_U3CU3Ef__mgU24cache6_20(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache6_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_20), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_21() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache7_21)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache7_21() const { return ___U3CU3Ef__mgU24cache7_21; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache7_21() { return &___U3CU3Ef__mgU24cache7_21; } inline void set_U3CU3Ef__mgU24cache7_21(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache7_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_21), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_22() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache8_22)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache8_22() const { return ___U3CU3Ef__mgU24cache8_22; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache8_22() { return &___U3CU3Ef__mgU24cache8_22; } inline void set_U3CU3Ef__mgU24cache8_22(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache8_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_22), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_23() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache9_23)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache9_23() const { return ___U3CU3Ef__mgU24cache9_23; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache9_23() { return &___U3CU3Ef__mgU24cache9_23; } inline void set_U3CU3Ef__mgU24cache9_23(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache9_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_23), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA_24() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cacheA_24)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cacheA_24() const { return ___U3CU3Ef__mgU24cacheA_24; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cacheA_24() { return &___U3CU3Ef__mgU24cacheA_24; } inline void set_U3CU3Ef__mgU24cacheA_24(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cacheA_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA_24), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB_25() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cacheB_25)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cacheB_25() const { return ___U3CU3Ef__mgU24cacheB_25; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cacheB_25() { return &___U3CU3Ef__mgU24cacheB_25; } inline void set_U3CU3Ef__mgU24cacheB_25(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cacheB_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB_25), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC_26() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cacheC_26)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cacheC_26() const { return ___U3CU3Ef__mgU24cacheC_26; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cacheC_26() { return &___U3CU3Ef__mgU24cacheC_26; } inline void set_U3CU3Ef__mgU24cacheC_26(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cacheC_26 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC_26), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD_27() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cacheD_27)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cacheD_27() const { return ___U3CU3Ef__mgU24cacheD_27; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cacheD_27() { return &___U3CU3Ef__mgU24cacheD_27; } inline void set_U3CU3Ef__mgU24cacheD_27(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cacheD_27 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD_27), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE_28() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cacheE_28)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cacheE_28() const { return ___U3CU3Ef__mgU24cacheE_28; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cacheE_28() { return &___U3CU3Ef__mgU24cacheE_28; } inline void set_U3CU3Ef__mgU24cacheE_28(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cacheE_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE_28), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF_29() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cacheF_29)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cacheF_29() const { return ___U3CU3Ef__mgU24cacheF_29; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cacheF_29() { return &___U3CU3Ef__mgU24cacheF_29; } inline void set_U3CU3Ef__mgU24cacheF_29(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cacheF_29 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF_29), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache10_30() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache10_30)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache10_30() const { return ___U3CU3Ef__mgU24cache10_30; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache10_30() { return &___U3CU3Ef__mgU24cache10_30; } inline void set_U3CU3Ef__mgU24cache10_30(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache10_30 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache10_30), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache11_31() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache11_31)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache11_31() const { return ___U3CU3Ef__mgU24cache11_31; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache11_31() { return &___U3CU3Ef__mgU24cache11_31; } inline void set_U3CU3Ef__mgU24cache11_31(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache11_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache11_31), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache12_32() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache12_32)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache12_32() const { return ___U3CU3Ef__mgU24cache12_32; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache12_32() { return &___U3CU3Ef__mgU24cache12_32; } inline void set_U3CU3Ef__mgU24cache12_32(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache12_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache12_32), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache13_33() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache13_33)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache13_33() const { return ___U3CU3Ef__mgU24cache13_33; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache13_33() { return &___U3CU3Ef__mgU24cache13_33; } inline void set_U3CU3Ef__mgU24cache13_33(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache13_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache13_33), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache14_34() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache14_34)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache14_34() const { return ___U3CU3Ef__mgU24cache14_34; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache14_34() { return &___U3CU3Ef__mgU24cache14_34; } inline void set_U3CU3Ef__mgU24cache14_34(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache14_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache14_34), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache15_35() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache15_35)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache15_35() const { return ___U3CU3Ef__mgU24cache15_35; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache15_35() { return &___U3CU3Ef__mgU24cache15_35; } inline void set_U3CU3Ef__mgU24cache15_35(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache15_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache15_35), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache16_36() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache16_36)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache16_36() const { return ___U3CU3Ef__mgU24cache16_36; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache16_36() { return &___U3CU3Ef__mgU24cache16_36; } inline void set_U3CU3Ef__mgU24cache16_36(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache16_36 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache16_36), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache17_37() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache17_37)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache17_37() const { return ___U3CU3Ef__mgU24cache17_37; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache17_37() { return &___U3CU3Ef__mgU24cache17_37; } inline void set_U3CU3Ef__mgU24cache17_37(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache17_37 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache17_37), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache18_38() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache18_38)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache18_38() const { return ___U3CU3Ef__mgU24cache18_38; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache18_38() { return &___U3CU3Ef__mgU24cache18_38; } inline void set_U3CU3Ef__mgU24cache18_38(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache18_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache18_38), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache19_39() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache19_39)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache19_39() const { return ___U3CU3Ef__mgU24cache19_39; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache19_39() { return &___U3CU3Ef__mgU24cache19_39; } inline void set_U3CU3Ef__mgU24cache19_39(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache19_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache19_39), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1A_40() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache1A_40)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache1A_40() const { return ___U3CU3Ef__mgU24cache1A_40; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache1A_40() { return &___U3CU3Ef__mgU24cache1A_40; } inline void set_U3CU3Ef__mgU24cache1A_40(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache1A_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1A_40), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1B_41() { return static_cast(offsetof(Lexer_t1514038666_StaticFields, ___U3CU3Ef__mgU24cache1B_41)); } inline StateHandler_t105866779 * get_U3CU3Ef__mgU24cache1B_41() const { return ___U3CU3Ef__mgU24cache1B_41; } inline StateHandler_t105866779 ** get_address_of_U3CU3Ef__mgU24cache1B_41() { return &___U3CU3Ef__mgU24cache1B_41; } inline void set_U3CU3Ef__mgU24cache1B_41(StateHandler_t105866779 * value) { ___U3CU3Ef__mgU24cache1B_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1B_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEXER_T1514038666_H #ifndef 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 STACK_1_T1854483454_H #define STACK_1_T1854483454_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Stack`1 struct Stack_1_t1854483454 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array WriterContextU5BU5D_t1224381814* ____array_1; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__array_1() { return static_cast(offsetof(Stack_1_t1854483454, ____array_1)); } inline WriterContextU5BU5D_t1224381814* get__array_1() const { return ____array_1; } inline WriterContextU5BU5D_t1224381814** get_address_of__array_1() { return &____array_1; } inline void set__array_1(WriterContextU5BU5D_t1224381814* value) { ____array_1 = value; Il2CppCodeGenWriteBarrier((&____array_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Stack_1_t1854483454, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(Stack_1_t1854483454, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T1854483454_H #ifndef NUMBERFORMATINFO_T435877138_H #define NUMBERFORMATINFO_T435877138_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138 : public RuntimeObject { public: // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_0; // System.String System.Globalization.NumberFormatInfo::decimalFormats String_t* ___decimalFormats_1; // System.String System.Globalization.NumberFormatInfo::currencyFormats String_t* ___currencyFormats_2; // System.String System.Globalization.NumberFormatInfo::percentFormats String_t* ___percentFormats_3; // System.String System.Globalization.NumberFormatInfo::digitPattern String_t* ___digitPattern_4; // System.String System.Globalization.NumberFormatInfo::zeroPattern String_t* ___zeroPattern_5; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_6; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t385246372* ___currencyGroupSizes_9; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_10; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_11; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_12; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_15; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_16; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_17; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_18; // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t385246372* ___numberGroupSizes_19; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_20; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_21; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_22; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_23; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t385246372* ___percentGroupSizes_24; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_27; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_28; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_29; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_30; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_31; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_32; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_34; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_35; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t1281789340* ___nativeDigits_36; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_37; public: inline static int32_t get_offset_of_isReadOnly_0() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___isReadOnly_0)); } inline bool get_isReadOnly_0() const { return ___isReadOnly_0; } inline bool* get_address_of_isReadOnly_0() { return &___isReadOnly_0; } inline void set_isReadOnly_0(bool value) { ___isReadOnly_0 = value; } inline static int32_t get_offset_of_decimalFormats_1() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___decimalFormats_1)); } inline String_t* get_decimalFormats_1() const { return ___decimalFormats_1; } inline String_t** get_address_of_decimalFormats_1() { return &___decimalFormats_1; } inline void set_decimalFormats_1(String_t* value) { ___decimalFormats_1 = value; Il2CppCodeGenWriteBarrier((&___decimalFormats_1), value); } inline static int32_t get_offset_of_currencyFormats_2() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyFormats_2)); } inline String_t* get_currencyFormats_2() const { return ___currencyFormats_2; } inline String_t** get_address_of_currencyFormats_2() { return &___currencyFormats_2; } inline void set_currencyFormats_2(String_t* value) { ___currencyFormats_2 = value; Il2CppCodeGenWriteBarrier((&___currencyFormats_2), value); } inline static int32_t get_offset_of_percentFormats_3() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentFormats_3)); } inline String_t* get_percentFormats_3() const { return ___percentFormats_3; } inline String_t** get_address_of_percentFormats_3() { return &___percentFormats_3; } inline void set_percentFormats_3(String_t* value) { ___percentFormats_3 = value; Il2CppCodeGenWriteBarrier((&___percentFormats_3), value); } inline static int32_t get_offset_of_digitPattern_4() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitPattern_4)); } inline String_t* get_digitPattern_4() const { return ___digitPattern_4; } inline String_t** get_address_of_digitPattern_4() { return &___digitPattern_4; } inline void set_digitPattern_4(String_t* value) { ___digitPattern_4 = value; Il2CppCodeGenWriteBarrier((&___digitPattern_4), value); } inline static int32_t get_offset_of_zeroPattern_5() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___zeroPattern_5)); } inline String_t* get_zeroPattern_5() const { return ___zeroPattern_5; } inline String_t** get_address_of_zeroPattern_5() { return &___zeroPattern_5; } inline void set_zeroPattern_5(String_t* value) { ___zeroPattern_5 = value; Il2CppCodeGenWriteBarrier((&___zeroPattern_5), value); } inline static int32_t get_offset_of_currencyDecimalDigits_6() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalDigits_6)); } inline int32_t get_currencyDecimalDigits_6() const { return ___currencyDecimalDigits_6; } inline int32_t* get_address_of_currencyDecimalDigits_6() { return &___currencyDecimalDigits_6; } inline void set_currencyDecimalDigits_6(int32_t value) { ___currencyDecimalDigits_6 = value; } inline static int32_t get_offset_of_currencyDecimalSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalSeparator_7)); } inline String_t* get_currencyDecimalSeparator_7() const { return ___currencyDecimalSeparator_7; } inline String_t** get_address_of_currencyDecimalSeparator_7() { return &___currencyDecimalSeparator_7; } inline void set_currencyDecimalSeparator_7(String_t* value) { ___currencyDecimalSeparator_7 = value; Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_7), value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value); } inline static int32_t get_offset_of_currencyGroupSizes_9() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSizes_9)); } inline Int32U5BU5D_t385246372* get_currencyGroupSizes_9() const { return ___currencyGroupSizes_9; } inline Int32U5BU5D_t385246372** get_address_of_currencyGroupSizes_9() { return &___currencyGroupSizes_9; } inline void set_currencyGroupSizes_9(Int32U5BU5D_t385246372* value) { ___currencyGroupSizes_9 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_9), value); } inline static int32_t get_offset_of_currencyNegativePattern_10() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyNegativePattern_10)); } inline int32_t get_currencyNegativePattern_10() const { return ___currencyNegativePattern_10; } inline int32_t* get_address_of_currencyNegativePattern_10() { return &___currencyNegativePattern_10; } inline void set_currencyNegativePattern_10(int32_t value) { ___currencyNegativePattern_10 = value; } inline static int32_t get_offset_of_currencyPositivePattern_11() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyPositivePattern_11)); } inline int32_t get_currencyPositivePattern_11() const { return ___currencyPositivePattern_11; } inline int32_t* get_address_of_currencyPositivePattern_11() { return &___currencyPositivePattern_11; } inline void set_currencyPositivePattern_11(int32_t value) { ___currencyPositivePattern_11 = value; } inline static int32_t get_offset_of_currencySymbol_12() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencySymbol_12)); } inline String_t* get_currencySymbol_12() const { return ___currencySymbol_12; } inline String_t** get_address_of_currencySymbol_12() { return &___currencySymbol_12; } inline void set_currencySymbol_12(String_t* value) { ___currencySymbol_12 = value; Il2CppCodeGenWriteBarrier((&___currencySymbol_12), value); } inline static int32_t get_offset_of_nanSymbol_13() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nanSymbol_13)); } inline String_t* get_nanSymbol_13() const { return ___nanSymbol_13; } inline String_t** get_address_of_nanSymbol_13() { return &___nanSymbol_13; } inline void set_nanSymbol_13(String_t* value) { ___nanSymbol_13 = value; Il2CppCodeGenWriteBarrier((&___nanSymbol_13), value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value); } inline static int32_t get_offset_of_negativeSign_15() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeSign_15)); } inline String_t* get_negativeSign_15() const { return ___negativeSign_15; } inline String_t** get_address_of_negativeSign_15() { return &___negativeSign_15; } inline void set_negativeSign_15(String_t* value) { ___negativeSign_15 = value; Il2CppCodeGenWriteBarrier((&___negativeSign_15), value); } inline static int32_t get_offset_of_numberDecimalDigits_16() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalDigits_16)); } inline int32_t get_numberDecimalDigits_16() const { return ___numberDecimalDigits_16; } inline int32_t* get_address_of_numberDecimalDigits_16() { return &___numberDecimalDigits_16; } inline void set_numberDecimalDigits_16(int32_t value) { ___numberDecimalDigits_16 = value; } inline static int32_t get_offset_of_numberDecimalSeparator_17() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalSeparator_17)); } inline String_t* get_numberDecimalSeparator_17() const { return ___numberDecimalSeparator_17; } inline String_t** get_address_of_numberDecimalSeparator_17() { return &___numberDecimalSeparator_17; } inline void set_numberDecimalSeparator_17(String_t* value) { ___numberDecimalSeparator_17 = value; Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_17), value); } inline static int32_t get_offset_of_numberGroupSeparator_18() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSeparator_18)); } inline String_t* get_numberGroupSeparator_18() const { return ___numberGroupSeparator_18; } inline String_t** get_address_of_numberGroupSeparator_18() { return &___numberGroupSeparator_18; } inline void set_numberGroupSeparator_18(String_t* value) { ___numberGroupSeparator_18 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_18), value); } inline static int32_t get_offset_of_numberGroupSizes_19() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSizes_19)); } inline Int32U5BU5D_t385246372* get_numberGroupSizes_19() const { return ___numberGroupSizes_19; } inline Int32U5BU5D_t385246372** get_address_of_numberGroupSizes_19() { return &___numberGroupSizes_19; } inline void set_numberGroupSizes_19(Int32U5BU5D_t385246372* value) { ___numberGroupSizes_19 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSizes_19), value); } inline static int32_t get_offset_of_numberNegativePattern_20() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberNegativePattern_20)); } inline int32_t get_numberNegativePattern_20() const { return ___numberNegativePattern_20; } inline int32_t* get_address_of_numberNegativePattern_20() { return &___numberNegativePattern_20; } inline void set_numberNegativePattern_20(int32_t value) { ___numberNegativePattern_20 = value; } inline static int32_t get_offset_of_percentDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalDigits_21)); } inline int32_t get_percentDecimalDigits_21() const { return ___percentDecimalDigits_21; } inline int32_t* get_address_of_percentDecimalDigits_21() { return &___percentDecimalDigits_21; } inline void set_percentDecimalDigits_21(int32_t value) { ___percentDecimalDigits_21 = value; } inline static int32_t get_offset_of_percentDecimalSeparator_22() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalSeparator_22)); } inline String_t* get_percentDecimalSeparator_22() const { return ___percentDecimalSeparator_22; } inline String_t** get_address_of_percentDecimalSeparator_22() { return &___percentDecimalSeparator_22; } inline void set_percentDecimalSeparator_22(String_t* value) { ___percentDecimalSeparator_22 = value; Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_22), value); } inline static int32_t get_offset_of_percentGroupSeparator_23() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSeparator_23)); } inline String_t* get_percentGroupSeparator_23() const { return ___percentGroupSeparator_23; } inline String_t** get_address_of_percentGroupSeparator_23() { return &___percentGroupSeparator_23; } inline void set_percentGroupSeparator_23(String_t* value) { ___percentGroupSeparator_23 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_23), value); } inline static int32_t get_offset_of_percentGroupSizes_24() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSizes_24)); } inline Int32U5BU5D_t385246372* get_percentGroupSizes_24() const { return ___percentGroupSizes_24; } inline Int32U5BU5D_t385246372** get_address_of_percentGroupSizes_24() { return &___percentGroupSizes_24; } inline void set_percentGroupSizes_24(Int32U5BU5D_t385246372* value) { ___percentGroupSizes_24 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSizes_24), value); } inline static int32_t get_offset_of_percentNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentNegativePattern_25)); } inline int32_t get_percentNegativePattern_25() const { return ___percentNegativePattern_25; } inline int32_t* get_address_of_percentNegativePattern_25() { return &___percentNegativePattern_25; } inline void set_percentNegativePattern_25(int32_t value) { ___percentNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentSymbol_27() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentSymbol_27)); } inline String_t* get_percentSymbol_27() const { return ___percentSymbol_27; } inline String_t** get_address_of_percentSymbol_27() { return &___percentSymbol_27; } inline void set_percentSymbol_27(String_t* value) { ___percentSymbol_27 = value; Il2CppCodeGenWriteBarrier((&___percentSymbol_27), value); } inline static int32_t get_offset_of_perMilleSymbol_28() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___perMilleSymbol_28)); } inline String_t* get_perMilleSymbol_28() const { return ___perMilleSymbol_28; } inline String_t** get_address_of_perMilleSymbol_28() { return &___perMilleSymbol_28; } inline void set_perMilleSymbol_28(String_t* value) { ___perMilleSymbol_28 = value; Il2CppCodeGenWriteBarrier((&___perMilleSymbol_28), value); } inline static int32_t get_offset_of_positiveInfinitySymbol_29() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveInfinitySymbol_29)); } inline String_t* get_positiveInfinitySymbol_29() const { return ___positiveInfinitySymbol_29; } inline String_t** get_address_of_positiveInfinitySymbol_29() { return &___positiveInfinitySymbol_29; } inline void set_positiveInfinitySymbol_29(String_t* value) { ___positiveInfinitySymbol_29 = value; Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_29), value); } inline static int32_t get_offset_of_positiveSign_30() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveSign_30)); } inline String_t* get_positiveSign_30() const { return ___positiveSign_30; } inline String_t** get_address_of_positiveSign_30() { return &___positiveSign_30; } inline void set_positiveSign_30(String_t* value) { ___positiveSign_30 = value; Il2CppCodeGenWriteBarrier((&___positiveSign_30), value); } inline static int32_t get_offset_of_ansiCurrencySymbol_31() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___ansiCurrencySymbol_31)); } inline String_t* get_ansiCurrencySymbol_31() const { return ___ansiCurrencySymbol_31; } inline String_t** get_address_of_ansiCurrencySymbol_31() { return &___ansiCurrencySymbol_31; } inline void set_ansiCurrencySymbol_31(String_t* value) { ___ansiCurrencySymbol_31 = value; Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_31), value); } inline static int32_t get_offset_of_m_dataItem_32() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_dataItem_32)); } inline int32_t get_m_dataItem_32() const { return ___m_dataItem_32; } inline int32_t* get_address_of_m_dataItem_32() { return &___m_dataItem_32; } inline void set_m_dataItem_32(int32_t value) { ___m_dataItem_32 = value; } inline static int32_t get_offset_of_m_useUserOverride_33() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_useUserOverride_33)); } inline bool get_m_useUserOverride_33() const { return ___m_useUserOverride_33; } inline bool* get_address_of_m_useUserOverride_33() { return &___m_useUserOverride_33; } inline void set_m_useUserOverride_33(bool value) { ___m_useUserOverride_33 = value; } inline static int32_t get_offset_of_validForParseAsNumber_34() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsNumber_34)); } inline bool get_validForParseAsNumber_34() const { return ___validForParseAsNumber_34; } inline bool* get_address_of_validForParseAsNumber_34() { return &___validForParseAsNumber_34; } inline void set_validForParseAsNumber_34(bool value) { ___validForParseAsNumber_34 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_35() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsCurrency_35)); } inline bool get_validForParseAsCurrency_35() const { return ___validForParseAsCurrency_35; } inline bool* get_address_of_validForParseAsCurrency_35() { return &___validForParseAsCurrency_35; } inline void set_validForParseAsCurrency_35(bool value) { ___validForParseAsCurrency_35 = value; } inline static int32_t get_offset_of_nativeDigits_36() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nativeDigits_36)); } inline StringU5BU5D_t1281789340* get_nativeDigits_36() const { return ___nativeDigits_36; } inline StringU5BU5D_t1281789340** get_address_of_nativeDigits_36() { return &___nativeDigits_36; } inline void set_nativeDigits_36(StringU5BU5D_t1281789340* value) { ___nativeDigits_36 = value; Il2CppCodeGenWriteBarrier((&___nativeDigits_36), value); } inline static int32_t get_offset_of_digitSubstitution_37() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitSubstitution_37)); } inline int32_t get_digitSubstitution_37() const { return ___digitSubstitution_37; } inline int32_t* get_address_of_digitSubstitution_37() { return &___digitSubstitution_37; } inline void set_digitSubstitution_37(int32_t value) { ___digitSubstitution_37 = value; } }; struct NumberFormatInfo_t435877138_StaticFields { public: // System.String[] System.Globalization.NumberFormatInfo::invariantNativeDigits StringU5BU5D_t1281789340* ___invariantNativeDigits_38; public: inline static int32_t get_offset_of_invariantNativeDigits_38() { return static_cast(offsetof(NumberFormatInfo_t435877138_StaticFields, ___invariantNativeDigits_38)); } inline StringU5BU5D_t1281789340* get_invariantNativeDigits_38() const { return ___invariantNativeDigits_38; } inline StringU5BU5D_t1281789340** get_address_of_invariantNativeDigits_38() { return &___invariantNativeDigits_38; } inline void set_invariantNativeDigits_38(StringU5BU5D_t1281789340* value) { ___invariantNativeDigits_38 = value; Il2CppCodeGenWriteBarrier((&___invariantNativeDigits_38), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERFORMATINFO_T435877138_H #ifndef WRITERCONTEXT_T1011093999_H #define WRITERCONTEXT_T1011093999_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.WriterContext struct WriterContext_t1011093999 : public RuntimeObject { public: // System.Int32 LitJson.WriterContext::Count int32_t ___Count_0; // System.Boolean LitJson.WriterContext::InArray bool ___InArray_1; // System.Boolean LitJson.WriterContext::InObject bool ___InObject_2; // System.Boolean LitJson.WriterContext::ExpectingValue bool ___ExpectingValue_3; // System.Int32 LitJson.WriterContext::Padding int32_t ___Padding_4; public: inline static int32_t get_offset_of_Count_0() { return static_cast(offsetof(WriterContext_t1011093999, ___Count_0)); } inline int32_t get_Count_0() const { return ___Count_0; } inline int32_t* get_address_of_Count_0() { return &___Count_0; } inline void set_Count_0(int32_t value) { ___Count_0 = value; } inline static int32_t get_offset_of_InArray_1() { return static_cast(offsetof(WriterContext_t1011093999, ___InArray_1)); } inline bool get_InArray_1() const { return ___InArray_1; } inline bool* get_address_of_InArray_1() { return &___InArray_1; } inline void set_InArray_1(bool value) { ___InArray_1 = value; } inline static int32_t get_offset_of_InObject_2() { return static_cast(offsetof(WriterContext_t1011093999, ___InObject_2)); } inline bool get_InObject_2() const { return ___InObject_2; } inline bool* get_address_of_InObject_2() { return &___InObject_2; } inline void set_InObject_2(bool value) { ___InObject_2 = value; } inline static int32_t get_offset_of_ExpectingValue_3() { return static_cast(offsetof(WriterContext_t1011093999, ___ExpectingValue_3)); } inline bool get_ExpectingValue_3() const { return ___ExpectingValue_3; } inline bool* get_address_of_ExpectingValue_3() { return &___ExpectingValue_3; } inline void set_ExpectingValue_3(bool value) { ___ExpectingValue_3 = value; } inline static int32_t get_offset_of_Padding_4() { return static_cast(offsetof(WriterContext_t1011093999, ___Padding_4)); } inline int32_t get_Padding_4() const { return ___Padding_4; } inline int32_t* get_address_of_Padding_4() { return &___Padding_4; } inline void set_Padding_4(int32_t value) { ___Padding_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRITERCONTEXT_T1011093999_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef STACK_1_T3794335208_H #define STACK_1_T3794335208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Stack`1 struct Stack_1_t3794335208 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array Int32U5BU5D_t385246372* ____array_1; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__array_1() { return static_cast(offsetof(Stack_1_t3794335208, ____array_1)); } inline Int32U5BU5D_t385246372* get__array_1() const { return ____array_1; } inline Int32U5BU5D_t385246372** get_address_of__array_1() { return &____array_1; } inline void set__array_1(Int32U5BU5D_t385246372* value) { ____array_1 = value; Il2CppCodeGenWriteBarrier((&____array_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Stack_1_t3794335208, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(Stack_1_t3794335208, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T3794335208_H #ifndef U3CLOADALLGAMEOBJECTU3EC__ITERATOR0_T1094424362_H #define U3CLOADALLGAMEOBJECTU3EC__ITERATOR0_T1094424362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LoadBundleTest/c__Iterator0 struct U3CLoadALLGameObjectU3Ec__Iterator0_t1094424362 : public RuntimeObject { public: // System.String LoadBundleTest/c__Iterator0::path String_t* ___path_0; // UnityEngine.WWW LoadBundleTest/c__Iterator0::__0 WWW_t3688466362 * ___U3CbundleU3E__0_1; // UnityEngine.AssetBundleRequest LoadBundleTest/c__Iterator0::__0 AssetBundleRequest_t699759206 * ___U3CreqU3E__0_2; // UnityEngine.Object LoadBundleTest/c__Iterator0::__0 Object_t631007953 * ___U3Cobj0U3E__0_3; // LoadBundleTest LoadBundleTest/c__Iterator0::$this LoadBundleTest_t835619704 * ___U24this_4; // System.Object LoadBundleTest/c__Iterator0::$current RuntimeObject * ___U24current_5; // System.Boolean LoadBundleTest/c__Iterator0::$disposing bool ___U24disposing_6; // System.Int32 LoadBundleTest/c__Iterator0::$PC int32_t ___U24PC_7; public: inline static int32_t get_offset_of_path_0() { return static_cast(offsetof(U3CLoadALLGameObjectU3Ec__Iterator0_t1094424362, ___path_0)); } inline String_t* get_path_0() const { return ___path_0; } inline String_t** get_address_of_path_0() { return &___path_0; } inline void set_path_0(String_t* value) { ___path_0 = value; Il2CppCodeGenWriteBarrier((&___path_0), value); } inline static int32_t get_offset_of_U3CbundleU3E__0_1() { return static_cast(offsetof(U3CLoadALLGameObjectU3Ec__Iterator0_t1094424362, ___U3CbundleU3E__0_1)); } inline WWW_t3688466362 * get_U3CbundleU3E__0_1() const { return ___U3CbundleU3E__0_1; } inline WWW_t3688466362 ** get_address_of_U3CbundleU3E__0_1() { return &___U3CbundleU3E__0_1; } inline void set_U3CbundleU3E__0_1(WWW_t3688466362 * value) { ___U3CbundleU3E__0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CbundleU3E__0_1), value); } inline static int32_t get_offset_of_U3CreqU3E__0_2() { return static_cast(offsetof(U3CLoadALLGameObjectU3Ec__Iterator0_t1094424362, ___U3CreqU3E__0_2)); } inline AssetBundleRequest_t699759206 * get_U3CreqU3E__0_2() const { return ___U3CreqU3E__0_2; } inline AssetBundleRequest_t699759206 ** get_address_of_U3CreqU3E__0_2() { return &___U3CreqU3E__0_2; } inline void set_U3CreqU3E__0_2(AssetBundleRequest_t699759206 * value) { ___U3CreqU3E__0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CreqU3E__0_2), value); } inline static int32_t get_offset_of_U3Cobj0U3E__0_3() { return static_cast(offsetof(U3CLoadALLGameObjectU3Ec__Iterator0_t1094424362, ___U3Cobj0U3E__0_3)); } inline Object_t631007953 * get_U3Cobj0U3E__0_3() const { return ___U3Cobj0U3E__0_3; } inline Object_t631007953 ** get_address_of_U3Cobj0U3E__0_3() { return &___U3Cobj0U3E__0_3; } inline void set_U3Cobj0U3E__0_3(Object_t631007953 * value) { ___U3Cobj0U3E__0_3 = value; Il2CppCodeGenWriteBarrier((&___U3Cobj0U3E__0_3), value); } inline static int32_t get_offset_of_U24this_4() { return static_cast(offsetof(U3CLoadALLGameObjectU3Ec__Iterator0_t1094424362, ___U24this_4)); } inline LoadBundleTest_t835619704 * get_U24this_4() const { return ___U24this_4; } inline LoadBundleTest_t835619704 ** get_address_of_U24this_4() { return &___U24this_4; } inline void set_U24this_4(LoadBundleTest_t835619704 * value) { ___U24this_4 = value; Il2CppCodeGenWriteBarrier((&___U24this_4), value); } inline static int32_t get_offset_of_U24current_5() { return static_cast(offsetof(U3CLoadALLGameObjectU3Ec__Iterator0_t1094424362, ___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(U3CLoadALLGameObjectU3Ec__Iterator0_t1094424362, ___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(U3CLoadALLGameObjectU3Ec__Iterator0_t1094424362, ___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 // U3CLOADALLGAMEOBJECTU3EC__ITERATOR0_T1094424362_H #ifndef ORDEREDDICTIONARYENUMERATOR_T386339177_H #define ORDEREDDICTIONARYENUMERATOR_T386339177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.OrderedDictionaryEnumerator struct OrderedDictionaryEnumerator_t386339177 : public RuntimeObject { public: // System.Collections.Generic.IEnumerator`1> LitJson.OrderedDictionaryEnumerator::list_enumerator RuntimeObject* ___list_enumerator_0; public: inline static int32_t get_offset_of_list_enumerator_0() { return static_cast(offsetof(OrderedDictionaryEnumerator_t386339177, ___list_enumerator_0)); } inline RuntimeObject* get_list_enumerator_0() const { return ___list_enumerator_0; } inline RuntimeObject** get_address_of_list_enumerator_0() { return &___list_enumerator_0; } inline void set_list_enumerator_0(RuntimeObject* value) { ___list_enumerator_0 = value; Il2CppCodeGenWriteBarrier((&___list_enumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDEREDDICTIONARYENUMERATOR_T386339177_H #ifndef 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 FSMCONTEXT_T2331368794_H #define FSMCONTEXT_T2331368794_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.FsmContext struct FsmContext_t2331368794 : public RuntimeObject { public: // System.Boolean LitJson.FsmContext::Return bool ___Return_0; // System.Int32 LitJson.FsmContext::NextState int32_t ___NextState_1; // LitJson.Lexer LitJson.FsmContext::L Lexer_t1514038666 * ___L_2; // System.Int32 LitJson.FsmContext::StateStack int32_t ___StateStack_3; public: inline static int32_t get_offset_of_Return_0() { return static_cast(offsetof(FsmContext_t2331368794, ___Return_0)); } inline bool get_Return_0() const { return ___Return_0; } inline bool* get_address_of_Return_0() { return &___Return_0; } inline void set_Return_0(bool value) { ___Return_0 = value; } inline static int32_t get_offset_of_NextState_1() { return static_cast(offsetof(FsmContext_t2331368794, ___NextState_1)); } inline int32_t get_NextState_1() const { return ___NextState_1; } inline int32_t* get_address_of_NextState_1() { return &___NextState_1; } inline void set_NextState_1(int32_t value) { ___NextState_1 = value; } inline static int32_t get_offset_of_L_2() { return static_cast(offsetof(FsmContext_t2331368794, ___L_2)); } inline Lexer_t1514038666 * get_L_2() const { return ___L_2; } inline Lexer_t1514038666 ** get_address_of_L_2() { return &___L_2; } inline void set_L_2(Lexer_t1514038666 * value) { ___L_2 = value; Il2CppCodeGenWriteBarrier((&___L_2), value); } inline static int32_t get_offset_of_StateStack_3() { return static_cast(offsetof(FsmContext_t2331368794, ___StateStack_3)); } inline int32_t get_StateStack_3() const { return ___StateStack_3; } inline int32_t* get_address_of_StateStack_3() { return &___StateStack_3; } inline void set_StateStack_3(int32_t value) { ___StateStack_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FSMCONTEXT_T2331368794_H #ifndef 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 JSONWRITER_T3570089748_H #define JSONWRITER_T3570089748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonWriter struct JsonWriter_t3570089748 : public RuntimeObject { public: // LitJson.WriterContext LitJson.JsonWriter::context WriterContext_t1011093999 * ___context_1; // System.Collections.Generic.Stack`1 LitJson.JsonWriter::ctx_stack Stack_1_t1854483454 * ___ctx_stack_2; // System.Boolean LitJson.JsonWriter::has_reached_end bool ___has_reached_end_3; // System.Char[] LitJson.JsonWriter::hex_seq CharU5BU5D_t3528271667* ___hex_seq_4; // System.Int32 LitJson.JsonWriter::indentation int32_t ___indentation_5; // System.Int32 LitJson.JsonWriter::indent_value int32_t ___indent_value_6; // System.Text.StringBuilder LitJson.JsonWriter::inst_string_builder StringBuilder_t * ___inst_string_builder_7; // System.Boolean LitJson.JsonWriter::pretty_print bool ___pretty_print_8; // System.Boolean LitJson.JsonWriter::validate bool ___validate_9; // System.IO.TextWriter LitJson.JsonWriter::writer TextWriter_t3478189236 * ___writer_10; public: inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(JsonWriter_t3570089748, ___context_1)); } inline WriterContext_t1011093999 * get_context_1() const { return ___context_1; } inline WriterContext_t1011093999 ** get_address_of_context_1() { return &___context_1; } inline void set_context_1(WriterContext_t1011093999 * value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((&___context_1), value); } inline static int32_t get_offset_of_ctx_stack_2() { return static_cast(offsetof(JsonWriter_t3570089748, ___ctx_stack_2)); } inline Stack_1_t1854483454 * get_ctx_stack_2() const { return ___ctx_stack_2; } inline Stack_1_t1854483454 ** get_address_of_ctx_stack_2() { return &___ctx_stack_2; } inline void set_ctx_stack_2(Stack_1_t1854483454 * value) { ___ctx_stack_2 = value; Il2CppCodeGenWriteBarrier((&___ctx_stack_2), value); } inline static int32_t get_offset_of_has_reached_end_3() { return static_cast(offsetof(JsonWriter_t3570089748, ___has_reached_end_3)); } inline bool get_has_reached_end_3() const { return ___has_reached_end_3; } inline bool* get_address_of_has_reached_end_3() { return &___has_reached_end_3; } inline void set_has_reached_end_3(bool value) { ___has_reached_end_3 = value; } inline static int32_t get_offset_of_hex_seq_4() { return static_cast(offsetof(JsonWriter_t3570089748, ___hex_seq_4)); } inline CharU5BU5D_t3528271667* get_hex_seq_4() const { return ___hex_seq_4; } inline CharU5BU5D_t3528271667** get_address_of_hex_seq_4() { return &___hex_seq_4; } inline void set_hex_seq_4(CharU5BU5D_t3528271667* value) { ___hex_seq_4 = value; Il2CppCodeGenWriteBarrier((&___hex_seq_4), value); } inline static int32_t get_offset_of_indentation_5() { return static_cast(offsetof(JsonWriter_t3570089748, ___indentation_5)); } inline int32_t get_indentation_5() const { return ___indentation_5; } inline int32_t* get_address_of_indentation_5() { return &___indentation_5; } inline void set_indentation_5(int32_t value) { ___indentation_5 = value; } inline static int32_t get_offset_of_indent_value_6() { return static_cast(offsetof(JsonWriter_t3570089748, ___indent_value_6)); } inline int32_t get_indent_value_6() const { return ___indent_value_6; } inline int32_t* get_address_of_indent_value_6() { return &___indent_value_6; } inline void set_indent_value_6(int32_t value) { ___indent_value_6 = value; } inline static int32_t get_offset_of_inst_string_builder_7() { return static_cast(offsetof(JsonWriter_t3570089748, ___inst_string_builder_7)); } inline StringBuilder_t * get_inst_string_builder_7() const { return ___inst_string_builder_7; } inline StringBuilder_t ** get_address_of_inst_string_builder_7() { return &___inst_string_builder_7; } inline void set_inst_string_builder_7(StringBuilder_t * value) { ___inst_string_builder_7 = value; Il2CppCodeGenWriteBarrier((&___inst_string_builder_7), value); } inline static int32_t get_offset_of_pretty_print_8() { return static_cast(offsetof(JsonWriter_t3570089748, ___pretty_print_8)); } inline bool get_pretty_print_8() const { return ___pretty_print_8; } inline bool* get_address_of_pretty_print_8() { return &___pretty_print_8; } inline void set_pretty_print_8(bool value) { ___pretty_print_8 = value; } inline static int32_t get_offset_of_validate_9() { return static_cast(offsetof(JsonWriter_t3570089748, ___validate_9)); } inline bool get_validate_9() const { return ___validate_9; } inline bool* get_address_of_validate_9() { return &___validate_9; } inline void set_validate_9(bool value) { ___validate_9 = value; } inline static int32_t get_offset_of_writer_10() { return static_cast(offsetof(JsonWriter_t3570089748, ___writer_10)); } inline TextWriter_t3478189236 * get_writer_10() const { return ___writer_10; } inline TextWriter_t3478189236 ** get_address_of_writer_10() { return &___writer_10; } inline void set_writer_10(TextWriter_t3478189236 * value) { ___writer_10 = value; Il2CppCodeGenWriteBarrier((&___writer_10), value); } }; struct JsonWriter_t3570089748_StaticFields { public: // System.Globalization.NumberFormatInfo LitJson.JsonWriter::number_format NumberFormatInfo_t435877138 * ___number_format_0; public: inline static int32_t get_offset_of_number_format_0() { return static_cast(offsetof(JsonWriter_t3570089748_StaticFields, ___number_format_0)); } inline NumberFormatInfo_t435877138 * get_number_format_0() const { return ___number_format_0; } inline NumberFormatInfo_t435877138 ** get_address_of_number_format_0() { return &___number_format_0; } inline void set_number_format_0(NumberFormatInfo_t435877138 * value) { ___number_format_0 = value; Il2CppCodeGenWriteBarrier((&___number_format_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONWRITER_T3570089748_H #ifndef JSONMOCKWRAPPER_T82875095_H #define JSONMOCKWRAPPER_T82875095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonMockWrapper struct JsonMockWrapper_t82875095 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONMOCKWRAPPER_T82875095_H #ifndef DICTIONARY_2_T921491721_H #define DICTIONARY_2_T921491721_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t921491721 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots IDictionary_2U5BU5D_t2726772819* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t921491721, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t921491721, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t921491721, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t921491721, ___valueSlots_7)); } inline IDictionary_2U5BU5D_t2726772819* get_valueSlots_7() const { return ___valueSlots_7; } inline IDictionary_2U5BU5D_t2726772819** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(IDictionary_2U5BU5D_t2726772819* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t921491721, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t921491721, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t921491721, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t921491721, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t921491721, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t921491721, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t921491721, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t921491721_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2331111663 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t921491721_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2331111663 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2331111663 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2331111663 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T921491721_H #ifndef 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 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 XMLNAMEDNODEMAP_T2821286253_H #define XMLNAMEDNODEMAP_T2821286253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t2821286253 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent XmlNode_t3767805227 * ___parent_1; // System.Collections.ArrayList System.Xml.XmlNamedNodeMap::nodeList ArrayList_t2718874744 * ___nodeList_2; // System.Boolean System.Xml.XmlNamedNodeMap::readOnly bool ___readOnly_3; public: inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___parent_1)); } inline XmlNode_t3767805227 * get_parent_1() const { return ___parent_1; } inline XmlNode_t3767805227 ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(XmlNode_t3767805227 * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((&___parent_1), value); } inline static int32_t get_offset_of_nodeList_2() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___nodeList_2)); } inline ArrayList_t2718874744 * get_nodeList_2() const { return ___nodeList_2; } inline ArrayList_t2718874744 ** get_address_of_nodeList_2() { return &___nodeList_2; } inline void set_nodeList_2(ArrayList_t2718874744 * value) { ___nodeList_2 = value; Il2CppCodeGenWriteBarrier((&___nodeList_2), value); } inline static int32_t get_offset_of_readOnly_3() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___readOnly_3)); } inline bool get_readOnly_3() const { return ___readOnly_3; } inline bool* get_address_of_readOnly_3() { return &___readOnly_3; } inline void set_readOnly_3(bool value) { ___readOnly_3 = value; } }; struct XmlNamedNodeMap_t2821286253_StaticFields { public: // System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::emptyEnumerator RuntimeObject* ___emptyEnumerator_0; public: inline static int32_t get_offset_of_emptyEnumerator_0() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253_StaticFields, ___emptyEnumerator_0)); } inline RuntimeObject* get_emptyEnumerator_0() const { return ___emptyEnumerator_0; } inline RuntimeObject** get_address_of_emptyEnumerator_0() { return &___emptyEnumerator_0; } inline void set_emptyEnumerator_0(RuntimeObject* value) { ___emptyEnumerator_0 = value; Il2CppCodeGenWriteBarrier((&___emptyEnumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMEDNODEMAP_T2821286253_H #ifndef SINGLETON_1_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_T3568926999_H #define DICTIONARY_2_T3568926999_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3568926999 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5DU5BU5D_t3365920845* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3568926999, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3568926999, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3568926999, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3568926999, ___valueSlots_7)); } inline Int32U5BU5DU5BU5D_t3365920845* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5DU5BU5D_t3365920845** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5DU5BU5D_t3365920845* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3568926999, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3568926999, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3568926999, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3568926999, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3568926999, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3568926999, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3568926999, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3568926999_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2970259689 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3568926999_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2970259689 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2970259689 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2970259689 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3568926999_H #ifndef U24ARRAYTYPEU3D112_T1514025265_H #define U24ARRAYTYPEU3D112_T1514025265_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=112 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D112_t1514025265 { public: union { struct { }; uint8_t U24ArrayTypeU3D112_t1514025265__padding[112]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D112_T1514025265_H #ifndef 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 OBJECTMETADATA_T3566284522_H #define OBJECTMETADATA_T3566284522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ObjectMetadata struct ObjectMetadata_t3566284522 { public: // System.Type LitJson.ObjectMetadata::element_type Type_t * ___element_type_0; // System.Boolean LitJson.ObjectMetadata::is_dictionary bool ___is_dictionary_1; // System.Collections.Generic.IDictionary`2 LitJson.ObjectMetadata::properties RuntimeObject* ___properties_2; public: inline static int32_t get_offset_of_element_type_0() { return static_cast(offsetof(ObjectMetadata_t3566284522, ___element_type_0)); } inline Type_t * get_element_type_0() const { return ___element_type_0; } inline Type_t ** get_address_of_element_type_0() { return &___element_type_0; } inline void set_element_type_0(Type_t * value) { ___element_type_0 = value; Il2CppCodeGenWriteBarrier((&___element_type_0), value); } inline static int32_t get_offset_of_is_dictionary_1() { return static_cast(offsetof(ObjectMetadata_t3566284522, ___is_dictionary_1)); } inline bool get_is_dictionary_1() const { return ___is_dictionary_1; } inline bool* get_address_of_is_dictionary_1() { return &___is_dictionary_1; } inline void set_is_dictionary_1(bool value) { ___is_dictionary_1 = value; } inline static int32_t get_offset_of_properties_2() { return static_cast(offsetof(ObjectMetadata_t3566284522, ___properties_2)); } inline RuntimeObject* get_properties_2() const { return ___properties_2; } inline RuntimeObject** get_address_of_properties_2() { return &___properties_2; } inline void set_properties_2(RuntimeObject* value) { ___properties_2 = value; Il2CppCodeGenWriteBarrier((&___properties_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LitJson.ObjectMetadata struct ObjectMetadata_t3566284522_marshaled_pinvoke { Type_t * ___element_type_0; int32_t ___is_dictionary_1; RuntimeObject* ___properties_2; }; // Native definition for COM marshalling of LitJson.ObjectMetadata struct ObjectMetadata_t3566284522_marshaled_com { Type_t * ___element_type_0; int32_t ___is_dictionary_1; RuntimeObject* ___properties_2; }; #endif // OBJECTMETADATA_T3566284522_H #ifndef SPLASHSCREENSTATE_T1121436819_H #define SPLASHSCREENSTATE_T1121436819_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SplashScreenState struct SplashScreenState_t1121436819 : public SimpleState_t1424650207 { public: // System.Single SplashScreenState::splashShowTime float ___splashShowTime_2; public: inline static int32_t get_offset_of_splashShowTime_2() { return static_cast(offsetof(SplashScreenState_t1121436819, ___splashShowTime_2)); } inline float get_splashShowTime_2() const { return ___splashShowTime_2; } inline float* get_address_of_splashShowTime_2() { return &___splashShowTime_2; } inline void set_splashShowTime_2(float value) { ___splashShowTime_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPLASHSCREENSTATE_T1121436819_H #ifndef PROPERTYMETADATA_T3727440473_H #define PROPERTYMETADATA_T3727440473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.PropertyMetadata struct PropertyMetadata_t3727440473 { public: // System.Reflection.MemberInfo LitJson.PropertyMetadata::Info MemberInfo_t * ___Info_0; // System.Boolean LitJson.PropertyMetadata::IsField bool ___IsField_1; // System.Type LitJson.PropertyMetadata::Type Type_t * ___Type_2; public: inline static int32_t get_offset_of_Info_0() { return static_cast(offsetof(PropertyMetadata_t3727440473, ___Info_0)); } inline MemberInfo_t * get_Info_0() const { return ___Info_0; } inline MemberInfo_t ** get_address_of_Info_0() { return &___Info_0; } inline void set_Info_0(MemberInfo_t * value) { ___Info_0 = value; Il2CppCodeGenWriteBarrier((&___Info_0), value); } inline static int32_t get_offset_of_IsField_1() { return static_cast(offsetof(PropertyMetadata_t3727440473, ___IsField_1)); } inline bool get_IsField_1() const { return ___IsField_1; } inline bool* get_address_of_IsField_1() { return &___IsField_1; } inline void set_IsField_1(bool value) { ___IsField_1 = value; } inline static int32_t get_offset_of_Type_2() { return static_cast(offsetof(PropertyMetadata_t3727440473, ___Type_2)); } inline Type_t * get_Type_2() const { return ___Type_2; } inline Type_t ** get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(Type_t * value) { ___Type_2 = value; Il2CppCodeGenWriteBarrier((&___Type_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t3727440473_marshaled_pinvoke { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; // Native definition for COM marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t3727440473_marshaled_com { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; #endif // PROPERTYMETADATA_T3727440473_H #ifndef FRIENDSTATE_T2272626805_H #define FRIENDSTATE_T2272626805_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FriendState struct FriendState_t2272626805 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FRIENDSTATE_T2272626805_H #ifndef BLINDBOXSTATE_T3527472116_H #define BLINDBOXSTATE_T3527472116_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BlindBoxState struct BlindBoxState_t3527472116 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BLINDBOXSTATE_T3527472116_H #ifndef COUTURESTATE_T1888044669_H #define COUTURESTATE_T1888044669_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CoutureState struct CoutureState_t1888044669 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COUTURESTATE_T1888044669_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 CLOAKROOMSTATE_T1228583589_H #define CLOAKROOMSTATE_T1228583589_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CloakRoomState struct CloakRoomState_t1228583589 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOAKROOMSTATE_T1228583589_H #ifndef KEYVALUEPAIR_2_T2894917444_H #define KEYVALUEPAIR_2_T2894917444_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_t2894917444 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CRoleModelItem_t1608531946 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2894917444, ___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_t2894917444, ___value_1)); } inline CRoleModelItem_t1608531946 * get_value_1() const { return ___value_1; } inline CRoleModelItem_t1608531946 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CRoleModelItem_t1608531946 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2894917444_H #ifndef KEYVALUEPAIR_2_T3707786873_H #define KEYVALUEPAIR_2_T3707786873_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3707786873 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value JsonData_t1524858407 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3707786873, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3707786873, ___value_1)); } inline JsonData_t1524858407 * get_value_1() const { return ___value_1; } inline JsonData_t1524858407 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(JsonData_t1524858407 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3707786873_H #ifndef KEYVALUEPAIR_2_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 DICTIONARYENTRY_T3123975638_H #define DICTIONARYENTRY_T3123975638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((&____key_0), value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((&____value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; #endif // DICTIONARYENTRY_T3123975638_H #ifndef HOTFIXSTATE_T4251295459_H #define HOTFIXSTATE_T4251295459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HotFixState struct HotFixState_t4251295459 : public SimpleState_t1424650207 { public: // System.Int32 HotFixState::m_progress int32_t ___m_progress_2; // System.Boolean HotFixState::m_isProxy bool ___m_isProxy_3; // System.String HotFixState::m_remoteVersionUrl String_t* ___m_remoteVersionUrl_4; // System.String HotFixState::m_remoteResourceUrl String_t* ___m_remoteResourceUrl_5; // System.String HotFixState::m_update_type String_t* ___m_update_type_6; // System.String HotFixState::m_file_url String_t* ___m_file_url_7; // System.String HotFixState::m_temp_file_path String_t* ___m_temp_file_path_8; public: inline static int32_t get_offset_of_m_progress_2() { return static_cast(offsetof(HotFixState_t4251295459, ___m_progress_2)); } inline int32_t get_m_progress_2() const { return ___m_progress_2; } inline int32_t* get_address_of_m_progress_2() { return &___m_progress_2; } inline void set_m_progress_2(int32_t value) { ___m_progress_2 = value; } inline static int32_t get_offset_of_m_isProxy_3() { return static_cast(offsetof(HotFixState_t4251295459, ___m_isProxy_3)); } inline bool get_m_isProxy_3() const { return ___m_isProxy_3; } inline bool* get_address_of_m_isProxy_3() { return &___m_isProxy_3; } inline void set_m_isProxy_3(bool value) { ___m_isProxy_3 = value; } inline static int32_t get_offset_of_m_remoteVersionUrl_4() { return static_cast(offsetof(HotFixState_t4251295459, ___m_remoteVersionUrl_4)); } inline String_t* get_m_remoteVersionUrl_4() const { return ___m_remoteVersionUrl_4; } inline String_t** get_address_of_m_remoteVersionUrl_4() { return &___m_remoteVersionUrl_4; } inline void set_m_remoteVersionUrl_4(String_t* value) { ___m_remoteVersionUrl_4 = value; Il2CppCodeGenWriteBarrier((&___m_remoteVersionUrl_4), value); } inline static int32_t get_offset_of_m_remoteResourceUrl_5() { return static_cast(offsetof(HotFixState_t4251295459, ___m_remoteResourceUrl_5)); } inline String_t* get_m_remoteResourceUrl_5() const { return ___m_remoteResourceUrl_5; } inline String_t** get_address_of_m_remoteResourceUrl_5() { return &___m_remoteResourceUrl_5; } inline void set_m_remoteResourceUrl_5(String_t* value) { ___m_remoteResourceUrl_5 = value; Il2CppCodeGenWriteBarrier((&___m_remoteResourceUrl_5), value); } inline static int32_t get_offset_of_m_update_type_6() { return static_cast(offsetof(HotFixState_t4251295459, ___m_update_type_6)); } inline String_t* get_m_update_type_6() const { return ___m_update_type_6; } inline String_t** get_address_of_m_update_type_6() { return &___m_update_type_6; } inline void set_m_update_type_6(String_t* value) { ___m_update_type_6 = value; Il2CppCodeGenWriteBarrier((&___m_update_type_6), value); } inline static int32_t get_offset_of_m_file_url_7() { return static_cast(offsetof(HotFixState_t4251295459, ___m_file_url_7)); } inline String_t* get_m_file_url_7() const { return ___m_file_url_7; } inline String_t** get_address_of_m_file_url_7() { return &___m_file_url_7; } inline void set_m_file_url_7(String_t* value) { ___m_file_url_7 = value; Il2CppCodeGenWriteBarrier((&___m_file_url_7), value); } inline static int32_t get_offset_of_m_temp_file_path_8() { return static_cast(offsetof(HotFixState_t4251295459, ___m_temp_file_path_8)); } inline String_t* get_m_temp_file_path_8() const { return ___m_temp_file_path_8; } inline String_t** get_address_of_m_temp_file_path_8() { return &___m_temp_file_path_8; } inline void set_m_temp_file_path_8(String_t* value) { ___m_temp_file_path_8 = value; Il2CppCodeGenWriteBarrier((&___m_temp_file_path_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOTFIXSTATE_T4251295459_H #ifndef STRINGREADER_T3465604688_H #define STRINGREADER_T3465604688_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringReader struct StringReader_t3465604688 : public TextReader_t283511965 { public: // System.String System.IO.StringReader::source String_t* ___source_1; // System.Int32 System.IO.StringReader::nextChar int32_t ___nextChar_2; // System.Int32 System.IO.StringReader::sourceLength int32_t ___sourceLength_3; public: inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(StringReader_t3465604688, ___source_1)); } inline String_t* get_source_1() const { return ___source_1; } inline String_t** get_address_of_source_1() { return &___source_1; } inline void set_source_1(String_t* value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_nextChar_2() { return static_cast(offsetof(StringReader_t3465604688, ___nextChar_2)); } inline int32_t get_nextChar_2() const { return ___nextChar_2; } inline int32_t* get_address_of_nextChar_2() { return &___nextChar_2; } inline void set_nextChar_2(int32_t value) { ___nextChar_2 = value; } inline static int32_t get_offset_of_sourceLength_3() { return static_cast(offsetof(StringReader_t3465604688, ___sourceLength_3)); } inline int32_t get_sourceLength_3() const { return ___sourceLength_3; } inline int32_t* get_address_of_sourceLength_3() { return &___sourceLength_3; } inline void set_sourceLength_3(int32_t value) { ___sourceLength_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGREADER_T3465604688_H #ifndef LAYERMASK_T3493934918_H #define LAYERMASK_T3493934918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LayerMask struct LayerMask_t3493934918 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_t3493934918, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LAYERMASK_T3493934918_H #ifndef KEYVALUEPAIR_2_T2400022117_H #define KEYVALUEPAIR_2_T2400022117_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_t2400022117 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value GameObject_t1113636619 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2400022117, ___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_t2400022117, ___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 // KEYVALUEPAIR_2_T2400022117_H #ifndef XMLATTRIBUTE_T1173852259_H #define XMLATTRIBUTE_T1173852259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttribute struct XmlAttribute_t1173852259 : public XmlNode_t3767805227 { public: // System.Xml.XmlNameEntry System.Xml.XmlAttribute::name XmlNameEntry_t1073099671 * ___name_6; // System.Boolean System.Xml.XmlAttribute::isDefault bool ___isDefault_7; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_8; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAttribute::schemaInfo RuntimeObject* ___schemaInfo_9; public: inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(XmlAttribute_t1173852259, ___name_6)); } inline XmlNameEntry_t1073099671 * get_name_6() const { return ___name_6; } inline XmlNameEntry_t1073099671 ** get_address_of_name_6() { return &___name_6; } inline void set_name_6(XmlNameEntry_t1073099671 * value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((&___name_6), value); } inline static int32_t get_offset_of_isDefault_7() { return static_cast(offsetof(XmlAttribute_t1173852259, ___isDefault_7)); } inline bool get_isDefault_7() const { return ___isDefault_7; } inline bool* get_address_of_isDefault_7() { return &___isDefault_7; } inline void set_isDefault_7(bool value) { ___isDefault_7 = value; } inline static int32_t get_offset_of_lastLinkedChild_8() { return static_cast(offsetof(XmlAttribute_t1173852259, ___lastLinkedChild_8)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_8() const { return ___lastLinkedChild_8; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_8() { return &___lastLinkedChild_8; } inline void set_lastLinkedChild_8(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_8 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_8), value); } inline static int32_t get_offset_of_schemaInfo_9() { return static_cast(offsetof(XmlAttribute_t1173852259, ___schemaInfo_9)); } inline RuntimeObject* get_schemaInfo_9() const { return ___schemaInfo_9; } inline RuntimeObject** get_address_of_schemaInfo_9() { return &___schemaInfo_9; } inline void set_schemaInfo_9(RuntimeObject* value) { ___schemaInfo_9 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTE_T1173852259_H #ifndef SPRITESTATE_T1362986479_H #define SPRITESTATE_T1362986479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.SpriteState struct SpriteState_t1362986479 { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t280657092 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t280657092 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t280657092 * ___m_DisabledSprite_2; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t1362986479, ___m_HighlightedSprite_0)); } inline Sprite_t280657092 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t280657092 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t280657092 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((&___m_HighlightedSprite_0), value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t1362986479, ___m_PressedSprite_1)); } inline Sprite_t280657092 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t280657092 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t280657092 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((&___m_PressedSprite_1), value); } inline static int32_t get_offset_of_m_DisabledSprite_2() { return static_cast(offsetof(SpriteState_t1362986479, ___m_DisabledSprite_2)); } inline Sprite_t280657092 * get_m_DisabledSprite_2() const { return ___m_DisabledSprite_2; } inline Sprite_t280657092 ** get_address_of_m_DisabledSprite_2() { return &___m_DisabledSprite_2; } inline void set_m_DisabledSprite_2(Sprite_t280657092 * value) { ___m_DisabledSprite_2 = value; Il2CppCodeGenWriteBarrier((&___m_DisabledSprite_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t1362986479_marshaled_pinvoke { Sprite_t280657092 * ___m_HighlightedSprite_0; Sprite_t280657092 * ___m_PressedSprite_1; Sprite_t280657092 * ___m_DisabledSprite_2; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t1362986479_marshaled_com { Sprite_t280657092 * ___m_HighlightedSprite_0; Sprite_t280657092 * ___m_PressedSprite_1; Sprite_t280657092 * ___m_DisabledSprite_2; }; #endif // SPRITESTATE_T1362986479_H #ifndef 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 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 U24ARRAYTYPEU3D12_T2488454197_H #define U24ARRAYTYPEU3D12_T2488454197_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=12 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D12_t2488454197 { public: union { struct { }; uint8_t U24ArrayTypeU3D12_t2488454197__padding[12]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D12_T2488454197_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 PERFORMANCESTATE_T2197578412_H #define PERFORMANCESTATE_T2197578412_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PerformanceState struct PerformanceState_t2197578412 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERFORMANCESTATE_T2197578412_H #ifndef XMLATTRIBUTECOLLECTION_T2316283784_H #define XMLATTRIBUTECOLLECTION_T2316283784_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784 : public XmlNamedNodeMap_t2821286253 { public: // System.Xml.XmlElement System.Xml.XmlAttributeCollection::ownerElement XmlElement_t561603118 * ___ownerElement_4; // System.Xml.XmlDocument System.Xml.XmlAttributeCollection::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_5; public: inline static int32_t get_offset_of_ownerElement_4() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerElement_4)); } inline XmlElement_t561603118 * get_ownerElement_4() const { return ___ownerElement_4; } inline XmlElement_t561603118 ** get_address_of_ownerElement_4() { return &___ownerElement_4; } inline void set_ownerElement_4(XmlElement_t561603118 * value) { ___ownerElement_4 = value; Il2CppCodeGenWriteBarrier((&___ownerElement_4), value); } inline static int32_t get_offset_of_ownerDocument_5() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerDocument_5)); } inline XmlDocument_t2837193595 * get_ownerDocument_5() const { return ___ownerDocument_5; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_5() { return &___ownerDocument_5; } inline void set_ownerDocument_5(XmlDocument_t2837193595 * value) { ___ownerDocument_5 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTECOLLECTION_T2316283784_H #ifndef 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 U24ARRAYTYPEU3D28_T173484549_H #define U24ARRAYTYPEU3D28_T173484549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=28 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D28_t173484549 { public: union { struct { }; uint8_t U24ArrayTypeU3D28_t173484549__padding[28]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D28_T173484549_H #ifndef SHOE_T2230938918_H #define SHOE_T2230938918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Shoe struct Shoe_t2230938918 : public IShoe_t2709100496 { public: // System.Int32 Shoe::id int32_t ___id_0; // System.String Shoe::name String_t* ___name_1; // System.String Shoe::address String_t* ___address_2; // System.Int32 Shoe::status int32_t ___status_3; // System.Int32 Shoe::electricity int32_t ___electricity_4; // System.Int32 Shoe::stepLeftStatus int32_t ___stepLeftStatus_5; // System.Int32 Shoe::stepLeftFrag int32_t ___stepLeftFrag_6; // System.Int32 Shoe::stepRightStatus int32_t ___stepRightStatus_7; // System.Int32 Shoe::stepRightFrag int32_t ___stepRightFrag_8; // System.Int32[] Shoe::posLeft Int32U5BU5D_t385246372* ___posLeft_9; // System.Int32[] Shoe::posRight Int32U5BU5D_t385246372* ___posRight_10; // System.Int32[] Shoe::attLeft Int32U5BU5D_t385246372* ___attLeft_11; // System.Int32[] Shoe::attRight Int32U5BU5D_t385246372* ___attRight_12; // System.Int32 Shoe::cmd int32_t ___cmd_13; // System.Int64 Shoe::cmd_ts int64_t ___cmd_ts_14; // System.Int32[] Shoe::motion Int32U5BU5D_t385246372* ___motion_15; // System.Int64[] Shoe::motion_ts Int64U5BU5D_t2559172825* ___motion_ts_16; // System.Int32[] Shoe::press Int32U5BU5D_t385246372* ___press_17; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(Shoe_t2230938918, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(Shoe_t2230938918, ___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_address_2() { return static_cast(offsetof(Shoe_t2230938918, ___address_2)); } inline String_t* get_address_2() const { return ___address_2; } inline String_t** get_address_of_address_2() { return &___address_2; } inline void set_address_2(String_t* value) { ___address_2 = value; Il2CppCodeGenWriteBarrier((&___address_2), value); } inline static int32_t get_offset_of_status_3() { return static_cast(offsetof(Shoe_t2230938918, ___status_3)); } inline int32_t get_status_3() const { return ___status_3; } inline int32_t* get_address_of_status_3() { return &___status_3; } inline void set_status_3(int32_t value) { ___status_3 = value; } inline static int32_t get_offset_of_electricity_4() { return static_cast(offsetof(Shoe_t2230938918, ___electricity_4)); } inline int32_t get_electricity_4() const { return ___electricity_4; } inline int32_t* get_address_of_electricity_4() { return &___electricity_4; } inline void set_electricity_4(int32_t value) { ___electricity_4 = value; } inline static int32_t get_offset_of_stepLeftStatus_5() { return static_cast(offsetof(Shoe_t2230938918, ___stepLeftStatus_5)); } inline int32_t get_stepLeftStatus_5() const { return ___stepLeftStatus_5; } inline int32_t* get_address_of_stepLeftStatus_5() { return &___stepLeftStatus_5; } inline void set_stepLeftStatus_5(int32_t value) { ___stepLeftStatus_5 = value; } inline static int32_t get_offset_of_stepLeftFrag_6() { return static_cast(offsetof(Shoe_t2230938918, ___stepLeftFrag_6)); } inline int32_t get_stepLeftFrag_6() const { return ___stepLeftFrag_6; } inline int32_t* get_address_of_stepLeftFrag_6() { return &___stepLeftFrag_6; } inline void set_stepLeftFrag_6(int32_t value) { ___stepLeftFrag_6 = value; } inline static int32_t get_offset_of_stepRightStatus_7() { return static_cast(offsetof(Shoe_t2230938918, ___stepRightStatus_7)); } inline int32_t get_stepRightStatus_7() const { return ___stepRightStatus_7; } inline int32_t* get_address_of_stepRightStatus_7() { return &___stepRightStatus_7; } inline void set_stepRightStatus_7(int32_t value) { ___stepRightStatus_7 = value; } inline static int32_t get_offset_of_stepRightFrag_8() { return static_cast(offsetof(Shoe_t2230938918, ___stepRightFrag_8)); } inline int32_t get_stepRightFrag_8() const { return ___stepRightFrag_8; } inline int32_t* get_address_of_stepRightFrag_8() { return &___stepRightFrag_8; } inline void set_stepRightFrag_8(int32_t value) { ___stepRightFrag_8 = value; } inline static int32_t get_offset_of_posLeft_9() { return static_cast(offsetof(Shoe_t2230938918, ___posLeft_9)); } inline Int32U5BU5D_t385246372* get_posLeft_9() const { return ___posLeft_9; } inline Int32U5BU5D_t385246372** get_address_of_posLeft_9() { return &___posLeft_9; } inline void set_posLeft_9(Int32U5BU5D_t385246372* value) { ___posLeft_9 = value; Il2CppCodeGenWriteBarrier((&___posLeft_9), value); } inline static int32_t get_offset_of_posRight_10() { return static_cast(offsetof(Shoe_t2230938918, ___posRight_10)); } inline Int32U5BU5D_t385246372* get_posRight_10() const { return ___posRight_10; } inline Int32U5BU5D_t385246372** get_address_of_posRight_10() { return &___posRight_10; } inline void set_posRight_10(Int32U5BU5D_t385246372* value) { ___posRight_10 = value; Il2CppCodeGenWriteBarrier((&___posRight_10), value); } inline static int32_t get_offset_of_attLeft_11() { return static_cast(offsetof(Shoe_t2230938918, ___attLeft_11)); } inline Int32U5BU5D_t385246372* get_attLeft_11() const { return ___attLeft_11; } inline Int32U5BU5D_t385246372** get_address_of_attLeft_11() { return &___attLeft_11; } inline void set_attLeft_11(Int32U5BU5D_t385246372* value) { ___attLeft_11 = value; Il2CppCodeGenWriteBarrier((&___attLeft_11), value); } inline static int32_t get_offset_of_attRight_12() { return static_cast(offsetof(Shoe_t2230938918, ___attRight_12)); } inline Int32U5BU5D_t385246372* get_attRight_12() const { return ___attRight_12; } inline Int32U5BU5D_t385246372** get_address_of_attRight_12() { return &___attRight_12; } inline void set_attRight_12(Int32U5BU5D_t385246372* value) { ___attRight_12 = value; Il2CppCodeGenWriteBarrier((&___attRight_12), value); } inline static int32_t get_offset_of_cmd_13() { return static_cast(offsetof(Shoe_t2230938918, ___cmd_13)); } inline int32_t get_cmd_13() const { return ___cmd_13; } inline int32_t* get_address_of_cmd_13() { return &___cmd_13; } inline void set_cmd_13(int32_t value) { ___cmd_13 = value; } inline static int32_t get_offset_of_cmd_ts_14() { return static_cast(offsetof(Shoe_t2230938918, ___cmd_ts_14)); } inline int64_t get_cmd_ts_14() const { return ___cmd_ts_14; } inline int64_t* get_address_of_cmd_ts_14() { return &___cmd_ts_14; } inline void set_cmd_ts_14(int64_t value) { ___cmd_ts_14 = value; } inline static int32_t get_offset_of_motion_15() { return static_cast(offsetof(Shoe_t2230938918, ___motion_15)); } inline Int32U5BU5D_t385246372* get_motion_15() const { return ___motion_15; } inline Int32U5BU5D_t385246372** get_address_of_motion_15() { return &___motion_15; } inline void set_motion_15(Int32U5BU5D_t385246372* value) { ___motion_15 = value; Il2CppCodeGenWriteBarrier((&___motion_15), value); } inline static int32_t get_offset_of_motion_ts_16() { return static_cast(offsetof(Shoe_t2230938918, ___motion_ts_16)); } inline Int64U5BU5D_t2559172825* get_motion_ts_16() const { return ___motion_ts_16; } inline Int64U5BU5D_t2559172825** get_address_of_motion_ts_16() { return &___motion_ts_16; } inline void set_motion_ts_16(Int64U5BU5D_t2559172825* value) { ___motion_ts_16 = value; Il2CppCodeGenWriteBarrier((&___motion_ts_16), value); } inline static int32_t get_offset_of_press_17() { return static_cast(offsetof(Shoe_t2230938918, ___press_17)); } inline Int32U5BU5D_t385246372* get_press_17() const { return ___press_17; } inline Int32U5BU5D_t385246372** get_address_of_press_17() { return &___press_17; } inline void set_press_17(Int32U5BU5D_t385246372* value) { ___press_17 = value; Il2CppCodeGenWriteBarrier((&___press_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOE_T2230938918_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 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 APPLICATIONEXCEPTION_T2339761290_H #define APPLICATIONEXCEPTION_T2339761290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ApplicationException struct ApplicationException_t2339761290 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPLICATIONEXCEPTION_T2339761290_H #ifndef 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 UNITYEVENT_1_T978947469_H #define UNITYEVENT_1_T978947469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t978947469 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t978947469, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T978947469_H #ifndef STRINGWRITER_T802263757_H #define STRINGWRITER_T802263757_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringWriter struct StringWriter_t802263757 : public TextWriter_t3478189236 { public: // System.Text.StringBuilder System.IO.StringWriter::internalString StringBuilder_t * ___internalString_3; // System.Boolean System.IO.StringWriter::disposed bool ___disposed_4; public: inline static int32_t get_offset_of_internalString_3() { return static_cast(offsetof(StringWriter_t802263757, ___internalString_3)); } inline StringBuilder_t * get_internalString_3() const { return ___internalString_3; } inline StringBuilder_t ** get_address_of_internalString_3() { return &___internalString_3; } inline void set_internalString_3(StringBuilder_t * value) { ___internalString_3 = value; Il2CppCodeGenWriteBarrier((&___internalString_3), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(StringWriter_t802263757, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGWRITER_T802263757_H #ifndef 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 HOTPERFORMSTATE_T4166388103_H #define HOTPERFORMSTATE_T4166388103_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HotPerformState struct HotPerformState_t4166388103 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOTPERFORMSTATE_T4166388103_H #ifndef MATRIX4X4_T1817901843_H #define MATRIX4X4_T1817901843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Matrix4x4 struct Matrix4x4_t1817901843 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; struct Matrix4x4_t1817901843_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_t1817901843 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_t1817901843 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_t1817901843 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_t1817901843 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_t1817901843 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_t1817901843 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_t1817901843 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_t1817901843 value) { ___identityMatrix_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATRIX4X4_T1817901843_H #ifndef 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 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 UNITYEVENT_T2581268647_H #define UNITYEVENT_T2581268647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent struct UnityEvent_t2581268647 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_t2581268647, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_T2581268647_H #ifndef 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 WAITFORSECONDS_T1699091251_H #define WAITFORSECONDS_T1699091251_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251 : public YieldInstruction_t403091072 { public: // System.Single UnityEngine.WaitForSeconds::m_Seconds float ___m_Seconds_0; public: inline static int32_t get_offset_of_m_Seconds_0() { return static_cast(offsetof(WaitForSeconds_t1699091251, ___m_Seconds_0)); } inline float get_m_Seconds_0() const { return ___m_Seconds_0; } inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; } inline void set_m_Seconds_0(float value) { ___m_Seconds_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251_marshaled_pinvoke : public YieldInstruction_t403091072_marshaled_pinvoke { float ___m_Seconds_0; }; // Native definition for COM marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251_marshaled_com : public YieldInstruction_t403091072_marshaled_com { float ___m_Seconds_0; }; #endif // WAITFORSECONDS_T1699091251_H #ifndef 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 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 DELAYEDQUEUEITEM_T1027542936_H #define DELAYEDQUEUEITEM_T1027542936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Loom/DelayedQueueItem struct DelayedQueueItem_t1027542936 { public: // System.Single Loom/DelayedQueueItem::time float ___time_0; // System.String Loom/DelayedQueueItem::txt String_t* ___txt_1; // System.Action`1 Loom/DelayedQueueItem::action Action_1_t2019918284 * ___action_2; public: inline static int32_t get_offset_of_time_0() { return static_cast(offsetof(DelayedQueueItem_t1027542936, ___time_0)); } inline float get_time_0() const { return ___time_0; } inline float* get_address_of_time_0() { return &___time_0; } inline void set_time_0(float value) { ___time_0 = value; } inline static int32_t get_offset_of_txt_1() { return static_cast(offsetof(DelayedQueueItem_t1027542936, ___txt_1)); } inline String_t* get_txt_1() const { return ___txt_1; } inline String_t** get_address_of_txt_1() { return &___txt_1; } inline void set_txt_1(String_t* value) { ___txt_1 = value; Il2CppCodeGenWriteBarrier((&___txt_1), value); } inline static int32_t get_offset_of_action_2() { return static_cast(offsetof(DelayedQueueItem_t1027542936, ___action_2)); } inline Action_1_t2019918284 * get_action_2() const { return ___action_2; } inline Action_1_t2019918284 ** get_address_of_action_2() { return &___action_2; } inline void set_action_2(Action_1_t2019918284 * value) { ___action_2 = value; Il2CppCodeGenWriteBarrier((&___action_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Loom/DelayedQueueItem struct DelayedQueueItem_t1027542936_marshaled_pinvoke { float ___time_0; char* ___txt_1; Il2CppMethodPointer ___action_2; }; // Native definition for COM marshalling of Loom/DelayedQueueItem struct DelayedQueueItem_t1027542936_marshaled_com { float ___time_0; Il2CppChar* ___txt_1; Il2CppMethodPointer ___action_2; }; #endif // DELAYEDQUEUEITEM_T1027542936_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 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 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 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 LOGINSTATE_T1898701884_H #define LOGINSTATE_T1898701884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LoginState struct LoginState_t1898701884 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGINSTATE_T1898701884_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 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 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 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 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 UNITYEVENT_1_T3832605257_H #define UNITYEVENT_1_T3832605257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3832605257 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t3832605257, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T3832605257_H #ifndef 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 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 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 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 QGAMINGSTATE_T1065222333_H #define QGAMINGSTATE_T1065222333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // QGamingState struct QGamingState_t1065222333 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QGAMINGSTATE_T1065222333_H #ifndef LUACONFIG_T51891751_H #define LUACONFIG_T51891751_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LuaConfig struct LuaConfig_t51891751 : public Singleton_1_t2671559493 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUACONFIG_T51891751_H #ifndef QIUQIUSTATE_T120169273_H #define QIUQIUSTATE_T120169273_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // QiuQiuState struct QiuQiuState_t120169273 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QIUQIUSTATE_T120169273_H #ifndef U24ARRAYTYPEU3D88_T2949422071_H #define U24ARRAYTYPEU3D88_T2949422071_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=88 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D88_t2949422071 { public: union { struct { }; uint8_t U24ArrayTypeU3D88_t2949422071__padding[88]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D88_T2949422071_H #ifndef U24ARRAYTYPEU3D24_T2467506694_H #define U24ARRAYTYPEU3D24_T2467506694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=24 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D24_t2467506694 { public: union { struct { }; uint8_t U24ArrayTypeU3D24_t2467506694__padding[24]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D24_T2467506694_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 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 SHARESTATE_T3509984762_H #define SHARESTATE_T3509984762_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ShareState struct ShareState_t3509984762 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHARESTATE_T3509984762_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 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 ENUMERATOR_T1568628212_H #define ENUMERATOR_T1568628212_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_t1568628212 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3974351631 * ___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 LoomParam_t2502276889 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1568628212, ___l_0)); } inline List_1_t3974351631 * get_l_0() const { return ___l_0; } inline List_1_t3974351631 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3974351631 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1568628212, ___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_t1568628212, ___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_t1568628212, ___current_3)); } inline LoomParam_t2502276889 * get_current_3() const { return ___current_3; } inline LoomParam_t2502276889 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(LoomParam_t2502276889 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1568628212_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 LOBBYSTATE_T3690741510_H #define LOBBYSTATE_T3690741510_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LobbyState struct LobbyState_t3690741510 : public SimpleState_t1424650207 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOBBYSTATE_T3690741510_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 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 REDDOTTREENODEBASE_T645146498_H #define REDDOTTREENODEBASE_T645146498_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // RedDotTreeNodeBase struct RedDotTreeNodeBase_t645146498 : public TreeNode_t4280910666 { public: // System.Boolean RedDotTreeNodeBase::k__BackingField bool ___U3CIsVirtualU3Ek__BackingField_2; // System.Boolean RedDotTreeNodeBase::k__BackingField bool ___U3CIsDynamicU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CIsVirtualU3Ek__BackingField_2() { return static_cast(offsetof(RedDotTreeNodeBase_t645146498, ___U3CIsVirtualU3Ek__BackingField_2)); } inline bool get_U3CIsVirtualU3Ek__BackingField_2() const { return ___U3CIsVirtualU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsVirtualU3Ek__BackingField_2() { return &___U3CIsVirtualU3Ek__BackingField_2; } inline void set_U3CIsVirtualU3Ek__BackingField_2(bool value) { ___U3CIsVirtualU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsDynamicU3Ek__BackingField_3() { return static_cast(offsetof(RedDotTreeNodeBase_t645146498, ___U3CIsDynamicU3Ek__BackingField_3)); } inline bool get_U3CIsDynamicU3Ek__BackingField_3() const { return ___U3CIsDynamicU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsDynamicU3Ek__BackingField_3() { return &___U3CIsDynamicU3Ek__BackingField_3; } inline void set_U3CIsDynamicU3Ek__BackingField_3(bool value) { ___U3CIsDynamicU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REDDOTTREENODEBASE_T645146498_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 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 KEYVALUEPAIR_2_T54103052_H #define KEYVALUEPAIR_2_T54103052_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_t54103052 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RedDotTreeNode_t3062684850 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t54103052, ___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_t54103052, ___value_1)); } inline RedDotTreeNode_t3062684850 * get_value_1() const { return ___value_1; } inline RedDotTreeNode_t3062684850 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RedDotTreeNode_t3062684850 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T54103052_H #ifndef VECTOR4_T3319028937_H #define VECTOR4_T3319028937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector4 struct Vector4_t3319028937 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_t3319028937, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_t3319028937, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_t3319028937, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_t3319028937, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_t3319028937_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t3319028937 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t3319028937 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t3319028937 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t3319028937 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___zeroVector_5)); } inline Vector4_t3319028937 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_t3319028937 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_t3319028937 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___oneVector_6)); } inline Vector4_t3319028937 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_t3319028937 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_t3319028937 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_t3319028937 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_t3319028937 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_t3319028937 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_t3319028937 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_t3319028937 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_t3319028937 value) { ___negativeInfinityVector_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR4_T3319028937_H #ifndef POOLINFLATIONTYPE_T3858215801_H #define POOLINFLATIONTYPE_T3858215801_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SG.PoolInflationType struct PoolInflationType_t3858215801 { public: // System.Int32 SG.PoolInflationType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PoolInflationType_t3858215801, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POOLINFLATIONTYPE_T3858215801_H #ifndef ENUMSECTIONSTATE_T3108352960_H #define ENUMSECTIONSTATE_T3108352960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SceneOwnedBase/enumSectionState struct enumSectionState_t3108352960 { public: // System.Int32 SceneOwnedBase/enumSectionState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSectionState_t3108352960, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSECTIONSTATE_T3108352960_H #ifndef SCROLLDIR_T3507889014_H #define SCROLLDIR_T3507889014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScrollDir struct ScrollDir_t3507889014 { public: // System.Int32 ScrollDir::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScrollDir_t3507889014, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_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_T3507889014_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 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 SELECTIONSTATE_T2656606514_H #define SELECTIONSTATE_T2656606514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable/SelectionState struct SelectionState_t2656606514 { public: // System.Int32 UnityEngine.UI.Selectable/SelectionState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SelectionState_t2656606514, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELECTIONSTATE_T2656606514_H #ifndef RESTYPE_T106800071_H #define RESTYPE_T106800071_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ResType struct ResType_t106800071 { public: // System.Int32 ResType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ResType_t106800071, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESTYPE_T106800071_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 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 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 COLORBLOCK_T2139031574_H #define COLORBLOCK_T2139031574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ColorBlock struct ColorBlock_t2139031574 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_t2555686324 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_t2555686324 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_t2555686324 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_t2555686324 ___m_DisabledColor_3; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_4; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_5; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_NormalColor_0)); } inline Color_t2555686324 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_t2555686324 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_t2555686324 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_HighlightedColor_1)); } inline Color_t2555686324 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_t2555686324 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_t2555686324 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_PressedColor_2)); } inline Color_t2555686324 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_t2555686324 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_t2555686324 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_DisabledColor_3() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_DisabledColor_3)); } inline Color_t2555686324 get_m_DisabledColor_3() const { return ___m_DisabledColor_3; } inline Color_t2555686324 * get_address_of_m_DisabledColor_3() { return &___m_DisabledColor_3; } inline void set_m_DisabledColor_3(Color_t2555686324 value) { ___m_DisabledColor_3 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_4() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_ColorMultiplier_4)); } inline float get_m_ColorMultiplier_4() const { return ___m_ColorMultiplier_4; } inline float* get_address_of_m_ColorMultiplier_4() { return &___m_ColorMultiplier_4; } inline void set_m_ColorMultiplier_4(float value) { ___m_ColorMultiplier_4 = value; } inline static int32_t get_offset_of_m_FadeDuration_5() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_FadeDuration_5)); } inline float get_m_FadeDuration_5() const { return ___m_FadeDuration_5; } inline float* get_address_of_m_FadeDuration_5() { return &___m_FadeDuration_5; } inline void set_m_FadeDuration_5(float value) { ___m_FadeDuration_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLORBLOCK_T2139031574_H #ifndef MOVEMENTTYPE_T309603115_H #define MOVEMENTTYPE_T309603115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.LoopScrollRect/MovementType struct MovementType_t309603115 { public: // System.Int32 UnityEngine.UI.LoopScrollRect/MovementType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MovementType_t309603115, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_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_T309603115_H #ifndef SCROLLBARVISIBILITY_T2153853577_H #define SCROLLBARVISIBILITY_T2153853577_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.LoopScrollRect/ScrollbarVisibility struct ScrollbarVisibility_t2153853577 { public: // System.Int32 UnityEngine.UI.LoopScrollRect/ScrollbarVisibility::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScrollbarVisibility_t2153853577, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_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_T2153853577_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 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 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 AMBIENTMODE_T4023919024_H #define AMBIENTMODE_T4023919024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.AmbientMode struct AmbientMode_t4023919024 { public: // System.Int32 UnityEngine.Rendering.AmbientMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AmbientMode_t4023919024, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AMBIENTMODE_T4023919024_H #ifndef LIGHTMAPSMODE_T12202505_H #define LIGHTMAPSMODE_T12202505_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LightmapsMode struct LightmapsMode_t12202505 { public: // System.Int32 UnityEngine.LightmapsMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LightmapsMode_t12202505, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIGHTMAPSMODE_T12202505_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef TOGGLETRANSITION_T3587297765_H #define TOGGLETRANSITION_T3587297765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Toggle/ToggleTransition struct ToggleTransition_t3587297765 { public: // System.Int32 UnityEngine.UI.Toggle/ToggleTransition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ToggleTransition_t3587297765, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOGGLETRANSITION_T3587297765_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 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 TYPE_T1152881528_H #define TYPE_T1152881528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/Type struct Type_t1152881528 { public: // System.Int32 UnityEngine.UI.Image/Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Type_t1152881528, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T1152881528_H #ifndef ENUMROLESTATE_T946412100_H #define ENUMROLESTATE_T946412100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumRoleState struct enumRoleState_t946412100 { public: // System.Int32 DMCore.Framework.Scene.enumRoleState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumRoleState_t946412100, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMROLESTATE_T946412100_H #ifndef SERVERSCENESUBTYPE_T1590638575_H #define SERVERSCENESUBTYPE_T1590638575_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ServerSceneSubType struct ServerSceneSubType_t1590638575 { public: // System.Int16 DMCore.Framework.Scene.ServerSceneSubType::value__ int16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ServerSceneSubType_t1590638575, ___value___1)); } inline int16_t get_value___1() const { return ___value___1; } inline int16_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int16_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVERSCENESUBTYPE_T1590638575_H #ifndef SERVERSCENEOBJTYPE_T578249339_H #define SERVERSCENEOBJTYPE_T578249339_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ServerSceneObjType struct ServerSceneObjType_t578249339 { public: // System.Int16 DMCore.Framework.Scene.ServerSceneObjType::value__ int16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ServerSceneObjType_t578249339, ___value___1)); } inline int16_t get_value___1() const { return ___value___1; } inline int16_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int16_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVERSCENEOBJTYPE_T578249339_H #ifndef FONTSTYLE_T82229486_H #define FONTSTYLE_T82229486_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.FontStyle struct FontStyle_t82229486 { public: // System.Int32 UnityEngine.FontStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FontStyle_t82229486, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FONTSTYLE_T82229486_H #ifndef CHARACTERVALIDATION_T4051914437_H #define CHARACTERVALIDATION_T4051914437_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/CharacterValidation struct CharacterValidation_t4051914437 { public: // System.Int32 UnityEngine.UI.InputField/CharacterValidation::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CharacterValidation_t4051914437, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARACTERVALIDATION_T4051914437_H #ifndef LINETYPE_T4214648469_H #define LINETYPE_T4214648469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/LineType struct LineType_t4214648469 { public: // System.Int32 UnityEngine.UI.InputField/LineType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LineType_t4214648469, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINETYPE_T4214648469_H #ifndef TOUCHSCREENKEYBOARDTYPE_T1530597702_H #define TOUCHSCREENKEYBOARDTYPE_T1530597702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchScreenKeyboardType struct TouchScreenKeyboardType_t1530597702 { public: // System.Int32 UnityEngine.TouchScreenKeyboardType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TouchScreenKeyboardType_t1530597702, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOUCHSCREENKEYBOARDTYPE_T1530597702_H #ifndef INPUTTYPE_T1770400679_H #define INPUTTYPE_T1770400679_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/InputType struct InputType_t1770400679 { public: // System.Int32 UnityEngine.UI.InputField/InputType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(InputType_t1770400679, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INPUTTYPE_T1770400679_H #ifndef CONTENTTYPE_T1787303396_H #define CONTENTTYPE_T1787303396_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/ContentType struct ContentType_t1787303396 { public: // System.Int32 UnityEngine.UI.InputField/ContentType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ContentType_t1787303396, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTENTTYPE_T1787303396_H #ifndef 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 ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef FILLMETHOD_T1167457570_H #define FILLMETHOD_T1167457570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/FillMethod struct FillMethod_t1167457570 { public: // System.Int32 UnityEngine.UI.Image/FillMethod::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FillMethod_t1167457570, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILLMETHOD_T1167457570_H #ifndef 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 TOGGLEEVENT_T1873685584_H #define TOGGLEEVENT_T1873685584_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Toggle/ToggleEvent struct ToggleEvent_t1873685584 : public UnityEvent_1_t978947469 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOGGLEEVENT_T1873685584_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 SENDMESSAGEOPTIONS_T3580193095_H #define SENDMESSAGEOPTIONS_T3580193095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SendMessageOptions struct SendMessageOptions_t3580193095 { public: // System.Int32 UnityEngine.SendMessageOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SendMessageOptions_t3580193095, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SENDMESSAGEOPTIONS_T3580193095_H #ifndef 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 ENUMERATOR_T1956532725_H #define ENUMERATOR_T1956532725_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_t1956532725 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2349950 * ___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_t2400022117 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1956532725, ___dictionary_0)); } inline Dictionary_2_t2349950 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2349950 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2349950 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1956532725, ___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_t1956532725, ___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_t1956532725, ___current_3)); } inline KeyValuePair_2_t2400022117 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2400022117 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2400022117 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1956532725_H #ifndef BUTTONCLICKEDEVENT_T48803504_H #define BUTTONCLICKEDEVENT_T48803504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_t48803504 : public UnityEvent_t2581268647 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUTTONCLICKEDEVENT_T48803504_H #ifndef 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 TOUCHTYPE_T2034578258_H #define TOUCHTYPE_T2034578258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchType struct TouchType_t2034578258 { public: // System.Int32 UnityEngine.TouchType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TouchType_t2034578258, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOUCHTYPE_T2034578258_H #ifndef TRANSITION_T1769908631_H #define TRANSITION_T1769908631_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable/Transition struct Transition_t1769908631 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Transition_t1769908631, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSITION_T1769908631_H #ifndef 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 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 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 TOUCHPHASE_T72348083_H #define TOUCHPHASE_T72348083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchPhase struct TouchPhase_t72348083 { public: // System.Int32 UnityEngine.TouchPhase::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TouchPhase_t72348083, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOUCHPHASE_T72348083_H #ifndef EVENT_T2956885303_H #define EVENT_T2956885303_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Event struct Event_t2956885303 : public RuntimeObject { public: // System.IntPtr UnityEngine.Event::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Event_t2956885303, ___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; } }; struct Event_t2956885303_StaticFields { public: // UnityEngine.Event UnityEngine.Event::s_Current Event_t2956885303 * ___s_Current_1; // UnityEngine.Event UnityEngine.Event::s_MasterEvent Event_t2956885303 * ___s_MasterEvent_2; // System.Collections.Generic.Dictionary`2 UnityEngine.Event::<>f__switch$map0 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map0_3; public: inline static int32_t get_offset_of_s_Current_1() { return static_cast(offsetof(Event_t2956885303_StaticFields, ___s_Current_1)); } inline Event_t2956885303 * get_s_Current_1() const { return ___s_Current_1; } inline Event_t2956885303 ** get_address_of_s_Current_1() { return &___s_Current_1; } inline void set_s_Current_1(Event_t2956885303 * value) { ___s_Current_1 = value; Il2CppCodeGenWriteBarrier((&___s_Current_1), value); } inline static int32_t get_offset_of_s_MasterEvent_2() { return static_cast(offsetof(Event_t2956885303_StaticFields, ___s_MasterEvent_2)); } inline Event_t2956885303 * get_s_MasterEvent_2() const { return ___s_MasterEvent_2; } inline Event_t2956885303 ** get_address_of_s_MasterEvent_2() { return &___s_MasterEvent_2; } inline void set_s_MasterEvent_2(Event_t2956885303 * value) { ___s_MasterEvent_2 = value; Il2CppCodeGenWriteBarrier((&___s_MasterEvent_2), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map0_3() { return static_cast(offsetof(Event_t2956885303_StaticFields, ___U3CU3Ef__switchU24map0_3)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map0_3() const { return ___U3CU3Ef__switchU24map0_3; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map0_3() { return &___U3CU3Ef__switchU24map0_3; } inline void set_U3CU3Ef__switchU24map0_3(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map0_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Event struct Event_t2956885303_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Event struct Event_t2956885303_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // EVENT_T2956885303_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 EVENTTYPE_T3528516131_H #define EVENTTYPE_T3528516131_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventType struct EventType_t3528516131 { public: // System.Int32 UnityEngine.EventType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EventType_t3528516131, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTTYPE_T3528516131_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 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 ENUMURLSTATE_T2032315695_H #define ENUMURLSTATE_T2032315695_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.URL.enumUrlState struct enumUrlState_t2032315695 { public: // System.Int32 DMCore.Framework.URL.enumUrlState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumUrlState_t2032315695, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMURLSTATE_T2032315695_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 TEXTUREWRAPMODE_T584250749_H #define TEXTUREWRAPMODE_T584250749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextureWrapMode struct TextureWrapMode_t584250749 { public: // System.Int32 UnityEngine.TextureWrapMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextureWrapMode_t584250749, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTUREWRAPMODE_T584250749_H #ifndef GESTURE_T1432119795_H #define GESTURE_T1432119795_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TricycleListView/Gesture struct Gesture_t1432119795 { public: // System.Int32 TricycleListView/Gesture::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Gesture_t1432119795, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GESTURE_T1432119795_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 ENUMERATOR_T2451428052_H #define ENUMERATOR_T2451428052_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_t2451428052 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t497245277 * ___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_t2894917444 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2451428052, ___dictionary_0)); } inline Dictionary_2_t497245277 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t497245277 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t497245277 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2451428052, ___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_t2451428052, ___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_t2451428052, ___current_3)); } inline KeyValuePair_2_t2894917444 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2894917444 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2894917444 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2451428052_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 ENUMERATOR_T93894259_H #define ENUMERATOR_T93894259_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_t93894259 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t2499617678 * ___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 DelayedQueueItem_t1027542936 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t93894259, ___l_0)); } inline List_1_t2499617678 * get_l_0() const { return ___l_0; } inline List_1_t2499617678 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t2499617678 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t93894259, ___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_t93894259, ___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_t93894259, ___current_3)); } inline DelayedQueueItem_t1027542936 get_current_3() const { return ___current_3; } inline DelayedQueueItem_t1027542936 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(DelayedQueueItem_t1027542936 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T93894259_H #ifndef LOOPPRESSEVENT_T2496491905_H #define LOOPPRESSEVENT_T2496491905_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LongPress/LoopPressEvent struct LoopPressEvent_t2496491905 : public UnityEvent_1_t3832605257 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOOPPRESSEVENT_T2496491905_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 ENUMSCENEOBJTYPE_T2879723971_H #define ENUMSCENEOBJTYPE_T2879723971_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumSceneObjType struct enumSceneObjType_t2879723971 { public: // System.Int32 DMCore.Framework.Scene.enumSceneObjType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSceneObjType_t2879723971, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSCENEOBJTYPE_T2879723971_H #ifndef FORCEMODE_T3656391766_H #define FORCEMODE_T3656391766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ForceMode struct ForceMode_t3656391766 { public: // System.Int32 UnityEngine.ForceMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ForceMode_t3656391766, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORCEMODE_T3656391766_H #ifndef COLLISION_T4262080450_H #define COLLISION_T4262080450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Collision struct Collision_t4262080450 : public RuntimeObject { public: // UnityEngine.Vector3 UnityEngine.Collision::m_Impulse Vector3_t3722313464 ___m_Impulse_0; // UnityEngine.Vector3 UnityEngine.Collision::m_RelativeVelocity Vector3_t3722313464 ___m_RelativeVelocity_1; // UnityEngine.Rigidbody UnityEngine.Collision::m_Rigidbody Rigidbody_t3916780224 * ___m_Rigidbody_2; // UnityEngine.Collider UnityEngine.Collision::m_Collider Collider_t1773347010 * ___m_Collider_3; // UnityEngine.ContactPoint[] UnityEngine.Collision::m_Contacts ContactPointU5BU5D_t872956888* ___m_Contacts_4; public: inline static int32_t get_offset_of_m_Impulse_0() { return static_cast(offsetof(Collision_t4262080450, ___m_Impulse_0)); } inline Vector3_t3722313464 get_m_Impulse_0() const { return ___m_Impulse_0; } inline Vector3_t3722313464 * get_address_of_m_Impulse_0() { return &___m_Impulse_0; } inline void set_m_Impulse_0(Vector3_t3722313464 value) { ___m_Impulse_0 = value; } inline static int32_t get_offset_of_m_RelativeVelocity_1() { return static_cast(offsetof(Collision_t4262080450, ___m_RelativeVelocity_1)); } inline Vector3_t3722313464 get_m_RelativeVelocity_1() const { return ___m_RelativeVelocity_1; } inline Vector3_t3722313464 * get_address_of_m_RelativeVelocity_1() { return &___m_RelativeVelocity_1; } inline void set_m_RelativeVelocity_1(Vector3_t3722313464 value) { ___m_RelativeVelocity_1 = value; } inline static int32_t get_offset_of_m_Rigidbody_2() { return static_cast(offsetof(Collision_t4262080450, ___m_Rigidbody_2)); } inline Rigidbody_t3916780224 * get_m_Rigidbody_2() const { return ___m_Rigidbody_2; } inline Rigidbody_t3916780224 ** get_address_of_m_Rigidbody_2() { return &___m_Rigidbody_2; } inline void set_m_Rigidbody_2(Rigidbody_t3916780224 * value) { ___m_Rigidbody_2 = value; Il2CppCodeGenWriteBarrier((&___m_Rigidbody_2), value); } inline static int32_t get_offset_of_m_Collider_3() { return static_cast(offsetof(Collision_t4262080450, ___m_Collider_3)); } inline Collider_t1773347010 * get_m_Collider_3() const { return ___m_Collider_3; } inline Collider_t1773347010 ** get_address_of_m_Collider_3() { return &___m_Collider_3; } inline void set_m_Collider_3(Collider_t1773347010 * value) { ___m_Collider_3 = value; Il2CppCodeGenWriteBarrier((&___m_Collider_3), value); } inline static int32_t get_offset_of_m_Contacts_4() { return static_cast(offsetof(Collision_t4262080450, ___m_Contacts_4)); } inline ContactPointU5BU5D_t872956888* get_m_Contacts_4() const { return ___m_Contacts_4; } inline ContactPointU5BU5D_t872956888** get_address_of_m_Contacts_4() { return &___m_Contacts_4; } inline void set_m_Contacts_4(ContactPointU5BU5D_t872956888* value) { ___m_Contacts_4 = value; Il2CppCodeGenWriteBarrier((&___m_Contacts_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Collision struct Collision_t4262080450_marshaled_pinvoke { Vector3_t3722313464 ___m_Impulse_0; Vector3_t3722313464 ___m_RelativeVelocity_1; Rigidbody_t3916780224 * ___m_Rigidbody_2; Collider_t1773347010 * ___m_Collider_3; ContactPoint_t3758755253 * ___m_Contacts_4; }; // Native definition for COM marshalling of UnityEngine.Collision struct Collision_t4262080450_marshaled_com { Vector3_t3722313464 ___m_Impulse_0; Vector3_t3722313464 ___m_RelativeVelocity_1; Rigidbody_t3916780224 * ___m_Rigidbody_2; Collider_t1773347010 * ___m_Collider_3; ContactPoint_t3758755253 * ___m_Contacts_4; }; #endif // COLLISION_T4262080450_H #ifndef ENUMERATOR_T1222580846_H #define ENUMERATOR_T1222580846_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_t1222580846 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3628304265 * ___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 Vector2_t2156229523 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1222580846, ___l_0)); } inline List_1_t3628304265 * get_l_0() const { return ___l_0; } inline List_1_t3628304265 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3628304265 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1222580846, ___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_t1222580846, ___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_t1222580846, ___current_3)); } inline Vector2_t2156229523 get_current_3() const { return ___current_3; } inline Vector2_t2156229523 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(Vector2_t2156229523 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1222580846_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 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 MODE_T1066900953_H #define MODE_T1066900953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Navigation/Mode struct Mode_t1066900953 { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Mode_t1066900953, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODE_T1066900953_H #ifndef 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 KEYNOTFOUNDEXCEPTION_T2292407383_H #define KEYNOTFOUNDEXCEPTION_T2292407383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyNotFoundException struct KeyNotFoundException_t2292407383 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYNOTFOUNDEXCEPTION_T2292407383_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255371_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255371_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255371 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields { public: // /$ArrayType=24 ::$field-0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B U24ArrayTypeU3D24_t2467506694 ___U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0; // /$ArrayType=88 ::$field-4415181F0C6DE341FFB5452857E21B9C694EDD35 U24ArrayTypeU3D88_t2949422071 ___U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1; // /$ArrayType=88 ::$field-EB92BB9745222AADC7F8C6F621A89D272BAE5D8D U24ArrayTypeU3D88_t2949422071 ___U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2; // /$ArrayType=12 ::$field-EB916922EBEC32A5547C9376CA1D9B5D2C751BF2 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3; // /$ArrayType=12 ::$field-148E9E3E864CD628C70D3DC1D8309483BD8C0E89 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4; // /$ArrayType=12 ::$field-AAF72C1002FDBCAE040DAE16A10D82184CE83679 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5; // /$ArrayType=12 ::$field-5CF7299F6558A8AC3F821B4F2F65F23798D319D3 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6; // /$ArrayType=12 ::$field-B67A7FB4648C62F6A1337CA473436D0E787E8633 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7; // /$ArrayType=12 ::$field-C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F U24ArrayTypeU3D12_t2488454197 ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8; // /$ArrayType=12 ::$field-FAD52931F5B79811D31566BB18B6E0B5D2E2A164 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9; // /$ArrayType=112 ::$field-50B1635D1FB2907A171B71751E1A3FA79423CA17 U24ArrayTypeU3D112_t1514025265 ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10; // /$ArrayType=12 ::$field-F395E9F123D7CD601C24BD2BB0F7C25D295A2774 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11; // /$ArrayType=28 ::$field-053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677 U24ArrayTypeU3D28_t173484549 ___U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12; public: inline static int32_t get_offset_of_U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0)); } inline U24ArrayTypeU3D24_t2467506694 get_U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0() const { return ___U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0; } inline U24ArrayTypeU3D24_t2467506694 * get_address_of_U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0() { return &___U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0; } inline void set_U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0(U24ArrayTypeU3D24_t2467506694 value) { ___U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0 = value; } inline static int32_t get_offset_of_U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1)); } inline U24ArrayTypeU3D88_t2949422071 get_U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1() const { return ___U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1; } inline U24ArrayTypeU3D88_t2949422071 * get_address_of_U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1() { return &___U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1; } inline void set_U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1(U24ArrayTypeU3D88_t2949422071 value) { ___U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1 = value; } inline static int32_t get_offset_of_U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2)); } inline U24ArrayTypeU3D88_t2949422071 get_U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2() const { return ___U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2; } inline U24ArrayTypeU3D88_t2949422071 * get_address_of_U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2() { return &___U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2; } inline void set_U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2(U24ArrayTypeU3D88_t2949422071 value) { ___U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2 = value; } inline static int32_t get_offset_of_U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3() const { return ___U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3() { return &___U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3; } inline void set_U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3 = value; } inline static int32_t get_offset_of_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4() const { return ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4() { return &___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4; } inline void set_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4 = value; } inline static int32_t get_offset_of_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5() const { return ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5() { return &___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5; } inline void set_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5 = value; } inline static int32_t get_offset_of_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6() const { return ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6() { return &___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6; } inline void set_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6 = value; } inline static int32_t get_offset_of_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7() const { return ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7() { return &___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7; } inline void set_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7 = value; } inline static int32_t get_offset_of_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8() const { return ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8() { return &___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8; } inline void set_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8 = value; } inline static int32_t get_offset_of_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9() const { return ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9() { return &___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9; } inline void set_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9 = value; } inline static int32_t get_offset_of_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10)); } inline U24ArrayTypeU3D112_t1514025265 get_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10() const { return ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10; } inline U24ArrayTypeU3D112_t1514025265 * get_address_of_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10() { return &___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10; } inline void set_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10(U24ArrayTypeU3D112_t1514025265 value) { ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10 = value; } inline static int32_t get_offset_of_U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11() const { return ___U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11() { return &___U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11; } inline void set_U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11 = value; } inline static int32_t get_offset_of_U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12() const { return ___U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12() { return &___U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12; } inline void set_U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255371_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef PARSERTOKEN_T2380208742_H #define PARSERTOKEN_T2380208742_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ParserToken struct ParserToken_t2380208742 { public: // System.Int32 LitJson.ParserToken::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParserToken_t2380208742, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARSERTOKEN_T2380208742_H #ifndef JSONTOKEN_T3605538862_H #define JSONTOKEN_T3605538862_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonToken struct JsonToken_t3605538862 { public: // System.Int32 LitJson.JsonToken::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonToken_t3605538862, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONTOKEN_T3605538862_H #ifndef 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 JSONEXCEPTION_T3682484112_H #define JSONEXCEPTION_T3682484112_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonException struct JsonException_t3682484112 : public ApplicationException_t2339761290 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONEXCEPTION_T3682484112_H #ifndef 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 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 FOGMODE_T1277989386_H #define FOGMODE_T1277989386_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.FogMode struct FogMode_t1277989386 { public: // System.Int32 UnityEngine.FogMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FogMode_t1277989386, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FOGMODE_T1277989386_H #ifndef LMRENDERERINFO_T3374010072_H #define LMRENDERERINFO_T3374010072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LMRendererInfo struct LMRendererInfo_t3374010072 { public: // UnityEngine.Renderer LMRendererInfo::renderer Renderer_t2627027031 * ___renderer_0; // System.Int32 LMRendererInfo::LightmapIndex int32_t ___LightmapIndex_1; // UnityEngine.Vector4 LMRendererInfo::LightmapOffsetScale Vector4_t3319028937 ___LightmapOffsetScale_2; public: inline static int32_t get_offset_of_renderer_0() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___renderer_0)); } inline Renderer_t2627027031 * get_renderer_0() const { return ___renderer_0; } inline Renderer_t2627027031 ** get_address_of_renderer_0() { return &___renderer_0; } inline void set_renderer_0(Renderer_t2627027031 * value) { ___renderer_0 = value; Il2CppCodeGenWriteBarrier((&___renderer_0), value); } inline static int32_t get_offset_of_LightmapIndex_1() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___LightmapIndex_1)); } inline int32_t get_LightmapIndex_1() const { return ___LightmapIndex_1; } inline int32_t* get_address_of_LightmapIndex_1() { return &___LightmapIndex_1; } inline void set_LightmapIndex_1(int32_t value) { ___LightmapIndex_1 = value; } inline static int32_t get_offset_of_LightmapOffsetScale_2() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___LightmapOffsetScale_2)); } inline Vector4_t3319028937 get_LightmapOffsetScale_2() const { return ___LightmapOffsetScale_2; } inline Vector4_t3319028937 * get_address_of_LightmapOffsetScale_2() { return &___LightmapOffsetScale_2; } inline void set_LightmapOffsetScale_2(Vector4_t3319028937 value) { ___LightmapOffsetScale_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LMRendererInfo struct LMRendererInfo_t3374010072_marshaled_pinvoke { Renderer_t2627027031 * ___renderer_0; int32_t ___LightmapIndex_1; Vector4_t3319028937 ___LightmapOffsetScale_2; }; // Native definition for COM marshalling of LMRendererInfo struct LMRendererInfo_t3374010072_marshaled_com { Renderer_t2627027031 * ___renderer_0; int32_t ___LightmapIndex_1; Vector4_t3319028937 ___LightmapOffsetScale_2; }; #endif // LMRENDERERINFO_T3374010072_H #ifndef 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 CONDITION_T3240125930_H #define CONDITION_T3240125930_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.Condition struct Condition_t3240125930 { public: // System.Int32 LitJson.Condition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Condition_t3240125930, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONDITION_T3240125930_H #ifndef 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 RENDERTEXTUREFORMAT_T962350765_H #define RENDERTEXTUREFORMAT_T962350765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RenderTextureFormat struct RenderTextureFormat_t962350765 { public: // System.Int32 UnityEngine.RenderTextureFormat::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RenderTextureFormat_t962350765, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RENDERTEXTUREFORMAT_T962350765_H #ifndef PROCEDURESTATE_T2716890518_H #define PROCEDURESTATE_T2716890518_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ProcedureState struct ProcedureState_t2716890518 { public: // System.Int32 ProcedureState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ProcedureState_t2716890518, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROCEDURESTATE_T2716890518_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 REDDOTTREENODE_T3062684850_H #define REDDOTTREENODE_T3062684850_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // RedDotTreeNode struct RedDotTreeNode_t3062684850 : public RedDotTreeNodeBase_t645146498 { public: // System.Int32 RedDotTreeNode::k__BackingField int32_t ___U3CIdU3Ek__BackingField_4; // System.Int32 RedDotTreeNode::k__BackingField int32_t ___U3CParentIdU3Ek__BackingField_5; // System.String RedDotTreeNode::k__BackingField String_t* ___U3CNameU3Ek__BackingField_6; // System.String RedDotTreeNode::k__BackingField String_t* ___U3CGameObjectPathU3Ek__BackingField_7; // System.String RedDotTreeNode::k__BackingField String_t* ___U3CConditionU3Ek__BackingField_8; // UnityEngine.GameObject RedDotTreeNode::k__BackingField GameObject_t1113636619 * ___U3CGameObjectU3Ek__BackingField_9; // RedDotTreeNodeBase RedDotTreeNode::k__BackingField RedDotTreeNodeBase_t645146498 * ___U3CParentNodeU3Ek__BackingField_10; // System.Boolean RedDotTreeNode::k__BackingField bool ___U3CNeedRedDotU3Ek__BackingField_11; public: inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_4() { return static_cast(offsetof(RedDotTreeNode_t3062684850, ___U3CIdU3Ek__BackingField_4)); } inline int32_t get_U3CIdU3Ek__BackingField_4() const { return ___U3CIdU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CIdU3Ek__BackingField_4() { return &___U3CIdU3Ek__BackingField_4; } inline void set_U3CIdU3Ek__BackingField_4(int32_t value) { ___U3CIdU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CParentIdU3Ek__BackingField_5() { return static_cast(offsetof(RedDotTreeNode_t3062684850, ___U3CParentIdU3Ek__BackingField_5)); } inline int32_t get_U3CParentIdU3Ek__BackingField_5() const { return ___U3CParentIdU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CParentIdU3Ek__BackingField_5() { return &___U3CParentIdU3Ek__BackingField_5; } inline void set_U3CParentIdU3Ek__BackingField_5(int32_t value) { ___U3CParentIdU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_6() { return static_cast(offsetof(RedDotTreeNode_t3062684850, ___U3CNameU3Ek__BackingField_6)); } inline String_t* get_U3CNameU3Ek__BackingField_6() const { return ___U3CNameU3Ek__BackingField_6; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_6() { return &___U3CNameU3Ek__BackingField_6; } inline void set_U3CNameU3Ek__BackingField_6(String_t* value) { ___U3CNameU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CNameU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_U3CGameObjectPathU3Ek__BackingField_7() { return static_cast(offsetof(RedDotTreeNode_t3062684850, ___U3CGameObjectPathU3Ek__BackingField_7)); } inline String_t* get_U3CGameObjectPathU3Ek__BackingField_7() const { return ___U3CGameObjectPathU3Ek__BackingField_7; } inline String_t** get_address_of_U3CGameObjectPathU3Ek__BackingField_7() { return &___U3CGameObjectPathU3Ek__BackingField_7; } inline void set_U3CGameObjectPathU3Ek__BackingField_7(String_t* value) { ___U3CGameObjectPathU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((&___U3CGameObjectPathU3Ek__BackingField_7), value); } inline static int32_t get_offset_of_U3CConditionU3Ek__BackingField_8() { return static_cast(offsetof(RedDotTreeNode_t3062684850, ___U3CConditionU3Ek__BackingField_8)); } inline String_t* get_U3CConditionU3Ek__BackingField_8() const { return ___U3CConditionU3Ek__BackingField_8; } inline String_t** get_address_of_U3CConditionU3Ek__BackingField_8() { return &___U3CConditionU3Ek__BackingField_8; } inline void set_U3CConditionU3Ek__BackingField_8(String_t* value) { ___U3CConditionU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((&___U3CConditionU3Ek__BackingField_8), value); } inline static int32_t get_offset_of_U3CGameObjectU3Ek__BackingField_9() { return static_cast(offsetof(RedDotTreeNode_t3062684850, ___U3CGameObjectU3Ek__BackingField_9)); } inline GameObject_t1113636619 * get_U3CGameObjectU3Ek__BackingField_9() const { return ___U3CGameObjectU3Ek__BackingField_9; } inline GameObject_t1113636619 ** get_address_of_U3CGameObjectU3Ek__BackingField_9() { return &___U3CGameObjectU3Ek__BackingField_9; } inline void set_U3CGameObjectU3Ek__BackingField_9(GameObject_t1113636619 * value) { ___U3CGameObjectU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((&___U3CGameObjectU3Ek__BackingField_9), value); } inline static int32_t get_offset_of_U3CParentNodeU3Ek__BackingField_10() { return static_cast(offsetof(RedDotTreeNode_t3062684850, ___U3CParentNodeU3Ek__BackingField_10)); } inline RedDotTreeNodeBase_t645146498 * get_U3CParentNodeU3Ek__BackingField_10() const { return ___U3CParentNodeU3Ek__BackingField_10; } inline RedDotTreeNodeBase_t645146498 ** get_address_of_U3CParentNodeU3Ek__BackingField_10() { return &___U3CParentNodeU3Ek__BackingField_10; } inline void set_U3CParentNodeU3Ek__BackingField_10(RedDotTreeNodeBase_t645146498 * value) { ___U3CParentNodeU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((&___U3CParentNodeU3Ek__BackingField_10), value); } inline static int32_t get_offset_of_U3CNeedRedDotU3Ek__BackingField_11() { return static_cast(offsetof(RedDotTreeNode_t3062684850, ___U3CNeedRedDotU3Ek__BackingField_11)); } inline bool get_U3CNeedRedDotU3Ek__BackingField_11() const { return ___U3CNeedRedDotU3Ek__BackingField_11; } inline bool* get_address_of_U3CNeedRedDotU3Ek__BackingField_11() { return &___U3CNeedRedDotU3Ek__BackingField_11; } inline void set_U3CNeedRedDotU3Ek__BackingField_11(bool value) { ___U3CNeedRedDotU3Ek__BackingField_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REDDOTTREENODE_T3062684850_H #ifndef FILTERMODE_T3761284007_H #define FILTERMODE_T3761284007_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.FilterMode struct FilterMode_t3761284007 { public: // System.Int32 UnityEngine.FilterMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FilterMode_t3761284007, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILTERMODE_T3761284007_H #ifndef HIDEFLAGS_T4250555765_H #define HIDEFLAGS_T4250555765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.HideFlags struct HideFlags_t4250555765 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HideFlags_t4250555765, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HIDEFLAGS_T4250555765_H #ifndef ENUMERATOR_T3905580956_H #define ENUMERATOR_T3905580956_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_t3905580956 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1951398181 * ___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_t54103052 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3905580956, ___dictionary_0)); } inline Dictionary_2_t1951398181 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1951398181 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1951398181 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3905580956, ___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_t3905580956, ___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_t3905580956, ___current_3)); } inline KeyValuePair_2_t54103052 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t54103052 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t54103052 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3905580956_H #ifndef WWW_T3688466362_H #define WWW_T3688466362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WWW struct WWW_t3688466362 : public CustomYieldInstruction_t1895667560 { public: // UnityEngine.ThreadPriority UnityEngine.WWW::k__BackingField int32_t ___U3CthreadPriorityU3Ek__BackingField_0; // UnityEngine.Networking.UnityWebRequest UnityEngine.WWW::_uwr UnityWebRequest_t463507806 * ____uwr_1; // UnityEngine.AssetBundle UnityEngine.WWW::_assetBundle AssetBundle_t1153907252 * ____assetBundle_2; // System.Collections.Generic.Dictionary`2 UnityEngine.WWW::_responseHeaders Dictionary_2_t1632706988 * ____responseHeaders_3; public: inline static int32_t get_offset_of_U3CthreadPriorityU3Ek__BackingField_0() { return static_cast(offsetof(WWW_t3688466362, ___U3CthreadPriorityU3Ek__BackingField_0)); } inline int32_t get_U3CthreadPriorityU3Ek__BackingField_0() const { return ___U3CthreadPriorityU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CthreadPriorityU3Ek__BackingField_0() { return &___U3CthreadPriorityU3Ek__BackingField_0; } inline void set_U3CthreadPriorityU3Ek__BackingField_0(int32_t value) { ___U3CthreadPriorityU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of__uwr_1() { return static_cast(offsetof(WWW_t3688466362, ____uwr_1)); } inline UnityWebRequest_t463507806 * get__uwr_1() const { return ____uwr_1; } inline UnityWebRequest_t463507806 ** get_address_of__uwr_1() { return &____uwr_1; } inline void set__uwr_1(UnityWebRequest_t463507806 * value) { ____uwr_1 = value; Il2CppCodeGenWriteBarrier((&____uwr_1), value); } inline static int32_t get_offset_of__assetBundle_2() { return static_cast(offsetof(WWW_t3688466362, ____assetBundle_2)); } inline AssetBundle_t1153907252 * get__assetBundle_2() const { return ____assetBundle_2; } inline AssetBundle_t1153907252 ** get_address_of__assetBundle_2() { return &____assetBundle_2; } inline void set__assetBundle_2(AssetBundle_t1153907252 * value) { ____assetBundle_2 = value; Il2CppCodeGenWriteBarrier((&____assetBundle_2), value); } inline static int32_t get_offset_of__responseHeaders_3() { return static_cast(offsetof(WWW_t3688466362, ____responseHeaders_3)); } inline Dictionary_2_t1632706988 * get__responseHeaders_3() const { return ____responseHeaders_3; } inline Dictionary_2_t1632706988 ** get_address_of__responseHeaders_3() { return &____responseHeaders_3; } inline void set__responseHeaders_3(Dictionary_2_t1632706988 * value) { ____responseHeaders_3 = value; Il2CppCodeGenWriteBarrier((&____responseHeaders_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WWW_T3688466362_H #ifndef 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 TOUCH_T1921856868_H #define TOUCH_T1921856868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Touch struct Touch_t1921856868 { public: // System.Int32 UnityEngine.Touch::m_FingerId int32_t ___m_FingerId_0; // UnityEngine.Vector2 UnityEngine.Touch::m_Position Vector2_t2156229523 ___m_Position_1; // UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition Vector2_t2156229523 ___m_RawPosition_2; // UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta Vector2_t2156229523 ___m_PositionDelta_3; // System.Single UnityEngine.Touch::m_TimeDelta float ___m_TimeDelta_4; // System.Int32 UnityEngine.Touch::m_TapCount int32_t ___m_TapCount_5; // UnityEngine.TouchPhase UnityEngine.Touch::m_Phase int32_t ___m_Phase_6; // UnityEngine.TouchType UnityEngine.Touch::m_Type int32_t ___m_Type_7; // System.Single UnityEngine.Touch::m_Pressure float ___m_Pressure_8; // System.Single UnityEngine.Touch::m_maximumPossiblePressure float ___m_maximumPossiblePressure_9; // System.Single UnityEngine.Touch::m_Radius float ___m_Radius_10; // System.Single UnityEngine.Touch::m_RadiusVariance float ___m_RadiusVariance_11; // System.Single UnityEngine.Touch::m_AltitudeAngle float ___m_AltitudeAngle_12; // System.Single UnityEngine.Touch::m_AzimuthAngle float ___m_AzimuthAngle_13; public: inline static int32_t get_offset_of_m_FingerId_0() { return static_cast(offsetof(Touch_t1921856868, ___m_FingerId_0)); } inline int32_t get_m_FingerId_0() const { return ___m_FingerId_0; } inline int32_t* get_address_of_m_FingerId_0() { return &___m_FingerId_0; } inline void set_m_FingerId_0(int32_t value) { ___m_FingerId_0 = value; } inline static int32_t get_offset_of_m_Position_1() { return static_cast(offsetof(Touch_t1921856868, ___m_Position_1)); } inline Vector2_t2156229523 get_m_Position_1() const { return ___m_Position_1; } inline Vector2_t2156229523 * get_address_of_m_Position_1() { return &___m_Position_1; } inline void set_m_Position_1(Vector2_t2156229523 value) { ___m_Position_1 = value; } inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast(offsetof(Touch_t1921856868, ___m_RawPosition_2)); } inline Vector2_t2156229523 get_m_RawPosition_2() const { return ___m_RawPosition_2; } inline Vector2_t2156229523 * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; } inline void set_m_RawPosition_2(Vector2_t2156229523 value) { ___m_RawPosition_2 = value; } inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast(offsetof(Touch_t1921856868, ___m_PositionDelta_3)); } inline Vector2_t2156229523 get_m_PositionDelta_3() const { return ___m_PositionDelta_3; } inline Vector2_t2156229523 * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; } inline void set_m_PositionDelta_3(Vector2_t2156229523 value) { ___m_PositionDelta_3 = value; } inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast(offsetof(Touch_t1921856868, ___m_TimeDelta_4)); } inline float get_m_TimeDelta_4() const { return ___m_TimeDelta_4; } inline float* get_address_of_m_TimeDelta_4() { return &___m_TimeDelta_4; } inline void set_m_TimeDelta_4(float value) { ___m_TimeDelta_4 = value; } inline static int32_t get_offset_of_m_TapCount_5() { return static_cast(offsetof(Touch_t1921856868, ___m_TapCount_5)); } inline int32_t get_m_TapCount_5() const { return ___m_TapCount_5; } inline int32_t* get_address_of_m_TapCount_5() { return &___m_TapCount_5; } inline void set_m_TapCount_5(int32_t value) { ___m_TapCount_5 = value; } inline static int32_t get_offset_of_m_Phase_6() { return static_cast(offsetof(Touch_t1921856868, ___m_Phase_6)); } inline int32_t get_m_Phase_6() const { return ___m_Phase_6; } inline int32_t* get_address_of_m_Phase_6() { return &___m_Phase_6; } inline void set_m_Phase_6(int32_t value) { ___m_Phase_6 = value; } inline static int32_t get_offset_of_m_Type_7() { return static_cast(offsetof(Touch_t1921856868, ___m_Type_7)); } inline int32_t get_m_Type_7() const { return ___m_Type_7; } inline int32_t* get_address_of_m_Type_7() { return &___m_Type_7; } inline void set_m_Type_7(int32_t value) { ___m_Type_7 = value; } inline static int32_t get_offset_of_m_Pressure_8() { return static_cast(offsetof(Touch_t1921856868, ___m_Pressure_8)); } inline float get_m_Pressure_8() const { return ___m_Pressure_8; } inline float* get_address_of_m_Pressure_8() { return &___m_Pressure_8; } inline void set_m_Pressure_8(float value) { ___m_Pressure_8 = value; } inline static int32_t get_offset_of_m_maximumPossiblePressure_9() { return static_cast(offsetof(Touch_t1921856868, ___m_maximumPossiblePressure_9)); } inline float get_m_maximumPossiblePressure_9() const { return ___m_maximumPossiblePressure_9; } inline float* get_address_of_m_maximumPossiblePressure_9() { return &___m_maximumPossiblePressure_9; } inline void set_m_maximumPossiblePressure_9(float value) { ___m_maximumPossiblePressure_9 = value; } inline static int32_t get_offset_of_m_Radius_10() { return static_cast(offsetof(Touch_t1921856868, ___m_Radius_10)); } inline float get_m_Radius_10() const { return ___m_Radius_10; } inline float* get_address_of_m_Radius_10() { return &___m_Radius_10; } inline void set_m_Radius_10(float value) { ___m_Radius_10 = value; } inline static int32_t get_offset_of_m_RadiusVariance_11() { return static_cast(offsetof(Touch_t1921856868, ___m_RadiusVariance_11)); } inline float get_m_RadiusVariance_11() const { return ___m_RadiusVariance_11; } inline float* get_address_of_m_RadiusVariance_11() { return &___m_RadiusVariance_11; } inline void set_m_RadiusVariance_11(float value) { ___m_RadiusVariance_11 = value; } inline static int32_t get_offset_of_m_AltitudeAngle_12() { return static_cast(offsetof(Touch_t1921856868, ___m_AltitudeAngle_12)); } inline float get_m_AltitudeAngle_12() const { return ___m_AltitudeAngle_12; } inline float* get_address_of_m_AltitudeAngle_12() { return &___m_AltitudeAngle_12; } inline void set_m_AltitudeAngle_12(float value) { ___m_AltitudeAngle_12 = value; } inline static int32_t get_offset_of_m_AzimuthAngle_13() { return static_cast(offsetof(Touch_t1921856868, ___m_AzimuthAngle_13)); } inline float get_m_AzimuthAngle_13() const { return ___m_AzimuthAngle_13; } inline float* get_address_of_m_AzimuthAngle_13() { return &___m_AzimuthAngle_13; } inline void set_m_AzimuthAngle_13(float value) { ___m_AzimuthAngle_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOUCH_T1921856868_H #ifndef MATERIAL_T340375123_H #define MATERIAL_T340375123_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Material struct Material_t340375123 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATERIAL_T340375123_H #ifndef 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 GAMEOBJECT_T1113636619_H #define GAMEOBJECT_T1113636619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GameObject struct GameObject_t1113636619 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEOBJECT_T1113636619_H #ifndef SHADER_T4151988712_H #define SHADER_T4151988712_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Shader struct Shader_t4151988712 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHADER_T4151988712_H #ifndef 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 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::