#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include template struct VirtualFuncInvoker0 { 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 VirtualFuncInvoker1 { 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 GenericVirtualFuncInvoker0 { 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); } }; 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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 InvokerFuncInvoker1; template struct InvokerFuncInvoker1 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1) { R ret; void* params[1] = { p1 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker2; template struct InvokerFuncInvoker2 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2) { R ret; void* params[2] = { p1, p2 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t85D30D1059E946950F2E32E35086580F6B3D638B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.HashSet`1>> struct Dictionary_2_t09352F50DDADA7857BE938A308947D826CFE4D20; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t954AEC357FE7190582B8255D4ACEF81F5E94A6A5; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t8576A23859AAB111A218EAE239E10E5E9E2D66FC; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tE05A9BF0932DEB0653A3BD392318FAA5123C3504; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t13ACD867E946362B862A2AA1D58B7265A48EDC21; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tA3150AA88F929C2D35BB399F701A0B0A643089CB; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tAF026F8ED983153AA5769E5B9667B9CAAC28F0B5; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tEA33EB74546F679A978D87A75A355AA70D84E6B2; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t58EDEA2EC3378026DE2B1F7B527DA04783CE8B0C; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t9072871D75372840EEF20C93E4B8909E005D3EF1; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tD05D0CB5F6F4A3900C88F5AFFCCB051B9A889F76; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tEADBE3047395A22F7B4F26150DF94729906B270F; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tE7F9CA4FFFE31F11BFD738023C1E489D3ECB371B; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t081ED9266CA39DF520F288E84B4A67DDAA13E0E6; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tF74A06E4DA351FE016FE9BD76C2A66524D685C24; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tCB3E520353C0C084FFBFF3D631E929CE2B6A70C6; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tC9D2BA6AD795F1F89366AF4E78EB27239F4FBC41; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1E747CFBD596204547D9B6B98B222ECC51154FE9; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t8B3F40C676CD330DB13D396DB81564A00E2B7C70; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tBE7039362398A2C9BD71FAAAB935B7FF9F6EA862; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t7BD194EF0EF9D754203F4B95A88927DF3621DA17; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tF5B9124CEB160EFC53E943AA29271854DB5D5E8E; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t3584A3B82B794F38A122BE591C2DA6F983EDA6ED; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1F3F605A9175C681B32670E6F821ED336C3693F6; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tE6E8D94B4D1DB3845EC548C4F693E989CCEBEE09; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tBD6B7C36607558DF82D5B7841A00BF6FE6954F49; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t5BA844F3BDD3E59F7882B6DEF5D0B967846F09EC; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t84F22F94CD709036A926E10CB819C8A0D2A94C3B; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t5348536962283B8C9037679C12B59C51EB7C202F; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tC917CEC1FB17ACA5B9D31EB19EFCA85BA47F45F1; // System.Func`2 struct Func_2_tACBF5A1656250800CE861707354491F0611F6624; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tBFD7D21B4B84A04B2284593E8823D43FA81DE4E5; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tB6C7A8D2E046C0DD37C358453A0645FAA00699A9; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t4DE8123E44344FED3BE9169A403FA726F18DFD7E; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tA1C5948DE484DBC212B41660B994501AF1F14A20; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t79B097860FDFBE4223B7E97462B56E8CF28D81B8; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t8D060AACD4225FF7A60A90EE53B8DA9C733F8299; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tDA4FA7351B7B6406528B930FC2CCBD8B9221B9F4; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t3BA917BB1374EEE7932C0F2202C758DBA054A021; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t405E9AAF3D41BB58C4F761A19AE123EC2FA2C775; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tBBB7204908C5DA4D45C9ED28DE8B6E0C80049F87; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t66508D0E224FE6F40A10482A94178D3263FA1509; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t2764BA1D75F1572BFA52B786ED196E4CC1B5AC0E; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t4582F5E1922547794625AD512C6077E9C96D8F33; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tCE0EE64D4DAC58B97236C18987DF779E890CA34A; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t3A6EE9923FB4DFD5C178BA82A91198E478D7B519; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t2E9F86F90EECF3D97BD11A98AC93AF8126F64A69; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tA60A84572ADDA0D6A2100CE615323685175ED913; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t91B5CB54EC3D5B7BA345148E5BD1130F505790F2; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t9E220396B1106FA3A918054FF51096B35192F3BA; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t14CC3602E3DED49FFEDEE013FAA1000FF152906F; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t51198A345C2BFD664A445D9D2F6E7D26C977E960; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tFBDB6DF019AA6E3955BBB95B90B45DCADB0EBC9F; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t274846047EBEE29EFC30CB76E6BFB35CE5BD255A; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t2F92BDECDF9B3169B85ACF988F28437C9D2DFEDE; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tFF25D57B3C68FAF91CA76B5859014919EAA4F468; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t4D917B455876275A430295BFEA9141506F7F6C5E; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tB5BE9181C2C53597DF98A3035291B4FB6BC81AE2; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tEDFEF3848108E3CEF3D51B0731FFAC60772D6185; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t92747A72AD1BE8C4F5B65090AD729C5DE1BADD1F; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tC800D8708E9571E11FF639BC805D64B6AA6F9988; // Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1/GetBinderAdapter struct GetBinderAdapter_tC4B423F2B0B5540FB20BA77DCA93C3C09552F124; // System.Reflection.RuntimePropertyInfo/Getter`2 struct Getter_2_t10A1DA06B72A5F8B2DC213ACFB609284774C458D; // Pathfinding.Util.GridLookup`1 struct GridLookup_1_t66695D449010ED4A0911850634B450109DF6C18E; // System.Linq.GroupedEnumerable`3 struct GroupedEnumerable_3_t4A07DEDFF6AAFE7DB06FE12B12AEAFDCB45D75D4; // System.Linq.Lookup`2/Grouping struct Grouping_tA77BA10F6914B0E3DE1904821D54E559FC104F44; // UnityEngine.Rendering.Universal.LibTessDotNet.PriorityHeap`1/HandleElem struct HandleElem_t70BE97BBB6F868C20BAA127800F25CBD901E5CC6; // System.Collections.Generic.HashSet`1 struct HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2; // System.Collections.Generic.HashSet`1 struct HashSet_1_t2EC13BE6E93BB0C99D5CF97A25799B40FD6CBAF4; // System.Collections.Generic.HashSet`1 struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885; // System.Collections.Generic.HashSet`1 struct HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A; // System.Collections.Generic.HashSet`1 struct HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C; // System.Collections.Generic.HashSet`1 struct HashSet_1_t03A441EC1493E313B17FAEAEFD9B0BEBFA3F6206; // UnityEngine.HexagonalRuleTile`1 struct HexagonalRuleTile_1_t97CF1E4B859B28D78CB9088915CE52E75E93F107; // System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2 struct HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tCE758D940790D6D0D56B457E522C195F8C413AF2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t71A46277DBD73BD4009B2B20885D2B7057593A1A; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF78C5A55C1D093F0B8CD95E0247BA2EE703D9D55; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t0AC4B0264C90B43D2F1B3B68095F5A35E8750525; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tA7E2E91E8B279A2BE8A22AA177C0ECD85F0098BD; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_tB3357CC84A617D81AF4B4AE353FD42A6886735E3; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t327FF232159D9644239A65F54312F684DB7BE375; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tD6A90A7446DA8E6CF865EDFBBF18C1200BB6D452; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t239F6ACD0FC026E7FA70965FDE161517CD367AED; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t43D2E4BA9246755F293DFA74F001FB1A70A648FD; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t737E5D96E5E3657734509E507812DBA5E7EDD547; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tE07B98951C528DCEC133D87CFB6966101285E71E; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t13370AA727EBC744585895C787F40C19A190C69C; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t4537FF5E9634FC142F7BF26B48CA727CCA436047; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2CA7720C7ADCCDECD3B02E45878B4478619D5347; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t0BB8211419723EB61BF19007AC9D62365E50500E; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t958EAC5D5BD188327B4736D6F82A08EA1476A4C8; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tC53A6B5E00FD0034DDB9D7A2B505C1E784820A60; // Pathfinding.Util.GridLookup`1/Item struct Item_t2A1B197C88FF9703E5FDA086E35F5031BE4797F4; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t97429C2A940C9B4F2312917AC873D14CF30759B4; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tB45A861D090B15129521119AE48ED3813820A974; // System.Collections.Generic.List`1> struct List_1_t5E3D79315CD21596B2CE141761BC02BEB4CD6391; // System.Collections.Generic.List`1 struct List_1_tD76B1012A4DFF22DB614EEAABAC99A384B3B345C; // UnityEngine.Rendering.ObjectPool`1> struct ObjectPool_1_tE624E5E8ABCD66103B2744ACE30C347FBBA148F0; // UnityEngine.Rendering.ObjectPool`1 struct ObjectPool_1_t99595E72EFE3F4492DB424138C3B94C9E0C18B58; // System.Predicate`1 struct Predicate_1_t6CDE3111264F492F4F13277756366A07CA78A4C3; // System.Predicate`1 struct Predicate_1_t5C52E5DEC72D8848A1024CF1E1E512DB092F800A; // System.Predicate`1 struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12; // System.Predicate`1 struct Predicate_1_t2F212B682F64543895DDB2A14A8816A433567EFF; // System.Predicate`1 struct Predicate_1_t4CC76CDB2DE98076E841155882228372ED64954D; // System.Predicate`1 struct Predicate_1_t9ADD2AEC8229E068388E35FC4B0E7C4F2AE588D6; // Pathfinding.Util.GridLookup`1/Root struct Root_t3EC86D9D7EC7F7E3E69C80A4E6F44F58BE5B3CF1; // System.Collections.Generic.Stack`1> struct Stack_1_t232DD3CBA37BDCEA342250E4401E9B579A1339AF; // System.Collections.Generic.Stack`1> struct Stack_1_t085A0487B6F661AC558C2A5FDBB67F450FF99405; // System.Collections.Generic.Stack`1 struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5; // UnityEngine.Events.UnityAction`1> struct UnityAction_1_tB71AE6008253C1162EE1CEEFF4AAA3A1883BE2C3; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t05562D7CCB77CF85263716D03C84F1521EDBE525; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t0AB78408CC14B9B48CF3EB39E1CD7D51AE171C3B; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t1E85CBF91297C9D62A0FC2AD29FD24E33C8A5E54; // System.Linq.Lookup`2/Grouping[] struct GroupingU5BU5D_t9FA7C820F65C2D21F8C27AEC6747AE4D92BA5EF1; // Pathfinding.Util.GridLookup`1/Item[] struct ItemU5BU5D_t1C7CDDE0199257C376EA87175863790C06CB3326; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t105762EC2DE353037ECAD13437FC19081314CE67; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tC4D7CD3E804DC835CCF2F990797BC1D9AE4330D7; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tF983180619181B43E8A87C70A9FC0D8456A499FD; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tF596AD324082C553DB364C768406A40BB3C85343; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tBF418274114DA8D3D070D784415BF0500C1960C6; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tD77BA12A8B5C999831247D5AEAA77EB7870E1CF4; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t1E4222EA9293721C2CDCF9F993401C932816BC51; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // System.Dynamic.DynamicMetaObject[] struct DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.Int32Enum[] struct Int32EnumU5BU5D_t87B7DB802810C38016332669039EF42C487A081F; // System.Int64[] struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // UnityEngine.UIElements.ManipulatorActivationFilter[] struct ManipulatorActivationFilterU5BU5D_tE2A0BDE194B3B4600164AE8238C8CE2B20DBD4D7; // UnityEngine.Matrix4x4[] struct Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D; // UnityEngine.UI.Navigation[] struct NavigationU5BU5D_t483F9B11FAE385AD99CDEB565C84D993648C5670; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // UnityEngine.Playables.Playable[] struct PlayableU5BU5D_tDB54C94BAD7B59174CFE3B4CF2F326F9C8D09B68; // UnityEngine.Rect[] struct RectU5BU5D_t83297CB2E61BDF9D27DCB1A3E5C78EBCE9F7C993; // UnityEngine.RectInt[] struct RectIntU5BU5D_t0497041D1621D80C656705FB9F0AB63AD4D8698F; // UnityEngine.Rendering.RenderTargetIdentifier[] struct RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE; // System.SByte[] struct SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913; // UnityEngine.Rendering.ShaderTagId[] struct ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143; // System.Single[] struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; // UnityEngine.UI.SpriteState[] struct SpriteStateU5BU5D_tA29A384A9388A48E02C8A6CC1EADBB8B75BFCAC3; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // UnityEngine.UIElements.StylePropertyName[] struct StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8; // UnityEngine.Tilemaps.TileBase[] struct TileBaseU5BU5D_t4BA5139AFA510FA0FDD6B5F2954ABB77EBA12FB7; // System.TimeSpan[] struct TimeSpanU5BU5D_tC920B81B0E6DCA110DB9D62B5C3850B4BECB87E6; // UnityEngine.UIElements.TimeValue[] struct TimeValueU5BU5D_t3EB79C5975D39A0E711250FD8A9547F5312746DE; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // System.UInt16[] struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83; // System.UInt32[] struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; // System.UInt64[] struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299; // UnityEngine.Vector2[] struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA; // UnityEngine.Vector2Int[] struct Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534; // UnityEngine.Vector3[] struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C; // UnityEngine.Vector3Int[] struct Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E; // UnityEngine.Vector4[] struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD; // UnityEngine.Tilemaps.GridInformation/GridInformationKey[] struct GridInformationKeyU5BU5D_tDBDDB4C48A1A8C96AEF8D70023573084334DC48F; // UnityEngine.Experimental.Rendering.ProbeBrickIndex/Brick[] struct BrickU5BU5D_t1288BDB52AB61D2A5A0CAA5E78E38E8830D7157A; // UnityEngine.Experimental.Rendering.ProbeReferenceVolume/Volume[] struct VolumeU5BU5D_tF2F2D3E5DC63B4A77B8559E0BB01760EFC675ED9; // System.Text.RegularExpressions.Regex/CachedCodeEntryKey[] struct CachedCodeEntryKeyU5BU5D_tC40BCA06B0B1553C015B809472A7A59A50E6C7E9; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // System.Dynamic.BindingRestrictions struct BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // System.Dynamic.DynamicMetaObject struct DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825; // System.Exception struct Exception_t; // System.Linq.Expressions.Expression struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F; // System.Dynamic.GetMemberBinder struct GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3; // UnityEngine.HexagonalRuleTile struct HexagonalRuleTile_t58B8199BD8D44B08CCEA7C9617D9084944B2C3F2; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Collections.IEnumerator struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; // System.Dynamic.InvokeMemberBinder struct InvokeMemberBinder_tC905DDA179A04ABDC74A71733841A11AA210CFBE; // System.Collections.Generic.KeyNotFoundException struct KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E; // System.Linq.Expressions.LabelTarget struct LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // System.Reflection.MethodInfo struct MethodInfo_t; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // UnityEngine.UI.Selectable struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712; // System.Runtime.Serialization.SerializationException struct SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37; // UnityEngine.Sprite struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99; // System.String struct String_t; // System.Type struct Type_t; // System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashHelpers_t75606750E152DB8C7289EB4163D3A728ED1A601A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HexagonalRuleTile_t58B8199BD8D44B08CCEA7C9617D9084944B2C3F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Playable_t95C6B795846BA0C7D96E4DA14897CCCF2554334F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral0FDD716E74C52D972A9997C1B342B1A650D1D139; IL2CPP_EXTERN_C String_t* _stringLiteral12D34C4D5361DBE1804B6F49EDED3C800B442095; IL2CPP_EXTERN_C String_t* _stringLiteral181DEF79B2243F7C4801BB3A41C7077D5A07F414; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B; IL2CPP_EXTERN_C String_t* _stringLiteral469F05BE9BB4C7903C353D0EB9F6384C84A48B25; IL2CPP_EXTERN_C String_t* _stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5; IL2CPP_EXTERN_C String_t* _stringLiteral7FD8990CE322087D5497AFE06F8F53AC9EBE47B0; IL2CPP_EXTERN_C String_t* _stringLiteral91930CCAB5CB8F6F327407F9A14CF42F57A0F27B; IL2CPP_EXTERN_C String_t* _stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4; IL2CPP_EXTERN_C String_t* _stringLiteralC41E5684DECCF408AE6811BC4A564716D2F2AE9E; IL2CPP_EXTERN_C String_t* _stringLiteralC524653D78C03BE4033DDC43C45B67FFB841D141; IL2CPP_EXTERN_C String_t* _stringLiteralC5ABE84F2ABF009EBC68D2A32EF8C171B074F922; IL2CPP_EXTERN_C String_t* _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9; IL2CPP_EXTERN_C String_t* _stringLiteralDD57D613EE89CAA812BA2441F086552F388D6865; IL2CPP_EXTERN_C String_t* _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1; IL2CPP_EXTERN_C String_t* _stringLiteralE2EEFB4BE0C9F57BA62E733F26387F8BA68AF67C; IL2CPP_EXTERN_C String_t* _stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6; IL2CPP_EXTERN_C String_t* _stringLiteralF7FFC2D2C7808FA8BA9F2B598B21141A6491DFC6; IL2CPP_EXTERN_C const RuntimeMethod* GetBinderAdapter_FallbackGetMember_m2A12F23B27DB66D0C27A7F59DE999A69D6FF18D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GridLookup_1_Move_m89D6C052E2BD2D9B9B6D92ECFD7C1230BD29D167_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GroupedEnumerable_3__ctor_mBF6E0EB71E9E41D9D294294D9764FE630D1F3083_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Grouping_Add_m589DFF64A624B2BA0D919DEF16F4F5AC6EDB3CC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Grouping_System_Collections_Generic_ICollectionU3CTElementU3E_Add_m649A6BD64CDC1C9507B70F1EF10F58935EFEF438_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Grouping_System_Collections_Generic_ICollectionU3CTElementU3E_Clear_m84B80B736B2DB2394ECF11CEA6AB497368C71027_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Grouping_System_Collections_Generic_ICollectionU3CTElementU3E_Remove_mD5D1E2F6EB99C894EF0DF9BE3B9072F21800C6D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Grouping_System_Collections_Generic_IListU3CTElementU3E_Insert_mC62C9B60F7642EAC31B0B11760FCA5196B18F62B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Grouping_System_Collections_Generic_IListU3CTElementU3E_RemoveAt_mFF93A8CAC9BC768E6ADA016070E74992A2D2F429_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Grouping_System_Collections_Generic_IListU3CTElementU3E_get_Item_m4C494EF1BE1337EEE109D9E3BCDDE78A842FB5F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Grouping_System_Collections_Generic_IListU3CTElementU3E_set_Item_m1AE82C8F2862990D6F4E5F80A8EBD8F1E13796BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_AddIfNotPresent_m03503FE8664D0DABAC1F80E80091FC39C13AB81A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_AddIfNotPresent_m18AC5E6888A07CA9D750022D5C6F385C53F82B80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_AddIfNotPresent_m43D6B3CAAED91ED49E0194803AC6BA67ADF6439B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_AddIfNotPresent_mB6B9DAADF761C41B93B287BF0080CEF148C71CE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_AddIfNotPresent_mC04293BBDC3046C251D90104C942B4576676EF79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_AddIfNotPresent_mC839AC5977B30ECC4FCABF7EA67B2A2A4E6E5F0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m9BACE52BFA0BD83C601529D3629118453E459BBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_mBF5C5703CB05DC938E7B68F670E5BE303E16A957_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_mC7FB9D44EF9B75D89964DC508B4B08D8DA98339E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_mF0DB26284CB57E818068D8940E37B48565E4C688_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_CopyTo_m2C3002B96C50658CE5522C74A6B1F5599D922D61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_CopyTo_m3C27BBD4EFB01EA7A8B2DE3F0E12CD9E449950DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_CopyTo_m421003E7CDC7B4B86D94CBB25C57DC78D4A42B3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_CopyTo_m7D65846715D8AB759355FD8326B7C82BA06FA7CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_CopyTo_m8FCE3B4F65BDE34A7C90D943C4536DA875709695_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_CopyTo_mEF3741D18A511024F43C94CA8801FF8B817564A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetObjectData_m062A764FA7943A6A3EFF468126A44868DD745178_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetObjectData_m225089E5EADAC464572D74B63933A7D9ACD63349_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetObjectData_m45920DDA95E789108DAE5F7059F414B32B16AC79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetObjectData_m4825222EFCC17409B9FA6121D4857A0AD7281F2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetObjectData_m4C6DAB3CBA34555D9333B3E801CC8BAF8FDAC5C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetObjectData_m7851DBC2A39A0FD51F2A302409D06F22AFA7E9CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_IncreaseCapacity_m7EE99125BBB78B18669A0B9760A5F6E4A01454FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_IncreaseCapacity_m864397CDDF1F08837B55DAA97DBCA0B888D5BE1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_IncreaseCapacity_m9DBE122D41CA3941B3FE97DB9935895B99A84124_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_IncreaseCapacity_mBE2058DA6AF7E5A806C3D41CA779778C52932075_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_IncreaseCapacity_mC01C0797260CF7FEBBC99C8245B0A31B1C2E5E56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_IncreaseCapacity_mD309C97A8D409A74963F5260149DBD92E73C0EBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_OnDeserialization_m502E844E033C614B7D9F80E372E5AA9C7C9B872E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_OnDeserialization_m8041580213C921E5459AD7A012CB21A357D1D488_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_OnDeserialization_m80ADE8A138B18A05E3966F4CAADBDA6C97F5DD95_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_OnDeserialization_mAF26E4A7ED72AA389C7EB0EAA7645752CCBEBB60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_OnDeserialization_mE05F83949ED3974F2CB3209AA5925C2E0B62BF4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_OnDeserialization_mE74055B9C53DDCE9F52C81E0B26B2A6888A0B83F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_RemoveWhere_m14A96615AA5F5F1497A6E01A5DF2BF13F022325E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_RemoveWhere_m190E5A8F2D8E08F713DD5B857F24C995BA8063FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_RemoveWhere_m1D8E57063CD3288C9CACB27466A7002F984FD411_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_RemoveWhere_m5DF933252FC387EB6C82902D130CA7F8A9F40729_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_RemoveWhere_m89D4CFE131C72B4CFE03B8ADEC27B8328BE28290_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_RemoveWhere_m8D29E1EEF73BF771A3EDC41907FCA953D66543C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_m387D02609162D1AA4998698546E668AF4A960F67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_m86DC3E3C44662829D9ED89390B8D279F79615111_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mA9EE324C0F152945E0170FC6CB33584EBA708075_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mDFCEB14892F55A02364004175560540A1AE648FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mF1D84C0A2829DDA2A0CEE1D82A5B999B5F6627CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mF4C8539185EBCAAE0803DF227E006B701007DD65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_UnionWith_m0E9BB6D536A0AF0F32F2ADDAC67F738FC13C1ABE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_UnionWith_m324C75B2D781E7BF38384F10C30AEC7668EB7CDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_UnionWith_m9F28E11C077FF3F0A71FBFB5213D0484D3C77571_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_UnionWith_mC3AEF962E9ED5BC310A3D006417BD10521A0188C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_UnionWith_mCC6A0E6F531708E02411F3A62A0EE263B3155CD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_UnionWith_mCE1D0DC2EACB98D74562CA79EB0DB6B6A806510C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m06A7ECC1351897A5086F1261E9DF0EE1FF0A757D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m493828D9E92664CB7484FD941FB0CA3713C0D04A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m7785AAD79631315CDC3CE377B5F7D569510F81C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mA74E823F988E9515688F756D0DD9223AE0248596_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mD320BA1FC2F52FBBD8EFB2C97BAC4E70B56DDAFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mDCC089CE779E3B325E2E51230A136DCEBF3806F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_get_Item_mCC920E193C54BBBA045F34B13566E92FDCD7CEF0_RuntimeMethod_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ItemU5BU5D_t1C7CDDE0199257C376EA87175863790C06CB3326; struct KeyValuePair_2U5BU5D_t105762EC2DE353037ECAD13437FC19081314CE67; struct SlotU5BU5D_tC4D7CD3E804DC835CCF2F990797BC1D9AE4330D7; struct SlotU5BU5D_tF983180619181B43E8A87C70A9FC0D8456A499FD; struct SlotU5BU5D_tF596AD324082C553DB364C768406A40BB3C85343; struct SlotU5BU5D_tBF418274114DA8D3D070D784415BF0500C1960C6; struct SlotU5BU5D_tD77BA12A8B5C999831247D5AEAA77EB7870E1CF4; struct SlotU5BU5D_t1E4222EA9293721C2CDCF9F993401C932816BC51; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct Int32EnumU5BU5D_t87B7DB802810C38016332669039EF42C487A081F; struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D; struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; struct ManipulatorActivationFilterU5BU5D_tE2A0BDE194B3B4600164AE8238C8CE2B20DBD4D7; struct Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D; struct NavigationU5BU5D_t483F9B11FAE385AD99CDEB565C84D993648C5670; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct PlayableU5BU5D_tDB54C94BAD7B59174CFE3B4CF2F326F9C8D09B68; struct RectU5BU5D_t83297CB2E61BDF9D27DCB1A3E5C78EBCE9F7C993; struct RectIntU5BU5D_t0497041D1621D80C656705FB9F0AB63AD4D8698F; struct RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE; struct SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913; struct ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143; struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; struct SpriteStateU5BU5D_tA29A384A9388A48E02C8A6CC1EADBB8B75BFCAC3; struct StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8; struct TimeSpanU5BU5D_tC920B81B0E6DCA110DB9D62B5C3850B4BECB87E6; struct TimeValueU5BU5D_t3EB79C5975D39A0E711250FD8A9547F5312746DE; struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83; struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299; struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA; struct Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534; struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C; struct Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E; struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD; struct GridInformationKeyU5BU5D_tDBDDB4C48A1A8C96AEF8D70023573084334DC48F; struct BrickU5BU5D_t1288BDB52AB61D2A5A0CAA5E78E38E8830D7157A; struct VolumeU5BU5D_tF2F2D3E5DC63B4A77B8559E0BB01760EFC675ED9; struct CachedCodeEntryKeyU5BU5D_tC40BCA06B0B1553C015B809472A7A59A50E6C7E9; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.HashSetPool`1/<>c struct U3CU3Ec_tFDA9273889BEE36E6F99CC4FDEF3A3A587757466 : public RuntimeObject { }; // System.Linq.Lookup`2/Grouping/d__7 struct U3CGetEnumeratorU3Ed__7_tC28BDA0A013CA25D07442678F68453936238718A : public RuntimeObject { // System.Int32 System.Linq.Lookup`2/Grouping/d__7::<>1__state int32_t ___U3CU3E1__state_0; // TElement System.Linq.Lookup`2/Grouping/d__7::<>2__current RuntimeObject* ___U3CU3E2__current_1; // System.Linq.Lookup`2/Grouping System.Linq.Lookup`2/Grouping/d__7::<>4__this Grouping_tA77BA10F6914B0E3DE1904821D54E559FC104F44* ___U3CU3E4__this_2; // System.Int32 System.Linq.Lookup`2/Grouping/d__7::5__2 int32_t ___U3CiU3E5__2_3; }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t85D30D1059E946950F2E32E35086580F6B3D638B : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t0AB78408CC14B9B48CF3EB39E1CD7D51AE171C3B* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t97429C2A940C9B4F2312917AC873D14CF30759B4* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t05562D7CCB77CF85263716D03C84F1521EDBE525* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t1E85CBF91297C9D62A0FC2AD29FD24E33C8A5E54* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t8576A23859AAB111A218EAE239E10E5E9E2D66FC : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tE05A9BF0932DEB0653A3BD392318FAA5123C3504 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t13ACD867E946362B862A2AA1D58B7265A48EDC21 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tA3150AA88F929C2D35BB399F701A0B0A643089CB : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tAF026F8ED983153AA5769E5B9667B9CAAC28F0B5 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tEA33EB74546F679A978D87A75A355AA70D84E6B2 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t58EDEA2EC3378026DE2B1F7B527DA04783CE8B0C : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t9072871D75372840EEF20C93E4B8909E005D3EF1 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tD05D0CB5F6F4A3900C88F5AFFCCB051B9A889F76 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tEADBE3047395A22F7B4F26150DF94729906B270F : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tE7F9CA4FFFE31F11BFD738023C1E489D3ECB371B : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t081ED9266CA39DF520F288E84B4A67DDAA13E0E6 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tF74A06E4DA351FE016FE9BD76C2A66524D685C24 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tCB3E520353C0C084FFBFF3D631E929CE2B6A70C6 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tC9D2BA6AD795F1F89366AF4E78EB27239F4FBC41 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1E747CFBD596204547D9B6B98B222ECC51154FE9 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t8B3F40C676CD330DB13D396DB81564A00E2B7C70 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tBE7039362398A2C9BD71FAAAB935B7FF9F6EA862 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t7BD194EF0EF9D754203F4B95A88927DF3621DA17 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tF5B9124CEB160EFC53E943AA29271854DB5D5E8E : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t3584A3B82B794F38A122BE591C2DA6F983EDA6ED : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1F3F605A9175C681B32670E6F821ED336C3693F6 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tE6E8D94B4D1DB3845EC548C4F693E989CCEBEE09 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tBD6B7C36607558DF82D5B7841A00BF6FE6954F49 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t5BA844F3BDD3E59F7882B6DEF5D0B967846F09EC : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t84F22F94CD709036A926E10CB819C8A0D2A94C3B : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t5348536962283B8C9037679C12B59C51EB7C202F : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tC917CEC1FB17ACA5B9D31EB19EFCA85BA47F45F1 : public RuntimeObject { }; // UnityEngine.Rendering.GenericPool`1 struct GenericPool_1_tD0406625320F6098502D360878E60A7485A1A61C : public RuntimeObject { }; // System.Linq.GroupedEnumerable`3 struct GroupedEnumerable_3_t4A07DEDFF6AAFE7DB06FE12B12AEAFDCB45D75D4 : public RuntimeObject { // System.Collections.Generic.IEnumerable`1 System.Linq.GroupedEnumerable`3::source RuntimeObject* ___source_0; // System.Func`2 System.Linq.GroupedEnumerable`3::keySelector Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___keySelector_1; // System.Func`2 System.Linq.GroupedEnumerable`3::elementSelector Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___elementSelector_2; // System.Collections.Generic.IEqualityComparer`1 System.Linq.GroupedEnumerable`3::comparer RuntimeObject* ___comparer_3; }; // System.Linq.Lookup`2/Grouping struct Grouping_tA77BA10F6914B0E3DE1904821D54E559FC104F44 : public RuntimeObject { // TKey System.Linq.Lookup`2/Grouping::key RuntimeObject* ___key_0; // System.Int32 System.Linq.Lookup`2/Grouping::hashCode int32_t ___hashCode_1; // TElement[] System.Linq.Lookup`2/Grouping::elements ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___elements_2; // System.Int32 System.Linq.Lookup`2/Grouping::count int32_t ___count_3; // System.Linq.Lookup`2/Grouping System.Linq.Lookup`2/Grouping::hashNext Grouping_tA77BA10F6914B0E3DE1904821D54E559FC104F44* ___hashNext_4; // System.Linq.Lookup`2/Grouping System.Linq.Lookup`2/Grouping::next Grouping_tA77BA10F6914B0E3DE1904821D54E559FC104F44* ___next_5; }; // UnityEngine.Rendering.Universal.LibTessDotNet.PriorityHeap`1/HandleElem struct HandleElem_t70BE97BBB6F868C20BAA127800F25CBD901E5CC6 : public RuntimeObject { // TValue UnityEngine.Rendering.Universal.LibTessDotNet.PriorityHeap`1/HandleElem::_key RuntimeObject* ____key_0; // System.Int32 UnityEngine.Rendering.Universal.LibTessDotNet.PriorityHeap`1/HandleElem::_node int32_t ____node_1; }; // UnityEngine.Rendering.HashSetPool`1 struct HashSetPool_1_t4922751A199B670469C2D5A192C95EC5248FBD23 : public RuntimeObject { }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tC4D7CD3E804DC835CCF2F990797BC1D9AE4330D7* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t2EC13BE6E93BB0C99D5CF97A25799B40FD6CBAF4 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tF983180619181B43E8A87C70A9FC0D8456A499FD* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tF596AD324082C553DB364C768406A40BB3C85343* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tBF418274114DA8D3D070D784415BF0500C1960C6* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tD77BA12A8B5C999831247D5AEAA77EB7870E1CF4* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t03A441EC1493E313B17FAEAEFD9B0BEBFA3F6206 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t1E4222EA9293721C2CDCF9F993401C932816BC51* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2 struct HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74 : public RuntimeObject { // System.Collections.Generic.KeyValuePair`2[] System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2::_keysAndValues KeyValuePair_2U5BU5D_t105762EC2DE353037ECAD13437FC19081314CE67* ____keysAndValues_0; // System.Collections.Generic.Dictionary`2 System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2::_dict Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dict_1; }; // Pathfinding.Util.GridLookup`1/Item struct Item_t2A1B197C88FF9703E5FDA086E35F5031BE4797F4 : public RuntimeObject { // Pathfinding.Util.GridLookup`1/Root Pathfinding.Util.GridLookup`1/Item::root Root_t3EC86D9D7EC7F7E3E69C80A4E6F44F58BE5B3CF1* ___root_0; // Pathfinding.Util.GridLookup`1/Item Pathfinding.Util.GridLookup`1/Item::prev Item_t2A1B197C88FF9703E5FDA086E35F5031BE4797F4* ___prev_1; // Pathfinding.Util.GridLookup`1/Item Pathfinding.Util.GridLookup`1/Item::next Item_t2A1B197C88FF9703E5FDA086E35F5031BE4797F4* ___next_2; }; // System.Collections.Generic.List`1> struct List_1_t5E3D79315CD21596B2CE141761BC02BEB4CD6391 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ItemU5BU5D_t1C7CDDE0199257C376EA87175863790C06CB3326* ____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; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Linq.Lookup`2 struct Lookup_2_tA174F043B099699DBEBE654509E5D32FA2CA556C : public RuntimeObject { // System.Collections.Generic.IEqualityComparer`1 System.Linq.Lookup`2::comparer RuntimeObject* ___comparer_0; // System.Linq.Lookup`2/Grouping[] System.Linq.Lookup`2::groupings GroupingU5BU5D_t9FA7C820F65C2D21F8C27AEC6747AE4D92BA5EF1* ___groupings_1; // System.Linq.Lookup`2/Grouping System.Linq.Lookup`2::lastGrouping Grouping_tA77BA10F6914B0E3DE1904821D54E559FC104F44* ___lastGrouping_2; // System.Int32 System.Linq.Lookup`2::count int32_t ___count_3; }; // UnityEngine.Rendering.ObjectPool`1> struct ObjectPool_1_tE624E5E8ABCD66103B2744ACE30C347FBBA148F0 : public RuntimeObject { // System.Collections.Generic.Stack`1 UnityEngine.Rendering.ObjectPool`1::m_Stack Stack_1_t232DD3CBA37BDCEA342250E4401E9B579A1339AF* ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.Rendering.ObjectPool`1::m_ActionOnGet UnityAction_1_tB71AE6008253C1162EE1CEEFF4AAA3A1883BE2C3* ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.Rendering.ObjectPool`1::m_ActionOnRelease UnityAction_1_tB71AE6008253C1162EE1CEEFF4AAA3A1883BE2C3* ___m_ActionOnRelease_2; // System.Boolean UnityEngine.Rendering.ObjectPool`1::m_CollectionCheck bool ___m_CollectionCheck_3; // System.Int32 UnityEngine.Rendering.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_4; }; // UnityEngine.Rendering.ObjectPool`1 struct ObjectPool_1_t99595E72EFE3F4492DB424138C3B94C9E0C18B58 : public RuntimeObject { // System.Collections.Generic.Stack`1 UnityEngine.Rendering.ObjectPool`1::m_Stack Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.Rendering.ObjectPool`1::m_ActionOnGet UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A* ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.Rendering.ObjectPool`1::m_ActionOnRelease UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A* ___m_ActionOnRelease_2; // System.Boolean UnityEngine.Rendering.ObjectPool`1::m_CollectionCheck bool ___m_CollectionCheck_3; // System.Int32 UnityEngine.Rendering.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_4; }; // System.Collections.Generic.Stack`1> struct Stack_1_t085A0487B6F661AC558C2A5FDBB67F450FF99405 : public RuntimeObject { // T[] System.Collections.Generic.Stack`1::_array ItemU5BU5D_t1C7CDDE0199257C376EA87175863790C06CB3326* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject* ____syncRoot_3; }; // System.Runtime.CompilerServices.CallSiteBinder struct CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F : public RuntimeObject { // System.Collections.Generic.Dictionary`2 System.Runtime.CompilerServices.CallSiteBinder::Cache Dictionary_2_t954AEC357FE7190582B8255D4ACEF81F5E94A6A5* ___Cache_0; }; // System.Dynamic.DynamicMetaObject struct DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825 : public RuntimeObject { // System.Object System.Dynamic.DynamicMetaObject::_value RuntimeObject* ____value_2; // System.Linq.Expressions.Expression System.Dynamic.DynamicMetaObject::k__BackingField Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField_3; // System.Dynamic.BindingRestrictions System.Dynamic.DynamicMetaObject::k__BackingField BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___U3CRestrictionsU3Ek__BackingField_4; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37 : public RuntimeObject { // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t* ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; // System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current int32_t ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current RuntimeObject* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t4CFD59DAFC3EC5FB49F484BCE727EF83D3179CD1 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current uint32_t ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t1BD5EAC17E707DFC9C05151D77D6E6DC9166D1EC { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current uint64_t ____current_3; }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tBFD7D21B4B84A04B2284593E8823D43FA81DE4E5 : public EqualityComparer_1_t8576A23859AAB111A218EAE239E10E5E9E2D66FC { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tB6C7A8D2E046C0DD37C358453A0645FAA00699A9 : public EqualityComparer_1_tE05A9BF0932DEB0653A3BD392318FAA5123C3504 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t4DE8123E44344FED3BE9169A403FA726F18DFD7E : public EqualityComparer_1_t13ACD867E946362B862A2AA1D58B7265A48EDC21 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tA1C5948DE484DBC212B41660B994501AF1F14A20 : public EqualityComparer_1_tA3150AA88F929C2D35BB399F701A0B0A643089CB { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t79B097860FDFBE4223B7E97462B56E8CF28D81B8 : public EqualityComparer_1_tAF026F8ED983153AA5769E5B9667B9CAAC28F0B5 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t8D060AACD4225FF7A60A90EE53B8DA9C733F8299 : public EqualityComparer_1_tEA33EB74546F679A978D87A75A355AA70D84E6B2 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tDA4FA7351B7B6406528B930FC2CCBD8B9221B9F4 : public EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t3BA917BB1374EEE7932C0F2202C758DBA054A021 : public EqualityComparer_1_t58EDEA2EC3378026DE2B1F7B527DA04783CE8B0C { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t405E9AAF3D41BB58C4F761A19AE123EC2FA2C775 : public EqualityComparer_1_t9072871D75372840EEF20C93E4B8909E005D3EF1 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tBBB7204908C5DA4D45C9ED28DE8B6E0C80049F87 : public EqualityComparer_1_tD05D0CB5F6F4A3900C88F5AFFCCB051B9A889F76 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t66508D0E224FE6F40A10482A94178D3263FA1509 : public EqualityComparer_1_tEADBE3047395A22F7B4F26150DF94729906B270F { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t2764BA1D75F1572BFA52B786ED196E4CC1B5AC0E : public EqualityComparer_1_tE7F9CA4FFFE31F11BFD738023C1E489D3ECB371B { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t4582F5E1922547794625AD512C6077E9C96D8F33 : public EqualityComparer_1_t081ED9266CA39DF520F288E84B4A67DDAA13E0E6 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tCE0EE64D4DAC58B97236C18987DF779E890CA34A : public EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t3A6EE9923FB4DFD5C178BA82A91198E478D7B519 : public EqualityComparer_1_tF74A06E4DA351FE016FE9BD76C2A66524D685C24 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t2E9F86F90EECF3D97BD11A98AC93AF8126F64A69 : public EqualityComparer_1_tCB3E520353C0C084FFBFF3D631E929CE2B6A70C6 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tA60A84572ADDA0D6A2100CE615323685175ED913 : public EqualityComparer_1_tC9D2BA6AD795F1F89366AF4E78EB27239F4FBC41 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t91B5CB54EC3D5B7BA345148E5BD1130F505790F2 : public EqualityComparer_1_t1E747CFBD596204547D9B6B98B222ECC51154FE9 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t9E220396B1106FA3A918054FF51096B35192F3BA : public EqualityComparer_1_t8B3F40C676CD330DB13D396DB81564A00E2B7C70 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t14CC3602E3DED49FFEDEE013FAA1000FF152906F : public EqualityComparer_1_tBE7039362398A2C9BD71FAAAB935B7FF9F6EA862 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t51198A345C2BFD664A445D9D2F6E7D26C977E960 : public EqualityComparer_1_t7BD194EF0EF9D754203F4B95A88927DF3621DA17 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tFBDB6DF019AA6E3955BBB95B90B45DCADB0EBC9F : public EqualityComparer_1_tF5B9124CEB160EFC53E943AA29271854DB5D5E8E { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t274846047EBEE29EFC30CB76E6BFB35CE5BD255A : public EqualityComparer_1_t3584A3B82B794F38A122BE591C2DA6F983EDA6ED { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t2F92BDECDF9B3169B85ACF988F28437C9D2DFEDE : public EqualityComparer_1_t1F3F605A9175C681B32670E6F821ED336C3693F6 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tFF25D57B3C68FAF91CA76B5859014919EAA4F468 : public EqualityComparer_1_tE6E8D94B4D1DB3845EC548C4F693E989CCEBEE09 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t4D917B455876275A430295BFEA9141506F7F6C5E : public EqualityComparer_1_tBD6B7C36607558DF82D5B7841A00BF6FE6954F49 { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tB5BE9181C2C53597DF98A3035291B4FB6BC81AE2 : public EqualityComparer_1_t5BA844F3BDD3E59F7882B6DEF5D0B967846F09EC { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tEDFEF3848108E3CEF3D51B0731FFAC60772D6185 : public EqualityComparer_1_t84F22F94CD709036A926E10CB819C8A0D2A94C3B { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_t92747A72AD1BE8C4F5B65090AD729C5DE1BADD1F : public EqualityComparer_1_t5348536962283B8C9037679C12B59C51EB7C202F { }; // System.Collections.Generic.GenericEqualityComparer`1 struct GenericEqualityComparer_1_tC800D8708E9571E11FF639BC805D64B6AA6F9988 : public EqualityComparer_1_tC917CEC1FB17ACA5B9D31EB19EFCA85BA47F45F1 { }; // Unity.Burst.BurstRuntime/HashCode32`1 struct HashCode32_1_t480A3928DE43E52933D5BD2C143B91B7E799E30C { union { struct { }; uint8_t HashCode32_1_t28012FF1305411D37F1FD03DE7D6E29673C84EB4__padding[1]; }; }; // Unity.Burst.BurstRuntime/HashCode64`1 struct HashCode64_1_t9DD2684DE8F12A618B1732E3652071DE2BA4DB34 { union { struct { }; uint8_t HashCode64_1_t086C964E863E63719ECA6ABCD86CF5F944BC12E8__padding[1]; }; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 { // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject* ___value_1; }; // UnityEngine.Rendering.ObjectPool`1/PooledObject> struct PooledObject_tE992DE9C2B2DB8194B25E5890E71D8BBF0EE3133 { // T UnityEngine.Rendering.ObjectPool`1/PooledObject::m_ToReturn HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* ___m_ToReturn_0; // UnityEngine.Rendering.ObjectPool`1 UnityEngine.Rendering.ObjectPool`1/PooledObject::m_Pool ObjectPool_1_tE624E5E8ABCD66103B2744ACE30C347FBBA148F0* ___m_Pool_1; }; // UnityEngine.Rendering.ObjectPool`1/PooledObject struct PooledObject_tBA4B486F707087AB2ED5AACE52B650C7F6F6D863 { // T UnityEngine.Rendering.ObjectPool`1/PooledObject::m_ToReturn RuntimeObject* ___m_ToReturn_0; // UnityEngine.Rendering.ObjectPool`1 UnityEngine.Rendering.ObjectPool`1/PooledObject::m_Pool ObjectPool_1_t99595E72EFE3F4492DB424138C3B94C9E0C18B58* ___m_Pool_1; }; // System.Collections.Generic.HashSet`1/Slot struct Slot_t22B135B722F7D592A58FAEDAD31DDA9BB7CD2FC8 { // System.Int32 System.Collections.Generic.HashSet`1/Slot::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.HashSet`1/Slot::next int32_t ___next_1; // T System.Collections.Generic.HashSet`1/Slot::value int32_t ___value_2; }; // System.Collections.Generic.HashSet`1/Slot struct Slot_t4BB8CC974E5E3453C5B4BD5E6DC16498D0EF7744 { // System.Int32 System.Collections.Generic.HashSet`1/Slot::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.HashSet`1/Slot::next int32_t ___next_1; // T System.Collections.Generic.HashSet`1/Slot::value RuntimeObject* ___value_2; }; // System.Collections.Generic.HashSet`1/Slot struct Slot_t0F2C4321FC082433EA1889FA7952BA1F9A0D2382 { // System.Int32 System.Collections.Generic.HashSet`1/Slot::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.HashSet`1/Slot::next int32_t ___next_1; // T System.Collections.Generic.HashSet`1/Slot::value uint32_t ___value_2; }; // System.Collections.Generic.HashSet`1/Slot struct Slot_tFDEB37B8831C6BCF9C5CF829B00AD86325B27113 { // System.Int32 System.Collections.Generic.HashSet`1/Slot::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.HashSet`1/Slot::next int32_t ___next_1; // T System.Collections.Generic.HashSet`1/Slot::value uint64_t ___value_2; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; // System.Dynamic.DynamicMetaObjectBinder struct DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF : public CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F { }; // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; // Pathfinding.Int2 struct Int2_tA237834D44F8B70CEF05461E599DAE1137180731 { // System.Int32 Pathfinding.Int2::x int32_t ___x_0; // System.Int32 Pathfinding.Int2::y int32_t ___y_1; }; // System.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.Int64 struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { // System.Int64 System.Int64::m_value int64_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; // Pathfinding.IntRect struct IntRect_t60B6F9748EA84B611917F6C791199A0122F51312 { // System.Int32 Pathfinding.IntRect::xmin int32_t ___xmin_0; // System.Int32 Pathfinding.IntRect::ymin int32_t ___ymin_1; // System.Int32 Pathfinding.IntRect::xmax int32_t ___xmax_2; // System.Int32 Pathfinding.IntRect::ymax int32_t ___ymax_3; }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 { // 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; }; // UnityEngine.Rect struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D { // 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; }; // UnityEngine.RectInt struct RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 { // System.Int32 UnityEngine.RectInt::m_XMin int32_t ___m_XMin_0; // System.Int32 UnityEngine.RectInt::m_YMin int32_t ___m_YMin_1; // System.Int32 UnityEngine.RectInt::m_Width int32_t ___m_Width_2; // System.Int32 UnityEngine.RectInt::m_Height int32_t ___m_Height_3; }; // System.SByte struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 { // System.SByte System.SByte::m_value int8_t ___m_value_0; }; // UnityEngine.Rendering.ShaderTagId struct ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 { // System.Int32 UnityEngine.Rendering.ShaderTagId::m_Id int32_t ___m_Id_1; }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // UnityEngine.UI.SpriteState struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD { // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3; }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_pinvoke { Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_com { Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3; }; // System.TimeSpan struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A { // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; }; // System.UInt16 struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // System.UInt64 struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; }; // UnityEngine.Vector2 struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 { // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; }; // UnityEngine.Vector2Int struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A { // System.Int32 UnityEngine.Vector2Int::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.Vector2Int::m_Y int32_t ___m_Y_1; }; // UnityEngine.Vector3 struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 { // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; }; // UnityEngine.Vector3Int struct Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 { // System.Int32 UnityEngine.Vector3Int::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.Vector3Int::m_Y int32_t ___m_Y_1; // System.Int32 UnityEngine.Vector3Int::m_Z int32_t ___m_Z_2; }; // UnityEngine.Vector4 struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 { // 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; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2/d__7 struct U3CGetEnumeratorWorkerU3Ed__7_tC52D20A9686EF86BE3202E091313B1DB47E0CDA1 : public RuntimeObject { // System.Int32 System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2/d__7::<>1__state int32_t ___U3CU3E1__state_0; // System.Collections.Generic.KeyValuePair`2 System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2/d__7::<>2__current KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 ___U3CU3E2__current_1; // System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2 System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2/d__7::<>4__this HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* ___U3CU3E4__this_2; // System.Int32 System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2/d__7::5__2 int32_t ___U3CiU3E5__2_3; }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t0C7989F0F45B4D7A9C7BD464806B72BDA3020B8C { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t03A441EC1493E313B17FAEAEFD9B0BEBFA3F6206* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ____current_3; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // Pathfinding.Util.GridLookup`1 struct GridLookup_1_t66695D449010ED4A0911850634B450109DF6C18E : public RuntimeObject { // Pathfinding.Int2 Pathfinding.Util.GridLookup`1::size Int2_tA237834D44F8B70CEF05461E599DAE1137180731 ___size_0; // Pathfinding.Util.GridLookup`1/Item[] Pathfinding.Util.GridLookup`1::cells ItemU5BU5D_t1C7CDDE0199257C376EA87175863790C06CB3326* ___cells_1; // Pathfinding.Util.GridLookup`1/Root Pathfinding.Util.GridLookup`1::all Root_t3EC86D9D7EC7F7E3E69C80A4E6F44F58BE5B3CF1* ___all_2; // System.Collections.Generic.Dictionary`2> Pathfinding.Util.GridLookup`1::rootLookup Dictionary_2_t85D30D1059E946950F2E32E35086580F6B3D638B* ___rootLookup_3; // System.Collections.Generic.Stack`1> Pathfinding.Util.GridLookup`1::itemPool Stack_1_t085A0487B6F661AC558C2A5FDBB67F450FF99405* ___itemPool_4; }; // Pathfinding.Util.GridLookup`1/Root struct Root_t3EC86D9D7EC7F7E3E69C80A4E6F44F58BE5B3CF1 : public RuntimeObject { // T Pathfinding.Util.GridLookup`1/Root::obj RuntimeObject* ___obj_0; // Pathfinding.Util.GridLookup`1/Root Pathfinding.Util.GridLookup`1/Root::next Root_t3EC86D9D7EC7F7E3E69C80A4E6F44F58BE5B3CF1* ___next_1; // Pathfinding.Util.GridLookup`1/Root Pathfinding.Util.GridLookup`1/Root::prev Root_t3EC86D9D7EC7F7E3E69C80A4E6F44F58BE5B3CF1* ___prev_2; // Pathfinding.IntRect Pathfinding.Util.GridLookup`1/Root::previousBounds IntRect_t60B6F9748EA84B611917F6C791199A0122F51312 ___previousBounds_3; // System.Collections.Generic.List`1> Pathfinding.Util.GridLookup`1/Root::items List_1_t5E3D79315CD21596B2CE141761BC02BEB4CD6391* ___items_4; // System.Boolean Pathfinding.Util.GridLookup`1/Root::flag bool ___flag_5; }; // System.Collections.Generic.HashSet`1/Slot struct Slot_t5EC3D0B1C424F7E912B3CE58F54AD84E43456844 { // System.Int32 System.Collections.Generic.HashSet`1/Slot::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.HashSet`1/Slot::next int32_t ___next_1; // T System.Collections.Generic.HashSet`1/Slot::value Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___value_2; }; // UnityEngine.Rendering.BuiltinRenderTextureType struct BuiltinRenderTextureType_t3D56813CAC7C6E4AC3B438039BD1CE7E62FE7C4E { // System.Int32 UnityEngine.Rendering.BuiltinRenderTextureType::value__ int32_t ___value___2; }; // UnityEngine.CubemapFace struct CubemapFace_t300D6E2CD7DF60D44AA28338748B607677ED1D1B { // System.Int32 UnityEngine.CubemapFace::value__ int32_t ___value___2; }; // System.Delegate struct Delegate_t : public RuntimeObject { // System.IntPtr System.Delegate::method_ptr intptr_t ___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::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.IntPtr System.Delegate::interp_method intptr_t ___interp_method_7; // System.IntPtr System.Delegate::interp_invoke_impl intptr_t ___interp_invoke_impl_8; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t* ___method_info_9; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t* ___original_method_info_10; // System.DelegateData System.Delegate::data DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_12; }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // UnityEngine.EventModifiers struct EventModifiers_t48244B043FBB42CDD555C6AC43279EC7158777AC { // System.Int32 UnityEngine.EventModifiers::value__ int32_t ___value___2; }; // System.Exception struct Exception_t : public RuntimeObject { // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t* ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject* ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject* ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15; // System.Int32 System.Exception::caught_in_unmanaged int32_t ___caught_in_unmanaged_16; }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // System.Dynamic.GetMemberBinder struct GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3 : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF { // System.String System.Dynamic.GetMemberBinder::k__BackingField String_t* ___U3CNameU3Ek__BackingField_2; // System.Boolean System.Dynamic.GetMemberBinder::k__BackingField bool ___U3CIgnoreCaseU3Ek__BackingField_3; }; // System.Int32Enum struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C { // System.Int32 System.Int32Enum::value__ int32_t ___value___2; }; // System.Dynamic.InvokeMemberBinder struct InvokeMemberBinder_tC905DDA179A04ABDC74A71733841A11AA210CFBE : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF { // System.String System.Dynamic.InvokeMemberBinder::k__BackingField String_t* ___U3CNameU3Ek__BackingField_2; // System.Boolean System.Dynamic.InvokeMemberBinder::k__BackingField bool ___U3CIgnoreCaseU3Ek__BackingField_3; }; // UnityEngine.UIElements.MouseButton struct MouseButton_tEF578B8F208D798E053BC320C29FCBB655E24454 { // System.Int32 UnityEngine.UIElements.MouseButton::value__ int32_t ___value___2; }; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject { // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t5D6A01EF94382EFEDC047202F71DF882769654D4 { // System.IntPtr UnityEngine.Playables.PlayableHandle::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableHandle::m_Version uint32_t ___m_Version_1; }; // System.Text.RegularExpressions.RegexOptions struct RegexOptions_tE9DA9C4DF8FB26DD1C7E0F8AA022C1164A423F6B { // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___2; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t5EE358E619B251608A9327618C7BFE8638FC33C1 { // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; }; // UnityEngine.UIElements.StyleSheets.StylePropertyId struct StylePropertyId_tA3B8A5213F5BA43F9C5443B27B165D744713BE69 { // System.Int32 UnityEngine.UIElements.StyleSheets.StylePropertyId::value__ int32_t ___value___2; }; // UnityEngine.UIElements.TimeUnit struct TimeUnit_t56A79CDB672E98A4EE28002BD23B6D5E0BAA2649 { // System.Int32 UnityEngine.UIElements.TimeUnit::value__ int32_t ___value___2; }; // UnityEngine.Tilemaps.GridInformation/GridInformationKey struct GridInformationKey_tB89181CB1659B848B978B40C45830C063E847C31 { // UnityEngine.Vector3Int UnityEngine.Tilemaps.GridInformation/GridInformationKey::position Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___position_0; // System.String UnityEngine.Tilemaps.GridInformation/GridInformationKey::name String_t* ___name_1; }; // Native definition for P/Invoke marshalling of UnityEngine.Tilemaps.GridInformation/GridInformationKey struct GridInformationKey_tB89181CB1659B848B978B40C45830C063E847C31_marshaled_pinvoke { Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___position_0; char* ___name_1; }; // Native definition for COM marshalling of UnityEngine.Tilemaps.GridInformation/GridInformationKey struct GridInformationKey_tB89181CB1659B848B978B40C45830C063E847C31_marshaled_com { Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___position_0; Il2CppChar* ___name_1; }; // UnityEngine.UI.Navigation/Mode struct Mode_t2D49D0E10E2FDA0026278C2400C16033888D0542 { // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___2; }; // UnityEngine.Experimental.Rendering.ProbeBrickIndex/Brick struct Brick_tCF697F8098B1E364826A55C583A11A9BD61FEE06 { // UnityEngine.Vector3Int UnityEngine.Experimental.Rendering.ProbeBrickIndex/Brick::position Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___position_0; // System.Int32 UnityEngine.Experimental.Rendering.ProbeBrickIndex/Brick::subdivisionLevel int32_t ___subdivisionLevel_1; }; // UnityEngine.Experimental.Rendering.ProbeReferenceVolume/Volume struct Volume_t0A37FB7D795C1F56E3A15D69FDE5CC490AE8F19B { // UnityEngine.Vector3 UnityEngine.Experimental.Rendering.ProbeReferenceVolume/Volume::corner Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___corner_0; // UnityEngine.Vector3 UnityEngine.Experimental.Rendering.ProbeReferenceVolume/Volume::X Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___X_1; // UnityEngine.Vector3 UnityEngine.Experimental.Rendering.ProbeReferenceVolume/Volume::Y Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___Y_2; // UnityEngine.Vector3 UnityEngine.Experimental.Rendering.ProbeReferenceVolume/Volume::Z Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___Z_3; // System.Single UnityEngine.Experimental.Rendering.ProbeReferenceVolume/Volume::maxSubdivisionMultiplier float ___maxSubdivisionMultiplier_4; // System.Single UnityEngine.Experimental.Rendering.ProbeReferenceVolume/Volume::minSubdivisionMultiplier float ___minSubdivisionMultiplier_5; }; // UnityEngine.Tilemaps.Tile/ColliderType struct ColliderType_t4C26FB284A330CAD69E47FFD734C9C778E077692 { // System.Int32 UnityEngine.Tilemaps.Tile/ColliderType::value__ int32_t ___value___2; }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t5438B9989E702349A6790B901A8E6B408ED3B3CD { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t2EC13BE6E93BB0C99D5CF97A25799B40FD6CBAF4* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current int32_t ____current_3; }; // Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1/GetBinderAdapter struct GetBinderAdapter_tC4B423F2B0B5540FB20BA77DCA93C3C09552F124 : public GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3 { }; // System.Collections.Generic.HashSet`1/Slot struct Slot_t0A95045068CA69D35855DB49026245B2D7F2E059 { // System.Int32 System.Collections.Generic.HashSet`1/Slot::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.HashSet`1/Slot::next int32_t ___next_1; // T System.Collections.Generic.HashSet`1/Slot::value int32_t ___value_2; }; // UnityEngine.UIElements.ManipulatorActivationFilter struct ManipulatorActivationFilter_t866A0295DA75EA271B30BDC1F9EEA2C4FDEB1A81 { // UnityEngine.UIElements.MouseButton UnityEngine.UIElements.ManipulatorActivationFilter::